2025-03-14T04:27:22.0428139Z Current runner version: '2.322.0' 2025-03-14T04:27:22.0437122Z Runner name: 'i-0d494c101f9013172' 2025-03-14T04:27:22.0438205Z Runner group name: 'Default' 2025-03-14T04:27:22.0439405Z Machine name: 'EC2AMAZ-DD9BHOF' 2025-03-14T04:27:22.0444467Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T04:27:22.0447038Z Actions: read 2025-03-14T04:27:22.0447799Z Attestations: read 2025-03-14T04:27:22.0448520Z Checks: read 2025-03-14T04:27:22.0449248Z Contents: read 2025-03-14T04:27:22.0450016Z Deployments: read 2025-03-14T04:27:22.0450804Z Discussions: read 2025-03-14T04:27:22.0451540Z Issues: read 2025-03-14T04:27:22.0452217Z Metadata: read 2025-03-14T04:27:22.0452881Z Packages: read 2025-03-14T04:27:22.0453549Z Pages: read 2025-03-14T04:27:22.0454223Z PullRequests: read 2025-03-14T04:27:22.0454911Z RepositoryProjects: read 2025-03-14T04:27:22.0455755Z SecurityEvents: read 2025-03-14T04:27:22.0456521Z Statuses: read 2025-03-14T04:27:22.0457190Z ##[endgroup] 2025-03-14T04:27:22.0460659Z Secret source: Actions 2025-03-14T04:27:22.0461789Z Prepare workflow directory 2025-03-14T04:27:22.0966365Z Prepare all required actions 2025-03-14T04:27:22.1011826Z Getting action download info 2025-03-14T04:27:22.3014399Z Download action repository 'pytorch/test-infra@main' (SHA:de00dac6adc071cb2f9861380a0ed3947b93e5cc) 2025-03-14T04:29:04.3610376Z Download action repository 'pytorch/pytorch@main' (SHA:bea181ff7eeead9fcdd806e286846296c4ab2d67) 2025-03-14T04:32:11.3166167Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-14T04:32:11.4328961Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-03-14T04:32:11.9570575Z Getting action download info 2025-03-14T04:32:12.0753402Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T04:32:12.3025828Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/main (aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T04:32:12.3027850Z ##[group] Inputs 2025-03-14T04:32:12.3028264Z build-environment: win-vs2022-cpu-py3 2025-03-14T04:32:12.3028620Z cuda-version: cpu 2025-03-14T04:32:12.3029684Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-03-14T04:32:12.3030735Z sync-tag: 2025-03-14T04:32:12.3031494Z timeout-minutes: 240 2025-03-14T04:32:12.3032044Z disable-monitor: true 2025-03-14T04:32:12.3032279Z ##[endgroup] 2025-03-14T04:32:12.3032703Z Complete job name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:32:12.3716262Z ##[group]Run git config --global core.longpaths true 2025-03-14T04:32:12.3716834Z git config --global core.longpaths true 2025-03-14T04:32:12.3717225Z git config --global core.symlinks true 2025-03-14T04:32:12.3717529Z  2025-03-14T04:32:12.3717892Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-03-14T04:32:12.3718459Z # the directory on Windows and prevent GHA from checking out as reported 2025-03-14T04:32:12.3718938Z # in https://github.com/actions/checkout/issues/1018 2025-03-14T04:32:12.3719323Z git config --global core.fsmonitor false 2025-03-14T04:32:12.3742238Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:32:12.3742917Z env: 2025-03-14T04:32:12.3743125Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:12.3743369Z ##[endgroup] 2025-03-14T04:32:13.5552357Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T04:32:13.5552834Z env: 2025-03-14T04:32:13.5553060Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:13.5553308Z ##[endgroup] 2025-03-14T04:32:13.5704154Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:32:13.5706364Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:32:13.5707036Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T04:32:13.5707513Z # handle tool 2025-03-14T04:32:13.5707864Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T04:32:13.5708287Z Foreach ($process In $processes) { 2025-03-14T04:32:13.5708584Z  Try { 2025-03-14T04:32:13.5709133Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T04:32:13.5709834Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T04:32:13.5710233Z  } 2025-03-14T04:32:13.5710435Z  Catch { 2025-03-14T04:32:13.5710761Z  Write-Output "No leftover $process process, continuing" 2025-03-14T04:32:13.5711143Z  Write-Output $_ 2025-03-14T04:32:13.5711392Z  } 2025-03-14T04:32:13.5711580Z } 2025-03-14T04:32:13.5711750Z  2025-03-14T04:32:13.5712221Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T04:32:13.5712768Z # for hung processes 2025-03-14T04:32:13.5713049Z Foreach ($process In $processes) { 2025-03-14T04:32:13.5713335Z  Try { 2025-03-14T04:32:13.5713812Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T04:32:13.5714265Z  } 2025-03-14T04:32:13.5714455Z  Catch { 2025-03-14T04:32:13.5714676Z  Write-Output $_ 2025-03-14T04:32:13.5714928Z  } 2025-03-14T04:32:13.5715138Z } 2025-03-14T04:32:13.5715320Z  2025-03-14T04:32:13.5715514Z Try { 2025-03-14T04:32:13.5715761Z  # Print all the processes for debugging 2025-03-14T04:32:13.5716314Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T04:32:13.5716748Z } 2025-03-14T04:32:13.5716944Z Catch { 2025-03-14T04:32:13.5717347Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T04:32:13.5717818Z  Write-Output $_ 2025-03-14T04:32:13.5718061Z } 2025-03-14T04:32:13.5733386Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:32:13.5733860Z env: 2025-03-14T04:32:13.5734087Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:13.5734321Z ##[endgroup] 2025-03-14T04:32:13.9589715Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:32:13.9651578Z Finished 2025-03-14T04:32:13.9940150Z No leftover python process, continuing 2025-03-14T04:32:14.0422851Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0423575Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0424172Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0424590Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0425088Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0425942Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0426534Z 2025-03-14T04:32:14.0441071Z No leftover ninja process, continuing 2025-03-14T04:32:14.0450313Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0450985Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0452114Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0452534Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0453037Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0453889Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0454498Z 2025-03-14T04:32:14.0466244Z No leftover cl process, continuing 2025-03-14T04:32:14.0476030Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0476728Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0477280Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0477689Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0478173Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0479007Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0479605Z 2025-03-14T04:32:14.0490704Z No leftover nvcc process, continuing 2025-03-14T04:32:14.0500610Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0501279Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0501822Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0502248Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0502724Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0503565Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0504161Z 2025-03-14T04:32:14.0533058Z No leftover sccache process, continuing 2025-03-14T04:32:14.0542769Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0543525Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0544095Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0544508Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0544999Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0545875Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0546477Z 2025-03-14T04:32:14.0555166Z No leftover git process, continuing 2025-03-14T04:32:14.0564942Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T04:32:14.0565917Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:9 char:5 2025-03-14T04:32:14.0566464Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:32:14.0566904Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.0567369Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T04:32:14.0568161Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:32:14.0568755Z 2025-03-14T04:32:14.3094665Z Get-WmiObject : Illegal operation attempted on a registry key that has been marked for deletion. (Exception from 2025-03-14T04:32:14.3095387Z HRESULT: 0x800703FA) 2025-03-14T04:32:14.3095793Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3096356Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3096939Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3097379Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3098084Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3098637Z 2025-03-14T04:32:14.3139540Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3140381Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3140964Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3141421Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3141988Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3142444Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3142882Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3143582Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3144135Z 2025-03-14T04:32:14.3168372Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3169387Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3170047Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3170550Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3171105Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3171553Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3172008Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3172700Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3173259Z 2025-03-14T04:32:14.3197538Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3198603Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3199317Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3200035Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3200904Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3201507Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3201966Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3202665Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3203219Z 2025-03-14T04:32:14.3228279Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3229239Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3229831Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3230301Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3231063Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3231500Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3231941Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3232742Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3233303Z 2025-03-14T04:32:14.3259022Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3260032Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3260631Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3261090Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3261640Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3262078Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3262527Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3263229Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3267611Z 2025-03-14T04:32:14.3313097Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T04:32:14.3314025Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T04:32:14.3314624Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T04:32:14.3315087Z At C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1:21 char:6 2025-03-14T04:32:14.3315680Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:32:14.3316127Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:32:14.3316554Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T04:32:14.3318492Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T04:32:14.3319071Z 2025-03-14T04:32:14.6341388Z Caption CommandLine ProcessId 2025-03-14T04:32:14.6341925Z 2025-03-14T04:32:14.6342268Z System Idle Process 0 2025-03-14T04:32:14.6342718Z 2025-03-14T04:32:14.6342996Z System 4 2025-03-14T04:32:14.6343381Z 2025-03-14T04:32:14.6344988Z Registry 168 2025-03-14T04:32:14.6346316Z 2025-03-14T04:32:14.6346619Z smss.exe 408 2025-03-14T04:32:14.6346999Z 2025-03-14T04:32:14.6347284Z csrss.exe 524 2025-03-14T04:32:14.6347701Z 2025-03-14T04:32:14.6347980Z csrss.exe 600 2025-03-14T04:32:14.6348360Z 2025-03-14T04:32:14.6349376Z wininit.exe 624 2025-03-14T04:32:14.6349880Z 2025-03-14T04:32:14.6351401Z winlogon.exe winlogon.exe 688 2025-03-14T04:32:14.6351962Z 2025-03-14T04:32:14.6353146Z services.exe 744 2025-03-14T04:32:14.6353569Z 2025-03-14T04:32:14.6354789Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-03-14T04:32:14.6356040Z 2025-03-14T04:32:14.6356577Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-03-14T04:32:14.6357335Z 2025-03-14T04:32:14.6358012Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-03-14T04:32:14.6358672Z 2025-03-14T04:32:14.6359591Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-03-14T04:32:14.6360124Z 2025-03-14T04:32:14.6360498Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-03-14T04:32:14.6360970Z 2025-03-14T04:32:14.6361934Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2025-03-14T04:32:14.6362473Z 2025-03-14T04:32:14.6363477Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-03-14T04:32:14.6364059Z 2025-03-14T04:32:14.6364847Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2025-03-14T04:32:14.6365429Z 2025-03-14T04:32:14.6366162Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-14T04:32:14.6366840Z 2025-03-14T04:32:14.6367132Z dwm.exe "dwm.exe" 1132 2025-03-14T04:32:14.6367638Z 2025-03-14T04:32:14.6368691Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1196 2025-03-14T04:32:14.6369363Z 2025-03-14T04:32:14.6370219Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1328 2025-03-14T04:32:14.6370785Z 2025-03-14T04:32:14.6371381Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1340 2025-03-14T04:32:14.6371927Z 2025-03-14T04:32:14.6373047Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1380 2025-03-14T04:32:14.6373754Z 2025-03-14T04:32:14.6374250Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1428 2025-03-14T04:32:14.6374844Z 2025-03-14T04:32:14.6375309Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1460 2025-03-14T04:32:14.6375872Z 2025-03-14T04:32:14.6378451Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1484 2025-03-14T04:32:14.6380354Z 2025-03-14T04:32:14.6380852Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1540 2025-03-14T04:32:14.6381571Z 2025-03-14T04:32:14.6382162Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1640 2025-03-14T04:32:14.6382847Z 2025-03-14T04:32:14.6383313Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1724 2025-03-14T04:32:14.6383866Z 2025-03-14T04:32:14.6384317Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1732 2025-03-14T04:32:14.6384874Z 2025-03-14T04:32:14.6385370Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1740 2025-03-14T04:32:14.6385948Z 2025-03-14T04:32:14.6386530Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1828 2025-03-14T04:32:14.6387235Z 2025-03-14T04:32:14.6387746Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 1984 2025-03-14T04:32:14.6388322Z 2025-03-14T04:32:14.6388847Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2028 2025-03-14T04:32:14.6390071Z 2025-03-14T04:32:14.6390611Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 1092 2025-03-14T04:32:14.6391241Z 2025-03-14T04:32:14.6391725Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2052 2025-03-14T04:32:14.6392292Z 2025-03-14T04:32:14.6392798Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2100 2025-03-14T04:32:14.6393384Z 2025-03-14T04:32:14.6394004Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2108 2025-03-14T04:32:14.6394635Z 2025-03-14T04:32:14.6395141Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2156 2025-03-14T04:32:14.6395740Z 2025-03-14T04:32:14.6396204Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2196 2025-03-14T04:32:14.6396785Z 2025-03-14T04:32:14.6397722Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2204 2025-03-14T04:32:14.6398325Z 2025-03-14T04:32:14.6398860Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2284 2025-03-14T04:32:14.6399549Z 2025-03-14T04:32:14.6400167Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2408 2025-03-14T04:32:14.6400885Z 2025-03-14T04:32:14.6401269Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2604 2025-03-14T04:32:14.6401757Z 2025-03-14T04:32:14.6402255Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2688 2025-03-14T04:32:14.6402853Z 2025-03-14T04:32:14.6403400Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2696 2025-03-14T04:32:14.6404055Z 2025-03-14T04:32:14.6404513Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2704 2025-03-14T04:32:14.6405054Z 2025-03-14T04:32:14.6405546Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2712 2025-03-14T04:32:14.6406136Z 2025-03-14T04:32:14.6406752Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2732 2025-03-14T04:32:14.6407409Z 2025-03-14T04:32:14.6407882Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2740 2025-03-14T04:32:14.6408644Z 2025-03-14T04:32:14.6409207Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2748 2025-03-14T04:32:14.6409772Z 2025-03-14T04:32:14.6410258Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2764 2025-03-14T04:32:14.6410819Z 2025-03-14T04:32:14.6411301Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2996 2025-03-14T04:32:14.6411874Z 2025-03-14T04:32:14.6412421Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3048 2025-03-14T04:32:14.6412911Z 2025-03-14T04:32:14.6414455Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2072 2025-03-14T04:32:14.6415230Z 2025-03-14T04:32:14.6415702Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2388 2025-03-14T04:32:14.6416280Z 2025-03-14T04:32:14.6417504Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3144 2025-03-14T04:32:14.6418322Z 2025-03-14T04:32:14.6419170Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3560 2025-03-14T04:32:14.6419856Z 2025-03-14T04:32:14.6420282Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3620 2025-03-14T04:32:14.6420798Z 2025-03-14T04:32:14.6421492Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4092 2025-03-14T04:32:14.6422147Z 2025-03-14T04:32:14.6422794Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 4000 2025-03-14T04:32:14.6423382Z 2025-03-14T04:32:14.6425322Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 2644 2025-03-14T04:32:14.6427090Z 2025-03-14T04:32:14.6427811Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 3684 2025-03-14T04:32:14.6428600Z 2025-03-14T04:32:14.6428948Z vds.exe C:\Windows\System32\vds.exe 468 2025-03-14T04:32:14.6429448Z 2025-03-14T04:32:14.6430105Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4776 2025-03-14T04:32:14.6430819Z 2025-03-14T04:32:14.6431324Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3744 2025-03-14T04:32:14.6431932Z 2025-03-14T04:32:14.6432517Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4040 2025-03-14T04:32:14.6433195Z 2025-03-14T04:32:14.6433565Z msdtc.exe C:\Windows\System32\msdtc.exe 932 2025-03-14T04:32:14.6434101Z 2025-03-14T04:32:14.6434642Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1816 2025-03-14T04:32:14.6435296Z 2025-03-14T04:32:14.6435745Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1244 2025-03-14T04:32:14.6436298Z 2025-03-14T04:32:14.6436776Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 872 2025-03-14T04:32:14.6437335Z 2025-03-14T04:32:14.6438102Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3268 2025-03-14T04:32:14.6438891Z 2025-03-14T04:32:14.6440397Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 2852 2025-03-14T04:32:14.6442080Z 2025-03-14T04:32:14.6442478Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1292 2025-03-14T04:32:14.6442964Z 2025-03-14T04:32:14.6443477Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 3816 2025-03-14T04:32:14.6444083Z 2025-03-14T04:32:14.6444634Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3920 2025-03-14T04:32:14.6445273Z 2025-03-14T04:32:14.6445770Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3984 2025-03-14T04:32:14.6446351Z 2025-03-14T04:32:14.6446939Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1568 2025-03-14T04:32:14.6447607Z 2025-03-14T04:32:14.6448010Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 952 2025-03-14T04:32:14.6448498Z 2025-03-14T04:32:14.6449029Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4548 2025-03-14T04:32:14.6449592Z 2025-03-14T04:32:14.6450143Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3256 2025-03-14T04:32:14.6450712Z 2025-03-14T04:32:14.6451191Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4552 2025-03-14T04:32:14.6451769Z 2025-03-14T04:32:14.6452166Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3288 2025-03-14T04:32:14.6452657Z 2025-03-14T04:32:14.6453057Z taskhostw.exe taskhostw.exe /RuntimeWide 5064 2025-03-14T04:32:14.6453536Z 2025-03-14T04:32:14.6454118Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1004 2068 2025-03-14T04:32:14.6454787Z 2025-03-14T04:32:14.6455179Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4708 2025-03-14T04:32:14.6455671Z 2025-03-14T04:32:14.6456240Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1008 4832 2025-03-14T04:32:14.6456909Z 2025-03-14T04:32:14.6457384Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 740 2025-03-14T04:32:14.6457926Z 2025-03-14T04:32:14.6458408Z TrustedInstaller.exe C:\Windows\servicing\TrustedInstaller.exe 528 2025-03-14T04:32:14.6458975Z 2025-03-14T04:32:14.6459744Z TiWorker.exe C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.6763_none_56c6ec079935a07f\TiWorker.exe -Embedding 2240 2025-03-14T04:32:14.6460586Z 2025-03-14T04:32:14.6461135Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1796 2025-03-14T04:32:14.6461771Z 2025-03-14T04:32:14.6462392Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2860 2025-03-14T04:32:14.6463111Z 2025-03-14T04:32:14.6463712Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2012 2025-03-14T04:32:14.6464421Z 2025-03-14T04:32:14.6464936Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1456 1052 4596 2025-03-14T04:32:14.6465534Z 2025-03-14T04:32:14.6465932Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1184 2025-03-14T04:32:14.6466482Z 2025-03-14T04:32:14.6466901Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1032 2025-03-14T04:32:14.6468119Z 2025-03-14T04:32:14.6468919Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 688 -InterruptEvent 0 -NGENProcess 7c4 -Pipe 690 -Comment "NGen Worker Process" 3160 2025-03-14T04:32:14.6469795Z 2025-03-14T04:32:14.6470573Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\5c46520d-b047-4934-8101-6a5aa394b916.ps1'" 1848 2025-03-14T04:32:14.6471428Z 2025-03-14T04:32:14.6471997Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4772 2025-03-14T04:32:14.6472658Z 2025-03-14T04:32:14.6472662Z 2025-03-14T04:32:14.6472666Z 2025-03-14T04:32:14.6765129Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-03-14T04:32:14.6765542Z with: 2025-03-14T04:32:14.6766165Z github-secret: *** 2025-03-14T04:32:14.6769456Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-03-14T04:32:14.6771708Z activate-with-label: false 2025-03-14T04:32:14.6771976Z label: with-ssh 2025-03-14T04:32:14.6772189Z remove-existing-keys: true 2025-03-14T04:32:14.6772482Z fail-silently: true 2025-03-14T04:32:14.6772698Z env: 2025-03-14T04:32:14.6772883Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:14.6773124Z ##[endgroup] 2025-03-14T04:32:14.8359069Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-14T04:32:14.8361426Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-14T04:32:14.8623181Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T04:32:14.8623641Z with: 2025-03-14T04:32:14.8623841Z no-sudo: true 2025-03-14T04:32:14.8624050Z submodules: recursive 2025-03-14T04:32:14.8624275Z fetch-depth: 0 2025-03-14T04:32:14.8624463Z env: 2025-03-14T04:32:14.8624643Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:14.8624875Z ##[endgroup] 2025-03-14T04:32:14.8709259Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T04:32:14.8710154Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T04:32:14.8729667Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:32:14.8730091Z env: 2025-03-14T04:32:14.8730291Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:14.8730518Z ##[endgroup] 2025-03-14T04:32:14.9140671Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T04:32:14.9141069Z # Use all available CPUs for fetching 2025-03-14T04:32:14.9141390Z cd "${GITHUB_WORKSPACE}" 2025-03-14T04:32:14.9141697Z git config --global fetch.parallel 0 2025-03-14T04:32:14.9142054Z git config --global submodule.fetchJobs 0 2025-03-14T04:32:14.9142365Z  2025-03-14T04:32:14.9142733Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T04:32:14.9143197Z # do it here as well just in case 2025-03-14T04:32:14.9143486Z if [[ -d .git ]]; then 2025-03-14T04:32:14.9143749Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T04:32:14.9144045Z  sudo git clean -ffdx 2025-03-14T04:32:14.9144293Z  else 2025-03-14T04:32:14.9144505Z  git clean -ffdx 2025-03-14T04:32:14.9144744Z  fi 2025-03-14T04:32:14.9144929Z fi 2025-03-14T04:32:14.9164349Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:32:14.9164787Z env: 2025-03-14T04:32:14.9164975Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:14.9165269Z NO_SUDO: true 2025-03-14T04:32:14.9165477Z ##[endgroup] 2025-03-14T04:32:15.0055012Z ##[group]Run actions/checkout@v4 2025-03-14T04:32:15.0055297Z with: 2025-03-14T04:32:15.0055537Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:32:15.0055833Z fetch-depth: 0 2025-03-14T04:32:15.0056049Z submodules: recursive 2025-03-14T04:32:15.0056284Z show-progress: false 2025-03-14T04:32:15.0056521Z repository: pytorch/pytorch 2025-03-14T04:32:15.0056886Z token: *** 2025-03-14T04:32:15.0057107Z ssh-strict: true 2025-03-14T04:32:15.0057309Z ssh-user: git 2025-03-14T04:32:15.0057529Z persist-credentials: true 2025-03-14T04:32:15.0057785Z clean: true 2025-03-14T04:32:15.0058007Z sparse-checkout-cone-mode: true 2025-03-14T04:32:15.0058278Z fetch-tags: false 2025-03-14T04:32:15.0058490Z lfs: false 2025-03-14T04:32:15.0058694Z set-safe-directory: true 2025-03-14T04:32:15.0058927Z env: 2025-03-14T04:32:15.0059110Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:32:15.0059348Z ##[endgroup] 2025-03-14T04:32:15.1371507Z Syncing repository: pytorch/pytorch 2025-03-14T04:32:15.1372881Z ##[group]Getting Git version info 2025-03-14T04:32:15.1373296Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T04:32:15.1467291Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T04:32:15.1669159Z git version 2.47.1.windows.2 2025-03-14T04:32:15.1716564Z ##[endgroup] 2025-03-14T04:32:15.1728290Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\fb7e7093-4d33-45fe-b8c5-83cb74734cb0\.gitconfig' 2025-03-14T04:32:15.1748071Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fb7e7093-4d33-45fe-b8c5-83cb74734cb0' before making global git config changes 2025-03-14T04:32:15.1751274Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T04:32:15.1757529Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:32:15.2007307Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T04:32:15.2013351Z ##[group]Initializing the repository 2025-03-14T04:32:15.2022992Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:32:15.2366414Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-03-14T04:32:15.2410906Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-03-14T04:32:15.2652798Z ##[endgroup] 2025-03-14T04:32:15.2653228Z ##[group]Disabling automatic garbage collection 2025-03-14T04:32:15.2663357Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-03-14T04:32:15.2891136Z ##[endgroup] 2025-03-14T04:32:15.2891557Z ##[group]Setting up auth 2025-03-14T04:32:15.2905281Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T04:32:15.3152901Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T04:32:16.3530624Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T04:32:16.3759621Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T04:32:16.7184572Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T04:32:16.7436712Z ##[endgroup] 2025-03-14T04:32:16.7437172Z ##[group]Fetching the repository 2025-03-14T04:32:16.7450123Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-14T04:33:12.1401647Z From https://github.com/pytorch/pytorch 2025-03-14T04:33:12.1402247Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-03-14T04:33:12.1402766Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-03-14T04:33:12.1403284Z * [new branch] 20250219_e8m0_intermediate -> origin/20250219_e8m0_intermediate 2025-03-14T04:33:12.1403790Z * [new branch] 20250219_test -> origin/20250219_test 2025-03-14T04:33:12.1404587Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-03-14T04:33:12.1405375Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-03-14T04:33:12.1405883Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-03-14T04:33:12.1406472Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-03-14T04:33:12.1407124Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-03-14T04:33:12.1407886Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-03-14T04:33:12.1408585Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-03-14T04:33:12.1409230Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-03-14T04:33:12.1409905Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-03-14T04:33:12.1411253Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-03-14T04:33:12.1411848Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-03-14T04:33:12.1412427Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-03-14T04:33:12.1412983Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-03-14T04:33:12.1413550Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-03-14T04:33:12.1414131Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-03-14T04:33:12.1414697Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-03-14T04:33:12.1415408Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-03-14T04:33:12.1415948Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-03-14T04:33:12.1417018Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-03-14T04:33:12.1417641Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-03-14T04:33:12.1418304Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-03-14T04:33:12.1418960Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-03-14T04:33:12.1419551Z * [new branch] add-assign -> origin/add-assign 2025-03-14T04:33:12.1420168Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-03-14T04:33:12.1420812Z * [new branch] add_from_group_doc_and_test -> origin/add_from_group_doc_and_test 2025-03-14T04:33:12.1421366Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-03-14T04:33:12.1421974Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-03-14T04:33:12.1422564Z * [new branch] add_test_to_show_view_gap -> origin/add_test_to_show_view_gap 2025-03-14T04:33:12.1423087Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-03-14T04:33:12.1423600Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-03-14T04:33:12.1424079Z * [new branch] addsimde -> origin/addsimde 2025-03-14T04:33:12.1424529Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-03-14T04:33:12.1425056Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-03-14T04:33:12.1425645Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-03-14T04:33:12.1426177Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-03-14T04:33:12.1426676Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-03-14T04:33:12.1427126Z * [new branch] alt-disable -> origin/alt-disable 2025-03-14T04:33:12.1427710Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-03-14T04:33:12.1814077Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-03-14T04:33:12.1814738Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-03-14T04:33:12.1815351Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-03-14T04:33:12.1816122Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-03-14T04:33:12.1816992Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-03-14T04:33:12.1817584Z * [new branch] angelayi/attr_proxy -> origin/angelayi/attr_proxy 2025-03-14T04:33:12.1818112Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-03-14T04:33:12.1818649Z * [new branch] angelayi/bincount -> origin/angelayi/bincount 2025-03-14T04:33:12.1819267Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-03-14T04:33:12.1819896Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-03-14T04:33:12.1820404Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-03-14T04:33:12.1821034Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-03-14T04:33:12.1821574Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-03-14T04:33:12.1822124Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-03-14T04:33:12.1822715Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-03-14T04:33:12.1823237Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-03-14T04:33:12.1823731Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-03-14T04:33:12.1824299Z * [new branch] angelayi/draft_logger -> origin/angelayi/draft_logger 2025-03-14T04:33:12.1824824Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-03-14T04:33:12.1825422Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-03-14T04:33:12.1826015Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-03-14T04:33:12.1826535Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-03-14T04:33:12.1826987Z * [new branch] angelayi/fix3 -> origin/angelayi/fix3 2025-03-14T04:33:12.1827473Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-03-14T04:33:12.1828065Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-03-14T04:33:12.1828592Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-03-14T04:33:12.1829095Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-03-14T04:33:12.1829628Z * [new branch] angelayi/provenance_id -> origin/angelayi/provenance_id 2025-03-14T04:33:12.1830155Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-03-14T04:33:12.1830691Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-03-14T04:33:12.1831273Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-03-14T04:33:12.1831841Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-03-14T04:33:12.1832369Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-03-14T04:33:12.1832866Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-03-14T04:33:12.1833381Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-03-14T04:33:12.1834021Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-03-14T04:33:12.1834570Z * [new branch] angelayi/transpose_ -> origin/angelayi/transpose_ 2025-03-14T04:33:12.1835103Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-03-14T04:33:12.1835863Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-03-14T04:33:12.1836511Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-03-14T04:33:12.1837096Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-03-14T04:33:12.1837600Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-03-14T04:33:12.1838108Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-03-14T04:33:12.1838651Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-03-14T04:33:12.1839131Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-03-14T04:33:12.1839800Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-03-14T04:33:12.2235874Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-03-14T04:33:12.2236694Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-03-14T04:33:12.2237464Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-03-14T04:33:12.2238436Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-03-14T04:33:12.2239106Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-03-14T04:33:12.2239639Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-03-14T04:33:12.2240156Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-03-14T04:33:12.2240663Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-03-14T04:33:12.2241184Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-03-14T04:33:12.2241667Z * [new branch] base/1.5 -> origin/base/1.5 2025-03-14T04:33:12.2242143Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-03-14T04:33:12.2242736Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-03-14T04:33:12.2243328Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-03-14T04:33:12.2243904Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-03-14T04:33:12.2244452Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-03-14T04:33:12.2244994Z * [new branch] bf/cg-disable-tts-angular -> origin/bf/cg-disable-tts-angular 2025-03-14T04:33:12.2245527Z * [new branch] bf/cg-partition -> origin/bf/cg-partition 2025-03-14T04:33:12.2246003Z * [new branch] bf/cg-prototype -> origin/bf/cg-prototype 2025-03-14T04:33:12.2246493Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-03-14T04:33:12.2247078Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-03-14T04:33:12.2247638Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-03-14T04:33:12.2248245Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-03-14T04:33:12.2249192Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-03-14T04:33:12.2250079Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-03-14T04:33:12.2250692Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-03-14T04:33:12.2251235Z * [new branch] bf/fa-embedding-16 -> origin/bf/fa-embedding-16 2025-03-14T04:33:12.2251751Z * [new branch] bf/fd-non-one-num-head -> origin/bf/fd-non-one-num-head 2025-03-14T04:33:12.2253058Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-03-14T04:33:12.2253675Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-03-14T04:33:12.2254270Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-03-14T04:33:12.2254847Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-03-14T04:33:12.2255430Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-03-14T04:33:12.2256116Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-03-14T04:33:12.2256801Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-03-14T04:33:12.2257357Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-03-14T04:33:12.2257935Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-03-14T04:33:12.2258502Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-03-14T04:33:12.2259057Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-03-14T04:33:12.2259630Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-03-14T04:33:12.2260179Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-03-14T04:33:12.2260740Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-03-14T04:33:12.2261305Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-03-14T04:33:12.2261956Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-03-14T04:33:12.2262589Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-03-14T04:33:12.2649646Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-03-14T04:33:12.2650258Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-03-14T04:33:12.2650808Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-03-14T04:33:12.2651397Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-03-14T04:33:12.2652045Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-03-14T04:33:12.2652612Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-03-14T04:33:12.2653119Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-03-14T04:33:12.2653619Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-03-14T04:33:12.2654143Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-03-14T04:33:12.2654715Z * [new branch] brister/3d_permute_block_ptr -> origin/brister/3d_permute_block_ptr 2025-03-14T04:33:12.2655318Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-03-14T04:33:12.2655887Z * [new branch] brister/doc_bucketize -> origin/brister/doc_bucketize 2025-03-14T04:33:12.2656402Z * [new branch] brister/loop_order -> origin/brister/loop_order 2025-03-14T04:33:12.2657008Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-03-14T04:33:12.2657716Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-03-14T04:33:12.2658419Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-03-14T04:33:12.2658872Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-03-14T04:33:12.2659368Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-03-14T04:33:12.2660007Z * [new branch] cherry-pick-148663-by-pytorch_bot_bot_ -> origin/cherry-pick-148663-by-pytorch_bot_bot_ 2025-03-14T04:33:12.2660759Z * [new branch] cherry-pick-149025-by-pytorch_bot_bot_ -> origin/cherry-pick-149025-by-pytorch_bot_bot_ 2025-03-14T04:33:12.2661509Z * [new branch] cherry-pick-149092-by-pytorch_bot_bot_ -> origin/cherry-pick-149092-by-pytorch_bot_bot_ 2025-03-14T04:33:12.2662093Z * [new branch] ci_pin -> origin/ci_pin 2025-03-14T04:33:12.2662714Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-03-14T04:33:12.2663271Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-03-14T04:33:12.2663944Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-03-14T04:33:12.2664463Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-03-14T04:33:12.2665048Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-03-14T04:33:12.2665787Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-03-14T04:33:12.2666414Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-03-14T04:33:12.2666899Z * [new branch] copy_graph -> origin/copy_graph 2025-03-14T04:33:12.2667377Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-03-14T04:33:12.2667871Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-03-14T04:33:12.2668344Z * [new branch] cse-source -> origin/cse-source 2025-03-14T04:33:12.2668777Z * [new branch] csl/3proc -> origin/csl/3proc 2025-03-14T04:33:12.2669249Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-03-14T04:33:12.2669805Z * [new branch] csl/build_experiment_max_jobs -> origin/csl/build_experiment_max_jobs 2025-03-14T04:33:12.2670382Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-03-14T04:33:12.2670922Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-03-14T04:33:12.2671462Z * [new branch] csl/checkout_more_procs -> origin/csl/checkout_more_procs 2025-03-14T04:33:12.2671975Z * [new branch] csl/cutlass_bazel -> origin/csl/cutlass_bazel 2025-03-14T04:33:12.2672478Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-03-14T04:33:12.2673081Z * [new branch] csl/fix_rerun_disabled_tests_upload -> origin/csl/fix_rerun_disabled_tests_upload 2025-03-14T04:33:12.2673710Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-03-14T04:33:12.2674261Z * [new branch] csl/lint_dockerimg -> origin/csl/lint_dockerimg 2025-03-14T04:33:12.3092546Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-03-14T04:33:12.3093152Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-03-14T04:33:12.3093729Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-03-14T04:33:12.3094372Z * [new branch] csl/no_clean_workspace -> origin/csl/no_clean_workspace 2025-03-14T04:33:12.3094978Z * [new branch] csl/no_conda_cmake -> origin/csl/no_conda_cmake 2025-03-14T04:33:12.3095719Z * [new branch] csl/numpy222 -> origin/csl/numpy222 2025-03-14T04:33:12.3096306Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-03-14T04:33:12.3096979Z * [new branch] csl/rerun_disabled_tests_print_log -> origin/csl/rerun_disabled_tests_print_log 2025-03-14T04:33:12.3097627Z * [new branch] csl/revert -> origin/csl/revert 2025-03-14T04:33:12.3098189Z * [new branch] csl/sharding_build_env -> origin/csl/sharding_build_env 2025-03-14T04:33:12.3098772Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-03-14T04:33:12.3099709Z * [new branch] csl/some_super_setup -> origin/csl/some_super_setup 2025-03-14T04:33:12.3100586Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-03-14T04:33:12.3101245Z * [new branch] csl/sudo_clean_workspace -> origin/csl/sudo_clean_workspace 2025-03-14T04:33:12.3101930Z * [new branch] csl/td_test_cpp_extensions -> origin/csl/td_test_cpp_extensions 2025-03-14T04:33:12.3102578Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-03-14T04:33:12.3103125Z * [new branch] csl/test_checkout_git_changes -> origin/csl/test_checkout_git_changes 2025-03-14T04:33:12.3103798Z * [new branch] csl/trymerge_flush -> origin/csl/trymerge_flush 2025-03-14T04:33:12.3104579Z * [new branch] csl/trymerge_initial_comment_stack -> origin/csl/trymerge_initial_comment_stack 2025-03-14T04:33:12.3105514Z * [new branch] csl/update_gh_runners_ubuntu2004 -> origin/csl/update_gh_runners_ubuntu2004 2025-03-14T04:33:12.3106301Z * [new branch] csl/use_ninja -> origin/csl/use_ninja 2025-03-14T04:33:12.3107000Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-03-14T04:33:12.3107788Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-03-14T04:33:12.3108502Z * [new branch] d4l3k/fsdp_wait -> origin/d4l3k/fsdp_wait 2025-03-14T04:33:12.3109224Z * [new branch] danthe3rd-patch-1 -> origin/danthe3rd-patch-1 2025-03-14T04:33:12.3109936Z * [new branch] daxia6/fix/doc_string -> origin/daxia6/fix/doc_string 2025-03-14T04:33:12.3110580Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-03-14T04:33:12.3111375Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-03-14T04:33:12.3112197Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-03-14T04:33:12.3112911Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-03-14T04:33:12.3113570Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-03-14T04:33:12.3114176Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-03-14T04:33:12.3114793Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-03-14T04:33:12.3115390Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-03-14T04:33:12.3115962Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-03-14T04:33:12.3116523Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-03-14T04:33:12.3117076Z * [new branch] disable -> origin/disable 2025-03-14T04:33:12.3117667Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-03-14T04:33:12.3118475Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-03-14T04:33:12.3119337Z * [new branch] doc_change -> origin/doc_change 2025-03-14T04:33:12.3119822Z * [new branch] docs_numpy -> origin/docs_numpy 2025-03-14T04:33:12.3120364Z * [new branch] dropout-eval -> origin/dropout-eval 2025-03-14T04:33:12.3120852Z * [new branch] dt_alltoall -> origin/dt_alltoall 2025-03-14T04:33:12.3121396Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-03-14T04:33:12.3121946Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-03-14T04:33:12.3122517Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-03-14T04:33:12.3823152Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-03-14T04:33:12.3823756Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-03-14T04:33:12.3824346Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-03-14T04:33:12.3824928Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-03-14T04:33:12.3825523Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-03-14T04:33:12.3826039Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-03-14T04:33:12.3826502Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-03-14T04:33:12.3826955Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-03-14T04:33:12.3827504Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-03-14T04:33:12.3827964Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-03-14T04:33:12.3828416Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-03-14T04:33:12.3828870Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-03-14T04:33:12.3829311Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-03-14T04:33:12.3829884Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-03-14T04:33:12.3830459Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-03-14T04:33:12.3831009Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-03-14T04:33:12.3831702Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-03-14T04:33:12.3832424Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-03-14T04:33:12.3833093Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-03-14T04:33:12.3833850Z * [new branch] exclamaforte/dont-remove-feedback-functions -> origin/exclamaforte/dont-remove-feedback-functions 2025-03-14T04:33:12.3834589Z * [new branch] exclamaforte/dynamo-types -> origin/exclamaforte/dynamo-types 2025-03-14T04:33:12.3835243Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-03-14T04:33:12.3835880Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-03-14T04:33:12.3836537Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-03-14T04:33:12.3837349Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-03-14T04:33:12.3838062Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-03-14T04:33:12.3839655Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-03-14T04:33:12.3840369Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-03-14T04:33:12.3841081Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-03-14T04:33:12.3841772Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-03-14T04:33:12.3842431Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-03-14T04:33:12.3843103Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-03-14T04:33:12.3843855Z * [new branch] exclamaforte/testing_only -> origin/exclamaforte/testing_only 2025-03-14T04:33:12.3844349Z * [new branch] exec -> origin/exec 2025-03-14T04:33:12.3844879Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-03-14T04:33:12.3845431Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-03-14T04:33:12.3845909Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-03-14T04:33:12.3846387Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-03-14T04:33:12.3846862Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-03-14T04:33:12.3847336Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-03-14T04:33:12.3847810Z * [new branch] export-D61557220 -> origin/export-D61557220 2025-03-14T04:33:12.3848280Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-03-14T04:33:12.3848739Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-03-14T04:33:12.3849223Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-03-14T04:33:12.4253030Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-03-14T04:33:12.4253584Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-03-14T04:33:12.4254072Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-03-14T04:33:12.4254609Z * [new branch] export-D68909278 -> origin/export-D68909278 2025-03-14T04:33:12.4255130Z * [new branch] export-D69034578 -> origin/export-D69034578 2025-03-14T04:33:12.4255646Z * [new branch] export-D69355332 -> origin/export-D69355332 2025-03-14T04:33:12.4256180Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-03-14T04:33:12.4256693Z * [new branch] export-D69592025 -> origin/export-D69592025 2025-03-14T04:33:12.4257214Z * [new branch] export-D69595327 -> origin/export-D69595327 2025-03-14T04:33:12.4257733Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-14T04:33:12.4258209Z * [new branch] export-D70132269 -> origin/export-D70132269 2025-03-14T04:33:12.4258730Z * [new branch] export-D70141808 -> origin/export-D70141808 2025-03-14T04:33:12.4259257Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-03-14T04:33:12.4259733Z * [new branch] export-D70454149 -> origin/export-D70454149 2025-03-14T04:33:12.4260210Z * [new branch] export-D71081192 -> origin/export-D71081192 2025-03-14T04:33:12.4260809Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-03-14T04:33:12.4261379Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-03-14T04:33:12.4262008Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-03-14T04:33:12.4262544Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-03-14T04:33:12.4263058Z * [new branch] fca -> origin/fca 2025-03-14T04:33:12.4263521Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-03-14T04:33:12.4263984Z * [new branch] fca3 -> origin/fca3 2025-03-14T04:33:12.4264390Z * [new branch] fca5 -> origin/fca5 2025-03-14T04:33:12.4264927Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-03-14T04:33:12.4265733Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-03-14T04:33:12.4266766Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-03-14T04:33:12.4267503Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-03-14T04:33:12.4268045Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-03-14T04:33:12.4268530Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-03-14T04:33:12.4269017Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-03-14T04:33:12.4299727Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-03-14T04:33:12.4300374Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-03-14T04:33:12.4301084Z * [new branch] findhao/fix-triton-constexpr -> origin/findhao/fix-triton-constexpr 2025-03-14T04:33:12.4301691Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-03-14T04:33:12.4302271Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-03-14T04:33:12.4302843Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-03-14T04:33:12.4303397Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-03-14T04:33:12.4303876Z * [new branch] fix -> origin/fix 2025-03-14T04:33:12.4304383Z * [new branch] fix-benchmark-config-h100 -> origin/fix-benchmark-config-h100 2025-03-14T04:33:12.4304995Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-03-14T04:33:12.4305562Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-03-14T04:33:12.4306107Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-03-14T04:33:12.4306699Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-03-14T04:33:12.4307326Z * [new branch] fix-mem-leak -> origin/fix-mem-leak 2025-03-14T04:33:12.4307828Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-03-14T04:33:12.4308479Z * [new branch] fix-test-stat-upload-failures -> origin/fix-test-stat-upload-failures 2025-03-14T04:33:12.4309171Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-03-14T04:33:12.4714035Z * [new branch] fix_autotune_inplace_test -> origin/fix_autotune_inplace_test 2025-03-14T04:33:12.4714601Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-03-14T04:33:12.4715145Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-03-14T04:33:12.4715666Z * [new branch] fix_partial -> origin/fix_partial 2025-03-14T04:33:12.4716132Z * [new branch] fix_xpu_content_store -> origin/fix_xpu_content_store 2025-03-14T04:33:12.4716814Z * [new branch] fixes-triage -> origin/fixes-triage 2025-03-14T04:33:12.4717265Z * [new branch] flat_apply -> origin/flat_apply 2025-03-14T04:33:12.4717791Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-03-14T04:33:12.4718454Z * [new branch] fmassa/fix_all_gather_cost -> origin/fmassa/fix_all_gather_cost 2025-03-14T04:33:12.4719039Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-03-14T04:33:12.4719734Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-03-14T04:33:12.4720465Z * [new branch] fp8_fix -> origin/fp8_fix 2025-03-14T04:33:12.4720943Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-03-14T04:33:12.4721395Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-03-14T04:33:12.4721837Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-03-14T04:33:12.4722276Z * [new branch] func-attr -> origin/func-attr 2025-03-14T04:33:12.4722719Z * [new branch] functorch_scan -> origin/functorch_scan 2025-03-14T04:33:12.4723159Z * [new branch] fx_cpp -> origin/fx_cpp 2025-03-14T04:33:12.4723579Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-03-14T04:33:12.4724005Z * [new branch] gelu-3 -> origin/gelu-3 2025-03-14T04:33:12.4724476Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-03-14T04:33:12.4725011Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-03-14T04:33:12.4725498Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-03-14T04:33:12.4725999Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-03-14T04:33:12.4726502Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-03-14T04:33:12.4726998Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-03-14T04:33:12.4727482Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-03-14T04:33:12.4727950Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-03-14T04:33:12.4728423Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-03-14T04:33:12.4728890Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-03-14T04:33:12.4729354Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-03-14T04:33:12.4729819Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-03-14T04:33:12.4730269Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-03-14T04:33:12.4730726Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-03-14T04:33:12.4731184Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-03-14T04:33:12.4731645Z * [new branch] gh/CaoE/49/base -> origin/gh/CaoE/49/base 2025-03-14T04:33:12.4732103Z * [new branch] gh/CaoE/49/head -> origin/gh/CaoE/49/head 2025-03-14T04:33:12.4732564Z * [new branch] gh/CaoE/49/orig -> origin/gh/CaoE/49/orig 2025-03-14T04:33:12.4733011Z * [new branch] gh/CaoE/50/base -> origin/gh/CaoE/50/base 2025-03-14T04:33:12.4733474Z * [new branch] gh/CaoE/50/head -> origin/gh/CaoE/50/head 2025-03-14T04:33:12.4734053Z * [new branch] gh/CaoE/50/orig -> origin/gh/CaoE/50/orig 2025-03-14T04:33:12.4734528Z * [new branch] gh/CaoE/51/base -> origin/gh/CaoE/51/base 2025-03-14T04:33:12.4734991Z * [new branch] gh/CaoE/51/head -> origin/gh/CaoE/51/head 2025-03-14T04:33:12.4735453Z * [new branch] gh/CaoE/51/orig -> origin/gh/CaoE/51/orig 2025-03-14T04:33:12.4735964Z * [new branch] gh/ColinPeppler/62/base -> origin/gh/ColinPeppler/62/base 2025-03-14T04:33:12.4736528Z * [new branch] gh/ColinPeppler/62/head -> origin/gh/ColinPeppler/62/head 2025-03-14T04:33:12.4737081Z * [new branch] gh/ColinPeppler/62/orig -> origin/gh/ColinPeppler/62/orig 2025-03-14T04:33:12.4737725Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-03-14T04:33:12.5168419Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-03-14T04:33:12.5169047Z * [new branch] gh/EikanWang/75/base -> origin/gh/EikanWang/75/base 2025-03-14T04:33:12.5169568Z * [new branch] gh/EikanWang/75/head -> origin/gh/EikanWang/75/head 2025-03-14T04:33:12.5170085Z * [new branch] gh/EikanWang/75/orig -> origin/gh/EikanWang/75/orig 2025-03-14T04:33:12.5170593Z * [new branch] gh/EikanWang/76/base -> origin/gh/EikanWang/76/base 2025-03-14T04:33:12.5171098Z * [new branch] gh/EikanWang/76/head -> origin/gh/EikanWang/76/head 2025-03-14T04:33:12.5171596Z * [new branch] gh/EikanWang/76/orig -> origin/gh/EikanWang/76/orig 2025-03-14T04:33:12.5172109Z * [new branch] gh/EikanWang/77/base -> origin/gh/EikanWang/77/base 2025-03-14T04:33:12.5172624Z * [new branch] gh/EikanWang/77/head -> origin/gh/EikanWang/77/head 2025-03-14T04:33:12.5173135Z * [new branch] gh/EikanWang/77/orig -> origin/gh/EikanWang/77/orig 2025-03-14T04:33:12.5173650Z * [new branch] gh/EikanWang/78/base -> origin/gh/EikanWang/78/base 2025-03-14T04:33:12.5174160Z * [new branch] gh/EikanWang/78/head -> origin/gh/EikanWang/78/head 2025-03-14T04:33:12.5174650Z * [new branch] gh/EikanWang/78/orig -> origin/gh/EikanWang/78/orig 2025-03-14T04:33:12.5175166Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-14T04:33:12.5175667Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-03-14T04:33:12.5176169Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-03-14T04:33:12.5176647Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-03-14T04:33:12.5177126Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-03-14T04:33:12.5177594Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-03-14T04:33:12.5178071Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-03-14T04:33:12.5178548Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-03-14T04:33:12.5179028Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-03-14T04:33:12.5179504Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-03-14T04:33:12.5179982Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-03-14T04:33:12.5180450Z * [new branch] gh/H-Huang/167/base -> origin/gh/H-Huang/167/base 2025-03-14T04:33:12.5180928Z * [new branch] gh/H-Huang/167/head -> origin/gh/H-Huang/167/head 2025-03-14T04:33:12.5181503Z * [new branch] gh/H-Huang/167/orig -> origin/gh/H-Huang/167/orig 2025-03-14T04:33:12.5182168Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-03-14T04:33:12.5182649Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-03-14T04:33:12.5183125Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-03-14T04:33:12.5183614Z * [new branch] gh/H-Huang/169/base -> origin/gh/H-Huang/169/base 2025-03-14T04:33:12.5184085Z * [new branch] gh/H-Huang/169/head -> origin/gh/H-Huang/169/head 2025-03-14T04:33:12.5184567Z * [new branch] gh/H-Huang/169/orig -> origin/gh/H-Huang/169/orig 2025-03-14T04:33:12.5185045Z * [new branch] gh/H-Huang/170/base -> origin/gh/H-Huang/170/base 2025-03-14T04:33:12.5185631Z * [new branch] gh/H-Huang/170/head -> origin/gh/H-Huang/170/head 2025-03-14T04:33:12.5186124Z * [new branch] gh/H-Huang/170/orig -> origin/gh/H-Huang/170/orig 2025-03-14T04:33:12.5186616Z * [new branch] gh/H-Huang/171/base -> origin/gh/H-Huang/171/base 2025-03-14T04:33:12.5187091Z * [new branch] gh/H-Huang/171/head -> origin/gh/H-Huang/171/head 2025-03-14T04:33:12.5187581Z * [new branch] gh/H-Huang/171/orig -> origin/gh/H-Huang/171/orig 2025-03-14T04:33:12.5188088Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-03-14T04:33:12.5188608Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-03-14T04:33:12.5189127Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-03-14T04:33:12.5189661Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-03-14T04:33:12.5190214Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-03-14T04:33:12.5190761Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-03-14T04:33:12.5191320Z * [new branch] gh/IvanKobzarev/101/base -> origin/gh/IvanKobzarev/101/base 2025-03-14T04:33:12.5191877Z * [new branch] gh/IvanKobzarev/101/head -> origin/gh/IvanKobzarev/101/head 2025-03-14T04:33:12.5610952Z * [new branch] gh/IvanKobzarev/101/orig -> origin/gh/IvanKobzarev/101/orig 2025-03-14T04:33:12.5611551Z * [new branch] gh/IvanKobzarev/102/base -> origin/gh/IvanKobzarev/102/base 2025-03-14T04:33:12.5612114Z * [new branch] gh/IvanKobzarev/102/head -> origin/gh/IvanKobzarev/102/head 2025-03-14T04:33:12.5612681Z * [new branch] gh/IvanKobzarev/102/orig -> origin/gh/IvanKobzarev/102/orig 2025-03-14T04:33:12.5613244Z * [new branch] gh/IvanKobzarev/103/base -> origin/gh/IvanKobzarev/103/base 2025-03-14T04:33:12.5613793Z * [new branch] gh/IvanKobzarev/103/head -> origin/gh/IvanKobzarev/103/head 2025-03-14T04:33:12.5614349Z * [new branch] gh/IvanKobzarev/103/orig -> origin/gh/IvanKobzarev/103/orig 2025-03-14T04:33:12.5614894Z * [new branch] gh/IvanKobzarev/104/base -> origin/gh/IvanKobzarev/104/base 2025-03-14T04:33:12.5615443Z * [new branch] gh/IvanKobzarev/104/head -> origin/gh/IvanKobzarev/104/head 2025-03-14T04:33:12.5615985Z * [new branch] gh/IvanKobzarev/104/orig -> origin/gh/IvanKobzarev/104/orig 2025-03-14T04:33:12.5616525Z * [new branch] gh/IvanKobzarev/105/base -> origin/gh/IvanKobzarev/105/base 2025-03-14T04:33:12.5617076Z * [new branch] gh/IvanKobzarev/105/head -> origin/gh/IvanKobzarev/105/head 2025-03-14T04:33:12.5617630Z * [new branch] gh/IvanKobzarev/105/orig -> origin/gh/IvanKobzarev/105/orig 2025-03-14T04:33:12.5618184Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-03-14T04:33:12.5618917Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-03-14T04:33:12.5619474Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-03-14T04:33:12.5620030Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-03-14T04:33:12.5620563Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-03-14T04:33:12.5621103Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-03-14T04:33:12.5621643Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-03-14T04:33:12.5622185Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-03-14T04:33:12.5622867Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-03-14T04:33:12.5623412Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-03-14T04:33:12.5623954Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-03-14T04:33:12.5624492Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-03-14T04:33:12.5625032Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-03-14T04:33:12.5625578Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-03-14T04:33:12.5626122Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-03-14T04:33:12.5626662Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-03-14T04:33:12.5627192Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-03-14T04:33:12.5627738Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-03-14T04:33:12.5628288Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-03-14T04:33:12.5628832Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-03-14T04:33:12.5629375Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-03-14T04:33:12.5629915Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-03-14T04:33:12.5630461Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-03-14T04:33:12.5630996Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-03-14T04:33:12.5631527Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-03-14T04:33:12.5632033Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-03-14T04:33:12.5632535Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-03-14T04:33:12.5633035Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-03-14T04:33:12.5633554Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-03-14T04:33:12.5634033Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-03-14T04:33:12.5634538Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-03-14T04:33:12.5635014Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-03-14T04:33:12.6041918Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-03-14T04:33:12.6042589Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-03-14T04:33:12.6043235Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-03-14T04:33:12.6043843Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-03-14T04:33:12.6044627Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-03-14T04:33:12.6045256Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-03-14T04:33:12.6045871Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-03-14T04:33:12.6046451Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-03-14T04:33:12.6046970Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-03-14T04:33:12.6047488Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-03-14T04:33:12.6048000Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-03-14T04:33:12.6049232Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-03-14T04:33:12.6049756Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-03-14T04:33:12.6050274Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-03-14T04:33:12.6050800Z * [new branch] gh/StrongerXi/81/base -> origin/gh/StrongerXi/81/base 2025-03-14T04:33:12.6051385Z * [new branch] gh/StrongerXi/81/head -> origin/gh/StrongerXi/81/head 2025-03-14T04:33:12.6051996Z * [new branch] gh/StrongerXi/81/orig -> origin/gh/StrongerXi/81/orig 2025-03-14T04:33:12.6052509Z * [new branch] gh/StrongerXi/82/base -> origin/gh/StrongerXi/82/base 2025-03-14T04:33:12.6053024Z * [new branch] gh/StrongerXi/82/head -> origin/gh/StrongerXi/82/head 2025-03-14T04:33:12.6053540Z * [new branch] gh/StrongerXi/82/orig -> origin/gh/StrongerXi/82/orig 2025-03-14T04:33:12.6054060Z * [new branch] gh/StrongerXi/83/base -> origin/gh/StrongerXi/83/base 2025-03-14T04:33:12.6054580Z * [new branch] gh/StrongerXi/83/head -> origin/gh/StrongerXi/83/head 2025-03-14T04:33:12.6055095Z * [new branch] gh/StrongerXi/83/orig -> origin/gh/StrongerXi/83/orig 2025-03-14T04:33:12.6055602Z * [new branch] gh/StrongerXi/84/base -> origin/gh/StrongerXi/84/base 2025-03-14T04:33:12.6056141Z * [new branch] gh/StrongerXi/84/head -> origin/gh/StrongerXi/84/head 2025-03-14T04:33:12.6056659Z * [new branch] gh/StrongerXi/84/orig -> origin/gh/StrongerXi/84/orig 2025-03-14T04:33:12.6057227Z * [new branch] gh/StrongerXi/85/base -> origin/gh/StrongerXi/85/base 2025-03-14T04:33:12.6057811Z * [new branch] gh/StrongerXi/85/head -> origin/gh/StrongerXi/85/head 2025-03-14T04:33:12.6058345Z * [new branch] gh/StrongerXi/85/orig -> origin/gh/StrongerXi/85/orig 2025-03-14T04:33:12.6058868Z * [new branch] gh/StrongerXi/86/base -> origin/gh/StrongerXi/86/base 2025-03-14T04:33:12.6059379Z * [new branch] gh/StrongerXi/86/head -> origin/gh/StrongerXi/86/head 2025-03-14T04:33:12.6059893Z * [new branch] gh/StrongerXi/86/orig -> origin/gh/StrongerXi/86/orig 2025-03-14T04:33:12.6060414Z * [new branch] gh/StrongerXi/87/base -> origin/gh/StrongerXi/87/base 2025-03-14T04:33:12.6060941Z * [new branch] gh/StrongerXi/87/head -> origin/gh/StrongerXi/87/head 2025-03-14T04:33:12.6061461Z * [new branch] gh/StrongerXi/87/orig -> origin/gh/StrongerXi/87/orig 2025-03-14T04:33:12.6061975Z * [new branch] gh/StrongerXi/88/base -> origin/gh/StrongerXi/88/base 2025-03-14T04:33:12.6062490Z * [new branch] gh/StrongerXi/88/head -> origin/gh/StrongerXi/88/head 2025-03-14T04:33:12.6063039Z * [new branch] gh/StrongerXi/88/orig -> origin/gh/StrongerXi/88/orig 2025-03-14T04:33:12.6063783Z * [new branch] gh/StrongerXi/89/base -> origin/gh/StrongerXi/89/base 2025-03-14T04:33:12.6064305Z * [new branch] gh/StrongerXi/89/head -> origin/gh/StrongerXi/89/head 2025-03-14T04:33:12.6064826Z * [new branch] gh/StrongerXi/89/orig -> origin/gh/StrongerXi/89/orig 2025-03-14T04:33:12.6065349Z * [new branch] gh/StrongerXi/90/base -> origin/gh/StrongerXi/90/base 2025-03-14T04:33:12.6065864Z * [new branch] gh/StrongerXi/90/head -> origin/gh/StrongerXi/90/head 2025-03-14T04:33:12.6066384Z * [new branch] gh/StrongerXi/90/orig -> origin/gh/StrongerXi/90/orig 2025-03-14T04:33:12.6066904Z * [new branch] gh/StrongerXi/91/base -> origin/gh/StrongerXi/91/base 2025-03-14T04:33:12.6067526Z * [new branch] gh/StrongerXi/91/head -> origin/gh/StrongerXi/91/head 2025-03-14T04:33:12.6481878Z * [new branch] gh/StrongerXi/91/orig -> origin/gh/StrongerXi/91/orig 2025-03-14T04:33:12.6482475Z * [new branch] gh/StrongerXi/92/base -> origin/gh/StrongerXi/92/base 2025-03-14T04:33:12.6482997Z * [new branch] gh/StrongerXi/92/head -> origin/gh/StrongerXi/92/head 2025-03-14T04:33:12.6483506Z * [new branch] gh/StrongerXi/92/orig -> origin/gh/StrongerXi/92/orig 2025-03-14T04:33:12.6484023Z * [new branch] gh/StrongerXi/93/base -> origin/gh/StrongerXi/93/base 2025-03-14T04:33:12.6484548Z * [new branch] gh/StrongerXi/93/head -> origin/gh/StrongerXi/93/head 2025-03-14T04:33:12.6485064Z * [new branch] gh/StrongerXi/93/orig -> origin/gh/StrongerXi/93/orig 2025-03-14T04:33:12.6485597Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-03-14T04:33:12.6486174Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-03-14T04:33:12.6486736Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-03-14T04:33:12.6487235Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-03-14T04:33:12.6487743Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-03-14T04:33:12.6488247Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-03-14T04:33:12.6488752Z * [new branch] gh/Xia-Weiwen/30/base -> origin/gh/Xia-Weiwen/30/base 2025-03-14T04:33:12.6489253Z * [new branch] gh/Xia-Weiwen/30/head -> origin/gh/Xia-Weiwen/30/head 2025-03-14T04:33:12.6489755Z * [new branch] gh/Xia-Weiwen/30/orig -> origin/gh/Xia-Weiwen/30/orig 2025-03-14T04:33:12.6490262Z * [new branch] gh/Xia-Weiwen/31/base -> origin/gh/Xia-Weiwen/31/base 2025-03-14T04:33:12.6490759Z * [new branch] gh/Xia-Weiwen/31/head -> origin/gh/Xia-Weiwen/31/head 2025-03-14T04:33:12.6491274Z * [new branch] gh/Xia-Weiwen/31/orig -> origin/gh/Xia-Weiwen/31/orig 2025-03-14T04:33:12.6491826Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-03-14T04:33:12.6492368Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-03-14T04:33:12.6492868Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-03-14T04:33:12.6493358Z * [new branch] gh/XilunWu/114/base -> origin/gh/XilunWu/114/base 2025-03-14T04:33:12.6493839Z * [new branch] gh/XilunWu/114/head -> origin/gh/XilunWu/114/head 2025-03-14T04:33:12.6494339Z * [new branch] gh/XilunWu/114/orig -> origin/gh/XilunWu/114/orig 2025-03-14T04:33:12.6494839Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-03-14T04:33:12.6495335Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-03-14T04:33:12.6496577Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-03-14T04:33:12.6497103Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-03-14T04:33:12.6497690Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-03-14T04:33:12.6498187Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-03-14T04:33:12.6498678Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-03-14T04:33:12.6499167Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-03-14T04:33:12.6499664Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-03-14T04:33:12.6500287Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-03-14T04:33:12.6500778Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-03-14T04:33:12.6501279Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-03-14T04:33:12.6501781Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-03-14T04:33:12.6502276Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-03-14T04:33:12.6502773Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-03-14T04:33:12.6503363Z * [new branch] gh/XilunWu/120/base -> origin/gh/XilunWu/120/base 2025-03-14T04:33:12.6503865Z * [new branch] gh/XilunWu/120/head -> origin/gh/XilunWu/120/head 2025-03-14T04:33:12.6504352Z * [new branch] gh/XilunWu/120/orig -> origin/gh/XilunWu/120/orig 2025-03-14T04:33:12.6504848Z * [new branch] gh/XilunWu/121/base -> origin/gh/XilunWu/121/base 2025-03-14T04:33:12.6505348Z * [new branch] gh/XilunWu/121/head -> origin/gh/XilunWu/121/head 2025-03-14T04:33:12.6505848Z * [new branch] gh/XilunWu/121/orig -> origin/gh/XilunWu/121/orig 2025-03-14T04:33:12.6506338Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-03-14T04:33:12.6913998Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-03-14T04:33:12.6914576Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-03-14T04:33:12.6915113Z * [new branch] gh/XilunWu/123/base -> origin/gh/XilunWu/123/base 2025-03-14T04:33:12.6915616Z * [new branch] gh/XilunWu/123/head -> origin/gh/XilunWu/123/head 2025-03-14T04:33:12.6916153Z * [new branch] gh/XilunWu/123/orig -> origin/gh/XilunWu/123/orig 2025-03-14T04:33:12.6916657Z * [new branch] gh/XilunWu/124/base -> origin/gh/XilunWu/124/base 2025-03-14T04:33:12.6917156Z * [new branch] gh/XilunWu/124/head -> origin/gh/XilunWu/124/head 2025-03-14T04:33:12.6917659Z * [new branch] gh/XilunWu/124/orig -> origin/gh/XilunWu/124/orig 2025-03-14T04:33:12.6918143Z * [new branch] gh/XilunWu/125/base -> origin/gh/XilunWu/125/base 2025-03-14T04:33:12.6918698Z * [new branch] gh/XilunWu/125/head -> origin/gh/XilunWu/125/head 2025-03-14T04:33:12.6919191Z * [new branch] gh/XilunWu/125/orig -> origin/gh/XilunWu/125/orig 2025-03-14T04:33:12.6919694Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-03-14T04:33:12.6920247Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-03-14T04:33:12.6920804Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-03-14T04:33:12.6921308Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-03-14T04:33:12.6922006Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-03-14T04:33:12.6922532Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-03-14T04:33:12.6923043Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-03-14T04:33:12.6923556Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-03-14T04:33:12.6924078Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-03-14T04:33:12.6924585Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-03-14T04:33:12.6925101Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-03-14T04:33:12.6925739Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-03-14T04:33:12.6926360Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-03-14T04:33:12.6926887Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-03-14T04:33:12.6927408Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-03-14T04:33:12.6927919Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-03-14T04:33:12.6928420Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-03-14T04:33:12.6928936Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-03-14T04:33:12.6929453Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-03-14T04:33:12.6929972Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-03-14T04:33:12.6930487Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-03-14T04:33:12.6931017Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-03-14T04:33:12.6931566Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-03-14T04:33:12.6932131Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-03-14T04:33:12.6932639Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-03-14T04:33:12.6933148Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-03-14T04:33:12.6933669Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-03-14T04:33:12.6934189Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-03-14T04:33:12.6934704Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-03-14T04:33:12.6935211Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-03-14T04:33:12.6935724Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-03-14T04:33:12.6936233Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-03-14T04:33:12.6936739Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-03-14T04:33:12.6937310Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-03-14T04:33:12.6937874Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-03-14T04:33:12.7337716Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-03-14T04:33:12.7338325Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-03-14T04:33:12.7338850Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-03-14T04:33:12.7339589Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-03-14T04:33:12.7340112Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-03-14T04:33:12.7341573Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-03-14T04:33:12.7342098Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-03-14T04:33:12.7342614Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-03-14T04:33:12.7343126Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-03-14T04:33:12.7343648Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-03-14T04:33:12.7344308Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-03-14T04:33:12.7344828Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-03-14T04:33:12.7345356Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-03-14T04:33:12.7345866Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-03-14T04:33:12.7347253Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-03-14T04:33:12.7347781Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-03-14T04:33:12.7348321Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-03-14T04:33:12.7348832Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-03-14T04:33:12.7349344Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-03-14T04:33:12.7349879Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-03-14T04:33:12.7350393Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-03-14T04:33:12.7350914Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-03-14T04:33:12.7351426Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-03-14T04:33:12.7352794Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-03-14T04:33:12.7353320Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-03-14T04:33:12.7353839Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-03-14T04:33:12.7354392Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-03-14T04:33:12.7354915Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-03-14T04:33:12.7355424Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-03-14T04:33:12.7355944Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-03-14T04:33:12.7356464Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-03-14T04:33:12.7356982Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-03-14T04:33:12.7358389Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-03-14T04:33:12.7358919Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-03-14T04:33:12.7359438Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-03-14T04:33:12.7359969Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-03-14T04:33:12.7360500Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-03-14T04:33:12.7361015Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-03-14T04:33:12.7361692Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-03-14T04:33:12.7362206Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-03-14T04:33:12.7362727Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-03-14T04:33:12.7364113Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-03-14T04:33:12.7364643Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-03-14T04:33:12.7365172Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-03-14T04:33:12.7365806Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-03-14T04:33:12.7366325Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-03-14T04:33:12.7758787Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-03-14T04:33:12.7759363Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-03-14T04:33:12.7759882Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-03-14T04:33:12.7760409Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-03-14T04:33:12.7760928Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-03-14T04:33:12.7761435Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-03-14T04:33:12.7761952Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-03-14T04:33:12.7762467Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-03-14T04:33:12.7762980Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-03-14T04:33:12.7763494Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-03-14T04:33:12.7764004Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-03-14T04:33:12.7764522Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-03-14T04:33:12.7765029Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-03-14T04:33:12.7765533Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-03-14T04:33:12.7766046Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-03-14T04:33:12.7766555Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-03-14T04:33:12.7767067Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-03-14T04:33:12.7768528Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-03-14T04:33:12.7769062Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-03-14T04:33:12.7769565Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-03-14T04:33:12.7770082Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-03-14T04:33:12.7770593Z * [new branch] gh/XuehaiPan/238/base -> origin/gh/XuehaiPan/238/base 2025-03-14T04:33:12.7771104Z * [new branch] gh/XuehaiPan/238/head -> origin/gh/XuehaiPan/238/head 2025-03-14T04:33:12.7771616Z * [new branch] gh/XuehaiPan/238/orig -> origin/gh/XuehaiPan/238/orig 2025-03-14T04:33:12.7772142Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-03-14T04:33:12.7772646Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-03-14T04:33:12.7773341Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-03-14T04:33:12.7773866Z * [new branch] gh/XuehaiPan/240/base -> origin/gh/XuehaiPan/240/base 2025-03-14T04:33:12.7774391Z * [new branch] gh/XuehaiPan/240/head -> origin/gh/XuehaiPan/240/head 2025-03-14T04:33:12.7774907Z * [new branch] gh/XuehaiPan/240/orig -> origin/gh/XuehaiPan/240/orig 2025-03-14T04:33:12.7775422Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-03-14T04:33:12.7775938Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-03-14T04:33:12.7776448Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-03-14T04:33:12.7777069Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-03-14T04:33:12.7777594Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-03-14T04:33:12.7778119Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-03-14T04:33:12.7778637Z * [new branch] gh/XuehaiPan/243/base -> origin/gh/XuehaiPan/243/base 2025-03-14T04:33:12.7779151Z * [new branch] gh/XuehaiPan/243/head -> origin/gh/XuehaiPan/243/head 2025-03-14T04:33:12.7779659Z * [new branch] gh/XuehaiPan/243/orig -> origin/gh/XuehaiPan/243/orig 2025-03-14T04:33:12.7780172Z * [new branch] gh/XuehaiPan/244/base -> origin/gh/XuehaiPan/244/base 2025-03-14T04:33:12.7780683Z * [new branch] gh/XuehaiPan/244/head -> origin/gh/XuehaiPan/244/head 2025-03-14T04:33:12.7781195Z * [new branch] gh/XuehaiPan/244/orig -> origin/gh/XuehaiPan/244/orig 2025-03-14T04:33:12.7781703Z * [new branch] gh/XuehaiPan/245/base -> origin/gh/XuehaiPan/245/base 2025-03-14T04:33:12.7782221Z * [new branch] gh/XuehaiPan/245/head -> origin/gh/XuehaiPan/245/head 2025-03-14T04:33:12.7782726Z * [new branch] gh/XuehaiPan/245/orig -> origin/gh/XuehaiPan/245/orig 2025-03-14T04:33:12.7783237Z * [new branch] gh/XuehaiPan/246/base -> origin/gh/XuehaiPan/246/base 2025-03-14T04:33:12.8200932Z * [new branch] gh/XuehaiPan/246/head -> origin/gh/XuehaiPan/246/head 2025-03-14T04:33:12.8201506Z * [new branch] gh/XuehaiPan/246/orig -> origin/gh/XuehaiPan/246/orig 2025-03-14T04:33:12.8202098Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-03-14T04:33:12.8202673Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-03-14T04:33:12.8203209Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-03-14T04:33:12.8203735Z * [new branch] gh/XuehaiPan/248/base -> origin/gh/XuehaiPan/248/base 2025-03-14T04:33:12.8204253Z * [new branch] gh/XuehaiPan/248/head -> origin/gh/XuehaiPan/248/head 2025-03-14T04:33:12.8204764Z * [new branch] gh/XuehaiPan/248/orig -> origin/gh/XuehaiPan/248/orig 2025-03-14T04:33:12.8205279Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-03-14T04:33:12.8205798Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-03-14T04:33:12.8206321Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-03-14T04:33:12.8206836Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-03-14T04:33:12.8207344Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-03-14T04:33:12.8207866Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-03-14T04:33:12.8208545Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-03-14T04:33:12.8209073Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-03-14T04:33:12.8209610Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-03-14T04:33:12.8210138Z * [new branch] gh/XuehaiPan/252/base -> origin/gh/XuehaiPan/252/base 2025-03-14T04:33:12.8210648Z * [new branch] gh/XuehaiPan/252/head -> origin/gh/XuehaiPan/252/head 2025-03-14T04:33:12.8211170Z * [new branch] gh/XuehaiPan/252/orig -> origin/gh/XuehaiPan/252/orig 2025-03-14T04:33:12.8211688Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-03-14T04:33:12.8212314Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-03-14T04:33:12.8212838Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-03-14T04:33:12.8213365Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-03-14T04:33:12.8213868Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-03-14T04:33:12.8214399Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-03-14T04:33:12.8214913Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-03-14T04:33:12.8215428Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-03-14T04:33:12.8215941Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-03-14T04:33:12.8216461Z * [new branch] gh/XuehaiPan/256/base -> origin/gh/XuehaiPan/256/base 2025-03-14T04:33:12.8216986Z * [new branch] gh/XuehaiPan/256/head -> origin/gh/XuehaiPan/256/head 2025-03-14T04:33:12.8217493Z * [new branch] gh/XuehaiPan/256/orig -> origin/gh/XuehaiPan/256/orig 2025-03-14T04:33:12.8218010Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-03-14T04:33:12.8218525Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-03-14T04:33:12.8219052Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-03-14T04:33:12.8219572Z * [new branch] gh/XuehaiPan/258/base -> origin/gh/XuehaiPan/258/base 2025-03-14T04:33:12.8220088Z * [new branch] gh/XuehaiPan/258/head -> origin/gh/XuehaiPan/258/head 2025-03-14T04:33:12.8220595Z * [new branch] gh/XuehaiPan/258/orig -> origin/gh/XuehaiPan/258/orig 2025-03-14T04:33:12.8221112Z * [new branch] gh/XuehaiPan/259/base -> origin/gh/XuehaiPan/259/base 2025-03-14T04:33:12.8221636Z * [new branch] gh/XuehaiPan/259/head -> origin/gh/XuehaiPan/259/head 2025-03-14T04:33:12.8222157Z * [new branch] gh/XuehaiPan/259/orig -> origin/gh/XuehaiPan/259/orig 2025-03-14T04:33:12.8222672Z * [new branch] gh/XuehaiPan/260/base -> origin/gh/XuehaiPan/260/base 2025-03-14T04:33:12.8223183Z * [new branch] gh/XuehaiPan/260/head -> origin/gh/XuehaiPan/260/head 2025-03-14T04:33:12.8223685Z * [new branch] gh/XuehaiPan/260/orig -> origin/gh/XuehaiPan/260/orig 2025-03-14T04:33:12.8224203Z * [new branch] gh/XuehaiPan/261/base -> origin/gh/XuehaiPan/261/base 2025-03-14T04:33:12.8224713Z * [new branch] gh/XuehaiPan/261/head -> origin/gh/XuehaiPan/261/head 2025-03-14T04:33:12.8640461Z * [new branch] gh/XuehaiPan/261/orig -> origin/gh/XuehaiPan/261/orig 2025-03-14T04:33:12.8641018Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-03-14T04:33:12.8641533Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-03-14T04:33:12.8642202Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-03-14T04:33:12.8642709Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-03-14T04:33:12.8643236Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-03-14T04:33:12.8643746Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-03-14T04:33:12.8644380Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-03-14T04:33:12.8644939Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-03-14T04:33:12.8645452Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-03-14T04:33:12.8646063Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-03-14T04:33:12.8646581Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-03-14T04:33:12.8647104Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-03-14T04:33:12.8647620Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-03-14T04:33:12.8648137Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-03-14T04:33:12.8648645Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-03-14T04:33:12.8649147Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-03-14T04:33:12.8649644Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-03-14T04:33:12.8650174Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-03-14T04:33:12.8650713Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-03-14T04:33:12.8651254Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-03-14T04:33:12.8651783Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-03-14T04:33:12.8652316Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-03-14T04:33:12.8652843Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-03-14T04:33:12.8653377Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-03-14T04:33:12.8653911Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-03-14T04:33:12.8654452Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-03-14T04:33:12.8654987Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-03-14T04:33:12.8655524Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-03-14T04:33:12.8656062Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-03-14T04:33:12.8656578Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-03-14T04:33:12.8657112Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-03-14T04:33:12.8657649Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-03-14T04:33:12.8658176Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-03-14T04:33:12.8658700Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-03-14T04:33:12.8659228Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-03-14T04:33:12.8659745Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-03-14T04:33:12.8660354Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-03-14T04:33:12.8660894Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-03-14T04:33:12.8661424Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-03-14T04:33:12.8661962Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-03-14T04:33:12.8662500Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-03-14T04:33:12.8663041Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-03-14T04:33:12.8663567Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-03-14T04:33:12.8664182Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-03-14T04:33:12.8664710Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-03-14T04:33:12.9060247Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-03-14T04:33:12.9060902Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-03-14T04:33:12.9061525Z * [new branch] gh/ZhiweiYan-96/41/base -> origin/gh/ZhiweiYan-96/41/base 2025-03-14T04:33:12.9062142Z * [new branch] gh/ZhiweiYan-96/41/head -> origin/gh/ZhiweiYan-96/41/head 2025-03-14T04:33:12.9062751Z * [new branch] gh/ZhiweiYan-96/41/orig -> origin/gh/ZhiweiYan-96/41/orig 2025-03-14T04:33:12.9063372Z * [new branch] gh/ZhiweiYan-96/42/base -> origin/gh/ZhiweiYan-96/42/base 2025-03-14T04:33:12.9063994Z * [new branch] gh/ZhiweiYan-96/42/head -> origin/gh/ZhiweiYan-96/42/head 2025-03-14T04:33:12.9064573Z * [new branch] gh/ZhiweiYan-96/42/orig -> origin/gh/ZhiweiYan-96/42/orig 2025-03-14T04:33:12.9065199Z * [new branch] gh/ZhiweiYan-96/43/base -> origin/gh/ZhiweiYan-96/43/base 2025-03-14T04:33:12.9065817Z * [new branch] gh/ZhiweiYan-96/43/head -> origin/gh/ZhiweiYan-96/43/head 2025-03-14T04:33:12.9066428Z * [new branch] gh/ZhiweiYan-96/43/orig -> origin/gh/ZhiweiYan-96/43/orig 2025-03-14T04:33:12.9066954Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-03-14T04:33:12.9067486Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-03-14T04:33:12.9068016Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-03-14T04:33:12.9068543Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-03-14T04:33:12.9069077Z * [new branch] gh/ZhiweiYan-96/46/base -> origin/gh/ZhiweiYan-96/46/base 2025-03-14T04:33:12.9069626Z * [new branch] gh/ZhiweiYan-96/46/head -> origin/gh/ZhiweiYan-96/46/head 2025-03-14T04:33:12.9070146Z * [new branch] gh/ZhiweiYan-96/46/orig -> origin/gh/ZhiweiYan-96/46/orig 2025-03-14T04:33:12.9070682Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-03-14T04:33:12.9071215Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-03-14T04:33:12.9071789Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-03-14T04:33:12.9072404Z * [new branch] gh/ZhiweiYan-96/48/base -> origin/gh/ZhiweiYan-96/48/base 2025-03-14T04:33:12.9072935Z * [new branch] gh/ZhiweiYan-96/48/head -> origin/gh/ZhiweiYan-96/48/head 2025-03-14T04:33:12.9073457Z * [new branch] gh/ZhiweiYan-96/48/orig -> origin/gh/ZhiweiYan-96/48/orig 2025-03-14T04:33:12.9073988Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-03-14T04:33:12.9074651Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-03-14T04:33:12.9075192Z * [new branch] gh/ZhiweiYan-96/50/base -> origin/gh/ZhiweiYan-96/50/base 2025-03-14T04:33:12.9075733Z * [new branch] gh/ZhiweiYan-96/50/head -> origin/gh/ZhiweiYan-96/50/head 2025-03-14T04:33:12.9076267Z * [new branch] gh/ZhiweiYan-96/50/orig -> origin/gh/ZhiweiYan-96/50/orig 2025-03-14T04:33:12.9076800Z * [new branch] gh/ZhiweiYan-96/51/base -> origin/gh/ZhiweiYan-96/51/base 2025-03-14T04:33:12.9077325Z * [new branch] gh/ZhiweiYan-96/51/head -> origin/gh/ZhiweiYan-96/51/head 2025-03-14T04:33:12.9077910Z * [new branch] gh/ZhiweiYan-96/51/orig -> origin/gh/ZhiweiYan-96/51/orig 2025-03-14T04:33:12.9078749Z * [new branch] gh/ZhiweiYan-96/52/base -> origin/gh/ZhiweiYan-96/52/base 2025-03-14T04:33:12.9079285Z * [new branch] gh/ZhiweiYan-96/52/head -> origin/gh/ZhiweiYan-96/52/head 2025-03-14T04:33:12.9079814Z * [new branch] gh/ZhiweiYan-96/52/orig -> origin/gh/ZhiweiYan-96/52/orig 2025-03-14T04:33:12.9080347Z * [new branch] gh/ZhiweiYan-96/53/base -> origin/gh/ZhiweiYan-96/53/base 2025-03-14T04:33:12.9080864Z * [new branch] gh/ZhiweiYan-96/53/head -> origin/gh/ZhiweiYan-96/53/head 2025-03-14T04:33:12.9081398Z * [new branch] gh/ZhiweiYan-96/53/orig -> origin/gh/ZhiweiYan-96/53/orig 2025-03-14T04:33:12.9081939Z * [new branch] gh/ZhiweiYan-96/54/base -> origin/gh/ZhiweiYan-96/54/base 2025-03-14T04:33:12.9082472Z * [new branch] gh/ZhiweiYan-96/54/head -> origin/gh/ZhiweiYan-96/54/head 2025-03-14T04:33:12.9083002Z * [new branch] gh/ZhiweiYan-96/54/orig -> origin/gh/ZhiweiYan-96/54/orig 2025-03-14T04:33:12.9083525Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-03-14T04:33:12.9084080Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-03-14T04:33:12.9084669Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-03-14T04:33:12.9085167Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-03-14T04:33:12.9508980Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-03-14T04:33:12.9509537Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-03-14T04:33:12.9510101Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-03-14T04:33:12.9510640Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-03-14T04:33:12.9511140Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-03-14T04:33:12.9511610Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-03-14T04:33:12.9512397Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-03-14T04:33:12.9513427Z * [new branch] gh/alexsamardzic/25/base -> origin/gh/alexsamardzic/25/base 2025-03-14T04:33:12.9514345Z * [new branch] gh/alexsamardzic/25/head -> origin/gh/alexsamardzic/25/head 2025-03-14T04:33:12.9515256Z * [new branch] gh/alexsamardzic/25/orig -> origin/gh/alexsamardzic/25/orig 2025-03-14T04:33:12.9516093Z * [new branch] gh/alexsamardzic/26/base -> origin/gh/alexsamardzic/26/base 2025-03-14T04:33:12.9516690Z * [new branch] gh/alexsamardzic/26/head -> origin/gh/alexsamardzic/26/head 2025-03-14T04:33:12.9517248Z * [new branch] gh/alexsamardzic/26/orig -> origin/gh/alexsamardzic/26/orig 2025-03-14T04:33:12.9517776Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-03-14T04:33:12.9518500Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-03-14T04:33:12.9519001Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-03-14T04:33:12.9519493Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-03-14T04:33:12.9519980Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-03-14T04:33:12.9520474Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-03-14T04:33:12.9520972Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-03-14T04:33:12.9521458Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-03-14T04:33:12.9522159Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-03-14T04:33:12.9522687Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-03-14T04:33:12.9523218Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-03-14T04:33:12.9523771Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-03-14T04:33:12.9524296Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-03-14T04:33:12.9524823Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-03-14T04:33:12.9525359Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-03-14T04:33:12.9525877Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-03-14T04:33:12.9526393Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-03-14T04:33:12.9526896Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-03-14T04:33:12.9527408Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-03-14T04:33:12.9528018Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-03-14T04:33:12.9528527Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-03-14T04:33:12.9529042Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-03-14T04:33:12.9529551Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-03-14T04:33:12.9530052Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-03-14T04:33:12.9530559Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-03-14T04:33:12.9531074Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-03-14T04:33:12.9531589Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-03-14T04:33:12.9532098Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-03-14T04:33:12.9532595Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-03-14T04:33:12.9533085Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-03-14T04:33:12.9533624Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-03-14T04:33:12.9534172Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-03-14T04:33:12.9534679Z * [new branch] gh/angelayi/66/base -> origin/gh/angelayi/66/base 2025-03-14T04:33:12.9946134Z * [new branch] gh/angelayi/66/head -> origin/gh/angelayi/66/head 2025-03-14T04:33:12.9946683Z * [new branch] gh/angelayi/66/orig -> origin/gh/angelayi/66/orig 2025-03-14T04:33:12.9947240Z * [new branch] gh/angelayi/67/base -> origin/gh/angelayi/67/base 2025-03-14T04:33:12.9947928Z * [new branch] gh/angelayi/67/head -> origin/gh/angelayi/67/head 2025-03-14T04:33:12.9948441Z * [new branch] gh/angelayi/67/orig -> origin/gh/angelayi/67/orig 2025-03-14T04:33:12.9948955Z * [new branch] gh/angelayi/68/base -> origin/gh/angelayi/68/base 2025-03-14T04:33:12.9949458Z * [new branch] gh/angelayi/68/head -> origin/gh/angelayi/68/head 2025-03-14T04:33:12.9949960Z * [new branch] gh/angelayi/68/orig -> origin/gh/angelayi/68/orig 2025-03-14T04:33:12.9950460Z * [new branch] gh/angelayi/69/base -> origin/gh/angelayi/69/base 2025-03-14T04:33:12.9950944Z * [new branch] gh/angelayi/69/head -> origin/gh/angelayi/69/head 2025-03-14T04:33:12.9951553Z * [new branch] gh/angelayi/69/orig -> origin/gh/angelayi/69/orig 2025-03-14T04:33:12.9952061Z * [new branch] gh/angelayi/70/base -> origin/gh/angelayi/70/base 2025-03-14T04:33:12.9952564Z * [new branch] gh/angelayi/70/head -> origin/gh/angelayi/70/head 2025-03-14T04:33:12.9953115Z * [new branch] gh/angelayi/70/orig -> origin/gh/angelayi/70/orig 2025-03-14T04:33:12.9953683Z * [new branch] gh/angelayi/71/base -> origin/gh/angelayi/71/base 2025-03-14T04:33:12.9954178Z * [new branch] gh/angelayi/71/head -> origin/gh/angelayi/71/head 2025-03-14T04:33:12.9954671Z * [new branch] gh/angelayi/71/orig -> origin/gh/angelayi/71/orig 2025-03-14T04:33:12.9955175Z * [new branch] gh/angelayi/72/base -> origin/gh/angelayi/72/base 2025-03-14T04:33:12.9955686Z * [new branch] gh/angelayi/72/head -> origin/gh/angelayi/72/head 2025-03-14T04:33:12.9956182Z * [new branch] gh/angelayi/72/orig -> origin/gh/angelayi/72/orig 2025-03-14T04:33:12.9956682Z * [new branch] gh/angelayi/73/base -> origin/gh/angelayi/73/base 2025-03-14T04:33:12.9957178Z * [new branch] gh/angelayi/73/head -> origin/gh/angelayi/73/head 2025-03-14T04:33:12.9957663Z * [new branch] gh/angelayi/73/orig -> origin/gh/angelayi/73/orig 2025-03-14T04:33:12.9958163Z * [new branch] gh/angelayi/74/base -> origin/gh/angelayi/74/base 2025-03-14T04:33:12.9958777Z * [new branch] gh/angelayi/74/head -> origin/gh/angelayi/74/head 2025-03-14T04:33:12.9959319Z * [new branch] gh/angelayi/74/orig -> origin/gh/angelayi/74/orig 2025-03-14T04:33:12.9959813Z * [new branch] gh/angelayi/75/base -> origin/gh/angelayi/75/base 2025-03-14T04:33:12.9960315Z * [new branch] gh/angelayi/75/head -> origin/gh/angelayi/75/head 2025-03-14T04:33:12.9960799Z * [new branch] gh/angelayi/75/orig -> origin/gh/angelayi/75/orig 2025-03-14T04:33:12.9961293Z * [new branch] gh/angelayi/76/base -> origin/gh/angelayi/76/base 2025-03-14T04:33:12.9961788Z * [new branch] gh/angelayi/76/head -> origin/gh/angelayi/76/head 2025-03-14T04:33:12.9962287Z * [new branch] gh/angelayi/76/orig -> origin/gh/angelayi/76/orig 2025-03-14T04:33:12.9962804Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-03-14T04:33:12.9963344Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-03-14T04:33:12.9963877Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-03-14T04:33:12.9964449Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-03-14T04:33:12.9965028Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-03-14T04:33:12.9965554Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-03-14T04:33:12.9966186Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-03-14T04:33:12.9966722Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-03-14T04:33:12.9967270Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-03-14T04:33:12.9967787Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-03-14T04:33:12.9968311Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-03-14T04:33:12.9968846Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-03-14T04:33:12.9969467Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-03-14T04:33:12.9970048Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-03-14T04:33:13.0376535Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-03-14T04:33:13.0377095Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-03-14T04:33:13.0377625Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-03-14T04:33:13.0378153Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-03-14T04:33:13.0378688Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-03-14T04:33:13.0379224Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-03-14T04:33:13.0379756Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-03-14T04:33:13.0380290Z * [new branch] gh/anijain2305/669/base -> origin/gh/anijain2305/669/base 2025-03-14T04:33:13.0380808Z * [new branch] gh/anijain2305/669/head -> origin/gh/anijain2305/669/head 2025-03-14T04:33:13.0381329Z * [new branch] gh/anijain2305/669/orig -> origin/gh/anijain2305/669/orig 2025-03-14T04:33:13.0381850Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-03-14T04:33:13.0382368Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-03-14T04:33:13.0382891Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-03-14T04:33:13.0383413Z * [new branch] gh/anijain2305/677/base -> origin/gh/anijain2305/677/base 2025-03-14T04:33:13.0383935Z * [new branch] gh/anijain2305/677/head -> origin/gh/anijain2305/677/head 2025-03-14T04:33:13.0384457Z * [new branch] gh/anijain2305/677/orig -> origin/gh/anijain2305/677/orig 2025-03-14T04:33:13.0384978Z * [new branch] gh/anijain2305/679/base -> origin/gh/anijain2305/679/base 2025-03-14T04:33:13.0385508Z * [new branch] gh/anijain2305/679/head -> origin/gh/anijain2305/679/head 2025-03-14T04:33:13.0386030Z * [new branch] gh/anijain2305/679/orig -> origin/gh/anijain2305/679/orig 2025-03-14T04:33:13.0386553Z * [new branch] gh/anijain2305/680/base -> origin/gh/anijain2305/680/base 2025-03-14T04:33:13.0387092Z * [new branch] gh/anijain2305/680/head -> origin/gh/anijain2305/680/head 2025-03-14T04:33:13.0387618Z * [new branch] gh/anijain2305/680/orig -> origin/gh/anijain2305/680/orig 2025-03-14T04:33:13.0388133Z * [new branch] gh/anijain2305/681/base -> origin/gh/anijain2305/681/base 2025-03-14T04:33:13.0388664Z * [new branch] gh/anijain2305/681/head -> origin/gh/anijain2305/681/head 2025-03-14T04:33:13.0389193Z * [new branch] gh/anijain2305/681/orig -> origin/gh/anijain2305/681/orig 2025-03-14T04:33:13.0389871Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-03-14T04:33:13.0390399Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-03-14T04:33:13.0390922Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-03-14T04:33:13.0391449Z * [new branch] gh/anijain2305/683/base -> origin/gh/anijain2305/683/base 2025-03-14T04:33:13.0391979Z * [new branch] gh/anijain2305/683/head -> origin/gh/anijain2305/683/head 2025-03-14T04:33:13.0392510Z * [new branch] gh/anijain2305/683/orig -> origin/gh/anijain2305/683/orig 2025-03-14T04:33:13.0393044Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-03-14T04:33:13.0393663Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-03-14T04:33:13.0394192Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-03-14T04:33:13.0394718Z * [new branch] gh/anijain2305/685/base -> origin/gh/anijain2305/685/base 2025-03-14T04:33:13.0395249Z * [new branch] gh/anijain2305/685/head -> origin/gh/anijain2305/685/head 2025-03-14T04:33:13.0395782Z * [new branch] gh/anijain2305/685/orig -> origin/gh/anijain2305/685/orig 2025-03-14T04:33:13.0396313Z * [new branch] gh/anijain2305/686/base -> origin/gh/anijain2305/686/base 2025-03-14T04:33:13.0396844Z * [new branch] gh/anijain2305/686/head -> origin/gh/anijain2305/686/head 2025-03-14T04:33:13.0397372Z * [new branch] gh/anijain2305/686/orig -> origin/gh/anijain2305/686/orig 2025-03-14T04:33:13.0397903Z * [new branch] gh/anijain2305/687/base -> origin/gh/anijain2305/687/base 2025-03-14T04:33:13.0398525Z * [new branch] gh/anijain2305/687/head -> origin/gh/anijain2305/687/head 2025-03-14T04:33:13.0399071Z * [new branch] gh/anijain2305/687/orig -> origin/gh/anijain2305/687/orig 2025-03-14T04:33:13.0399610Z * [new branch] gh/anijain2305/688/base -> origin/gh/anijain2305/688/base 2025-03-14T04:33:13.0400141Z * [new branch] gh/anijain2305/688/head -> origin/gh/anijain2305/688/head 2025-03-14T04:33:13.0400667Z * [new branch] gh/anijain2305/688/orig -> origin/gh/anijain2305/688/orig 2025-03-14T04:33:13.0785348Z * [new branch] gh/anijain2305/689/base -> origin/gh/anijain2305/689/base 2025-03-14T04:33:13.0785914Z * [new branch] gh/anijain2305/689/head -> origin/gh/anijain2305/689/head 2025-03-14T04:33:13.0786461Z * [new branch] gh/anijain2305/689/orig -> origin/gh/anijain2305/689/orig 2025-03-14T04:33:13.0787039Z * [new branch] gh/anijain2305/690/base -> origin/gh/anijain2305/690/base 2025-03-14T04:33:13.0787565Z * [new branch] gh/anijain2305/690/head -> origin/gh/anijain2305/690/head 2025-03-14T04:33:13.0788110Z * [new branch] gh/anijain2305/690/orig -> origin/gh/anijain2305/690/orig 2025-03-14T04:33:13.0788647Z * [new branch] gh/anijain2305/691/base -> origin/gh/anijain2305/691/base 2025-03-14T04:33:13.0789174Z * [new branch] gh/anijain2305/691/head -> origin/gh/anijain2305/691/head 2025-03-14T04:33:13.0789705Z * [new branch] gh/anijain2305/691/orig -> origin/gh/anijain2305/691/orig 2025-03-14T04:33:13.0790228Z * [new branch] gh/anijain2305/692/base -> origin/gh/anijain2305/692/base 2025-03-14T04:33:13.0790757Z * [new branch] gh/anijain2305/692/head -> origin/gh/anijain2305/692/head 2025-03-14T04:33:13.0791282Z * [new branch] gh/anijain2305/692/orig -> origin/gh/anijain2305/692/orig 2025-03-14T04:33:13.0791822Z * [new branch] gh/anijain2305/693/base -> origin/gh/anijain2305/693/base 2025-03-14T04:33:13.0792528Z * [new branch] gh/anijain2305/693/head -> origin/gh/anijain2305/693/head 2025-03-14T04:33:13.0793071Z * [new branch] gh/anijain2305/693/orig -> origin/gh/anijain2305/693/orig 2025-03-14T04:33:13.0793595Z * [new branch] gh/anijain2305/694/base -> origin/gh/anijain2305/694/base 2025-03-14T04:33:13.0794283Z * [new branch] gh/anijain2305/694/head -> origin/gh/anijain2305/694/head 2025-03-14T04:33:13.0794867Z * [new branch] gh/anijain2305/694/orig -> origin/gh/anijain2305/694/orig 2025-03-14T04:33:13.0795438Z * [new branch] gh/anijain2305/695/base -> origin/gh/anijain2305/695/base 2025-03-14T04:33:13.0796009Z * [new branch] gh/anijain2305/695/head -> origin/gh/anijain2305/695/head 2025-03-14T04:33:13.0796704Z * [new branch] gh/anijain2305/695/orig -> origin/gh/anijain2305/695/orig 2025-03-14T04:33:13.0797277Z * [new branch] gh/anijain2305/696/base -> origin/gh/anijain2305/696/base 2025-03-14T04:33:13.0797872Z * [new branch] gh/anijain2305/696/head -> origin/gh/anijain2305/696/head 2025-03-14T04:33:13.0798527Z * [new branch] gh/anijain2305/696/orig -> origin/gh/anijain2305/696/orig 2025-03-14T04:33:13.0799110Z * [new branch] gh/anijain2305/697/base -> origin/gh/anijain2305/697/base 2025-03-14T04:33:13.0799673Z * [new branch] gh/anijain2305/697/head -> origin/gh/anijain2305/697/head 2025-03-14T04:33:13.0800260Z * [new branch] gh/anijain2305/697/orig -> origin/gh/anijain2305/697/orig 2025-03-14T04:33:13.0800848Z * [new branch] gh/anijain2305/698/base -> origin/gh/anijain2305/698/base 2025-03-14T04:33:13.0801439Z * [new branch] gh/anijain2305/698/head -> origin/gh/anijain2305/698/head 2025-03-14T04:33:13.0802023Z * [new branch] gh/anijain2305/698/orig -> origin/gh/anijain2305/698/orig 2025-03-14T04:33:13.0802620Z * [new branch] gh/anijain2305/699/base -> origin/gh/anijain2305/699/base 2025-03-14T04:33:13.0803198Z * [new branch] gh/anijain2305/699/head -> origin/gh/anijain2305/699/head 2025-03-14T04:33:13.0803748Z * [new branch] gh/anijain2305/699/orig -> origin/gh/anijain2305/699/orig 2025-03-14T04:33:13.0804336Z * [new branch] gh/anijain2305/700/base -> origin/gh/anijain2305/700/base 2025-03-14T04:33:13.0804913Z * [new branch] gh/anijain2305/700/head -> origin/gh/anijain2305/700/head 2025-03-14T04:33:13.0805484Z * [new branch] gh/anijain2305/700/orig -> origin/gh/anijain2305/700/orig 2025-03-14T04:33:13.0806077Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-03-14T04:33:13.0806648Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-03-14T04:33:13.0807217Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-03-14T04:33:13.0807767Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-03-14T04:33:13.0808343Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-03-14T04:33:13.0808910Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-03-14T04:33:13.0809479Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-03-14T04:33:13.0810033Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-03-14T04:33:13.0810607Z * [new branch] gh/aorenste/213/base -> origin/gh/aorenste/213/base 2025-03-14T04:33:13.1224588Z * [new branch] gh/aorenste/213/head -> origin/gh/aorenste/213/head 2025-03-14T04:33:13.1225259Z * [new branch] gh/aorenste/213/orig -> origin/gh/aorenste/213/orig 2025-03-14T04:33:13.1226028Z * [new branch] gh/aorenste/214/base -> origin/gh/aorenste/214/base 2025-03-14T04:33:13.1226592Z * [new branch] gh/aorenste/214/head -> origin/gh/aorenste/214/head 2025-03-14T04:33:13.1227287Z * [new branch] gh/aorenste/214/orig -> origin/gh/aorenste/214/orig 2025-03-14T04:33:13.1227849Z * [new branch] gh/aorenste/215/base -> origin/gh/aorenste/215/base 2025-03-14T04:33:13.1228401Z * [new branch] gh/aorenste/215/head -> origin/gh/aorenste/215/head 2025-03-14T04:33:13.1228971Z * [new branch] gh/aorenste/215/orig -> origin/gh/aorenste/215/orig 2025-03-14T04:33:13.1229493Z * [new branch] gh/aorenste/216/base -> origin/gh/aorenste/216/base 2025-03-14T04:33:13.1230774Z * [new branch] gh/aorenste/216/head -> origin/gh/aorenste/216/head 2025-03-14T04:33:13.1231373Z * [new branch] gh/aorenste/216/orig -> origin/gh/aorenste/216/orig 2025-03-14T04:33:13.1231948Z * [new branch] gh/aorenste/217/base -> origin/gh/aorenste/217/base 2025-03-14T04:33:13.1232562Z * [new branch] gh/aorenste/217/head -> origin/gh/aorenste/217/head 2025-03-14T04:33:13.1233170Z * [new branch] gh/aorenste/217/orig -> origin/gh/aorenste/217/orig 2025-03-14T04:33:13.1233734Z * [new branch] gh/aorenste/218/base -> origin/gh/aorenste/218/base 2025-03-14T04:33:13.1234308Z * [new branch] gh/aorenste/218/head -> origin/gh/aorenste/218/head 2025-03-14T04:33:13.1234837Z * [new branch] gh/aorenste/218/orig -> origin/gh/aorenste/218/orig 2025-03-14T04:33:13.1235399Z * [new branch] gh/aorenste/219/base -> origin/gh/aorenste/219/base 2025-03-14T04:33:13.1235972Z * [new branch] gh/aorenste/219/head -> origin/gh/aorenste/219/head 2025-03-14T04:33:13.1236538Z * [new branch] gh/aorenste/219/orig -> origin/gh/aorenste/219/orig 2025-03-14T04:33:13.1237102Z * [new branch] gh/aorenste/220/base -> origin/gh/aorenste/220/base 2025-03-14T04:33:13.1237695Z * [new branch] gh/aorenste/220/head -> origin/gh/aorenste/220/head 2025-03-14T04:33:13.1238330Z * [new branch] gh/aorenste/220/orig -> origin/gh/aorenste/220/orig 2025-03-14T04:33:13.1238855Z * [new branch] gh/aorenste/221/base -> origin/gh/aorenste/221/base 2025-03-14T04:33:13.1239443Z * [new branch] gh/aorenste/221/head -> origin/gh/aorenste/221/head 2025-03-14T04:33:13.1240008Z * [new branch] gh/aorenste/221/orig -> origin/gh/aorenste/221/orig 2025-03-14T04:33:13.1240568Z * [new branch] gh/aorenste/222/base -> origin/gh/aorenste/222/base 2025-03-14T04:33:13.1241167Z * [new branch] gh/aorenste/222/head -> origin/gh/aorenste/222/head 2025-03-14T04:33:13.1241723Z * [new branch] gh/aorenste/222/orig -> origin/gh/aorenste/222/orig 2025-03-14T04:33:13.1242290Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-03-14T04:33:13.1242932Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-03-14T04:33:13.1243539Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-03-14T04:33:13.1244162Z * [new branch] gh/avikchaudhuri/54/base -> origin/gh/avikchaudhuri/54/base 2025-03-14T04:33:13.1244773Z * [new branch] gh/avikchaudhuri/54/head -> origin/gh/avikchaudhuri/54/head 2025-03-14T04:33:13.1245371Z * [new branch] gh/avikchaudhuri/54/orig -> origin/gh/avikchaudhuri/54/orig 2025-03-14T04:33:13.1246014Z * [new branch] gh/avikchaudhuri/55/base -> origin/gh/avikchaudhuri/55/base 2025-03-14T04:33:13.1246597Z * [new branch] gh/avikchaudhuri/55/head -> origin/gh/avikchaudhuri/55/head 2025-03-14T04:33:13.1247348Z * [new branch] gh/avikchaudhuri/55/orig -> origin/gh/avikchaudhuri/55/orig 2025-03-14T04:33:13.1247987Z * [new branch] gh/avikchaudhuri/56/base -> origin/gh/avikchaudhuri/56/base 2025-03-14T04:33:13.1248607Z * [new branch] gh/avikchaudhuri/56/head -> origin/gh/avikchaudhuri/56/head 2025-03-14T04:33:13.1249211Z * [new branch] gh/avikchaudhuri/56/orig -> origin/gh/avikchaudhuri/56/orig 2025-03-14T04:33:13.1249804Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-03-14T04:33:13.1250361Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-03-14T04:33:13.1250892Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-03-14T04:33:13.1251553Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-03-14T04:33:13.1252115Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-03-14T04:33:13.1661199Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-03-14T04:33:13.1661807Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-03-14T04:33:13.1662396Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-03-14T04:33:13.1662960Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-03-14T04:33:13.1663482Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-03-14T04:33:13.1664045Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-03-14T04:33:13.1664669Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-03-14T04:33:13.1665216Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-03-14T04:33:13.1678535Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-03-14T04:33:13.1679249Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-03-14T04:33:13.1679768Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-03-14T04:33:13.1680278Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-03-14T04:33:13.1680787Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-03-14T04:33:13.1681272Z * [new branch] gh/bdhirsh/639/base -> origin/gh/bdhirsh/639/base 2025-03-14T04:33:13.1681775Z * [new branch] gh/bdhirsh/639/head -> origin/gh/bdhirsh/639/head 2025-03-14T04:33:13.1682296Z * [new branch] gh/bdhirsh/639/orig -> origin/gh/bdhirsh/639/orig 2025-03-14T04:33:13.1682792Z * [new branch] gh/bdhirsh/640/base -> origin/gh/bdhirsh/640/base 2025-03-14T04:33:13.1683299Z * [new branch] gh/bdhirsh/640/head -> origin/gh/bdhirsh/640/head 2025-03-14T04:33:13.1683810Z * [new branch] gh/bdhirsh/640/orig -> origin/gh/bdhirsh/640/orig 2025-03-14T04:33:13.1684305Z * [new branch] gh/bdhirsh/641/base -> origin/gh/bdhirsh/641/base 2025-03-14T04:33:13.1684799Z * [new branch] gh/bdhirsh/641/head -> origin/gh/bdhirsh/641/head 2025-03-14T04:33:13.1685304Z * [new branch] gh/bdhirsh/641/orig -> origin/gh/bdhirsh/641/orig 2025-03-14T04:33:13.1685807Z * [new branch] gh/bdhirsh/642/base -> origin/gh/bdhirsh/642/base 2025-03-14T04:33:13.1686441Z * [new branch] gh/bdhirsh/642/head -> origin/gh/bdhirsh/642/head 2025-03-14T04:33:13.1686947Z * [new branch] gh/bdhirsh/642/orig -> origin/gh/bdhirsh/642/orig 2025-03-14T04:33:13.1687452Z * [new branch] gh/bdhirsh/643/base -> origin/gh/bdhirsh/643/base 2025-03-14T04:33:13.1688668Z * [new branch] gh/bdhirsh/643/head -> origin/gh/bdhirsh/643/head 2025-03-14T04:33:13.1689186Z * [new branch] gh/bdhirsh/643/orig -> origin/gh/bdhirsh/643/orig 2025-03-14T04:33:13.1689706Z * [new branch] gh/bdhirsh/644/base -> origin/gh/bdhirsh/644/base 2025-03-14T04:33:13.1690240Z * [new branch] gh/bdhirsh/644/head -> origin/gh/bdhirsh/644/head 2025-03-14T04:33:13.1690741Z * [new branch] gh/bdhirsh/644/orig -> origin/gh/bdhirsh/644/orig 2025-03-14T04:33:13.1691236Z * [new branch] gh/bdhirsh/645/base -> origin/gh/bdhirsh/645/base 2025-03-14T04:33:13.1691722Z * [new branch] gh/bdhirsh/645/head -> origin/gh/bdhirsh/645/head 2025-03-14T04:33:13.1692375Z * [new branch] gh/bdhirsh/645/orig -> origin/gh/bdhirsh/645/orig 2025-03-14T04:33:13.1692886Z * [new branch] gh/bdhirsh/646/base -> origin/gh/bdhirsh/646/base 2025-03-14T04:33:13.1693381Z * [new branch] gh/bdhirsh/646/head -> origin/gh/bdhirsh/646/head 2025-03-14T04:33:13.1693876Z * [new branch] gh/bdhirsh/646/orig -> origin/gh/bdhirsh/646/orig 2025-03-14T04:33:13.1694415Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-03-14T04:33:13.1694978Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-03-14T04:33:13.1695542Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-03-14T04:33:13.1696107Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-03-14T04:33:13.1696676Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-03-14T04:33:13.1697252Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-03-14T04:33:13.1697827Z * [new branch] gh/benjaminglass1/63/base -> origin/gh/benjaminglass1/63/base 2025-03-14T04:33:13.1698382Z * [new branch] gh/benjaminglass1/63/head -> origin/gh/benjaminglass1/63/head 2025-03-14T04:33:13.1698953Z * [new branch] gh/benjaminglass1/63/orig -> origin/gh/benjaminglass1/63/orig 2025-03-14T04:33:13.5063061Z * [new branch] gh/benjaminglass1/64/base -> origin/gh/benjaminglass1/64/base 2025-03-14T04:33:13.5063686Z * [new branch] gh/benjaminglass1/64/head -> origin/gh/benjaminglass1/64/head 2025-03-14T04:33:13.5064253Z * [new branch] gh/benjaminglass1/64/orig -> origin/gh/benjaminglass1/64/orig 2025-03-14T04:33:13.5064817Z * [new branch] gh/benjaminglass1/65/base -> origin/gh/benjaminglass1/65/base 2025-03-14T04:33:13.5065402Z * [new branch] gh/benjaminglass1/65/head -> origin/gh/benjaminglass1/65/head 2025-03-14T04:33:13.5065973Z * [new branch] gh/benjaminglass1/65/orig -> origin/gh/benjaminglass1/65/orig 2025-03-14T04:33:13.5066644Z * [new branch] gh/benjaminglass1/66/base -> origin/gh/benjaminglass1/66/base 2025-03-14T04:33:13.5067212Z * [new branch] gh/benjaminglass1/66/head -> origin/gh/benjaminglass1/66/head 2025-03-14T04:33:13.5067783Z * [new branch] gh/benjaminglass1/66/orig -> origin/gh/benjaminglass1/66/orig 2025-03-14T04:33:13.5068339Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-03-14T04:33:13.5068908Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-03-14T04:33:13.5069474Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-03-14T04:33:13.5070049Z * [new branch] gh/benjaminglass1/68/base -> origin/gh/benjaminglass1/68/base 2025-03-14T04:33:13.5070794Z * [new branch] gh/benjaminglass1/68/head -> origin/gh/benjaminglass1/68/head 2025-03-14T04:33:13.5071371Z * [new branch] gh/benjaminglass1/68/orig -> origin/gh/benjaminglass1/68/orig 2025-03-14T04:33:13.5071983Z * [new branch] gh/benjaminglass1/69/base -> origin/gh/benjaminglass1/69/base 2025-03-14T04:33:13.5072603Z * [new branch] gh/benjaminglass1/69/head -> origin/gh/benjaminglass1/69/head 2025-03-14T04:33:13.5073165Z * [new branch] gh/benjaminglass1/69/orig -> origin/gh/benjaminglass1/69/orig 2025-03-14T04:33:13.5073731Z * [new branch] gh/benjaminglass1/70/base -> origin/gh/benjaminglass1/70/base 2025-03-14T04:33:13.5074300Z * [new branch] gh/benjaminglass1/70/head -> origin/gh/benjaminglass1/70/head 2025-03-14T04:33:13.5074997Z * [new branch] gh/benjaminglass1/70/orig -> origin/gh/benjaminglass1/70/orig 2025-03-14T04:33:13.5075559Z * [new branch] gh/benjaminglass1/71/base -> origin/gh/benjaminglass1/71/base 2025-03-14T04:33:13.5076125Z * [new branch] gh/benjaminglass1/71/head -> origin/gh/benjaminglass1/71/head 2025-03-14T04:33:13.5076692Z * [new branch] gh/benjaminglass1/71/orig -> origin/gh/benjaminglass1/71/orig 2025-03-14T04:33:13.5077257Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-03-14T04:33:13.5077912Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-03-14T04:33:13.5078552Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-03-14T04:33:13.5079119Z * [new branch] gh/benjaminglass1/73/base -> origin/gh/benjaminglass1/73/base 2025-03-14T04:33:13.5079685Z * [new branch] gh/benjaminglass1/73/head -> origin/gh/benjaminglass1/73/head 2025-03-14T04:33:13.5080254Z * [new branch] gh/benjaminglass1/73/orig -> origin/gh/benjaminglass1/73/orig 2025-03-14T04:33:13.5080831Z * [new branch] gh/benjaminglass1/74/base -> origin/gh/benjaminglass1/74/base 2025-03-14T04:33:13.5081396Z * [new branch] gh/benjaminglass1/74/head -> origin/gh/benjaminglass1/74/head 2025-03-14T04:33:13.5081962Z * [new branch] gh/benjaminglass1/74/orig -> origin/gh/benjaminglass1/74/orig 2025-03-14T04:33:13.5082518Z * [new branch] gh/benjaminglass1/75/base -> origin/gh/benjaminglass1/75/base 2025-03-14T04:33:13.5083073Z * [new branch] gh/benjaminglass1/75/head -> origin/gh/benjaminglass1/75/head 2025-03-14T04:33:13.5083665Z * [new branch] gh/benjaminglass1/75/orig -> origin/gh/benjaminglass1/75/orig 2025-03-14T04:33:13.5084226Z * [new branch] gh/benjaminglass1/76/base -> origin/gh/benjaminglass1/76/base 2025-03-14T04:33:13.5084797Z * [new branch] gh/benjaminglass1/76/head -> origin/gh/benjaminglass1/76/head 2025-03-14T04:33:13.5085367Z * [new branch] gh/benjaminglass1/76/orig -> origin/gh/benjaminglass1/76/orig 2025-03-14T04:33:13.5085939Z * [new branch] gh/benjaminglass1/77/base -> origin/gh/benjaminglass1/77/base 2025-03-14T04:33:13.5086505Z * [new branch] gh/benjaminglass1/77/head -> origin/gh/benjaminglass1/77/head 2025-03-14T04:33:13.5087063Z * [new branch] gh/benjaminglass1/77/orig -> origin/gh/benjaminglass1/77/orig 2025-03-14T04:33:13.5087616Z * [new branch] gh/bertmaher/6/base -> origin/gh/bertmaher/6/base 2025-03-14T04:33:13.5088179Z * [new branch] gh/bertmaher/6/head -> origin/gh/bertmaher/6/head 2025-03-14T04:33:13.5512175Z * [new branch] gh/bertmaher/6/orig -> origin/gh/bertmaher/6/orig 2025-03-14T04:33:13.5512801Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-03-14T04:33:13.5513332Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-03-14T04:33:13.5514049Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-03-14T04:33:13.5514579Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-03-14T04:33:13.5515099Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-03-14T04:33:13.5515627Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-03-14T04:33:13.5516146Z * [new branch] gh/bobrenjc93/272/base -> origin/gh/bobrenjc93/272/base 2025-03-14T04:33:13.5516661Z * [new branch] gh/bobrenjc93/272/head -> origin/gh/bobrenjc93/272/head 2025-03-14T04:33:13.5517182Z * [new branch] gh/bobrenjc93/272/orig -> origin/gh/bobrenjc93/272/orig 2025-03-14T04:33:13.5517821Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-03-14T04:33:13.5518400Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-03-14T04:33:13.5518990Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-03-14T04:33:13.5519614Z * [new branch] gh/bobrenjc93/274/base -> origin/gh/bobrenjc93/274/base 2025-03-14T04:33:13.5520144Z * [new branch] gh/bobrenjc93/274/head -> origin/gh/bobrenjc93/274/head 2025-03-14T04:33:13.5520671Z * [new branch] gh/bobrenjc93/274/orig -> origin/gh/bobrenjc93/274/orig 2025-03-14T04:33:13.5521193Z * [new branch] gh/bobrenjc93/275/base -> origin/gh/bobrenjc93/275/base 2025-03-14T04:33:13.5521698Z * [new branch] gh/bobrenjc93/275/head -> origin/gh/bobrenjc93/275/head 2025-03-14T04:33:13.5522214Z * [new branch] gh/bobrenjc93/275/orig -> origin/gh/bobrenjc93/275/orig 2025-03-14T04:33:13.5522734Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-03-14T04:33:13.5523250Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-03-14T04:33:13.5523767Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-03-14T04:33:13.5524282Z * [new branch] gh/bobrenjc93/277/base -> origin/gh/bobrenjc93/277/base 2025-03-14T04:33:13.5524800Z * [new branch] gh/bobrenjc93/277/head -> origin/gh/bobrenjc93/277/head 2025-03-14T04:33:13.5525315Z * [new branch] gh/bobrenjc93/277/orig -> origin/gh/bobrenjc93/277/orig 2025-03-14T04:33:13.5525834Z * [new branch] gh/bobrenjc93/278/base -> origin/gh/bobrenjc93/278/base 2025-03-14T04:33:13.5526352Z * [new branch] gh/bobrenjc93/278/head -> origin/gh/bobrenjc93/278/head 2025-03-14T04:33:13.5526878Z * [new branch] gh/bobrenjc93/278/orig -> origin/gh/bobrenjc93/278/orig 2025-03-14T04:33:13.5527397Z * [new branch] gh/bobrenjc93/279/base -> origin/gh/bobrenjc93/279/base 2025-03-14T04:33:13.5527923Z * [new branch] gh/bobrenjc93/279/head -> origin/gh/bobrenjc93/279/head 2025-03-14T04:33:13.5528437Z * [new branch] gh/bobrenjc93/279/orig -> origin/gh/bobrenjc93/279/orig 2025-03-14T04:33:13.5528956Z * [new branch] gh/bobrenjc93/280/base -> origin/gh/bobrenjc93/280/base 2025-03-14T04:33:13.5529474Z * [new branch] gh/bobrenjc93/280/head -> origin/gh/bobrenjc93/280/head 2025-03-14T04:33:13.5530002Z * [new branch] gh/bobrenjc93/280/orig -> origin/gh/bobrenjc93/280/orig 2025-03-14T04:33:13.5530522Z * [new branch] gh/bobrenjc93/281/base -> origin/gh/bobrenjc93/281/base 2025-03-14T04:33:13.5531052Z * [new branch] gh/bobrenjc93/281/head -> origin/gh/bobrenjc93/281/head 2025-03-14T04:33:13.5531565Z * [new branch] gh/bobrenjc93/281/orig -> origin/gh/bobrenjc93/281/orig 2025-03-14T04:33:13.5532201Z * [new branch] gh/bobrenjc93/282/base -> origin/gh/bobrenjc93/282/base 2025-03-14T04:33:13.5532731Z * [new branch] gh/bobrenjc93/282/head -> origin/gh/bobrenjc93/282/head 2025-03-14T04:33:13.5533261Z * [new branch] gh/bobrenjc93/282/orig -> origin/gh/bobrenjc93/282/orig 2025-03-14T04:33:13.5533783Z * [new branch] gh/bobrenjc93/283/base -> origin/gh/bobrenjc93/283/base 2025-03-14T04:33:13.5534299Z * [new branch] gh/bobrenjc93/283/head -> origin/gh/bobrenjc93/283/head 2025-03-14T04:33:13.5534824Z * [new branch] gh/bobrenjc93/283/orig -> origin/gh/bobrenjc93/283/orig 2025-03-14T04:33:13.5535343Z * [new branch] gh/bobrenjc93/284/base -> origin/gh/bobrenjc93/284/base 2025-03-14T04:33:13.5535963Z * [new branch] gh/bobrenjc93/284/head -> origin/gh/bobrenjc93/284/head 2025-03-14T04:33:13.5536482Z * [new branch] gh/bobrenjc93/284/orig -> origin/gh/bobrenjc93/284/orig 2025-03-14T04:33:13.5939613Z * [new branch] gh/bobrenjc93/285/base -> origin/gh/bobrenjc93/285/base 2025-03-14T04:33:13.5940201Z * [new branch] gh/bobrenjc93/285/head -> origin/gh/bobrenjc93/285/head 2025-03-14T04:33:13.5940737Z * [new branch] gh/bobrenjc93/285/orig -> origin/gh/bobrenjc93/285/orig 2025-03-14T04:33:13.5941261Z * [new branch] gh/bobrenjc93/286/base -> origin/gh/bobrenjc93/286/base 2025-03-14T04:33:13.5941775Z * [new branch] gh/bobrenjc93/286/head -> origin/gh/bobrenjc93/286/head 2025-03-14T04:33:13.5942297Z * [new branch] gh/bobrenjc93/286/orig -> origin/gh/bobrenjc93/286/orig 2025-03-14T04:33:13.5942829Z * [new branch] gh/bobrenjc93/287/base -> origin/gh/bobrenjc93/287/base 2025-03-14T04:33:13.5943346Z * [new branch] gh/bobrenjc93/287/head -> origin/gh/bobrenjc93/287/head 2025-03-14T04:33:13.5943876Z * [new branch] gh/bobrenjc93/287/orig -> origin/gh/bobrenjc93/287/orig 2025-03-14T04:33:13.5944399Z * [new branch] gh/bobrenjc93/288/base -> origin/gh/bobrenjc93/288/base 2025-03-14T04:33:13.5944915Z * [new branch] gh/bobrenjc93/288/head -> origin/gh/bobrenjc93/288/head 2025-03-14T04:33:13.5945440Z * [new branch] gh/bobrenjc93/288/orig -> origin/gh/bobrenjc93/288/orig 2025-03-14T04:33:13.5945958Z * [new branch] gh/bobrenjc93/289/base -> origin/gh/bobrenjc93/289/base 2025-03-14T04:33:13.5946480Z * [new branch] gh/bobrenjc93/289/head -> origin/gh/bobrenjc93/289/head 2025-03-14T04:33:13.5947001Z * [new branch] gh/bobrenjc93/289/orig -> origin/gh/bobrenjc93/289/orig 2025-03-14T04:33:13.5947523Z * [new branch] gh/bobrenjc93/290/base -> origin/gh/bobrenjc93/290/base 2025-03-14T04:33:13.5948045Z * [new branch] gh/bobrenjc93/290/head -> origin/gh/bobrenjc93/290/head 2025-03-14T04:33:13.5948570Z * [new branch] gh/bobrenjc93/290/orig -> origin/gh/bobrenjc93/290/orig 2025-03-14T04:33:13.5949093Z * [new branch] gh/bobrenjc93/291/base -> origin/gh/bobrenjc93/291/base 2025-03-14T04:33:13.5949611Z * [new branch] gh/bobrenjc93/291/head -> origin/gh/bobrenjc93/291/head 2025-03-14T04:33:13.5950123Z * [new branch] gh/bobrenjc93/291/orig -> origin/gh/bobrenjc93/291/orig 2025-03-14T04:33:13.5950638Z * [new branch] gh/bobrenjc93/292/base -> origin/gh/bobrenjc93/292/base 2025-03-14T04:33:13.5951161Z * [new branch] gh/bobrenjc93/292/head -> origin/gh/bobrenjc93/292/head 2025-03-14T04:33:13.5951679Z * [new branch] gh/bobrenjc93/292/orig -> origin/gh/bobrenjc93/292/orig 2025-03-14T04:33:13.5952201Z * [new branch] gh/bobrenjc93/293/base -> origin/gh/bobrenjc93/293/base 2025-03-14T04:33:13.5952914Z * [new branch] gh/bobrenjc93/293/head -> origin/gh/bobrenjc93/293/head 2025-03-14T04:33:13.5953454Z * [new branch] gh/bobrenjc93/293/orig -> origin/gh/bobrenjc93/293/orig 2025-03-14T04:33:13.5953989Z * [new branch] gh/bobrenjc93/294/base -> origin/gh/bobrenjc93/294/base 2025-03-14T04:33:13.5954515Z * [new branch] gh/bobrenjc93/294/head -> origin/gh/bobrenjc93/294/head 2025-03-14T04:33:13.5955034Z * [new branch] gh/bobrenjc93/294/orig -> origin/gh/bobrenjc93/294/orig 2025-03-14T04:33:13.5955567Z * [new branch] gh/bobrenjc93/295/base -> origin/gh/bobrenjc93/295/base 2025-03-14T04:33:13.5956098Z * [new branch] gh/bobrenjc93/295/head -> origin/gh/bobrenjc93/295/head 2025-03-14T04:33:13.5956744Z * [new branch] gh/bobrenjc93/295/orig -> origin/gh/bobrenjc93/295/orig 2025-03-14T04:33:13.5957269Z * [new branch] gh/bobrenjc93/296/base -> origin/gh/bobrenjc93/296/base 2025-03-14T04:33:13.5957806Z * [new branch] gh/bobrenjc93/296/head -> origin/gh/bobrenjc93/296/head 2025-03-14T04:33:13.5958403Z * [new branch] gh/bobrenjc93/296/orig -> origin/gh/bobrenjc93/296/orig 2025-03-14T04:33:13.5958922Z * [new branch] gh/bobrenjc93/297/base -> origin/gh/bobrenjc93/297/base 2025-03-14T04:33:13.5959447Z * [new branch] gh/bobrenjc93/297/head -> origin/gh/bobrenjc93/297/head 2025-03-14T04:33:13.5959970Z * [new branch] gh/bobrenjc93/297/orig -> origin/gh/bobrenjc93/297/orig 2025-03-14T04:33:13.5960490Z * [new branch] gh/bobrenjc93/298/base -> origin/gh/bobrenjc93/298/base 2025-03-14T04:33:13.5961008Z * [new branch] gh/bobrenjc93/298/head -> origin/gh/bobrenjc93/298/head 2025-03-14T04:33:13.5961546Z * [new branch] gh/bobrenjc93/298/orig -> origin/gh/bobrenjc93/298/orig 2025-03-14T04:33:13.5962079Z * [new branch] gh/bobrenjc93/299/base -> origin/gh/bobrenjc93/299/base 2025-03-14T04:33:13.5962604Z * [new branch] gh/bobrenjc93/299/head -> origin/gh/bobrenjc93/299/head 2025-03-14T04:33:13.5963119Z * [new branch] gh/bobrenjc93/299/orig -> origin/gh/bobrenjc93/299/orig 2025-03-14T04:33:13.5963673Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-03-14T04:33:13.6415561Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-03-14T04:33:13.6416150Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-03-14T04:33:13.6416619Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-03-14T04:33:13.6417110Z * [new branch] gh/c00w/37/base -> origin/gh/c00w/37/base 2025-03-14T04:33:13.6417569Z * [new branch] gh/c00w/37/head -> origin/gh/c00w/37/head 2025-03-14T04:33:13.6418034Z * [new branch] gh/c00w/37/orig -> origin/gh/c00w/37/orig 2025-03-14T04:33:13.6418511Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-03-14T04:33:13.6418969Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-03-14T04:33:13.6419490Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-03-14T04:33:13.6419989Z * [new branch] gh/c00w/39/base -> origin/gh/c00w/39/base 2025-03-14T04:33:13.6420444Z * [new branch] gh/c00w/39/head -> origin/gh/c00w/39/head 2025-03-14T04:33:13.6420904Z * [new branch] gh/c00w/39/orig -> origin/gh/c00w/39/orig 2025-03-14T04:33:13.6421352Z * [new branch] gh/c00w/40/base -> origin/gh/c00w/40/base 2025-03-14T04:33:13.6421805Z * [new branch] gh/c00w/40/head -> origin/gh/c00w/40/head 2025-03-14T04:33:13.6422439Z * [new branch] gh/c00w/40/orig -> origin/gh/c00w/40/orig 2025-03-14T04:33:13.6422907Z * [new branch] gh/c00w/41/base -> origin/gh/c00w/41/base 2025-03-14T04:33:13.6423384Z * [new branch] gh/c00w/41/head -> origin/gh/c00w/41/head 2025-03-14T04:33:13.6423846Z * [new branch] gh/c00w/41/orig -> origin/gh/c00w/41/orig 2025-03-14T04:33:13.6424293Z * [new branch] gh/c00w/42/base -> origin/gh/c00w/42/base 2025-03-14T04:33:13.6424749Z * [new branch] gh/c00w/42/head -> origin/gh/c00w/42/head 2025-03-14T04:33:13.6425279Z * [new branch] gh/c00w/42/orig -> origin/gh/c00w/42/orig 2025-03-14T04:33:13.6425879Z * [new branch] gh/c00w/43/base -> origin/gh/c00w/43/base 2025-03-14T04:33:13.6426335Z * [new branch] gh/c00w/43/head -> origin/gh/c00w/43/head 2025-03-14T04:33:13.6426798Z * [new branch] gh/c00w/43/orig -> origin/gh/c00w/43/orig 2025-03-14T04:33:13.6427248Z * [new branch] gh/c00w/44/base -> origin/gh/c00w/44/base 2025-03-14T04:33:13.6427712Z * [new branch] gh/c00w/44/head -> origin/gh/c00w/44/head 2025-03-14T04:33:13.6428169Z * [new branch] gh/c00w/44/orig -> origin/gh/c00w/44/orig 2025-03-14T04:33:13.6428621Z * [new branch] gh/c00w/45/base -> origin/gh/c00w/45/base 2025-03-14T04:33:13.6429078Z * [new branch] gh/c00w/45/head -> origin/gh/c00w/45/head 2025-03-14T04:33:13.6429535Z * [new branch] gh/c00w/45/orig -> origin/gh/c00w/45/orig 2025-03-14T04:33:13.6430018Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-03-14T04:33:13.6430583Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-03-14T04:33:13.6431145Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-03-14T04:33:13.6431657Z * [new branch] gh/chenyang78/2/base -> origin/gh/chenyang78/2/base 2025-03-14T04:33:13.6432160Z * [new branch] gh/chenyang78/2/head -> origin/gh/chenyang78/2/head 2025-03-14T04:33:13.6432664Z * [new branch] gh/chenyang78/2/orig -> origin/gh/chenyang78/2/orig 2025-03-14T04:33:13.6433165Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-03-14T04:33:13.6433655Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-03-14T04:33:13.6434157Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-03-14T04:33:13.6434652Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-03-14T04:33:13.6435142Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-03-14T04:33:13.6435640Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-03-14T04:33:13.6436130Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-03-14T04:33:13.6436699Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-03-14T04:33:13.6437196Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-03-14T04:33:13.6437697Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-03-14T04:33:13.6438301Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-03-14T04:33:13.6438819Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-03-14T04:33:13.6867627Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-03-14T04:33:13.6868196Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-03-14T04:33:13.6868893Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-03-14T04:33:13.6869405Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-03-14T04:33:13.6869898Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-03-14T04:33:13.6870405Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-03-14T04:33:13.6870888Z * [new branch] gh/clee2000/2/base -> origin/gh/clee2000/2/base 2025-03-14T04:33:13.6871372Z * [new branch] gh/clee2000/2/head -> origin/gh/clee2000/2/head 2025-03-14T04:33:13.6871848Z * [new branch] gh/clee2000/2/orig -> origin/gh/clee2000/2/orig 2025-03-14T04:33:13.6872472Z * [new branch] gh/clee2000/3/base -> origin/gh/clee2000/3/base 2025-03-14T04:33:13.6872957Z * [new branch] gh/clee2000/3/head -> origin/gh/clee2000/3/head 2025-03-14T04:33:13.6873443Z * [new branch] gh/clee2000/3/orig -> origin/gh/clee2000/3/orig 2025-03-14T04:33:13.6873972Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-03-14T04:33:13.6874537Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-03-14T04:33:13.6875095Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-03-14T04:33:13.6875650Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-03-14T04:33:13.6876204Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-03-14T04:33:13.6876767Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-03-14T04:33:13.6877343Z * [new branch] gh/davidberard98/338/base -> origin/gh/davidberard98/338/base 2025-03-14T04:33:13.6877904Z * [new branch] gh/davidberard98/338/head -> origin/gh/davidberard98/338/head 2025-03-14T04:33:13.6878554Z * [new branch] gh/davidberard98/338/orig -> origin/gh/davidberard98/338/orig 2025-03-14T04:33:13.6879107Z * [new branch] gh/davidberard98/339/base -> origin/gh/davidberard98/339/base 2025-03-14T04:33:13.6879671Z * [new branch] gh/davidberard98/339/head -> origin/gh/davidberard98/339/head 2025-03-14T04:33:13.6880442Z * [new branch] gh/davidberard98/339/orig -> origin/gh/davidberard98/339/orig 2025-03-14T04:33:13.6881072Z * [new branch] gh/davidberard98/340/base -> origin/gh/davidberard98/340/base 2025-03-14T04:33:13.6881636Z * [new branch] gh/davidberard98/340/head -> origin/gh/davidberard98/340/head 2025-03-14T04:33:13.6882196Z * [new branch] gh/davidberard98/340/orig -> origin/gh/davidberard98/340/orig 2025-03-14T04:33:13.6882761Z * [new branch] gh/davidberard98/341/base -> origin/gh/davidberard98/341/base 2025-03-14T04:33:13.6883315Z * [new branch] gh/davidberard98/341/head -> origin/gh/davidberard98/341/head 2025-03-14T04:33:13.6883869Z * [new branch] gh/davidberard98/341/orig -> origin/gh/davidberard98/341/orig 2025-03-14T04:33:13.6884433Z * [new branch] gh/davidberard98/342/base -> origin/gh/davidberard98/342/base 2025-03-14T04:33:13.6884986Z * [new branch] gh/davidberard98/342/head -> origin/gh/davidberard98/342/head 2025-03-14T04:33:13.6885546Z * [new branch] gh/davidberard98/342/orig -> origin/gh/davidberard98/342/orig 2025-03-14T04:33:13.6886103Z * [new branch] gh/davidberard98/343/base -> origin/gh/davidberard98/343/base 2025-03-14T04:33:13.6886659Z * [new branch] gh/davidberard98/343/head -> origin/gh/davidberard98/343/head 2025-03-14T04:33:13.6887352Z * [new branch] gh/davidberard98/343/orig -> origin/gh/davidberard98/343/orig 2025-03-14T04:33:13.6887917Z * [new branch] gh/davidberard98/344/base -> origin/gh/davidberard98/344/base 2025-03-14T04:33:13.6888490Z * [new branch] gh/davidberard98/344/head -> origin/gh/davidberard98/344/head 2025-03-14T04:33:13.6889050Z * [new branch] gh/davidberard98/344/orig -> origin/gh/davidberard98/344/orig 2025-03-14T04:33:13.6889619Z * [new branch] gh/davidberard98/345/base -> origin/gh/davidberard98/345/base 2025-03-14T04:33:13.6890173Z * [new branch] gh/davidberard98/345/head -> origin/gh/davidberard98/345/head 2025-03-14T04:33:13.6890728Z * [new branch] gh/davidberard98/345/orig -> origin/gh/davidberard98/345/orig 2025-03-14T04:33:13.6891382Z * [new branch] gh/davidberard98/346/base -> origin/gh/davidberard98/346/base 2025-03-14T04:33:13.6891938Z * [new branch] gh/davidberard98/346/head -> origin/gh/davidberard98/346/head 2025-03-14T04:33:13.6892499Z * [new branch] gh/davidberard98/346/orig -> origin/gh/davidberard98/346/orig 2025-03-14T04:33:13.7323473Z * [new branch] gh/desertfire/531/base -> origin/gh/desertfire/531/base 2025-03-14T04:33:13.7324655Z * [new branch] gh/desertfire/531/head -> origin/gh/desertfire/531/head 2025-03-14T04:33:13.7325776Z * [new branch] gh/desertfire/531/orig -> origin/gh/desertfire/531/orig 2025-03-14T04:33:13.7326821Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-03-14T04:33:13.7327825Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-03-14T04:33:13.7328866Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-03-14T04:33:13.7329947Z * [new branch] gh/desertfire/539/base -> origin/gh/desertfire/539/base 2025-03-14T04:33:13.7331072Z * [new branch] gh/desertfire/539/head -> origin/gh/desertfire/539/head 2025-03-14T04:33:13.7332119Z * [new branch] gh/desertfire/539/orig -> origin/gh/desertfire/539/orig 2025-03-14T04:33:13.7333091Z * [new branch] gh/desertfire/540/base -> origin/gh/desertfire/540/base 2025-03-14T04:33:13.7334110Z * [new branch] gh/desertfire/540/head -> origin/gh/desertfire/540/head 2025-03-14T04:33:13.7335149Z * [new branch] gh/desertfire/540/orig -> origin/gh/desertfire/540/orig 2025-03-14T04:33:13.7336219Z * [new branch] gh/desertfire/541/base -> origin/gh/desertfire/541/base 2025-03-14T04:33:13.7337286Z * [new branch] gh/desertfire/541/head -> origin/gh/desertfire/541/head 2025-03-14T04:33:13.7338342Z * [new branch] gh/desertfire/541/orig -> origin/gh/desertfire/541/orig 2025-03-14T04:33:13.7339368Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-03-14T04:33:13.7340382Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-03-14T04:33:13.7341432Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-03-14T04:33:13.7342474Z * [new branch] gh/desertfire/543/base -> origin/gh/desertfire/543/base 2025-03-14T04:33:13.7343468Z * [new branch] gh/desertfire/543/head -> origin/gh/desertfire/543/head 2025-03-14T04:33:13.7344567Z * [new branch] gh/desertfire/543/orig -> origin/gh/desertfire/543/orig 2025-03-14T04:33:13.7345612Z * [new branch] gh/desertfire/544/base -> origin/gh/desertfire/544/base 2025-03-14T04:33:13.7346672Z * [new branch] gh/desertfire/544/head -> origin/gh/desertfire/544/head 2025-03-14T04:33:13.7347767Z * [new branch] gh/desertfire/544/orig -> origin/gh/desertfire/544/orig 2025-03-14T04:33:13.7349223Z * [new branch] gh/desertfire/545/base -> origin/gh/desertfire/545/base 2025-03-14T04:33:13.7350274Z * [new branch] gh/desertfire/545/head -> origin/gh/desertfire/545/head 2025-03-14T04:33:13.7351305Z * [new branch] gh/desertfire/545/orig -> origin/gh/desertfire/545/orig 2025-03-14T04:33:13.7352333Z * [new branch] gh/desertfire/546/base -> origin/gh/desertfire/546/base 2025-03-14T04:33:13.7353363Z * [new branch] gh/desertfire/546/head -> origin/gh/desertfire/546/head 2025-03-14T04:33:13.7354420Z * [new branch] gh/desertfire/546/orig -> origin/gh/desertfire/546/orig 2025-03-14T04:33:13.7355374Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-03-14T04:33:13.7356068Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-03-14T04:33:13.7356844Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-03-14T04:33:13.7357688Z * [new branch] gh/desertfire/548/base -> origin/gh/desertfire/548/base 2025-03-14T04:33:13.7358456Z * [new branch] gh/desertfire/548/head -> origin/gh/desertfire/548/head 2025-03-14T04:33:13.7359233Z * [new branch] gh/desertfire/548/orig -> origin/gh/desertfire/548/orig 2025-03-14T04:33:13.7359945Z * [new branch] gh/desertfire/549/base -> origin/gh/desertfire/549/base 2025-03-14T04:33:13.7360674Z * [new branch] gh/desertfire/549/head -> origin/gh/desertfire/549/head 2025-03-14T04:33:13.7361342Z * [new branch] gh/desertfire/549/orig -> origin/gh/desertfire/549/orig 2025-03-14T04:33:13.7362123Z * [new branch] gh/desertfire/550/base -> origin/gh/desertfire/550/base 2025-03-14T04:33:13.7362906Z * [new branch] gh/desertfire/550/head -> origin/gh/desertfire/550/head 2025-03-14T04:33:13.7363681Z * [new branch] gh/desertfire/550/orig -> origin/gh/desertfire/550/orig 2025-03-14T04:33:13.7364516Z * [new branch] gh/desertfire/551/base -> origin/gh/desertfire/551/base 2025-03-14T04:33:13.7365251Z * [new branch] gh/desertfire/551/head -> origin/gh/desertfire/551/head 2025-03-14T04:33:13.7366026Z * [new branch] gh/desertfire/551/orig -> origin/gh/desertfire/551/orig 2025-03-14T04:33:13.7835577Z * [new branch] gh/desertfire/552/base -> origin/gh/desertfire/552/base 2025-03-14T04:33:13.7836162Z * [new branch] gh/desertfire/552/head -> origin/gh/desertfire/552/head 2025-03-14T04:33:13.7836827Z * [new branch] gh/desertfire/552/orig -> origin/gh/desertfire/552/orig 2025-03-14T04:33:13.7837521Z * [new branch] gh/desertfire/553/base -> origin/gh/desertfire/553/base 2025-03-14T04:33:13.7838098Z * [new branch] gh/desertfire/553/head -> origin/gh/desertfire/553/head 2025-03-14T04:33:13.7838888Z * [new branch] gh/desertfire/553/orig -> origin/gh/desertfire/553/orig 2025-03-14T04:33:13.7839513Z * [new branch] gh/desertfire/554/base -> origin/gh/desertfire/554/base 2025-03-14T04:33:13.7840177Z * [new branch] gh/desertfire/554/head -> origin/gh/desertfire/554/head 2025-03-14T04:33:13.7840796Z * [new branch] gh/desertfire/554/orig -> origin/gh/desertfire/554/orig 2025-03-14T04:33:13.7841358Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-03-14T04:33:13.7841862Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-03-14T04:33:13.7842408Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-03-14T04:33:13.7843073Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-03-14T04:33:13.7843638Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-03-14T04:33:13.7844522Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-03-14T04:33:13.7845069Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-03-14T04:33:13.7845681Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-03-14T04:33:13.7846340Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-03-14T04:33:13.7847150Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-03-14T04:33:13.7847644Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-03-14T04:33:13.7848233Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-03-14T04:33:13.7848896Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-03-14T04:33:13.7849531Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-03-14T04:33:13.7850157Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-03-14T04:33:13.7850847Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-03-14T04:33:13.7851490Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-03-14T04:33:13.7852188Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-03-14T04:33:13.7852848Z * [new branch] gh/drisspg/123/base -> origin/gh/drisspg/123/base 2025-03-14T04:33:13.7853392Z * [new branch] gh/drisspg/123/head -> origin/gh/drisspg/123/head 2025-03-14T04:33:13.7854048Z * [new branch] gh/drisspg/123/orig -> origin/gh/drisspg/123/orig 2025-03-14T04:33:13.7854650Z * [new branch] gh/drisspg/125/base -> origin/gh/drisspg/125/base 2025-03-14T04:33:13.7855154Z * [new branch] gh/drisspg/125/head -> origin/gh/drisspg/125/head 2025-03-14T04:33:13.7855703Z * [new branch] gh/drisspg/125/orig -> origin/gh/drisspg/125/orig 2025-03-14T04:33:13.7856254Z * [new branch] gh/drisspg/126/base -> origin/gh/drisspg/126/base 2025-03-14T04:33:13.7856755Z * [new branch] gh/drisspg/126/head -> origin/gh/drisspg/126/head 2025-03-14T04:33:13.7857246Z * [new branch] gh/drisspg/126/orig -> origin/gh/drisspg/126/orig 2025-03-14T04:33:13.7857737Z * [new branch] gh/drisspg/127/base -> origin/gh/drisspg/127/base 2025-03-14T04:33:13.7858232Z * [new branch] gh/drisspg/127/head -> origin/gh/drisspg/127/head 2025-03-14T04:33:13.7858730Z * [new branch] gh/drisspg/127/orig -> origin/gh/drisspg/127/orig 2025-03-14T04:33:13.7859272Z * [new branch] gh/drisspg/128/base -> origin/gh/drisspg/128/base 2025-03-14T04:33:13.7859769Z * [new branch] gh/drisspg/128/head -> origin/gh/drisspg/128/head 2025-03-14T04:33:13.7860296Z * [new branch] gh/drisspg/128/orig -> origin/gh/drisspg/128/orig 2025-03-14T04:33:13.7860837Z * [new branch] gh/drisspg/129/base -> origin/gh/drisspg/129/base 2025-03-14T04:33:13.7861375Z * [new branch] gh/drisspg/129/head -> origin/gh/drisspg/129/head 2025-03-14T04:33:13.7861924Z * [new branch] gh/drisspg/129/orig -> origin/gh/drisspg/129/orig 2025-03-14T04:33:13.7862472Z * [new branch] gh/drisspg/130/base -> origin/gh/drisspg/130/base 2025-03-14T04:33:13.7863059Z * [new branch] gh/drisspg/130/head -> origin/gh/drisspg/130/head 2025-03-14T04:33:13.8306905Z * [new branch] gh/drisspg/130/orig -> origin/gh/drisspg/130/orig 2025-03-14T04:33:13.8307468Z * [new branch] gh/drisspg/131/base -> origin/gh/drisspg/131/base 2025-03-14T04:33:13.8308143Z * [new branch] gh/drisspg/131/head -> origin/gh/drisspg/131/head 2025-03-14T04:33:13.8308643Z * [new branch] gh/drisspg/131/orig -> origin/gh/drisspg/131/orig 2025-03-14T04:33:13.8309144Z * [new branch] gh/drisspg/132/base -> origin/gh/drisspg/132/base 2025-03-14T04:33:13.8309659Z * [new branch] gh/drisspg/132/head -> origin/gh/drisspg/132/head 2025-03-14T04:33:13.8310156Z * [new branch] gh/drisspg/132/orig -> origin/gh/drisspg/132/orig 2025-03-14T04:33:13.8310641Z * [new branch] gh/drisspg/133/base -> origin/gh/drisspg/133/base 2025-03-14T04:33:13.8311132Z * [new branch] gh/drisspg/133/head -> origin/gh/drisspg/133/head 2025-03-14T04:33:13.8311745Z * [new branch] gh/drisspg/133/orig -> origin/gh/drisspg/133/orig 2025-03-14T04:33:13.8312252Z * [new branch] gh/drisspg/134/base -> origin/gh/drisspg/134/base 2025-03-14T04:33:13.8312749Z * [new branch] gh/drisspg/134/head -> origin/gh/drisspg/134/head 2025-03-14T04:33:13.8313246Z * [new branch] gh/drisspg/134/orig -> origin/gh/drisspg/134/orig 2025-03-14T04:33:13.8313733Z * [new branch] gh/drisspg/135/base -> origin/gh/drisspg/135/base 2025-03-14T04:33:13.8314220Z * [new branch] gh/drisspg/135/head -> origin/gh/drisspg/135/head 2025-03-14T04:33:13.8314708Z * [new branch] gh/drisspg/135/orig -> origin/gh/drisspg/135/orig 2025-03-14T04:33:13.8315204Z * [new branch] gh/drisspg/136/base -> origin/gh/drisspg/136/base 2025-03-14T04:33:13.8315696Z * [new branch] gh/drisspg/136/head -> origin/gh/drisspg/136/head 2025-03-14T04:33:13.8316203Z * [new branch] gh/drisspg/136/orig -> origin/gh/drisspg/136/orig 2025-03-14T04:33:13.8316699Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-03-14T04:33:13.8317185Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-03-14T04:33:13.8317676Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-03-14T04:33:13.8318168Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-03-14T04:33:13.8318749Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-03-14T04:33:13.8319247Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-03-14T04:33:13.8319746Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-03-14T04:33:13.8320264Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-03-14T04:33:13.8320787Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-03-14T04:33:13.8321307Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-03-14T04:33:13.8321806Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-03-14T04:33:13.8322311Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-03-14T04:33:13.8322812Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-03-14T04:33:13.8323311Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-03-14T04:33:13.8323808Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-03-14T04:33:13.8324307Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-03-14T04:33:13.8324812Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-03-14T04:33:13.8325307Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-03-14T04:33:13.8325922Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-03-14T04:33:13.8326434Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-03-14T04:33:13.8326931Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-03-14T04:33:13.8327438Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-03-14T04:33:13.8327951Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-03-14T04:33:13.8328455Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-03-14T04:33:13.8328960Z * [new branch] gh/eellison/759/base -> origin/gh/eellison/759/base 2025-03-14T04:33:13.8329572Z * [new branch] gh/eellison/759/head -> origin/gh/eellison/759/head 2025-03-14T04:33:13.8330088Z * [new branch] gh/eellison/759/orig -> origin/gh/eellison/759/orig 2025-03-14T04:33:13.8330607Z * [new branch] gh/eellison/760/base -> origin/gh/eellison/760/base 2025-03-14T04:33:13.8726176Z * [new branch] gh/eellison/760/head -> origin/gh/eellison/760/head 2025-03-14T04:33:13.8726748Z * [new branch] gh/eellison/760/orig -> origin/gh/eellison/760/orig 2025-03-14T04:33:13.8727255Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-03-14T04:33:13.8727763Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-03-14T04:33:13.8728290Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-03-14T04:33:13.8728807Z * [new branch] gh/eellison/762/base -> origin/gh/eellison/762/base 2025-03-14T04:33:13.8729301Z * [new branch] gh/eellison/762/head -> origin/gh/eellison/762/head 2025-03-14T04:33:13.8729813Z * [new branch] gh/eellison/762/orig -> origin/gh/eellison/762/orig 2025-03-14T04:33:13.8730316Z * [new branch] gh/eellison/763/base -> origin/gh/eellison/763/base 2025-03-14T04:33:13.8730825Z * [new branch] gh/eellison/763/head -> origin/gh/eellison/763/head 2025-03-14T04:33:13.8731329Z * [new branch] gh/eellison/763/orig -> origin/gh/eellison/763/orig 2025-03-14T04:33:13.8731827Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-03-14T04:33:13.8732324Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-03-14T04:33:13.8732833Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-03-14T04:33:13.8733342Z * [new branch] gh/eellison/765/base -> origin/gh/eellison/765/base 2025-03-14T04:33:13.8733854Z * [new branch] gh/eellison/765/head -> origin/gh/eellison/765/head 2025-03-14T04:33:13.8734357Z * [new branch] gh/eellison/765/orig -> origin/gh/eellison/765/orig 2025-03-14T04:33:13.8734858Z * [new branch] gh/eellison/766/base -> origin/gh/eellison/766/base 2025-03-14T04:33:13.8735360Z * [new branch] gh/eellison/766/head -> origin/gh/eellison/766/head 2025-03-14T04:33:13.8735862Z * [new branch] gh/eellison/766/orig -> origin/gh/eellison/766/orig 2025-03-14T04:33:13.8736366Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-03-14T04:33:13.8736867Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-03-14T04:33:13.8737364Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-03-14T04:33:13.8737877Z * [new branch] gh/eellison/768/base -> origin/gh/eellison/768/base 2025-03-14T04:33:13.8738536Z * [new branch] gh/eellison/768/head -> origin/gh/eellison/768/head 2025-03-14T04:33:13.8739048Z * [new branch] gh/eellison/768/orig -> origin/gh/eellison/768/orig 2025-03-14T04:33:13.8739555Z * [new branch] gh/eellison/769/base -> origin/gh/eellison/769/base 2025-03-14T04:33:13.8740059Z * [new branch] gh/eellison/769/head -> origin/gh/eellison/769/head 2025-03-14T04:33:13.8740574Z * [new branch] gh/eellison/769/orig -> origin/gh/eellison/769/orig 2025-03-14T04:33:13.8741083Z * [new branch] gh/eellison/770/base -> origin/gh/eellison/770/base 2025-03-14T04:33:13.8741578Z * [new branch] gh/eellison/770/head -> origin/gh/eellison/770/head 2025-03-14T04:33:13.8742174Z * [new branch] gh/eellison/770/orig -> origin/gh/eellison/770/orig 2025-03-14T04:33:13.8742684Z * [new branch] gh/eellison/771/base -> origin/gh/eellison/771/base 2025-03-14T04:33:13.8743187Z * [new branch] gh/eellison/771/head -> origin/gh/eellison/771/head 2025-03-14T04:33:13.8743690Z * [new branch] gh/eellison/771/orig -> origin/gh/eellison/771/orig 2025-03-14T04:33:13.8744183Z * [new branch] gh/etaf/100/base -> origin/gh/etaf/100/base 2025-03-14T04:33:13.8744668Z * [new branch] gh/etaf/100/head -> origin/gh/etaf/100/head 2025-03-14T04:33:13.8745134Z * [new branch] gh/etaf/100/orig -> origin/gh/etaf/100/orig 2025-03-14T04:33:13.8745598Z * [new branch] gh/etaf/101/base -> origin/gh/etaf/101/base 2025-03-14T04:33:13.8746064Z * [new branch] gh/etaf/101/head -> origin/gh/etaf/101/head 2025-03-14T04:33:13.8746531Z * [new branch] gh/etaf/101/orig -> origin/gh/etaf/101/orig 2025-03-14T04:33:13.8746998Z * [new branch] gh/etaf/102/base -> origin/gh/etaf/102/base 2025-03-14T04:33:13.8747466Z * [new branch] gh/etaf/102/head -> origin/gh/etaf/102/head 2025-03-14T04:33:13.8747926Z * [new branch] gh/etaf/102/orig -> origin/gh/etaf/102/orig 2025-03-14T04:33:13.8748391Z * [new branch] gh/etaf/103/base -> origin/gh/etaf/103/base 2025-03-14T04:33:13.8748851Z * [new branch] gh/etaf/103/head -> origin/gh/etaf/103/head 2025-03-14T04:33:13.8749323Z * [new branch] gh/etaf/103/orig -> origin/gh/etaf/103/orig 2025-03-14T04:33:13.9199842Z * [new branch] gh/etaf/104/base -> origin/gh/etaf/104/base 2025-03-14T04:33:13.9200386Z * [new branch] gh/etaf/104/head -> origin/gh/etaf/104/head 2025-03-14T04:33:13.9200897Z * [new branch] gh/etaf/104/orig -> origin/gh/etaf/104/orig 2025-03-14T04:33:13.9201357Z * [new branch] gh/etaf/105/base -> origin/gh/etaf/105/base 2025-03-14T04:33:13.9201839Z * [new branch] gh/etaf/105/head -> origin/gh/etaf/105/head 2025-03-14T04:33:13.9202299Z * [new branch] gh/etaf/105/orig -> origin/gh/etaf/105/orig 2025-03-14T04:33:13.9202760Z * [new branch] gh/etaf/106/base -> origin/gh/etaf/106/base 2025-03-14T04:33:13.9203234Z * [new branch] gh/etaf/106/head -> origin/gh/etaf/106/head 2025-03-14T04:33:13.9203700Z * [new branch] gh/etaf/106/orig -> origin/gh/etaf/106/orig 2025-03-14T04:33:13.9204153Z * [new branch] gh/etaf/107/base -> origin/gh/etaf/107/base 2025-03-14T04:33:13.9204621Z * [new branch] gh/etaf/107/head -> origin/gh/etaf/107/head 2025-03-14T04:33:13.9205089Z * [new branch] gh/etaf/107/orig -> origin/gh/etaf/107/orig 2025-03-14T04:33:13.9205555Z * [new branch] gh/etaf/108/base -> origin/gh/etaf/108/base 2025-03-14T04:33:13.9206364Z * [new branch] gh/etaf/108/head -> origin/gh/etaf/108/head 2025-03-14T04:33:13.9206843Z * [new branch] gh/etaf/108/orig -> origin/gh/etaf/108/orig 2025-03-14T04:33:13.9207304Z * [new branch] gh/etaf/109/base -> origin/gh/etaf/109/base 2025-03-14T04:33:13.9207781Z * [new branch] gh/etaf/109/head -> origin/gh/etaf/109/head 2025-03-14T04:33:13.9208263Z * [new branch] gh/etaf/109/orig -> origin/gh/etaf/109/orig 2025-03-14T04:33:13.9208727Z * [new branch] gh/etaf/110/base -> origin/gh/etaf/110/base 2025-03-14T04:33:13.9209189Z * [new branch] gh/etaf/110/head -> origin/gh/etaf/110/head 2025-03-14T04:33:13.9209783Z * [new branch] gh/etaf/110/orig -> origin/gh/etaf/110/orig 2025-03-14T04:33:13.9210270Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-03-14T04:33:13.9210728Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-03-14T04:33:13.9211188Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-03-14T04:33:13.9211648Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-03-14T04:33:13.9212111Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-03-14T04:33:13.9212575Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-03-14T04:33:13.9213033Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-03-14T04:33:13.9213494Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-03-14T04:33:13.9213966Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-03-14T04:33:13.9214428Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-03-14T04:33:13.9214943Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-03-14T04:33:13.9215448Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-03-14T04:33:13.9215959Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-03-14T04:33:13.9216414Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-03-14T04:33:13.9216874Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-03-14T04:33:13.9217331Z * [new branch] gh/etaf/96/base -> origin/gh/etaf/96/base 2025-03-14T04:33:13.9217791Z * [new branch] gh/etaf/96/head -> origin/gh/etaf/96/head 2025-03-14T04:33:13.9218256Z * [new branch] gh/etaf/96/orig -> origin/gh/etaf/96/orig 2025-03-14T04:33:13.9218711Z * [new branch] gh/etaf/97/base -> origin/gh/etaf/97/base 2025-03-14T04:33:13.9219167Z * [new branch] gh/etaf/97/head -> origin/gh/etaf/97/head 2025-03-14T04:33:13.9219629Z * [new branch] gh/etaf/97/orig -> origin/gh/etaf/97/orig 2025-03-14T04:33:13.9220090Z * [new branch] gh/etaf/98/base -> origin/gh/etaf/98/base 2025-03-14T04:33:13.9220567Z * [new branch] gh/etaf/98/head -> origin/gh/etaf/98/head 2025-03-14T04:33:13.9221032Z * [new branch] gh/etaf/98/orig -> origin/gh/etaf/98/orig 2025-03-14T04:33:13.9221502Z * [new branch] gh/etaf/99/base -> origin/gh/etaf/99/base 2025-03-14T04:33:13.9221952Z * [new branch] gh/etaf/99/head -> origin/gh/etaf/99/head 2025-03-14T04:33:13.9222415Z * [new branch] gh/etaf/99/orig -> origin/gh/etaf/99/orig 2025-03-14T04:33:13.9222897Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-03-14T04:33:13.9658865Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-03-14T04:33:13.9659462Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-03-14T04:33:13.9659964Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-03-14T04:33:13.9660473Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-03-14T04:33:13.9660963Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-03-14T04:33:13.9661446Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-03-14T04:33:13.9661935Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-03-14T04:33:13.9664646Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-03-14T04:33:13.9665141Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-03-14T04:33:13.9665651Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-03-14T04:33:13.9666141Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-03-14T04:33:13.9666628Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-03-14T04:33:13.9667121Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-03-14T04:33:13.9667611Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-03-14T04:33:13.9668098Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-03-14T04:33:13.9668591Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-03-14T04:33:13.9670304Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-03-14T04:33:13.9670793Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-03-14T04:33:13.9671301Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-03-14T04:33:13.9671798Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-03-14T04:33:13.9672296Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-03-14T04:33:13.9672816Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-03-14T04:33:13.9673302Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-03-14T04:33:13.9673782Z * [new branch] gh/fadara01/2/base -> origin/gh/fadara01/2/base 2025-03-14T04:33:13.9674257Z * [new branch] gh/fadara01/2/head -> origin/gh/fadara01/2/head 2025-03-14T04:33:13.9675903Z * [new branch] gh/fadara01/2/orig -> origin/gh/fadara01/2/orig 2025-03-14T04:33:13.9676418Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-03-14T04:33:13.9676906Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-03-14T04:33:13.9677387Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-03-14T04:33:13.9677867Z * [new branch] gh/fadara01/4/base -> origin/gh/fadara01/4/base 2025-03-14T04:33:13.9678412Z * [new branch] gh/fadara01/4/head -> origin/gh/fadara01/4/head 2025-03-14T04:33:13.9678906Z * [new branch] gh/fadara01/4/orig -> origin/gh/fadara01/4/orig 2025-03-14T04:33:13.9679390Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-03-14T04:33:13.9679879Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-03-14T04:33:13.9680376Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-03-14T04:33:13.9681017Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-03-14T04:33:13.9681504Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-03-14T04:33:13.9681997Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-03-14T04:33:13.9682493Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-03-14T04:33:13.9682982Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-03-14T04:33:13.9683472Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-03-14T04:33:13.9683952Z * [new branch] gh/fduwjj/111/base -> origin/gh/fduwjj/111/base 2025-03-14T04:33:13.9684535Z * [new branch] gh/fduwjj/111/head -> origin/gh/fduwjj/111/head 2025-03-14T04:33:13.9685025Z * [new branch] gh/fduwjj/111/orig -> origin/gh/fduwjj/111/orig 2025-03-14T04:33:13.9686738Z * [new branch] gh/fduwjj/112/base -> origin/gh/fduwjj/112/base 2025-03-14T04:33:13.9687254Z * [new branch] gh/fduwjj/112/head -> origin/gh/fduwjj/112/head 2025-03-14T04:33:13.9687747Z * [new branch] gh/fduwjj/112/orig -> origin/gh/fduwjj/112/orig 2025-03-14T04:33:14.0144231Z * [new branch] gh/fduwjj/113/base -> origin/gh/fduwjj/113/base 2025-03-14T04:33:14.0144800Z * [new branch] gh/fduwjj/113/head -> origin/gh/fduwjj/113/head 2025-03-14T04:33:14.0145293Z * [new branch] gh/fduwjj/113/orig -> origin/gh/fduwjj/113/orig 2025-03-14T04:33:14.0145796Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-03-14T04:33:14.0146294Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-03-14T04:33:14.0146779Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-03-14T04:33:14.0147261Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-03-14T04:33:14.0147788Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-03-14T04:33:14.0148351Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-03-14T04:33:14.0148917Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-03-14T04:33:14.0149472Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-03-14T04:33:14.0149995Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-03-14T04:33:14.0150562Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-03-14T04:33:14.0151126Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-03-14T04:33:14.0151649Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-03-14T04:33:14.0152224Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-03-14T04:33:14.0152789Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-03-14T04:33:14.0153317Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-03-14T04:33:14.0153891Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-03-14T04:33:14.0154463Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-03-14T04:33:14.0154987Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-03-14T04:33:14.0155470Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-03-14T04:33:14.0155944Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-03-14T04:33:14.0156417Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-03-14T04:33:14.0157557Z * [new branch] gh/fegin/295/base -> origin/gh/fegin/295/base 2025-03-14T04:33:14.0158058Z * [new branch] gh/fegin/295/head -> origin/gh/fegin/295/head 2025-03-14T04:33:14.0158614Z * [new branch] gh/fegin/295/orig -> origin/gh/fegin/295/orig 2025-03-14T04:33:14.0159098Z * [new branch] gh/fegin/296/base -> origin/gh/fegin/296/base 2025-03-14T04:33:14.0159573Z * [new branch] gh/fegin/296/head -> origin/gh/fegin/296/head 2025-03-14T04:33:14.0160116Z * [new branch] gh/fegin/296/orig -> origin/gh/fegin/296/orig 2025-03-14T04:33:14.0160693Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-03-14T04:33:14.0161302Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-03-14T04:33:14.0161786Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-03-14T04:33:14.0162277Z * [new branch] gh/fegin/298/base -> origin/gh/fegin/298/base 2025-03-14T04:33:14.0162750Z * [new branch] gh/fegin/298/head -> origin/gh/fegin/298/head 2025-03-14T04:33:14.0163234Z * [new branch] gh/fegin/298/orig -> origin/gh/fegin/298/orig 2025-03-14T04:33:14.0163716Z * [new branch] gh/fegin/299/base -> origin/gh/fegin/299/base 2025-03-14T04:33:14.0164197Z * [new branch] gh/fegin/299/head -> origin/gh/fegin/299/head 2025-03-14T04:33:14.0164681Z * [new branch] gh/fegin/299/orig -> origin/gh/fegin/299/orig 2025-03-14T04:33:14.0165156Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-03-14T04:33:14.0165644Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-03-14T04:33:14.0166211Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-03-14T04:33:14.0166734Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-03-14T04:33:14.0167215Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-03-14T04:33:14.0167689Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-03-14T04:33:14.0168173Z * [new branch] gh/fffrog/38/base -> origin/gh/fffrog/38/base 2025-03-14T04:33:14.0168652Z * [new branch] gh/fffrog/38/head -> origin/gh/fffrog/38/head 2025-03-14T04:33:14.0169119Z * [new branch] gh/fffrog/38/orig -> origin/gh/fffrog/38/orig 2025-03-14T04:33:14.0169594Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-03-14T04:33:14.0700638Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-03-14T04:33:14.0701241Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-03-14T04:33:14.0701746Z * [new branch] gh/fffrog/40/base -> origin/gh/fffrog/40/base 2025-03-14T04:33:14.0702226Z * [new branch] gh/fffrog/40/head -> origin/gh/fffrog/40/head 2025-03-14T04:33:14.0702697Z * [new branch] gh/fffrog/40/orig -> origin/gh/fffrog/40/orig 2025-03-14T04:33:14.0703171Z * [new branch] gh/fffrog/41/base -> origin/gh/fffrog/41/base 2025-03-14T04:33:14.0703652Z * [new branch] gh/fffrog/41/head -> origin/gh/fffrog/41/head 2025-03-14T04:33:14.0704127Z * [new branch] gh/fffrog/41/orig -> origin/gh/fffrog/41/orig 2025-03-14T04:33:14.0704625Z * [new branch] gh/fffrog/42/base -> origin/gh/fffrog/42/base 2025-03-14T04:33:14.0705201Z * [new branch] gh/fffrog/42/head -> origin/gh/fffrog/42/head 2025-03-14T04:33:14.0705897Z * [new branch] gh/fffrog/42/orig -> origin/gh/fffrog/42/orig 2025-03-14T04:33:14.0706371Z * [new branch] gh/fffrog/43/base -> origin/gh/fffrog/43/base 2025-03-14T04:33:14.0706845Z * [new branch] gh/fffrog/43/head -> origin/gh/fffrog/43/head 2025-03-14T04:33:14.0707323Z * [new branch] gh/fffrog/43/orig -> origin/gh/fffrog/43/orig 2025-03-14T04:33:14.0707803Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-03-14T04:33:14.0708284Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-03-14T04:33:14.0708760Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-03-14T04:33:14.0709333Z * [new branch] gh/fffrog/45/base -> origin/gh/fffrog/45/base 2025-03-14T04:33:14.0709816Z * [new branch] gh/fffrog/45/head -> origin/gh/fffrog/45/head 2025-03-14T04:33:14.0710301Z * [new branch] gh/fffrog/45/orig -> origin/gh/fffrog/45/orig 2025-03-14T04:33:14.0710789Z * [new branch] gh/fffrog/46/base -> origin/gh/fffrog/46/base 2025-03-14T04:33:14.0711276Z * [new branch] gh/fffrog/46/head -> origin/gh/fffrog/46/head 2025-03-14T04:33:14.0711767Z * [new branch] gh/fffrog/46/orig -> origin/gh/fffrog/46/orig 2025-03-14T04:33:14.0712236Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-03-14T04:33:14.0712722Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-03-14T04:33:14.0713200Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-03-14T04:33:14.0713683Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-03-14T04:33:14.0714158Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-03-14T04:33:14.0714648Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-03-14T04:33:14.0715123Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-03-14T04:33:14.0715645Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-03-14T04:33:14.0716177Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-03-14T04:33:14.0716708Z * [new branch] gh/fffrog/50/base -> origin/gh/fffrog/50/base 2025-03-14T04:33:14.0717187Z * [new branch] gh/fffrog/50/head -> origin/gh/fffrog/50/head 2025-03-14T04:33:14.0717663Z * [new branch] gh/fffrog/50/orig -> origin/gh/fffrog/50/orig 2025-03-14T04:33:14.0718177Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-03-14T04:33:14.0718745Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-03-14T04:33:14.0719263Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-03-14T04:33:14.0719768Z * [new branch] gh/guangyey/123/base -> origin/gh/guangyey/123/base 2025-03-14T04:33:14.0720273Z * [new branch] gh/guangyey/123/head -> origin/gh/guangyey/123/head 2025-03-14T04:33:14.0720771Z * [new branch] gh/guangyey/123/orig -> origin/gh/guangyey/123/orig 2025-03-14T04:33:14.0721279Z * [new branch] gh/guangyey/124/base -> origin/gh/guangyey/124/base 2025-03-14T04:33:14.0721771Z * [new branch] gh/guangyey/124/head -> origin/gh/guangyey/124/head 2025-03-14T04:33:14.0722274Z * [new branch] gh/guangyey/124/orig -> origin/gh/guangyey/124/orig 2025-03-14T04:33:14.0722789Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-03-14T04:33:14.0723284Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-03-14T04:33:14.0723920Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-03-14T04:33:14.1138395Z * [new branch] gh/guangyey/126/base -> origin/gh/guangyey/126/base 2025-03-14T04:33:14.1139068Z * [new branch] gh/guangyey/126/head -> origin/gh/guangyey/126/head 2025-03-14T04:33:14.1139631Z * [new branch] gh/guangyey/126/orig -> origin/gh/guangyey/126/orig 2025-03-14T04:33:14.1140136Z * [new branch] gh/guangyey/127/base -> origin/gh/guangyey/127/base 2025-03-14T04:33:14.1140643Z * [new branch] gh/guangyey/127/head -> origin/gh/guangyey/127/head 2025-03-14T04:33:14.1141143Z * [new branch] gh/guangyey/127/orig -> origin/gh/guangyey/127/orig 2025-03-14T04:33:14.1141854Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-03-14T04:33:14.1142386Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-03-14T04:33:14.1142894Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-03-14T04:33:14.1143393Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-03-14T04:33:14.1143953Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-03-14T04:33:14.1144537Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-03-14T04:33:14.1145037Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-03-14T04:33:14.1145533Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-03-14T04:33:14.1146031Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-03-14T04:33:14.1146521Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-03-14T04:33:14.1147024Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-03-14T04:33:14.1147524Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-03-14T04:33:14.1148072Z * [new branch] gh/guilhermeleobas/100/base -> origin/gh/guilhermeleobas/100/base 2025-03-14T04:33:14.1148666Z * [new branch] gh/guilhermeleobas/100/head -> origin/gh/guilhermeleobas/100/head 2025-03-14T04:33:14.1149249Z * [new branch] gh/guilhermeleobas/100/orig -> origin/gh/guilhermeleobas/100/orig 2025-03-14T04:33:14.1149874Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-03-14T04:33:14.1150555Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-03-14T04:33:14.1151147Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-03-14T04:33:14.1151735Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-03-14T04:33:14.1152316Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-03-14T04:33:14.1152902Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-03-14T04:33:14.1153484Z * [new branch] gh/guilhermeleobas/103/base -> origin/gh/guilhermeleobas/103/base 2025-03-14T04:33:14.1154057Z * [new branch] gh/guilhermeleobas/103/head -> origin/gh/guilhermeleobas/103/head 2025-03-14T04:33:14.1154635Z * [new branch] gh/guilhermeleobas/103/orig -> origin/gh/guilhermeleobas/103/orig 2025-03-14T04:33:14.1155215Z * [new branch] gh/guilhermeleobas/104/base -> origin/gh/guilhermeleobas/104/base 2025-03-14T04:33:14.1155847Z * [new branch] gh/guilhermeleobas/104/head -> origin/gh/guilhermeleobas/104/head 2025-03-14T04:33:14.1156507Z * [new branch] gh/guilhermeleobas/104/orig -> origin/gh/guilhermeleobas/104/orig 2025-03-14T04:33:14.1157223Z * [new branch] gh/guilhermeleobas/105/base -> origin/gh/guilhermeleobas/105/base 2025-03-14T04:33:14.1157810Z * [new branch] gh/guilhermeleobas/105/head -> origin/gh/guilhermeleobas/105/head 2025-03-14T04:33:14.1158474Z * [new branch] gh/guilhermeleobas/105/orig -> origin/gh/guilhermeleobas/105/orig 2025-03-14T04:33:14.1159061Z * [new branch] gh/guilhermeleobas/106/base -> origin/gh/guilhermeleobas/106/base 2025-03-14T04:33:14.1159647Z * [new branch] gh/guilhermeleobas/106/head -> origin/gh/guilhermeleobas/106/head 2025-03-14T04:33:14.1160234Z * [new branch] gh/guilhermeleobas/106/orig -> origin/gh/guilhermeleobas/106/orig 2025-03-14T04:33:14.1160917Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-03-14T04:33:14.1161526Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-03-14T04:33:14.1162206Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-03-14T04:33:14.1162835Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-03-14T04:33:14.1163415Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-03-14T04:33:14.1163992Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-03-14T04:33:14.1576366Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-03-14T04:33:14.1577015Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-03-14T04:33:14.1577639Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-03-14T04:33:14.1578277Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-03-14T04:33:14.1578925Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-03-14T04:33:14.1579503Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-03-14T04:33:14.1580090Z * [new branch] gh/guilhermeleobas/110/base -> origin/gh/guilhermeleobas/110/base 2025-03-14T04:33:14.1580671Z * [new branch] gh/guilhermeleobas/110/head -> origin/gh/guilhermeleobas/110/head 2025-03-14T04:33:14.1581252Z * [new branch] gh/guilhermeleobas/110/orig -> origin/gh/guilhermeleobas/110/orig 2025-03-14T04:33:14.1581834Z * [new branch] gh/guilhermeleobas/111/base -> origin/gh/guilhermeleobas/111/base 2025-03-14T04:33:14.1582425Z * [new branch] gh/guilhermeleobas/111/head -> origin/gh/guilhermeleobas/111/head 2025-03-14T04:33:14.1583014Z * [new branch] gh/guilhermeleobas/111/orig -> origin/gh/guilhermeleobas/111/orig 2025-03-14T04:33:14.1583595Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-03-14T04:33:14.1584218Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-03-14T04:33:14.1584837Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-03-14T04:33:14.1585410Z * [new branch] gh/guilhermeleobas/92/base -> origin/gh/guilhermeleobas/92/base 2025-03-14T04:33:14.1585991Z * [new branch] gh/guilhermeleobas/92/head -> origin/gh/guilhermeleobas/92/head 2025-03-14T04:33:14.1586567Z * [new branch] gh/guilhermeleobas/92/orig -> origin/gh/guilhermeleobas/92/orig 2025-03-14T04:33:14.1587141Z * [new branch] gh/guilhermeleobas/93/base -> origin/gh/guilhermeleobas/93/base 2025-03-14T04:33:14.1587719Z * [new branch] gh/guilhermeleobas/93/head -> origin/gh/guilhermeleobas/93/head 2025-03-14T04:33:14.1588509Z * [new branch] gh/guilhermeleobas/93/orig -> origin/gh/guilhermeleobas/93/orig 2025-03-14T04:33:14.1589096Z * [new branch] gh/guilhermeleobas/94/base -> origin/gh/guilhermeleobas/94/base 2025-03-14T04:33:14.1589672Z * [new branch] gh/guilhermeleobas/94/head -> origin/gh/guilhermeleobas/94/head 2025-03-14T04:33:14.1590302Z * [new branch] gh/guilhermeleobas/94/orig -> origin/gh/guilhermeleobas/94/orig 2025-03-14T04:33:14.1590925Z * [new branch] gh/guilhermeleobas/95/base -> origin/gh/guilhermeleobas/95/base 2025-03-14T04:33:14.1591499Z * [new branch] gh/guilhermeleobas/95/head -> origin/gh/guilhermeleobas/95/head 2025-03-14T04:33:14.1592098Z * [new branch] gh/guilhermeleobas/95/orig -> origin/gh/guilhermeleobas/95/orig 2025-03-14T04:33:14.1592800Z * [new branch] gh/guilhermeleobas/97/base -> origin/gh/guilhermeleobas/97/base 2025-03-14T04:33:14.1593377Z * [new branch] gh/guilhermeleobas/97/head -> origin/gh/guilhermeleobas/97/head 2025-03-14T04:33:14.1593963Z * [new branch] gh/guilhermeleobas/97/orig -> origin/gh/guilhermeleobas/97/orig 2025-03-14T04:33:14.1594546Z * [new branch] gh/guilhermeleobas/98/base -> origin/gh/guilhermeleobas/98/base 2025-03-14T04:33:14.1595132Z * [new branch] gh/guilhermeleobas/98/head -> origin/gh/guilhermeleobas/98/head 2025-03-14T04:33:14.1595708Z * [new branch] gh/guilhermeleobas/98/orig -> origin/gh/guilhermeleobas/98/orig 2025-03-14T04:33:14.1596363Z * [new branch] gh/guilhermeleobas/99/base -> origin/gh/guilhermeleobas/99/base 2025-03-14T04:33:14.1596955Z * [new branch] gh/guilhermeleobas/99/head -> origin/gh/guilhermeleobas/99/head 2025-03-14T04:33:14.1597534Z * [new branch] gh/guilhermeleobas/99/orig -> origin/gh/guilhermeleobas/99/orig 2025-03-14T04:33:14.1598099Z * [new branch] gh/henrylhtsang/10/base -> origin/gh/henrylhtsang/10/base 2025-03-14T04:33:14.1598741Z * [new branch] gh/henrylhtsang/10/head -> origin/gh/henrylhtsang/10/head 2025-03-14T04:33:14.1599287Z * [new branch] gh/henrylhtsang/10/orig -> origin/gh/henrylhtsang/10/orig 2025-03-14T04:33:14.1599830Z * [new branch] gh/henrylhtsang/11/base -> origin/gh/henrylhtsang/11/base 2025-03-14T04:33:14.1600370Z * [new branch] gh/henrylhtsang/11/head -> origin/gh/henrylhtsang/11/head 2025-03-14T04:33:14.1600921Z * [new branch] gh/henrylhtsang/11/orig -> origin/gh/henrylhtsang/11/orig 2025-03-14T04:33:14.1601467Z * [new branch] gh/henrylhtsang/12/base -> origin/gh/henrylhtsang/12/base 2025-03-14T04:33:14.1602050Z * [new branch] gh/henrylhtsang/12/head -> origin/gh/henrylhtsang/12/head 2025-03-14T04:33:14.2031164Z * [new branch] gh/henrylhtsang/12/orig -> origin/gh/henrylhtsang/12/orig 2025-03-14T04:33:14.2031813Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-03-14T04:33:14.2032357Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-03-14T04:33:14.2032912Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-03-14T04:33:14.2033448Z * [new branch] gh/henrylhtsang/14/base -> origin/gh/henrylhtsang/14/base 2025-03-14T04:33:14.2033986Z * [new branch] gh/henrylhtsang/14/head -> origin/gh/henrylhtsang/14/head 2025-03-14T04:33:14.2034530Z * [new branch] gh/henrylhtsang/14/orig -> origin/gh/henrylhtsang/14/orig 2025-03-14T04:33:14.2035068Z * [new branch] gh/henrylhtsang/15/base -> origin/gh/henrylhtsang/15/base 2025-03-14T04:33:14.2035625Z * [new branch] gh/henrylhtsang/15/head -> origin/gh/henrylhtsang/15/head 2025-03-14T04:33:14.2036199Z * [new branch] gh/henrylhtsang/15/orig -> origin/gh/henrylhtsang/15/orig 2025-03-14T04:33:14.2036973Z * [new branch] gh/henrylhtsang/16/base -> origin/gh/henrylhtsang/16/base 2025-03-14T04:33:14.2037536Z * [new branch] gh/henrylhtsang/16/head -> origin/gh/henrylhtsang/16/head 2025-03-14T04:33:14.2038080Z * [new branch] gh/henrylhtsang/16/orig -> origin/gh/henrylhtsang/16/orig 2025-03-14T04:33:14.2038689Z * [new branch] gh/henrylhtsang/17/base -> origin/gh/henrylhtsang/17/base 2025-03-14T04:33:14.2039226Z * [new branch] gh/henrylhtsang/17/head -> origin/gh/henrylhtsang/17/head 2025-03-14T04:33:14.2039766Z * [new branch] gh/henrylhtsang/17/orig -> origin/gh/henrylhtsang/17/orig 2025-03-14T04:33:14.2040303Z * [new branch] gh/henrylhtsang/18/base -> origin/gh/henrylhtsang/18/base 2025-03-14T04:33:14.2040973Z * [new branch] gh/henrylhtsang/18/head -> origin/gh/henrylhtsang/18/head 2025-03-14T04:33:14.2041515Z * [new branch] gh/henrylhtsang/18/orig -> origin/gh/henrylhtsang/18/orig 2025-03-14T04:33:14.2042109Z * [new branch] gh/henrylhtsang/19/base -> origin/gh/henrylhtsang/19/base 2025-03-14T04:33:14.2042697Z * [new branch] gh/henrylhtsang/19/head -> origin/gh/henrylhtsang/19/head 2025-03-14T04:33:14.2043240Z * [new branch] gh/henrylhtsang/19/orig -> origin/gh/henrylhtsang/19/orig 2025-03-14T04:33:14.2043781Z * [new branch] gh/henrylhtsang/20/base -> origin/gh/henrylhtsang/20/base 2025-03-14T04:33:14.2044311Z * [new branch] gh/henrylhtsang/20/head -> origin/gh/henrylhtsang/20/head 2025-03-14T04:33:14.2044850Z * [new branch] gh/henrylhtsang/20/orig -> origin/gh/henrylhtsang/20/orig 2025-03-14T04:33:14.2045395Z * [new branch] gh/henrylhtsang/21/base -> origin/gh/henrylhtsang/21/base 2025-03-14T04:33:14.2045936Z * [new branch] gh/henrylhtsang/21/head -> origin/gh/henrylhtsang/21/head 2025-03-14T04:33:14.2046476Z * [new branch] gh/henrylhtsang/21/orig -> origin/gh/henrylhtsang/21/orig 2025-03-14T04:33:14.2047015Z * [new branch] gh/henrylhtsang/22/base -> origin/gh/henrylhtsang/22/base 2025-03-14T04:33:14.2047547Z * [new branch] gh/henrylhtsang/22/head -> origin/gh/henrylhtsang/22/head 2025-03-14T04:33:14.2048130Z * [new branch] gh/henrylhtsang/22/orig -> origin/gh/henrylhtsang/22/orig 2025-03-14T04:33:14.2048730Z * [new branch] gh/henrylhtsang/23/base -> origin/gh/henrylhtsang/23/base 2025-03-14T04:33:14.2049268Z * [new branch] gh/henrylhtsang/23/head -> origin/gh/henrylhtsang/23/head 2025-03-14T04:33:14.2049812Z * [new branch] gh/henrylhtsang/23/orig -> origin/gh/henrylhtsang/23/orig 2025-03-14T04:33:14.2059588Z * [new branch] gh/henrylhtsang/24/base -> origin/gh/henrylhtsang/24/base 2025-03-14T04:33:14.2060249Z * [new branch] gh/henrylhtsang/24/head -> origin/gh/henrylhtsang/24/head 2025-03-14T04:33:14.2060812Z * [new branch] gh/henrylhtsang/24/orig -> origin/gh/henrylhtsang/24/orig 2025-03-14T04:33:14.2061352Z * [new branch] gh/henrylhtsang/25/base -> origin/gh/henrylhtsang/25/base 2025-03-14T04:33:14.2061898Z * [new branch] gh/henrylhtsang/25/head -> origin/gh/henrylhtsang/25/head 2025-03-14T04:33:14.2062444Z * [new branch] gh/henrylhtsang/25/orig -> origin/gh/henrylhtsang/25/orig 2025-03-14T04:33:14.2063004Z * [new branch] gh/henrylhtsang/26/base -> origin/gh/henrylhtsang/26/base 2025-03-14T04:33:14.2063536Z * [new branch] gh/henrylhtsang/26/head -> origin/gh/henrylhtsang/26/head 2025-03-14T04:33:14.2064090Z * [new branch] gh/henrylhtsang/26/orig -> origin/gh/henrylhtsang/26/orig 2025-03-14T04:33:14.2064643Z * [new branch] gh/henrylhtsang/27/base -> origin/gh/henrylhtsang/27/base 2025-03-14T04:33:14.2065446Z * [new branch] gh/henrylhtsang/27/head -> origin/gh/henrylhtsang/27/head 2025-03-14T04:33:14.2438067Z * [new branch] gh/henrylhtsang/27/orig -> origin/gh/henrylhtsang/27/orig 2025-03-14T04:33:14.2438754Z * [new branch] gh/henrylhtsang/28/base -> origin/gh/henrylhtsang/28/base 2025-03-14T04:33:14.2439305Z * [new branch] gh/henrylhtsang/28/head -> origin/gh/henrylhtsang/28/head 2025-03-14T04:33:14.2439867Z * [new branch] gh/henrylhtsang/28/orig -> origin/gh/henrylhtsang/28/orig 2025-03-14T04:33:14.2440506Z * [new branch] gh/henrylhtsang/29/base -> origin/gh/henrylhtsang/29/base 2025-03-14T04:33:14.2441243Z * [new branch] gh/henrylhtsang/29/head -> origin/gh/henrylhtsang/29/head 2025-03-14T04:33:14.2441805Z * [new branch] gh/henrylhtsang/29/orig -> origin/gh/henrylhtsang/29/orig 2025-03-14T04:33:14.2442374Z * [new branch] gh/henrylhtsang/3/base -> origin/gh/henrylhtsang/3/base 2025-03-14T04:33:14.2442918Z * [new branch] gh/henrylhtsang/3/head -> origin/gh/henrylhtsang/3/head 2025-03-14T04:33:14.2443464Z * [new branch] gh/henrylhtsang/3/orig -> origin/gh/henrylhtsang/3/orig 2025-03-14T04:33:14.2444000Z * [new branch] gh/henrylhtsang/30/base -> origin/gh/henrylhtsang/30/base 2025-03-14T04:33:14.2444548Z * [new branch] gh/henrylhtsang/30/head -> origin/gh/henrylhtsang/30/head 2025-03-14T04:33:14.2445084Z * [new branch] gh/henrylhtsang/30/orig -> origin/gh/henrylhtsang/30/orig 2025-03-14T04:33:14.2445619Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-03-14T04:33:14.2446212Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-03-14T04:33:14.2446787Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-03-14T04:33:14.2447329Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-03-14T04:33:14.2447861Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-03-14T04:33:14.2448400Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-03-14T04:33:14.2448945Z * [new branch] gh/henrylhtsang/33/base -> origin/gh/henrylhtsang/33/base 2025-03-14T04:33:14.2449478Z * [new branch] gh/henrylhtsang/33/head -> origin/gh/henrylhtsang/33/head 2025-03-14T04:33:14.2450025Z * [new branch] gh/henrylhtsang/33/orig -> origin/gh/henrylhtsang/33/orig 2025-03-14T04:33:14.2450554Z * [new branch] gh/henrylhtsang/34/base -> origin/gh/henrylhtsang/34/base 2025-03-14T04:33:14.2451101Z * [new branch] gh/henrylhtsang/34/head -> origin/gh/henrylhtsang/34/head 2025-03-14T04:33:14.2451693Z * [new branch] gh/henrylhtsang/34/orig -> origin/gh/henrylhtsang/34/orig 2025-03-14T04:33:14.2452276Z * [new branch] gh/henrylhtsang/35/base -> origin/gh/henrylhtsang/35/base 2025-03-14T04:33:14.2452818Z * [new branch] gh/henrylhtsang/35/head -> origin/gh/henrylhtsang/35/head 2025-03-14T04:33:14.2453361Z * [new branch] gh/henrylhtsang/35/orig -> origin/gh/henrylhtsang/35/orig 2025-03-14T04:33:14.2453893Z * [new branch] gh/henrylhtsang/36/base -> origin/gh/henrylhtsang/36/base 2025-03-14T04:33:14.2454432Z * [new branch] gh/henrylhtsang/36/head -> origin/gh/henrylhtsang/36/head 2025-03-14T04:33:14.2454973Z * [new branch] gh/henrylhtsang/36/orig -> origin/gh/henrylhtsang/36/orig 2025-03-14T04:33:14.2455519Z * [new branch] gh/henrylhtsang/37/base -> origin/gh/henrylhtsang/37/base 2025-03-14T04:33:14.2456063Z * [new branch] gh/henrylhtsang/37/head -> origin/gh/henrylhtsang/37/head 2025-03-14T04:33:14.2456713Z * [new branch] gh/henrylhtsang/37/orig -> origin/gh/henrylhtsang/37/orig 2025-03-14T04:33:14.2457244Z * [new branch] gh/henrylhtsang/38/base -> origin/gh/henrylhtsang/38/base 2025-03-14T04:33:14.2457831Z * [new branch] gh/henrylhtsang/38/head -> origin/gh/henrylhtsang/38/head 2025-03-14T04:33:14.2458416Z * [new branch] gh/henrylhtsang/38/orig -> origin/gh/henrylhtsang/38/orig 2025-03-14T04:33:14.2458964Z * [new branch] gh/henrylhtsang/39/base -> origin/gh/henrylhtsang/39/base 2025-03-14T04:33:14.2459503Z * [new branch] gh/henrylhtsang/39/head -> origin/gh/henrylhtsang/39/head 2025-03-14T04:33:14.2460132Z * [new branch] gh/henrylhtsang/39/orig -> origin/gh/henrylhtsang/39/orig 2025-03-14T04:33:14.2460682Z * [new branch] gh/henrylhtsang/4/base -> origin/gh/henrylhtsang/4/base 2025-03-14T04:33:14.2461229Z * [new branch] gh/henrylhtsang/4/head -> origin/gh/henrylhtsang/4/head 2025-03-14T04:33:14.2461775Z * [new branch] gh/henrylhtsang/4/orig -> origin/gh/henrylhtsang/4/orig 2025-03-14T04:33:14.2462321Z * [new branch] gh/henrylhtsang/40/base -> origin/gh/henrylhtsang/40/base 2025-03-14T04:33:14.2462867Z * [new branch] gh/henrylhtsang/40/head -> origin/gh/henrylhtsang/40/head 2025-03-14T04:33:14.2887764Z * [new branch] gh/henrylhtsang/40/orig -> origin/gh/henrylhtsang/40/orig 2025-03-14T04:33:14.2888368Z * [new branch] gh/henrylhtsang/41/base -> origin/gh/henrylhtsang/41/base 2025-03-14T04:33:14.2888907Z * [new branch] gh/henrylhtsang/41/head -> origin/gh/henrylhtsang/41/head 2025-03-14T04:33:14.2889474Z * [new branch] gh/henrylhtsang/41/orig -> origin/gh/henrylhtsang/41/orig 2025-03-14T04:33:14.2890022Z * [new branch] gh/henrylhtsang/42/base -> origin/gh/henrylhtsang/42/base 2025-03-14T04:33:14.2890575Z * [new branch] gh/henrylhtsang/42/head -> origin/gh/henrylhtsang/42/head 2025-03-14T04:33:14.2891117Z * [new branch] gh/henrylhtsang/42/orig -> origin/gh/henrylhtsang/42/orig 2025-03-14T04:33:14.2891665Z * [new branch] gh/henrylhtsang/5/base -> origin/gh/henrylhtsang/5/base 2025-03-14T04:33:14.2892207Z * [new branch] gh/henrylhtsang/5/head -> origin/gh/henrylhtsang/5/head 2025-03-14T04:33:14.2892738Z * [new branch] gh/henrylhtsang/5/orig -> origin/gh/henrylhtsang/5/orig 2025-03-14T04:33:14.2893274Z * [new branch] gh/henrylhtsang/6/base -> origin/gh/henrylhtsang/6/base 2025-03-14T04:33:14.2893808Z * [new branch] gh/henrylhtsang/6/head -> origin/gh/henrylhtsang/6/head 2025-03-14T04:33:14.2894344Z * [new branch] gh/henrylhtsang/6/orig -> origin/gh/henrylhtsang/6/orig 2025-03-14T04:33:14.2894900Z * [new branch] gh/henrylhtsang/7/base -> origin/gh/henrylhtsang/7/base 2025-03-14T04:33:14.2895440Z * [new branch] gh/henrylhtsang/7/head -> origin/gh/henrylhtsang/7/head 2025-03-14T04:33:14.2895976Z * [new branch] gh/henrylhtsang/7/orig -> origin/gh/henrylhtsang/7/orig 2025-03-14T04:33:14.2896495Z * [new branch] gh/henrylhtsang/8/base -> origin/gh/henrylhtsang/8/base 2025-03-14T04:33:14.2897025Z * [new branch] gh/henrylhtsang/8/head -> origin/gh/henrylhtsang/8/head 2025-03-14T04:33:14.2897560Z * [new branch] gh/henrylhtsang/8/orig -> origin/gh/henrylhtsang/8/orig 2025-03-14T04:33:14.2898092Z * [new branch] gh/henrylhtsang/9/base -> origin/gh/henrylhtsang/9/base 2025-03-14T04:33:14.2898634Z * [new branch] gh/henrylhtsang/9/head -> origin/gh/henrylhtsang/9/head 2025-03-14T04:33:14.2899167Z * [new branch] gh/henrylhtsang/9/orig -> origin/gh/henrylhtsang/9/orig 2025-03-14T04:33:14.2899834Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-03-14T04:33:14.2900320Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-03-14T04:33:14.2900803Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-03-14T04:33:14.2901270Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-03-14T04:33:14.2901736Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-03-14T04:33:14.2902201Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-03-14T04:33:14.2902657Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-03-14T04:33:14.2903227Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-03-14T04:33:14.2903703Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-03-14T04:33:14.2904175Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-03-14T04:33:14.2904628Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-03-14T04:33:14.2905081Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-03-14T04:33:14.2905538Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-03-14T04:33:14.2905987Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-03-14T04:33:14.2906439Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-03-14T04:33:14.2906901Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-03-14T04:33:14.2907357Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-03-14T04:33:14.2907806Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-03-14T04:33:14.2908265Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-03-14T04:33:14.2908712Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-03-14T04:33:14.2909172Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-03-14T04:33:14.2909630Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-03-14T04:33:14.2910081Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-03-14T04:33:14.2910535Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-03-14T04:33:14.2910991Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-03-14T04:33:14.3365764Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-03-14T04:33:14.3366289Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-03-14T04:33:14.3366783Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-03-14T04:33:14.3367274Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-03-14T04:33:14.3367736Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-03-14T04:33:14.3368201Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-03-14T04:33:14.3368665Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-03-14T04:33:14.3369110Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-03-14T04:33:14.3369564Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-03-14T04:33:14.3370032Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-03-14T04:33:14.3370504Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-03-14T04:33:14.3371165Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-03-14T04:33:14.3371669Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-03-14T04:33:14.3372159Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-03-14T04:33:14.3372647Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-03-14T04:33:14.3373132Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-03-14T04:33:14.3373618Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-03-14T04:33:14.3374107Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-03-14T04:33:14.3374731Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-03-14T04:33:14.3375222Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-03-14T04:33:14.3375705Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-03-14T04:33:14.3376200Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-03-14T04:33:14.3376695Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-03-14T04:33:14.3377176Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-03-14T04:33:14.3377664Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-03-14T04:33:14.3378155Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-03-14T04:33:14.3378632Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-03-14T04:33:14.3379116Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-03-14T04:33:14.3379603Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-03-14T04:33:14.3380089Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-03-14T04:33:14.3380578Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-03-14T04:33:14.3381057Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-03-14T04:33:14.3381530Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-03-14T04:33:14.3382017Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-03-14T04:33:14.3382495Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-03-14T04:33:14.3382989Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-03-14T04:33:14.3383475Z * [new branch] gh/isuruf/121/base -> origin/gh/isuruf/121/base 2025-03-14T04:33:14.3383966Z * [new branch] gh/isuruf/121/head -> origin/gh/isuruf/121/head 2025-03-14T04:33:14.3384443Z * [new branch] gh/isuruf/121/orig -> origin/gh/isuruf/121/orig 2025-03-14T04:33:14.3384938Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-03-14T04:33:14.3385423Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-03-14T04:33:14.3385913Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-03-14T04:33:14.3386398Z * [new branch] gh/isuruf/123/base -> origin/gh/isuruf/123/base 2025-03-14T04:33:14.3386888Z * [new branch] gh/isuruf/123/head -> origin/gh/isuruf/123/head 2025-03-14T04:33:14.3387374Z * [new branch] gh/isuruf/123/orig -> origin/gh/isuruf/123/orig 2025-03-14T04:33:14.3387864Z * [new branch] gh/isuruf/124/base -> origin/gh/isuruf/124/base 2025-03-14T04:33:14.3388457Z * [new branch] gh/isuruf/124/head -> origin/gh/isuruf/124/head 2025-03-14T04:33:14.3388951Z * [new branch] gh/isuruf/124/orig -> origin/gh/isuruf/124/orig 2025-03-14T04:33:14.3804687Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-03-14T04:33:14.3805275Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-03-14T04:33:14.3805770Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-03-14T04:33:14.3806261Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-03-14T04:33:14.3806764Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-03-14T04:33:14.3807473Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-03-14T04:33:14.3807976Z * [new branch] gh/isuruf/127/base -> origin/gh/isuruf/127/base 2025-03-14T04:33:14.3808493Z * [new branch] gh/isuruf/127/head -> origin/gh/isuruf/127/head 2025-03-14T04:33:14.3808978Z * [new branch] gh/isuruf/127/orig -> origin/gh/isuruf/127/orig 2025-03-14T04:33:14.3809485Z * [new branch] gh/isuruf/128/base -> origin/gh/isuruf/128/base 2025-03-14T04:33:14.3809968Z * [new branch] gh/isuruf/128/head -> origin/gh/isuruf/128/head 2025-03-14T04:33:14.3810439Z * [new branch] gh/isuruf/128/orig -> origin/gh/isuruf/128/orig 2025-03-14T04:33:14.3810929Z * [new branch] gh/isuruf/129/base -> origin/gh/isuruf/129/base 2025-03-14T04:33:14.3811413Z * [new branch] gh/isuruf/129/head -> origin/gh/isuruf/129/head 2025-03-14T04:33:14.3811899Z * [new branch] gh/isuruf/129/orig -> origin/gh/isuruf/129/orig 2025-03-14T04:33:14.3812387Z * [new branch] gh/isuruf/130/base -> origin/gh/isuruf/130/base 2025-03-14T04:33:14.3812879Z * [new branch] gh/isuruf/130/head -> origin/gh/isuruf/130/head 2025-03-14T04:33:14.3813359Z * [new branch] gh/isuruf/130/orig -> origin/gh/isuruf/130/orig 2025-03-14T04:33:14.3813848Z * [new branch] gh/isuruf/131/base -> origin/gh/isuruf/131/base 2025-03-14T04:33:14.3814338Z * [new branch] gh/isuruf/131/head -> origin/gh/isuruf/131/head 2025-03-14T04:33:14.3814824Z * [new branch] gh/isuruf/131/orig -> origin/gh/isuruf/131/orig 2025-03-14T04:33:14.3815310Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-03-14T04:33:14.3815808Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-03-14T04:33:14.3816285Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-03-14T04:33:14.3816769Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-03-14T04:33:14.3817277Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-03-14T04:33:14.3817756Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-03-14T04:33:14.3818250Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-03-14T04:33:14.3818754Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-03-14T04:33:14.3819255Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-03-14T04:33:14.3819824Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-03-14T04:33:14.3820500Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-03-14T04:33:14.3821257Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-03-14T04:33:14.3821988Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-03-14T04:33:14.3822495Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-03-14T04:33:14.3823003Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-03-14T04:33:14.3823511Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-03-14T04:33:14.3824008Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-03-14T04:33:14.3824514Z * [new branch] gh/jamesjwu/109/base -> origin/gh/jamesjwu/109/base 2025-03-14T04:33:14.3825018Z * [new branch] gh/jamesjwu/109/head -> origin/gh/jamesjwu/109/head 2025-03-14T04:33:14.3825628Z * [new branch] gh/jamesjwu/109/orig -> origin/gh/jamesjwu/109/orig 2025-03-14T04:33:14.3826138Z * [new branch] gh/jamesjwu/110/base -> origin/gh/jamesjwu/110/base 2025-03-14T04:33:14.3826654Z * [new branch] gh/jamesjwu/110/head -> origin/gh/jamesjwu/110/head 2025-03-14T04:33:14.3827158Z * [new branch] gh/jamesjwu/110/orig -> origin/gh/jamesjwu/110/orig 2025-03-14T04:33:14.3827657Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-03-14T04:33:14.3828166Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-03-14T04:33:14.3828663Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-03-14T04:33:14.4271305Z * [new branch] gh/jamesjwu/112/base -> origin/gh/jamesjwu/112/base 2025-03-14T04:33:14.4271884Z * [new branch] gh/jamesjwu/112/head -> origin/gh/jamesjwu/112/head 2025-03-14T04:33:14.4272420Z * [new branch] gh/jamesjwu/112/orig -> origin/gh/jamesjwu/112/orig 2025-03-14T04:33:14.4272916Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-03-14T04:33:14.4273433Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-03-14T04:33:14.4273947Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-03-14T04:33:14.4274457Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-03-14T04:33:14.4274952Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-03-14T04:33:14.4275463Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-03-14T04:33:14.4275954Z * [new branch] gh/jamesjwu/115/base -> origin/gh/jamesjwu/115/base 2025-03-14T04:33:14.4276456Z * [new branch] gh/jamesjwu/115/head -> origin/gh/jamesjwu/115/head 2025-03-14T04:33:14.4276986Z * [new branch] gh/jamesjwu/115/orig -> origin/gh/jamesjwu/115/orig 2025-03-14T04:33:14.4277487Z * [new branch] gh/jamesjwu/116/base -> origin/gh/jamesjwu/116/base 2025-03-14T04:33:14.4277988Z * [new branch] gh/jamesjwu/116/head -> origin/gh/jamesjwu/116/head 2025-03-14T04:33:14.4278566Z * [new branch] gh/jamesjwu/116/orig -> origin/gh/jamesjwu/116/orig 2025-03-14T04:33:14.4279068Z * [new branch] gh/jamesjwu/117/base -> origin/gh/jamesjwu/117/base 2025-03-14T04:33:14.4279563Z * [new branch] gh/jamesjwu/117/head -> origin/gh/jamesjwu/117/head 2025-03-14T04:33:14.4280069Z * [new branch] gh/jamesjwu/117/orig -> origin/gh/jamesjwu/117/orig 2025-03-14T04:33:14.4280576Z * [new branch] gh/jamesjwu/118/base -> origin/gh/jamesjwu/118/base 2025-03-14T04:33:14.4281088Z * [new branch] gh/jamesjwu/118/head -> origin/gh/jamesjwu/118/head 2025-03-14T04:33:14.4281587Z * [new branch] gh/jamesjwu/118/orig -> origin/gh/jamesjwu/118/orig 2025-03-14T04:33:14.4282295Z * [new branch] gh/jamesjwu/119/base -> origin/gh/jamesjwu/119/base 2025-03-14T04:33:14.4282811Z * [new branch] gh/jamesjwu/119/head -> origin/gh/jamesjwu/119/head 2025-03-14T04:33:14.4283317Z * [new branch] gh/jamesjwu/119/orig -> origin/gh/jamesjwu/119/orig 2025-03-14T04:33:14.4283830Z * [new branch] gh/jamesjwu/120/base -> origin/gh/jamesjwu/120/base 2025-03-14T04:33:14.4284339Z * [new branch] gh/jamesjwu/120/head -> origin/gh/jamesjwu/120/head 2025-03-14T04:33:14.4284846Z * [new branch] gh/jamesjwu/120/orig -> origin/gh/jamesjwu/120/orig 2025-03-14T04:33:14.4285356Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-03-14T04:33:14.4285989Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-03-14T04:33:14.4286483Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-03-14T04:33:14.4286996Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-03-14T04:33:14.4287493Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-03-14T04:33:14.4287988Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-03-14T04:33:14.4288481Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-03-14T04:33:14.4288976Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-03-14T04:33:14.4289459Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-03-14T04:33:14.4289960Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-03-14T04:33:14.4290455Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-03-14T04:33:14.4290955Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-03-14T04:33:14.4291461Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-03-14T04:33:14.4291957Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-03-14T04:33:14.4292451Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-03-14T04:33:14.4292951Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-03-14T04:33:14.4293450Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-03-14T04:33:14.4293944Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-03-14T04:33:14.4294447Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-03-14T04:33:14.4294947Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-03-14T04:33:14.4766374Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-03-14T04:33:14.4766941Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-03-14T04:33:14.4767452Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-03-14T04:33:14.4767951Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-03-14T04:33:14.4768470Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-03-14T04:33:14.4768966Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-03-14T04:33:14.4769469Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-03-14T04:33:14.4769990Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-03-14T04:33:14.4770476Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-03-14T04:33:14.4771169Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-03-14T04:33:14.4771684Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-03-14T04:33:14.4772200Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-03-14T04:33:14.4772701Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-03-14T04:33:14.4773209Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-03-14T04:33:14.4773716Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-03-14T04:33:14.4774197Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-03-14T04:33:14.4774809Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-03-14T04:33:14.4775318Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-03-14T04:33:14.4775825Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-03-14T04:33:14.4776331Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-03-14T04:33:14.4776836Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-03-14T04:33:14.4777331Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-03-14T04:33:14.4777834Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-03-14T04:33:14.4778328Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-03-14T04:33:14.4778831Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-03-14T04:33:14.4779330Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-03-14T04:33:14.4779833Z * [new branch] gh/janeyx99/224/base -> origin/gh/janeyx99/224/base 2025-03-14T04:33:14.4780322Z * [new branch] gh/janeyx99/224/head -> origin/gh/janeyx99/224/head 2025-03-14T04:33:14.4780815Z * [new branch] gh/janeyx99/224/orig -> origin/gh/janeyx99/224/orig 2025-03-14T04:33:14.4781314Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-03-14T04:33:14.4781811Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-03-14T04:33:14.4782308Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-03-14T04:33:14.4782801Z * [new branch] gh/janeyx99/226/base -> origin/gh/janeyx99/226/base 2025-03-14T04:33:14.4783303Z * [new branch] gh/janeyx99/226/head -> origin/gh/janeyx99/226/head 2025-03-14T04:33:14.4783804Z * [new branch] gh/janeyx99/226/orig -> origin/gh/janeyx99/226/orig 2025-03-14T04:33:14.4784308Z * [new branch] gh/janeyx99/227/base -> origin/gh/janeyx99/227/base 2025-03-14T04:33:14.4784807Z * [new branch] gh/janeyx99/227/head -> origin/gh/janeyx99/227/head 2025-03-14T04:33:14.4785310Z * [new branch] gh/janeyx99/227/orig -> origin/gh/janeyx99/227/orig 2025-03-14T04:33:14.4785815Z * [new branch] gh/janeyx99/228/base -> origin/gh/janeyx99/228/base 2025-03-14T04:33:14.4786361Z * [new branch] gh/janeyx99/228/head -> origin/gh/janeyx99/228/head 2025-03-14T04:33:14.4786848Z * [new branch] gh/janeyx99/228/orig -> origin/gh/janeyx99/228/orig 2025-03-14T04:33:14.4787352Z * [new branch] gh/janeyx99/229/base -> origin/gh/janeyx99/229/base 2025-03-14T04:33:14.4787853Z * [new branch] gh/janeyx99/229/head -> origin/gh/janeyx99/229/head 2025-03-14T04:33:14.4788353Z * [new branch] gh/janeyx99/229/orig -> origin/gh/janeyx99/229/orig 2025-03-14T04:33:14.4788969Z * [new branch] gh/janeyx99/230/base -> origin/gh/janeyx99/230/base 2025-03-14T04:33:14.4789483Z * [new branch] gh/janeyx99/230/head -> origin/gh/janeyx99/230/head 2025-03-14T04:33:14.4789969Z * [new branch] gh/janeyx99/230/orig -> origin/gh/janeyx99/230/orig 2025-03-14T04:33:14.5453343Z * [new branch] gh/janeyx99/231/base -> origin/gh/janeyx99/231/base 2025-03-14T04:33:14.5453900Z * [new branch] gh/janeyx99/231/head -> origin/gh/janeyx99/231/head 2025-03-14T04:33:14.5454396Z * [new branch] gh/janeyx99/231/orig -> origin/gh/janeyx99/231/orig 2025-03-14T04:33:14.5454905Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-03-14T04:33:14.5456392Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-03-14T04:33:14.5457005Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-03-14T04:33:14.5457590Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-03-14T04:33:14.5458169Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-03-14T04:33:14.5458667Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-03-14T04:33:14.5459149Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-03-14T04:33:14.5459625Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-03-14T04:33:14.5460111Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-03-14T04:33:14.5460601Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-03-14T04:33:14.5461101Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-03-14T04:33:14.5461595Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-03-14T04:33:14.5462080Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-03-14T04:33:14.5462553Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-03-14T04:33:14.5463038Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-03-14T04:33:14.5463574Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-03-14T04:33:14.5464149Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-03-14T04:33:14.5464726Z * [new branch] gh/jansel/486/base -> origin/gh/jansel/486/base 2025-03-14T04:33:14.5465265Z * [new branch] gh/jansel/486/head -> origin/gh/jansel/486/head 2025-03-14T04:33:14.5465833Z * [new branch] gh/jansel/486/orig -> origin/gh/jansel/486/orig 2025-03-14T04:33:14.5466371Z * [new branch] gh/jansel/505/base -> origin/gh/jansel/505/base 2025-03-14T04:33:14.5466862Z * [new branch] gh/jansel/505/head -> origin/gh/jansel/505/head 2025-03-14T04:33:14.5467347Z * [new branch] gh/jansel/505/orig -> origin/gh/jansel/505/orig 2025-03-14T04:33:14.5467829Z * [new branch] gh/jansel/506/base -> origin/gh/jansel/506/base 2025-03-14T04:33:14.5468322Z * [new branch] gh/jansel/506/head -> origin/gh/jansel/506/head 2025-03-14T04:33:14.5468794Z * [new branch] gh/jansel/506/orig -> origin/gh/jansel/506/orig 2025-03-14T04:33:14.5469277Z * [new branch] gh/jansel/507/base -> origin/gh/jansel/507/base 2025-03-14T04:33:14.5469765Z * [new branch] gh/jansel/507/head -> origin/gh/jansel/507/head 2025-03-14T04:33:14.5470251Z * [new branch] gh/jansel/507/orig -> origin/gh/jansel/507/orig 2025-03-14T04:33:14.5471084Z * [new branch] gh/jansel/508/base -> origin/gh/jansel/508/base 2025-03-14T04:33:14.5471847Z * [new branch] gh/jansel/508/head -> origin/gh/jansel/508/head 2025-03-14T04:33:14.5472469Z * [new branch] gh/jansel/508/orig -> origin/gh/jansel/508/orig 2025-03-14T04:33:14.5473038Z * [new branch] gh/jansel/509/base -> origin/gh/jansel/509/base 2025-03-14T04:33:14.5473615Z * [new branch] gh/jansel/509/head -> origin/gh/jansel/509/head 2025-03-14T04:33:14.5474195Z * [new branch] gh/jansel/509/orig -> origin/gh/jansel/509/orig 2025-03-14T04:33:14.5474734Z * [new branch] gh/jansel/510/base -> origin/gh/jansel/510/base 2025-03-14T04:33:14.5475445Z * [new branch] gh/jansel/510/head -> origin/gh/jansel/510/head 2025-03-14T04:33:14.5475986Z * [new branch] gh/jansel/510/orig -> origin/gh/jansel/510/orig 2025-03-14T04:33:14.5476558Z * [new branch] gh/jansel/511/base -> origin/gh/jansel/511/base 2025-03-14T04:33:14.5477134Z * [new branch] gh/jansel/511/head -> origin/gh/jansel/511/head 2025-03-14T04:33:14.5477667Z * [new branch] gh/jansel/511/orig -> origin/gh/jansel/511/orig 2025-03-14T04:33:14.5478234Z * [new branch] gh/jansel/512/base -> origin/gh/jansel/512/base 2025-03-14T04:33:14.5478917Z * [new branch] gh/jansel/512/head -> origin/gh/jansel/512/head 2025-03-14T04:33:14.5479496Z * [new branch] gh/jansel/512/orig -> origin/gh/jansel/512/orig 2025-03-14T04:33:14.6139138Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-03-14T04:33:14.6139777Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-03-14T04:33:14.6140309Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-03-14T04:33:14.6140815Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-03-14T04:33:14.6141317Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-03-14T04:33:14.6141805Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-03-14T04:33:14.6142291Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-03-14T04:33:14.6142773Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-03-14T04:33:14.6143268Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-03-14T04:33:14.6143742Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-03-14T04:33:14.6144242Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-03-14T04:33:14.6144736Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-03-14T04:33:14.6145262Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-03-14T04:33:14.6145795Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-03-14T04:33:14.6146282Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-03-14T04:33:14.6146756Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-03-14T04:33:14.6147244Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-03-14T04:33:14.6147725Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-03-14T04:33:14.6148212Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-03-14T04:33:14.6148695Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-03-14T04:33:14.6149921Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-03-14T04:33:14.6150434Z * [new branch] gh/jansel/520/base -> origin/gh/jansel/520/base 2025-03-14T04:33:14.6150963Z * [new branch] gh/jansel/520/head -> origin/gh/jansel/520/head 2025-03-14T04:33:14.6151450Z * [new branch] gh/jansel/520/orig -> origin/gh/jansel/520/orig 2025-03-14T04:33:14.6151984Z * [new branch] gh/jansel/521/base -> origin/gh/jansel/521/base 2025-03-14T04:33:14.6152476Z * [new branch] gh/jansel/521/head -> origin/gh/jansel/521/head 2025-03-14T04:33:14.6152961Z * [new branch] gh/jansel/521/orig -> origin/gh/jansel/521/orig 2025-03-14T04:33:14.6153635Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-03-14T04:33:14.6154170Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-03-14T04:33:14.6154721Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-03-14T04:33:14.6155259Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-03-14T04:33:14.6155793Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-03-14T04:33:14.6156334Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-03-14T04:33:14.6156927Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-03-14T04:33:14.6157500Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-03-14T04:33:14.6158040Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-03-14T04:33:14.6158684Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-03-14T04:33:14.6159227Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-03-14T04:33:14.6159769Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-03-14T04:33:14.6160306Z * [new branch] gh/jbschlosser/227/base -> origin/gh/jbschlosser/227/base 2025-03-14T04:33:14.6160847Z * [new branch] gh/jbschlosser/227/head -> origin/gh/jbschlosser/227/head 2025-03-14T04:33:14.6161378Z * [new branch] gh/jbschlosser/227/orig -> origin/gh/jbschlosser/227/orig 2025-03-14T04:33:14.6161915Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-03-14T04:33:14.6162494Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-03-14T04:33:14.6163086Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-03-14T04:33:14.6163623Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-03-14T04:33:14.6164161Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-03-14T04:33:14.6593177Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-03-14T04:33:14.6593782Z * [new branch] gh/jbschlosser/230/base -> origin/gh/jbschlosser/230/base 2025-03-14T04:33:14.6594423Z * [new branch] gh/jbschlosser/230/head -> origin/gh/jbschlosser/230/head 2025-03-14T04:33:14.6594968Z * [new branch] gh/jbschlosser/230/orig -> origin/gh/jbschlosser/230/orig 2025-03-14T04:33:14.6595504Z * [new branch] gh/jbschlosser/231/base -> origin/gh/jbschlosser/231/base 2025-03-14T04:33:14.6596041Z * [new branch] gh/jbschlosser/231/head -> origin/gh/jbschlosser/231/head 2025-03-14T04:33:14.6596609Z * [new branch] gh/jbschlosser/231/orig -> origin/gh/jbschlosser/231/orig 2025-03-14T04:33:14.6597329Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-03-14T04:33:14.6597868Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-03-14T04:33:14.6598468Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-03-14T04:33:14.6598985Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-03-14T04:33:14.6599488Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-03-14T04:33:14.6600018Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-03-14T04:33:14.6600570Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-03-14T04:33:14.6601223Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-03-14T04:33:14.6601745Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-03-14T04:33:14.6602274Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-03-14T04:33:14.6602792Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-03-14T04:33:14.6603318Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-03-14T04:33:14.6603833Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-03-14T04:33:14.6604344Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-03-14T04:33:14.6604863Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-03-14T04:33:14.6605366Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-03-14T04:33:14.6605911Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-03-14T04:33:14.6606465Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-03-14T04:33:14.6606989Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-03-14T04:33:14.6607497Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-03-14T04:33:14.6607994Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-03-14T04:33:14.6608510Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-03-14T04:33:14.6609013Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-03-14T04:33:14.6609514Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-03-14T04:33:14.6610058Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-03-14T04:33:14.6610598Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-03-14T04:33:14.6611115Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-03-14T04:33:14.6611680Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-03-14T04:33:14.6612238Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-03-14T04:33:14.6612746Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-03-14T04:33:14.6613281Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-03-14T04:33:14.6613788Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-03-14T04:33:14.6614291Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-03-14T04:33:14.6614804Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-03-14T04:33:14.6615314Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-03-14T04:33:14.6615957Z * [new branch] gh/jiayisunx/55/base -> origin/gh/jiayisunx/55/base 2025-03-14T04:33:14.6616474Z * [new branch] gh/jiayisunx/55/head -> origin/gh/jiayisunx/55/head 2025-03-14T04:33:14.6616986Z * [new branch] gh/jiayisunx/55/orig -> origin/gh/jiayisunx/55/orig 2025-03-14T04:33:14.6617587Z * [new branch] gh/jiayisunx/56/base -> origin/gh/jiayisunx/56/base 2025-03-14T04:33:14.7046660Z * [new branch] gh/jiayisunx/56/head -> origin/gh/jiayisunx/56/head 2025-03-14T04:33:14.7048410Z * [new branch] gh/jiayisunx/56/orig -> origin/gh/jiayisunx/56/orig 2025-03-14T04:33:14.7048945Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-03-14T04:33:14.7049773Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-03-14T04:33:14.7050314Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-03-14T04:33:14.7050829Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-03-14T04:33:14.7051326Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-03-14T04:33:14.7051837Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-03-14T04:33:14.7052339Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-03-14T04:33:14.7052847Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-03-14T04:33:14.7053351Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-03-14T04:33:14.7053852Z * [new branch] gh/jiayisunx/60/base -> origin/gh/jiayisunx/60/base 2025-03-14T04:33:14.7054353Z * [new branch] gh/jiayisunx/60/head -> origin/gh/jiayisunx/60/head 2025-03-14T04:33:14.7054857Z * [new branch] gh/jiayisunx/60/orig -> origin/gh/jiayisunx/60/orig 2025-03-14T04:33:14.7055366Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-03-14T04:33:14.7055865Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-03-14T04:33:14.7056375Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-03-14T04:33:14.7056897Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-03-14T04:33:14.7057426Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-03-14T04:33:14.7057931Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-03-14T04:33:14.7058439Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-03-14T04:33:14.7058946Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-03-14T04:33:14.7059458Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-03-14T04:33:14.7059966Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-03-14T04:33:14.7060472Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-03-14T04:33:14.7060966Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-03-14T04:33:14.7061473Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-03-14T04:33:14.7062005Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-03-14T04:33:14.7062520Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-03-14T04:33:14.7063034Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-03-14T04:33:14.7063539Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-03-14T04:33:14.7064186Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-03-14T04:33:14.7064832Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-03-14T04:33:14.7065340Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-03-14T04:33:14.7065838Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-03-14T04:33:14.7066344Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-03-14T04:33:14.7066836Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-03-14T04:33:14.7067336Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-03-14T04:33:14.7067933Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-03-14T04:33:14.7068456Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-03-14T04:33:14.7068959Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-03-14T04:33:14.7069464Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-03-14T04:33:14.7069959Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-03-14T04:33:14.7070466Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-03-14T04:33:14.7070981Z * [new branch] gh/justinchuby/102/base -> origin/gh/justinchuby/102/base 2025-03-14T04:33:14.7071524Z * [new branch] gh/justinchuby/102/head -> origin/gh/justinchuby/102/head 2025-03-14T04:33:14.7512564Z * [new branch] gh/justinchuby/102/orig -> origin/gh/justinchuby/102/orig 2025-03-14T04:33:14.7513172Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-03-14T04:33:14.7513754Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-03-14T04:33:14.7514301Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-03-14T04:33:14.7514849Z * [new branch] gh/justinchuby/104/base -> origin/gh/justinchuby/104/base 2025-03-14T04:33:14.7515379Z * [new branch] gh/justinchuby/104/head -> origin/gh/justinchuby/104/head 2025-03-14T04:33:14.7515920Z * [new branch] gh/justinchuby/104/orig -> origin/gh/justinchuby/104/orig 2025-03-14T04:33:14.7516457Z * [new branch] gh/justinchuby/105/base -> origin/gh/justinchuby/105/base 2025-03-14T04:33:14.7516994Z * [new branch] gh/justinchuby/105/head -> origin/gh/justinchuby/105/head 2025-03-14T04:33:14.7517538Z * [new branch] gh/justinchuby/105/orig -> origin/gh/justinchuby/105/orig 2025-03-14T04:33:14.7518095Z * [new branch] gh/justinchuby/106/base -> origin/gh/justinchuby/106/base 2025-03-14T04:33:14.7518700Z * [new branch] gh/justinchuby/106/head -> origin/gh/justinchuby/106/head 2025-03-14T04:33:14.7519239Z * [new branch] gh/justinchuby/106/orig -> origin/gh/justinchuby/106/orig 2025-03-14T04:33:14.7519770Z * [new branch] gh/justinchuby/107/base -> origin/gh/justinchuby/107/base 2025-03-14T04:33:14.7520299Z * [new branch] gh/justinchuby/107/head -> origin/gh/justinchuby/107/head 2025-03-14T04:33:14.7520833Z * [new branch] gh/justinchuby/107/orig -> origin/gh/justinchuby/107/orig 2025-03-14T04:33:14.7521381Z * [new branch] gh/justinchuby/108/base -> origin/gh/justinchuby/108/base 2025-03-14T04:33:14.7521932Z * [new branch] gh/justinchuby/108/head -> origin/gh/justinchuby/108/head 2025-03-14T04:33:14.7522472Z * [new branch] gh/justinchuby/108/orig -> origin/gh/justinchuby/108/orig 2025-03-14T04:33:14.7523200Z * [new branch] gh/justinchuby/109/base -> origin/gh/justinchuby/109/base 2025-03-14T04:33:14.7523750Z * [new branch] gh/justinchuby/109/head -> origin/gh/justinchuby/109/head 2025-03-14T04:33:14.7524287Z * [new branch] gh/justinchuby/109/orig -> origin/gh/justinchuby/109/orig 2025-03-14T04:33:14.7524829Z * [new branch] gh/justinchuby/110/base -> origin/gh/justinchuby/110/base 2025-03-14T04:33:14.7525374Z * [new branch] gh/justinchuby/110/head -> origin/gh/justinchuby/110/head 2025-03-14T04:33:14.7525920Z * [new branch] gh/justinchuby/110/orig -> origin/gh/justinchuby/110/orig 2025-03-14T04:33:14.7526453Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-03-14T04:33:14.7527121Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-03-14T04:33:14.7527659Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-03-14T04:33:14.7528195Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-03-14T04:33:14.7528745Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-03-14T04:33:14.7529286Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-03-14T04:33:14.7529821Z * [new branch] gh/justinchuby/113/base -> origin/gh/justinchuby/113/base 2025-03-14T04:33:14.7530348Z * [new branch] gh/justinchuby/113/head -> origin/gh/justinchuby/113/head 2025-03-14T04:33:14.7530887Z * [new branch] gh/justinchuby/113/orig -> origin/gh/justinchuby/113/orig 2025-03-14T04:33:14.7531434Z * [new branch] gh/justinchuby/114/base -> origin/gh/justinchuby/114/base 2025-03-14T04:33:14.7531981Z * [new branch] gh/justinchuby/114/head -> origin/gh/justinchuby/114/head 2025-03-14T04:33:14.7532541Z * [new branch] gh/justinchuby/114/orig -> origin/gh/justinchuby/114/orig 2025-03-14T04:33:14.7533080Z * [new branch] gh/justinchuby/115/base -> origin/gh/justinchuby/115/base 2025-03-14T04:33:14.7533608Z * [new branch] gh/justinchuby/115/head -> origin/gh/justinchuby/115/head 2025-03-14T04:33:14.7534144Z * [new branch] gh/justinchuby/115/orig -> origin/gh/justinchuby/115/orig 2025-03-14T04:33:14.7534661Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-03-14T04:33:14.7535145Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-03-14T04:33:14.7535618Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-03-14T04:33:14.7536110Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-03-14T04:33:14.7536593Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-03-14T04:33:14.7537083Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-03-14T04:33:14.7990522Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-03-14T04:33:14.7991087Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-03-14T04:33:14.7991581Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-03-14T04:33:14.7992062Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-03-14T04:33:14.7992542Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-03-14T04:33:14.7993021Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-03-14T04:33:14.7993539Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-03-14T04:33:14.7994281Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-03-14T04:33:14.7994813Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-03-14T04:33:14.7995289Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-03-14T04:33:14.7995810Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-03-14T04:33:14.7996354Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-03-14T04:33:14.7996897Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-03-14T04:33:14.7997431Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-03-14T04:33:14.7998094Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-03-14T04:33:14.7998696Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-03-14T04:33:14.7999292Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-03-14T04:33:14.7999910Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-03-14T04:33:14.8000482Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-03-14T04:33:14.8001041Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-03-14T04:33:14.8001529Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-03-14T04:33:14.8002027Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-03-14T04:33:14.8002525Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-03-14T04:33:14.8003053Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-03-14T04:33:14.8003538Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-03-14T04:33:14.8004034Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-03-14T04:33:14.8004539Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-03-14T04:33:14.8005041Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-03-14T04:33:14.8005537Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-03-14T04:33:14.8006028Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-03-14T04:33:14.8006597Z * [new branch] gh/kwen2501/123/base -> origin/gh/kwen2501/123/base 2025-03-14T04:33:14.8007101Z * [new branch] gh/kwen2501/123/head -> origin/gh/kwen2501/123/head 2025-03-14T04:33:14.8007604Z * [new branch] gh/kwen2501/123/orig -> origin/gh/kwen2501/123/orig 2025-03-14T04:33:14.8008097Z * [new branch] gh/kwen2501/125/base -> origin/gh/kwen2501/125/base 2025-03-14T04:33:14.8008591Z * [new branch] gh/kwen2501/125/head -> origin/gh/kwen2501/125/head 2025-03-14T04:33:14.8009078Z * [new branch] gh/kwen2501/125/orig -> origin/gh/kwen2501/125/orig 2025-03-14T04:33:14.8009578Z * [new branch] gh/kwen2501/126/base -> origin/gh/kwen2501/126/base 2025-03-14T04:33:14.8010059Z * [new branch] gh/kwen2501/126/head -> origin/gh/kwen2501/126/head 2025-03-14T04:33:14.8010551Z * [new branch] gh/kwen2501/126/orig -> origin/gh/kwen2501/126/orig 2025-03-14T04:33:14.8011044Z * [new branch] gh/kwen2501/127/base -> origin/gh/kwen2501/127/base 2025-03-14T04:33:14.8011538Z * [new branch] gh/kwen2501/127/head -> origin/gh/kwen2501/127/head 2025-03-14T04:33:14.8012087Z * [new branch] gh/kwen2501/127/orig -> origin/gh/kwen2501/127/orig 2025-03-14T04:33:14.8012747Z * [new branch] gh/kwen2501/128/base -> origin/gh/kwen2501/128/base 2025-03-14T04:33:14.8013235Z * [new branch] gh/kwen2501/128/head -> origin/gh/kwen2501/128/head 2025-03-14T04:33:14.8013730Z * [new branch] gh/kwen2501/128/orig -> origin/gh/kwen2501/128/orig 2025-03-14T04:33:14.8014228Z * [new branch] gh/kwen2501/129/base -> origin/gh/kwen2501/129/base 2025-03-14T04:33:14.8452424Z * [new branch] gh/kwen2501/129/head -> origin/gh/kwen2501/129/head 2025-03-14T04:33:14.8452998Z * [new branch] gh/kwen2501/129/orig -> origin/gh/kwen2501/129/orig 2025-03-14T04:33:14.8453510Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-03-14T04:33:14.8454210Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-03-14T04:33:14.8454697Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-03-14T04:33:14.8455212Z * [new branch] gh/kwen2501/131/base -> origin/gh/kwen2501/131/base 2025-03-14T04:33:14.8455714Z * [new branch] gh/kwen2501/131/head -> origin/gh/kwen2501/131/head 2025-03-14T04:33:14.8456311Z * [new branch] gh/kwen2501/131/orig -> origin/gh/kwen2501/131/orig 2025-03-14T04:33:14.8456805Z * [new branch] gh/kwen2501/132/base -> origin/gh/kwen2501/132/base 2025-03-14T04:33:14.8457294Z * [new branch] gh/kwen2501/132/head -> origin/gh/kwen2501/132/head 2025-03-14T04:33:14.8457774Z * [new branch] gh/kwen2501/132/orig -> origin/gh/kwen2501/132/orig 2025-03-14T04:33:14.8458263Z * [new branch] gh/kwen2501/133/base -> origin/gh/kwen2501/133/base 2025-03-14T04:33:14.8458764Z * [new branch] gh/kwen2501/133/head -> origin/gh/kwen2501/133/head 2025-03-14T04:33:14.8459262Z * [new branch] gh/kwen2501/133/orig -> origin/gh/kwen2501/133/orig 2025-03-14T04:33:14.8459755Z * [new branch] gh/kwen2501/134/base -> origin/gh/kwen2501/134/base 2025-03-14T04:33:14.8460247Z * [new branch] gh/kwen2501/134/head -> origin/gh/kwen2501/134/head 2025-03-14T04:33:14.8460740Z * [new branch] gh/kwen2501/134/orig -> origin/gh/kwen2501/134/orig 2025-03-14T04:33:14.8461228Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-03-14T04:33:14.8461773Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-03-14T04:33:14.8462303Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-03-14T04:33:14.8462798Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-03-14T04:33:14.8463286Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-03-14T04:33:14.8463782Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-03-14T04:33:14.8464259Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-03-14T04:33:14.8464748Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-03-14T04:33:14.8465272Z * [new branch] gh/laithsakka/107/base -> origin/gh/laithsakka/107/base 2025-03-14T04:33:14.8465803Z * [new branch] gh/laithsakka/107/head -> origin/gh/laithsakka/107/head 2025-03-14T04:33:14.8466333Z * [new branch] gh/laithsakka/107/orig -> origin/gh/laithsakka/107/orig 2025-03-14T04:33:14.8466860Z * [new branch] gh/laithsakka/108/base -> origin/gh/laithsakka/108/base 2025-03-14T04:33:14.8467446Z * [new branch] gh/laithsakka/108/head -> origin/gh/laithsakka/108/head 2025-03-14T04:33:14.8468013Z * [new branch] gh/laithsakka/108/orig -> origin/gh/laithsakka/108/orig 2025-03-14T04:33:14.8468701Z * [new branch] gh/laithsakka/109/base -> origin/gh/laithsakka/109/base 2025-03-14T04:33:14.8469236Z * [new branch] gh/laithsakka/109/head -> origin/gh/laithsakka/109/head 2025-03-14T04:33:14.8469773Z * [new branch] gh/laithsakka/109/orig -> origin/gh/laithsakka/109/orig 2025-03-14T04:33:14.8470308Z * [new branch] gh/laithsakka/110/base -> origin/gh/laithsakka/110/base 2025-03-14T04:33:14.8470844Z * [new branch] gh/laithsakka/110/head -> origin/gh/laithsakka/110/head 2025-03-14T04:33:14.8471367Z * [new branch] gh/laithsakka/110/orig -> origin/gh/laithsakka/110/orig 2025-03-14T04:33:14.8471897Z * [new branch] gh/laithsakka/111/base -> origin/gh/laithsakka/111/base 2025-03-14T04:33:14.8472527Z * [new branch] gh/laithsakka/111/head -> origin/gh/laithsakka/111/head 2025-03-14T04:33:14.8473059Z * [new branch] gh/laithsakka/111/orig -> origin/gh/laithsakka/111/orig 2025-03-14T04:33:14.8473683Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-03-14T04:33:14.8474213Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-03-14T04:33:14.8474729Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-03-14T04:33:14.8475253Z * [new branch] gh/laithsakka/113/base -> origin/gh/laithsakka/113/base 2025-03-14T04:33:14.8475778Z * [new branch] gh/laithsakka/113/head -> origin/gh/laithsakka/113/head 2025-03-14T04:33:14.8476306Z * [new branch] gh/laithsakka/113/orig -> origin/gh/laithsakka/113/orig 2025-03-14T04:33:14.8869726Z * [new branch] gh/laithsakka/114/base -> origin/gh/laithsakka/114/base 2025-03-14T04:33:14.8870280Z * [new branch] gh/laithsakka/114/head -> origin/gh/laithsakka/114/head 2025-03-14T04:33:14.8870831Z * [new branch] gh/laithsakka/114/orig -> origin/gh/laithsakka/114/orig 2025-03-14T04:33:14.8871352Z * [new branch] gh/laithsakka/115/base -> origin/gh/laithsakka/115/base 2025-03-14T04:33:14.8871868Z * [new branch] gh/laithsakka/115/head -> origin/gh/laithsakka/115/head 2025-03-14T04:33:14.8872389Z * [new branch] gh/laithsakka/115/orig -> origin/gh/laithsakka/115/orig 2025-03-14T04:33:14.8872919Z * [new branch] gh/laithsakka/116/base -> origin/gh/laithsakka/116/base 2025-03-14T04:33:14.8873445Z * [new branch] gh/laithsakka/116/head -> origin/gh/laithsakka/116/head 2025-03-14T04:33:14.8873978Z * [new branch] gh/laithsakka/116/orig -> origin/gh/laithsakka/116/orig 2025-03-14T04:33:14.8874509Z * [new branch] gh/laithsakka/117/base -> origin/gh/laithsakka/117/base 2025-03-14T04:33:14.8875035Z * [new branch] gh/laithsakka/117/head -> origin/gh/laithsakka/117/head 2025-03-14T04:33:14.8875552Z * [new branch] gh/laithsakka/117/orig -> origin/gh/laithsakka/117/orig 2025-03-14T04:33:14.8876082Z * [new branch] gh/laithsakka/118/base -> origin/gh/laithsakka/118/base 2025-03-14T04:33:14.8876609Z * [new branch] gh/laithsakka/118/head -> origin/gh/laithsakka/118/head 2025-03-14T04:33:14.8877132Z * [new branch] gh/laithsakka/118/orig -> origin/gh/laithsakka/118/orig 2025-03-14T04:33:14.8877656Z * [new branch] gh/laithsakka/119/base -> origin/gh/laithsakka/119/base 2025-03-14T04:33:14.8878169Z * [new branch] gh/laithsakka/119/head -> origin/gh/laithsakka/119/head 2025-03-14T04:33:14.8878744Z * [new branch] gh/laithsakka/119/orig -> origin/gh/laithsakka/119/orig 2025-03-14T04:33:14.8879269Z * [new branch] gh/laithsakka/120/base -> origin/gh/laithsakka/120/base 2025-03-14T04:33:14.8879990Z * [new branch] gh/laithsakka/120/head -> origin/gh/laithsakka/120/head 2025-03-14T04:33:14.8880534Z * [new branch] gh/laithsakka/120/orig -> origin/gh/laithsakka/120/orig 2025-03-14T04:33:14.8881064Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-03-14T04:33:14.8881586Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-03-14T04:33:14.8882101Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-03-14T04:33:14.8882636Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-03-14T04:33:14.8883155Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-03-14T04:33:14.8883781Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-03-14T04:33:14.8884304Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-03-14T04:33:14.8884837Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-03-14T04:33:14.8885358Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-14T04:33:14.8885896Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-14T04:33:14.8886431Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-14T04:33:14.8887015Z * [new branch] gh/leslie-fang-intel/180/base -> origin/gh/leslie-fang-intel/180/base 2025-03-14T04:33:14.8887640Z * [new branch] gh/leslie-fang-intel/180/head -> origin/gh/leslie-fang-intel/180/head 2025-03-14T04:33:14.8888262Z * [new branch] gh/leslie-fang-intel/180/orig -> origin/gh/leslie-fang-intel/180/orig 2025-03-14T04:33:14.8888871Z * [new branch] gh/leslie-fang-intel/181/base -> origin/gh/leslie-fang-intel/181/base 2025-03-14T04:33:14.8889478Z * [new branch] gh/leslie-fang-intel/181/head -> origin/gh/leslie-fang-intel/181/head 2025-03-14T04:33:14.8890083Z * [new branch] gh/leslie-fang-intel/181/orig -> origin/gh/leslie-fang-intel/181/orig 2025-03-14T04:33:14.8890696Z * [new branch] gh/leslie-fang-intel/182/base -> origin/gh/leslie-fang-intel/182/base 2025-03-14T04:33:14.8891295Z * [new branch] gh/leslie-fang-intel/182/head -> origin/gh/leslie-fang-intel/182/head 2025-03-14T04:33:14.8891897Z * [new branch] gh/leslie-fang-intel/182/orig -> origin/gh/leslie-fang-intel/182/orig 2025-03-14T04:33:14.8892502Z * [new branch] gh/leslie-fang-intel/183/base -> origin/gh/leslie-fang-intel/183/base 2025-03-14T04:33:14.8893117Z * [new branch] gh/leslie-fang-intel/183/head -> origin/gh/leslie-fang-intel/183/head 2025-03-14T04:33:14.8893716Z * [new branch] gh/leslie-fang-intel/183/orig -> origin/gh/leslie-fang-intel/183/orig 2025-03-14T04:33:14.8894327Z * [new branch] gh/leslie-fang-intel/184/base -> origin/gh/leslie-fang-intel/184/base 2025-03-14T04:33:14.9685383Z * [new branch] gh/leslie-fang-intel/184/head -> origin/gh/leslie-fang-intel/184/head 2025-03-14T04:33:14.9686093Z * [new branch] gh/leslie-fang-intel/184/orig -> origin/gh/leslie-fang-intel/184/orig 2025-03-14T04:33:14.9686720Z * [new branch] gh/leslie-fang-intel/185/base -> origin/gh/leslie-fang-intel/185/base 2025-03-14T04:33:14.9687344Z * [new branch] gh/leslie-fang-intel/185/head -> origin/gh/leslie-fang-intel/185/head 2025-03-14T04:33:14.9687955Z * [new branch] gh/leslie-fang-intel/185/orig -> origin/gh/leslie-fang-intel/185/orig 2025-03-14T04:33:14.9688594Z * [new branch] gh/leslie-fang-intel/186/base -> origin/gh/leslie-fang-intel/186/base 2025-03-14T04:33:14.9690317Z * [new branch] gh/leslie-fang-intel/186/head -> origin/gh/leslie-fang-intel/186/head 2025-03-14T04:33:14.9690971Z * [new branch] gh/leslie-fang-intel/186/orig -> origin/gh/leslie-fang-intel/186/orig 2025-03-14T04:33:14.9691579Z * [new branch] gh/leslie-fang-intel/187/base -> origin/gh/leslie-fang-intel/187/base 2025-03-14T04:33:14.9692185Z * [new branch] gh/leslie-fang-intel/187/head -> origin/gh/leslie-fang-intel/187/head 2025-03-14T04:33:14.9692788Z * [new branch] gh/leslie-fang-intel/187/orig -> origin/gh/leslie-fang-intel/187/orig 2025-03-14T04:33:14.9693393Z * [new branch] gh/leslie-fang-intel/188/base -> origin/gh/leslie-fang-intel/188/base 2025-03-14T04:33:14.9693998Z * [new branch] gh/leslie-fang-intel/188/head -> origin/gh/leslie-fang-intel/188/head 2025-03-14T04:33:14.9694749Z * [new branch] gh/leslie-fang-intel/188/orig -> origin/gh/leslie-fang-intel/188/orig 2025-03-14T04:33:14.9696161Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-03-14T04:33:14.9696629Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-03-14T04:33:14.9697079Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-03-14T04:33:14.9697642Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-03-14T04:33:14.9698289Z * [new branch] gh/lw/7/base -> origin/gh/lw/7/base 2025-03-14T04:33:14.9698742Z * [new branch] gh/lw/7/head -> origin/gh/lw/7/head 2025-03-14T04:33:14.9699194Z * [new branch] gh/lw/7/orig -> origin/gh/lw/7/orig 2025-03-14T04:33:14.9699632Z * [new branch] gh/lw/8/base -> origin/gh/lw/8/base 2025-03-14T04:33:14.9700077Z * [new branch] gh/lw/8/head -> origin/gh/lw/8/head 2025-03-14T04:33:14.9700517Z * [new branch] gh/lw/8/orig -> origin/gh/lw/8/orig 2025-03-14T04:33:14.9701987Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-03-14T04:33:14.9702499Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-03-14T04:33:14.9702991Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-03-14T04:33:14.9703485Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-03-14T04:33:14.9703975Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-03-14T04:33:14.9704470Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-03-14T04:33:14.9704979Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-03-14T04:33:14.9705464Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-03-14T04:33:14.9705946Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-03-14T04:33:14.9706441Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-03-14T04:33:14.9708094Z * [new branch] gh/malfet/178/base -> origin/gh/malfet/178/base 2025-03-14T04:33:14.9708606Z * [new branch] gh/malfet/178/head -> origin/gh/malfet/178/head 2025-03-14T04:33:14.9709088Z * [new branch] gh/malfet/178/orig -> origin/gh/malfet/178/orig 2025-03-14T04:33:14.9709570Z * [new branch] gh/malfet/179/base -> origin/gh/malfet/179/base 2025-03-14T04:33:14.9710059Z * [new branch] gh/malfet/179/head -> origin/gh/malfet/179/head 2025-03-14T04:33:14.9710540Z * [new branch] gh/malfet/179/orig -> origin/gh/malfet/179/orig 2025-03-14T04:33:14.9711039Z * [new branch] gh/malfet/180/base -> origin/gh/malfet/180/base 2025-03-14T04:33:14.9711521Z * [new branch] gh/malfet/180/head -> origin/gh/malfet/180/head 2025-03-14T04:33:14.9712192Z * [new branch] gh/malfet/180/orig -> origin/gh/malfet/180/orig 2025-03-14T04:33:14.9713845Z * [new branch] gh/malfet/181/base -> origin/gh/malfet/181/base 2025-03-14T04:33:14.9714350Z * [new branch] gh/malfet/181/head -> origin/gh/malfet/181/head 2025-03-14T04:33:14.9714838Z * [new branch] gh/malfet/181/orig -> origin/gh/malfet/181/orig 2025-03-14T04:33:15.0121662Z * [new branch] gh/malfet/182/base -> origin/gh/malfet/182/base 2025-03-14T04:33:15.0122253Z * [new branch] gh/malfet/182/head -> origin/gh/malfet/182/head 2025-03-14T04:33:15.0122783Z * [new branch] gh/malfet/182/orig -> origin/gh/malfet/182/orig 2025-03-14T04:33:15.0123489Z * [new branch] gh/malfet/183/base -> origin/gh/malfet/183/base 2025-03-14T04:33:15.0124035Z * [new branch] gh/malfet/183/head -> origin/gh/malfet/183/head 2025-03-14T04:33:15.0124541Z * [new branch] gh/malfet/183/orig -> origin/gh/malfet/183/orig 2025-03-14T04:33:15.0125041Z * [new branch] gh/malfet/184/base -> origin/gh/malfet/184/base 2025-03-14T04:33:15.0125537Z * [new branch] gh/malfet/184/head -> origin/gh/malfet/184/head 2025-03-14T04:33:15.0126132Z * [new branch] gh/malfet/184/orig -> origin/gh/malfet/184/orig 2025-03-14T04:33:15.0126616Z * [new branch] gh/malfet/185/base -> origin/gh/malfet/185/base 2025-03-14T04:33:15.0127098Z * [new branch] gh/malfet/185/head -> origin/gh/malfet/185/head 2025-03-14T04:33:15.0127587Z * [new branch] gh/malfet/185/orig -> origin/gh/malfet/185/orig 2025-03-14T04:33:15.0128080Z * [new branch] gh/malfet/186/base -> origin/gh/malfet/186/base 2025-03-14T04:33:15.0128568Z * [new branch] gh/malfet/186/head -> origin/gh/malfet/186/head 2025-03-14T04:33:15.0129054Z * [new branch] gh/malfet/186/orig -> origin/gh/malfet/186/orig 2025-03-14T04:33:15.0129550Z * [new branch] gh/malfet/187/base -> origin/gh/malfet/187/base 2025-03-14T04:33:15.0130038Z * [new branch] gh/malfet/187/head -> origin/gh/malfet/187/head 2025-03-14T04:33:15.0130516Z * [new branch] gh/malfet/187/orig -> origin/gh/malfet/187/orig 2025-03-14T04:33:15.0131000Z * [new branch] gh/malfet/188/base -> origin/gh/malfet/188/base 2025-03-14T04:33:15.0131536Z * [new branch] gh/malfet/188/head -> origin/gh/malfet/188/head 2025-03-14T04:33:15.0132079Z * [new branch] gh/malfet/188/orig -> origin/gh/malfet/188/orig 2025-03-14T04:33:15.0132563Z * [new branch] gh/malfet/189/base -> origin/gh/malfet/189/base 2025-03-14T04:33:15.0133049Z * [new branch] gh/malfet/189/head -> origin/gh/malfet/189/head 2025-03-14T04:33:15.0133529Z * [new branch] gh/malfet/190/base -> origin/gh/malfet/190/base 2025-03-14T04:33:15.0134015Z * [new branch] gh/malfet/190/head -> origin/gh/malfet/190/head 2025-03-14T04:33:15.0134498Z * [new branch] gh/malfet/190/orig -> origin/gh/malfet/190/orig 2025-03-14T04:33:15.0134978Z * [new branch] gh/malfet/191/base -> origin/gh/malfet/191/base 2025-03-14T04:33:15.0135465Z * [new branch] gh/malfet/191/head -> origin/gh/malfet/191/head 2025-03-14T04:33:15.0135960Z * [new branch] gh/malfet/191/orig -> origin/gh/malfet/191/orig 2025-03-14T04:33:15.0136444Z * [new branch] gh/malfet/192/base -> origin/gh/malfet/192/base 2025-03-14T04:33:15.0136954Z * [new branch] gh/malfet/192/head -> origin/gh/malfet/192/head 2025-03-14T04:33:15.0137641Z * [new branch] gh/malfet/192/orig -> origin/gh/malfet/192/orig 2025-03-14T04:33:15.0138133Z * [new branch] gh/malfet/193/base -> origin/gh/malfet/193/base 2025-03-14T04:33:15.0138625Z * [new branch] gh/malfet/193/head -> origin/gh/malfet/193/head 2025-03-14T04:33:15.0139112Z * [new branch] gh/malfet/193/orig -> origin/gh/malfet/193/orig 2025-03-14T04:33:15.0139592Z * [new branch] gh/malfet/194/base -> origin/gh/malfet/194/base 2025-03-14T04:33:15.0140071Z * [new branch] gh/malfet/194/head -> origin/gh/malfet/194/head 2025-03-14T04:33:15.0140553Z * [new branch] gh/malfet/194/orig -> origin/gh/malfet/194/orig 2025-03-14T04:33:15.0141149Z * [new branch] gh/malfet/195/base -> origin/gh/malfet/195/base 2025-03-14T04:33:15.0141642Z * [new branch] gh/malfet/195/head -> origin/gh/malfet/195/head 2025-03-14T04:33:15.0142140Z * [new branch] gh/malfet/195/orig -> origin/gh/malfet/195/orig 2025-03-14T04:33:15.0142709Z * [new branch] gh/malfet/196/base -> origin/gh/malfet/196/base 2025-03-14T04:33:15.0143248Z * [new branch] gh/malfet/196/head -> origin/gh/malfet/196/head 2025-03-14T04:33:15.0143759Z * [new branch] gh/malfet/196/orig -> origin/gh/malfet/196/orig 2025-03-14T04:33:15.0144269Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-03-14T04:33:15.0144759Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-03-14T04:33:15.0145252Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-03-14T04:33:15.0145739Z * [new branch] gh/malfet/198/base -> origin/gh/malfet/198/base 2025-03-14T04:33:15.0556636Z * [new branch] gh/malfet/198/head -> origin/gh/malfet/198/head 2025-03-14T04:33:15.0557214Z * [new branch] gh/malfet/198/orig -> origin/gh/malfet/198/orig 2025-03-14T04:33:15.0557716Z * [new branch] gh/malfet/199/base -> origin/gh/malfet/199/base 2025-03-14T04:33:15.0566341Z * [new branch] gh/malfet/199/head -> origin/gh/malfet/199/head 2025-03-14T04:33:15.0566881Z * [new branch] gh/malfet/199/orig -> origin/gh/malfet/199/orig 2025-03-14T04:33:15.0567384Z * [new branch] gh/malfet/200/base -> origin/gh/malfet/200/base 2025-03-14T04:33:15.0567866Z * [new branch] gh/malfet/200/head -> origin/gh/malfet/200/head 2025-03-14T04:33:15.0568370Z * [new branch] gh/malfet/200/orig -> origin/gh/malfet/200/orig 2025-03-14T04:33:15.0568887Z * [new branch] gh/malfet/201/base -> origin/gh/malfet/201/base 2025-03-14T04:33:15.0569383Z * [new branch] gh/malfet/201/head -> origin/gh/malfet/201/head 2025-03-14T04:33:15.0569884Z * [new branch] gh/malfet/201/orig -> origin/gh/malfet/201/orig 2025-03-14T04:33:15.0570365Z * [new branch] gh/malfet/202/base -> origin/gh/malfet/202/base 2025-03-14T04:33:15.0570845Z * [new branch] gh/malfet/202/head -> origin/gh/malfet/202/head 2025-03-14T04:33:15.0571388Z * [new branch] gh/malfet/202/orig -> origin/gh/malfet/202/orig 2025-03-14T04:33:15.0571935Z * [new branch] gh/malfet/203/base -> origin/gh/malfet/203/base 2025-03-14T04:33:15.0572418Z * [new branch] gh/malfet/203/head -> origin/gh/malfet/203/head 2025-03-14T04:33:15.0572915Z * [new branch] gh/malfet/203/orig -> origin/gh/malfet/203/orig 2025-03-14T04:33:15.0573408Z * [new branch] gh/malfet/204/base -> origin/gh/malfet/204/base 2025-03-14T04:33:15.0574100Z * [new branch] gh/malfet/204/head -> origin/gh/malfet/204/head 2025-03-14T04:33:15.0574621Z * [new branch] gh/malfet/204/orig -> origin/gh/malfet/204/orig 2025-03-14T04:33:15.0575112Z * [new branch] gh/malfet/205/base -> origin/gh/malfet/205/base 2025-03-14T04:33:15.0575597Z * [new branch] gh/malfet/205/head -> origin/gh/malfet/205/head 2025-03-14T04:33:15.0576077Z * [new branch] gh/malfet/205/orig -> origin/gh/malfet/205/orig 2025-03-14T04:33:15.0576562Z * [new branch] gh/malfet/206/base -> origin/gh/malfet/206/base 2025-03-14T04:33:15.0577109Z * [new branch] gh/malfet/206/head -> origin/gh/malfet/206/head 2025-03-14T04:33:15.0577793Z * [new branch] gh/malfet/206/orig -> origin/gh/malfet/206/orig 2025-03-14T04:33:15.0578279Z * [new branch] gh/malfet/207/base -> origin/gh/malfet/207/base 2025-03-14T04:33:15.0578788Z * [new branch] gh/malfet/207/head -> origin/gh/malfet/207/head 2025-03-14T04:33:15.0579266Z * [new branch] gh/malfet/207/orig -> origin/gh/malfet/207/orig 2025-03-14T04:33:15.0579758Z * [new branch] gh/malfet/208/base -> origin/gh/malfet/208/base 2025-03-14T04:33:15.0580239Z * [new branch] gh/malfet/208/head -> origin/gh/malfet/208/head 2025-03-14T04:33:15.0580719Z * [new branch] gh/malfet/208/orig -> origin/gh/malfet/208/orig 2025-03-14T04:33:15.0581210Z * [new branch] gh/malfet/209/base -> origin/gh/malfet/209/base 2025-03-14T04:33:15.0581693Z * [new branch] gh/malfet/209/head -> origin/gh/malfet/209/head 2025-03-14T04:33:15.0582193Z * [new branch] gh/malfet/209/orig -> origin/gh/malfet/209/orig 2025-03-14T04:33:15.0582667Z * [new branch] gh/malfet/210/base -> origin/gh/malfet/210/base 2025-03-14T04:33:15.0583248Z * [new branch] gh/malfet/210/head -> origin/gh/malfet/210/head 2025-03-14T04:33:15.0583733Z * [new branch] gh/malfet/210/orig -> origin/gh/malfet/210/orig 2025-03-14T04:33:15.0584213Z * [new branch] gh/malfet/211/base -> origin/gh/malfet/211/base 2025-03-14T04:33:15.0584699Z * [new branch] gh/malfet/211/head -> origin/gh/malfet/211/head 2025-03-14T04:33:15.0585183Z * [new branch] gh/malfet/211/orig -> origin/gh/malfet/211/orig 2025-03-14T04:33:15.0585662Z * [new branch] gh/malfet/212/base -> origin/gh/malfet/212/base 2025-03-14T04:33:15.0586144Z * [new branch] gh/malfet/212/head -> origin/gh/malfet/212/head 2025-03-14T04:33:15.0586627Z * [new branch] gh/malfet/212/orig -> origin/gh/malfet/212/orig 2025-03-14T04:33:15.0587110Z * [new branch] gh/malfet/213/base -> origin/gh/malfet/213/base 2025-03-14T04:33:15.0587605Z * [new branch] gh/malfet/213/head -> origin/gh/malfet/213/head 2025-03-14T04:33:15.0588090Z * [new branch] gh/malfet/213/orig -> origin/gh/malfet/213/orig 2025-03-14T04:33:15.1537667Z * [new branch] gh/malfet/214/base -> origin/gh/malfet/214/base 2025-03-14T04:33:15.1538220Z * [new branch] gh/malfet/214/head -> origin/gh/malfet/214/head 2025-03-14T04:33:15.1538719Z * [new branch] gh/malfet/214/orig -> origin/gh/malfet/214/orig 2025-03-14T04:33:15.1539206Z * [new branch] gh/malfet/215/base -> origin/gh/malfet/215/base 2025-03-14T04:33:15.1539694Z * [new branch] gh/malfet/215/head -> origin/gh/malfet/215/head 2025-03-14T04:33:15.1541099Z * [new branch] gh/malfet/215/orig -> origin/gh/malfet/215/orig 2025-03-14T04:33:15.1541833Z * [new branch] gh/malfet/216/base -> origin/gh/malfet/216/base 2025-03-14T04:33:15.1542323Z * [new branch] gh/malfet/216/head -> origin/gh/malfet/216/head 2025-03-14T04:33:15.1542815Z * [new branch] gh/malfet/216/orig -> origin/gh/malfet/216/orig 2025-03-14T04:33:15.1543304Z * [new branch] gh/malfet/217/base -> origin/gh/malfet/217/base 2025-03-14T04:33:15.1543797Z * [new branch] gh/malfet/217/head -> origin/gh/malfet/217/head 2025-03-14T04:33:15.1544293Z * [new branch] gh/malfet/217/orig -> origin/gh/malfet/217/orig 2025-03-14T04:33:15.1544784Z * [new branch] gh/malfet/218/base -> origin/gh/malfet/218/base 2025-03-14T04:33:15.1545260Z * [new branch] gh/malfet/218/head -> origin/gh/malfet/218/head 2025-03-14T04:33:15.1546431Z * [new branch] gh/malfet/218/orig -> origin/gh/malfet/218/orig 2025-03-14T04:33:15.1547283Z * [new branch] gh/malfet/219/base -> origin/gh/malfet/219/base 2025-03-14T04:33:15.1547788Z * [new branch] gh/malfet/219/head -> origin/gh/malfet/219/head 2025-03-14T04:33:15.1548287Z * [new branch] gh/malfet/219/orig -> origin/gh/malfet/219/orig 2025-03-14T04:33:15.1548778Z * [new branch] gh/malfet/220/base -> origin/gh/malfet/220/base 2025-03-14T04:33:15.1549254Z * [new branch] gh/malfet/220/head -> origin/gh/malfet/220/head 2025-03-14T04:33:15.1549738Z * [new branch] gh/malfet/220/orig -> origin/gh/malfet/220/orig 2025-03-14T04:33:15.1550232Z * [new branch] gh/malfet/221/base -> origin/gh/malfet/221/base 2025-03-14T04:33:15.1550726Z * [new branch] gh/malfet/221/head -> origin/gh/malfet/221/head 2025-03-14T04:33:15.1551246Z * [new branch] gh/malfet/221/orig -> origin/gh/malfet/221/orig 2025-03-14T04:33:15.1552578Z * [new branch] gh/malfet/222/base -> origin/gh/malfet/222/base 2025-03-14T04:33:15.1553086Z * [new branch] gh/malfet/222/head -> origin/gh/malfet/222/head 2025-03-14T04:33:15.1553564Z * [new branch] gh/malfet/222/orig -> origin/gh/malfet/222/orig 2025-03-14T04:33:15.1554060Z * [new branch] gh/malfet/223/base -> origin/gh/malfet/223/base 2025-03-14T04:33:15.1554554Z * [new branch] gh/malfet/223/head -> origin/gh/malfet/223/head 2025-03-14T04:33:15.1555040Z * [new branch] gh/malfet/223/orig -> origin/gh/malfet/223/orig 2025-03-14T04:33:15.1555529Z * [new branch] gh/malfet/224/base -> origin/gh/malfet/224/base 2025-03-14T04:33:15.1556024Z * [new branch] gh/malfet/224/head -> origin/gh/malfet/224/head 2025-03-14T04:33:15.1556509Z * [new branch] gh/malfet/224/orig -> origin/gh/malfet/224/orig 2025-03-14T04:33:15.1557004Z * [new branch] gh/malfet/225/base -> origin/gh/malfet/225/base 2025-03-14T04:33:15.1558409Z * [new branch] gh/malfet/225/head -> origin/gh/malfet/225/head 2025-03-14T04:33:15.1558954Z * [new branch] gh/malfet/225/orig -> origin/gh/malfet/225/orig 2025-03-14T04:33:15.1559505Z * [new branch] gh/malfet/226/base -> origin/gh/malfet/226/base 2025-03-14T04:33:15.1559991Z * [new branch] gh/malfet/226/head -> origin/gh/malfet/226/head 2025-03-14T04:33:15.1560481Z * [new branch] gh/malfet/226/orig -> origin/gh/malfet/226/orig 2025-03-14T04:33:15.1560955Z * [new branch] gh/malfet/227/base -> origin/gh/malfet/227/base 2025-03-14T04:33:15.1561464Z * [new branch] gh/malfet/227/head -> origin/gh/malfet/227/head 2025-03-14T04:33:15.1561952Z * [new branch] gh/malfet/227/orig -> origin/gh/malfet/227/orig 2025-03-14T04:33:15.1562609Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-03-14T04:33:15.1563985Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-03-14T04:33:15.1564485Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-03-14T04:33:15.1564956Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-03-14T04:33:15.1565443Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-03-14T04:33:15.1565925Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-03-14T04:33:15.2203522Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-03-14T04:33:15.2205137Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-03-14T04:33:15.2205660Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-03-14T04:33:15.2206199Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-03-14T04:33:15.2206702Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-03-14T04:33:15.2207217Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-03-14T04:33:15.2207779Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-03-14T04:33:15.2208339Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-03-14T04:33:15.2208852Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-03-14T04:33:15.2209369Z * [new branch] gh/masnesral/173/base -> origin/gh/masnesral/173/base 2025-03-14T04:33:15.2209872Z * [new branch] gh/masnesral/173/head -> origin/gh/masnesral/173/head 2025-03-14T04:33:15.2210388Z * [new branch] gh/masnesral/173/orig -> origin/gh/masnesral/173/orig 2025-03-14T04:33:15.2210900Z * [new branch] gh/masnesral/176/base -> origin/gh/masnesral/176/base 2025-03-14T04:33:15.2211434Z * [new branch] gh/masnesral/176/head -> origin/gh/masnesral/176/head 2025-03-14T04:33:15.2211938Z * [new branch] gh/masnesral/176/orig -> origin/gh/masnesral/176/orig 2025-03-14T04:33:15.2212453Z * [new branch] gh/masnesral/177/base -> origin/gh/masnesral/177/base 2025-03-14T04:33:15.2212968Z * [new branch] gh/masnesral/177/head -> origin/gh/masnesral/177/head 2025-03-14T04:33:15.2213515Z * [new branch] gh/masnesral/177/orig -> origin/gh/masnesral/177/orig 2025-03-14T04:33:15.2214075Z * [new branch] gh/masnesral/178/base -> origin/gh/masnesral/178/base 2025-03-14T04:33:15.2214583Z * [new branch] gh/masnesral/178/head -> origin/gh/masnesral/178/head 2025-03-14T04:33:15.2215100Z * [new branch] gh/masnesral/178/orig -> origin/gh/masnesral/178/orig 2025-03-14T04:33:15.2215611Z * [new branch] gh/masnesral/179/base -> origin/gh/masnesral/179/base 2025-03-14T04:33:15.2216113Z * [new branch] gh/masnesral/179/head -> origin/gh/masnesral/179/head 2025-03-14T04:33:15.2216614Z * [new branch] gh/masnesral/179/orig -> origin/gh/masnesral/179/orig 2025-03-14T04:33:15.2217126Z * [new branch] gh/masnesral/180/base -> origin/gh/masnesral/180/base 2025-03-14T04:33:15.2217636Z * [new branch] gh/masnesral/180/head -> origin/gh/masnesral/180/head 2025-03-14T04:33:15.2218150Z * [new branch] gh/masnesral/180/orig -> origin/gh/masnesral/180/orig 2025-03-14T04:33:15.2218667Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-03-14T04:33:15.2219471Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-03-14T04:33:15.2219994Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-03-14T04:33:15.2220485Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-03-14T04:33:15.2220985Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-03-14T04:33:15.2221496Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-03-14T04:33:15.2221993Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-03-14T04:33:15.2222504Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-03-14T04:33:15.2223100Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-03-14T04:33:15.2223593Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-03-14T04:33:15.2224097Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-03-14T04:33:15.2224649Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-03-14T04:33:15.2225229Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-03-14T04:33:15.2225789Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-03-14T04:33:15.2226386Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-03-14T04:33:15.2227054Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-03-14T04:33:15.2227765Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-03-14T04:33:15.2228442Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-03-14T04:33:15.2229077Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-03-14T04:33:15.2602543Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-03-14T04:33:15.2603234Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-03-14T04:33:15.2603850Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-03-14T04:33:15.2604451Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-03-14T04:33:15.2605062Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-03-14T04:33:15.2605662Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-03-14T04:33:15.2606276Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-03-14T04:33:15.2606885Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-03-14T04:33:15.2608342Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-03-14T04:33:15.2608946Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-03-14T04:33:15.2609558Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-03-14T04:33:15.2610175Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-03-14T04:33:15.2610788Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-03-14T04:33:15.2611408Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-03-14T04:33:15.2612039Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-03-14T04:33:15.2612643Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-03-14T04:33:15.2614802Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-03-14T04:33:15.2615458Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-03-14T04:33:15.2616065Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-03-14T04:33:15.2616662Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-03-14T04:33:15.2617267Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-03-14T04:33:15.2617872Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-03-14T04:33:15.2619537Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-03-14T04:33:15.2620154Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-03-14T04:33:15.2620773Z * [new branch] gh/mikaylagawarecki/314/base -> origin/gh/mikaylagawarecki/314/base 2025-03-14T04:33:15.2621381Z * [new branch] gh/mikaylagawarecki/314/head -> origin/gh/mikaylagawarecki/314/head 2025-03-14T04:33:15.2621988Z * [new branch] gh/mikaylagawarecki/314/orig -> origin/gh/mikaylagawarecki/314/orig 2025-03-14T04:33:15.2622589Z * [new branch] gh/mikaylagawarecki/315/base -> origin/gh/mikaylagawarecki/315/base 2025-03-14T04:33:15.2623197Z * [new branch] gh/mikaylagawarecki/315/head -> origin/gh/mikaylagawarecki/315/head 2025-03-14T04:33:15.2623798Z * [new branch] gh/mikaylagawarecki/315/orig -> origin/gh/mikaylagawarecki/315/orig 2025-03-14T04:33:15.2625243Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-03-14T04:33:15.2625860Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-03-14T04:33:15.2626494Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-03-14T04:33:15.2627104Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-03-14T04:33:15.2627710Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-03-14T04:33:15.2628313Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-03-14T04:33:15.2628921Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-03-14T04:33:15.2629529Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-03-14T04:33:15.2630958Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-03-14T04:33:15.2631568Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-03-14T04:33:15.2632176Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-03-14T04:33:15.2632784Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-03-14T04:33:15.3033639Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-03-14T04:33:15.3034351Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-03-14T04:33:15.3034979Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-03-14T04:33:15.3035591Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-03-14T04:33:15.3036207Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-03-14T04:33:15.3036821Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-03-14T04:33:15.3037624Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-03-14T04:33:15.3038887Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-03-14T04:33:15.3039859Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-03-14T04:33:15.3040464Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-03-14T04:33:15.3041058Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-03-14T04:33:15.3041656Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-03-14T04:33:15.3042388Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-03-14T04:33:15.3042995Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-03-14T04:33:15.3043611Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-03-14T04:33:15.3045009Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-03-14T04:33:15.3045506Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-03-14T04:33:15.3045988Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-03-14T04:33:15.3046471Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-03-14T04:33:15.3046941Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-03-14T04:33:15.3047414Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-03-14T04:33:15.3047892Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-03-14T04:33:15.3048365Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-03-14T04:33:15.3048830Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-03-14T04:33:15.3049297Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-03-14T04:33:15.3050581Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-03-14T04:33:15.3051065Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-03-14T04:33:15.3051538Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-03-14T04:33:15.3052018Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-03-14T04:33:15.3052479Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-03-14T04:33:15.3052966Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-03-14T04:33:15.3053439Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-03-14T04:33:15.3053913Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-03-14T04:33:15.3054379Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-03-14T04:33:15.3054860Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-03-14T04:33:15.3055839Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-03-14T04:33:15.3056686Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-03-14T04:33:15.3057198Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-03-14T04:33:15.3057698Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-03-14T04:33:15.3058206Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-03-14T04:33:15.3058714Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-03-14T04:33:15.3059364Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-03-14T04:33:15.3059875Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-03-14T04:33:15.3060376Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-03-14T04:33:15.3060882Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-03-14T04:33:15.3062241Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-03-14T04:33:15.3506814Z * [new branch] gh/muchulee8/42/base -> origin/gh/muchulee8/42/base 2025-03-14T04:33:15.3507397Z * [new branch] gh/muchulee8/42/head -> origin/gh/muchulee8/42/head 2025-03-14T04:33:15.3508099Z * [new branch] gh/muchulee8/42/orig -> origin/gh/muchulee8/42/orig 2025-03-14T04:33:15.3508669Z * [new branch] gh/muchulee8/43/base -> origin/gh/muchulee8/43/base 2025-03-14T04:33:15.3509223Z * [new branch] gh/muchulee8/43/head -> origin/gh/muchulee8/43/head 2025-03-14T04:33:15.3509722Z * [new branch] gh/muchulee8/43/orig -> origin/gh/muchulee8/43/orig 2025-03-14T04:33:15.3510226Z * [new branch] gh/muchulee8/44/base -> origin/gh/muchulee8/44/base 2025-03-14T04:33:15.3510732Z * [new branch] gh/muchulee8/44/head -> origin/gh/muchulee8/44/head 2025-03-14T04:33:15.3511227Z * [new branch] gh/muchulee8/44/orig -> origin/gh/muchulee8/44/orig 2025-03-14T04:33:15.3511729Z * [new branch] gh/muchulee8/45/base -> origin/gh/muchulee8/45/base 2025-03-14T04:33:15.3512238Z * [new branch] gh/muchulee8/45/head -> origin/gh/muchulee8/45/head 2025-03-14T04:33:15.3512739Z * [new branch] gh/muchulee8/45/orig -> origin/gh/muchulee8/45/orig 2025-03-14T04:33:15.3513251Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-03-14T04:33:15.3513756Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-03-14T04:33:15.3514249Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-03-14T04:33:15.3514720Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-03-14T04:33:15.3515192Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-03-14T04:33:15.3515664Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-03-14T04:33:15.3516143Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-03-14T04:33:15.3516615Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-03-14T04:33:15.3517079Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-03-14T04:33:15.3517543Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-03-14T04:33:15.3518016Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-03-14T04:33:15.3518574Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-03-14T04:33:15.3519046Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-03-14T04:33:15.3519579Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-03-14T04:33:15.3520115Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-03-14T04:33:15.3520631Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-03-14T04:33:15.3521215Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-03-14T04:33:15.3521791Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-03-14T04:33:15.3522458Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-03-14T04:33:15.3522986Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-03-14T04:33:15.3523506Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-03-14T04:33:15.3524027Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-03-14T04:33:15.3524545Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-03-14T04:33:15.3525064Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-03-14T04:33:15.3525591Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-03-14T04:33:15.3526198Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-03-14T04:33:15.3526716Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-03-14T04:33:15.3527226Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-03-14T04:33:15.3527735Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-03-14T04:33:15.3528260Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-03-14T04:33:15.3528774Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-03-14T04:33:15.3529286Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-03-14T04:33:15.3529809Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-03-14T04:33:15.3530335Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-03-14T04:33:15.3530851Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-03-14T04:33:15.3984415Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-03-14T04:33:15.3985198Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-03-14T04:33:15.3985727Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-03-14T04:33:15.3986270Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-03-14T04:33:15.3986779Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-03-14T04:33:15.3987278Z * [new branch] gh/oulgen/150/base -> origin/gh/oulgen/150/base 2025-03-14T04:33:15.3987769Z * [new branch] gh/oulgen/150/head -> origin/gh/oulgen/150/head 2025-03-14T04:33:15.3988272Z * [new branch] gh/oulgen/150/orig -> origin/gh/oulgen/150/orig 2025-03-14T04:33:15.3988761Z * [new branch] gh/oulgen/151/base -> origin/gh/oulgen/151/base 2025-03-14T04:33:15.3989249Z * [new branch] gh/oulgen/151/head -> origin/gh/oulgen/151/head 2025-03-14T04:33:15.3989943Z * [new branch] gh/oulgen/151/orig -> origin/gh/oulgen/151/orig 2025-03-14T04:33:15.3990733Z * [new branch] gh/oulgen/152/base -> origin/gh/oulgen/152/base 2025-03-14T04:33:15.3991223Z * [new branch] gh/oulgen/152/head -> origin/gh/oulgen/152/head 2025-03-14T04:33:15.3991710Z * [new branch] gh/oulgen/152/orig -> origin/gh/oulgen/152/orig 2025-03-14T04:33:15.3992194Z * [new branch] gh/oulgen/153/base -> origin/gh/oulgen/153/base 2025-03-14T04:33:15.3992678Z * [new branch] gh/oulgen/153/head -> origin/gh/oulgen/153/head 2025-03-14T04:33:15.3993173Z * [new branch] gh/oulgen/153/orig -> origin/gh/oulgen/153/orig 2025-03-14T04:33:15.3993647Z * [new branch] gh/oulgen/154/base -> origin/gh/oulgen/154/base 2025-03-14T04:33:15.3994329Z * [new branch] gh/oulgen/154/head -> origin/gh/oulgen/154/head 2025-03-14T04:33:15.3994828Z * [new branch] gh/oulgen/154/orig -> origin/gh/oulgen/154/orig 2025-03-14T04:33:15.3995323Z * [new branch] gh/oulgen/155/base -> origin/gh/oulgen/155/base 2025-03-14T04:33:15.3996202Z * [new branch] gh/oulgen/155/head -> origin/gh/oulgen/155/head 2025-03-14T04:33:15.3996821Z * [new branch] gh/oulgen/155/orig -> origin/gh/oulgen/155/orig 2025-03-14T04:33:15.3997305Z * [new branch] gh/oulgen/156/base -> origin/gh/oulgen/156/base 2025-03-14T04:33:15.3997783Z * [new branch] gh/oulgen/156/head -> origin/gh/oulgen/156/head 2025-03-14T04:33:15.3998466Z * [new branch] gh/oulgen/156/orig -> origin/gh/oulgen/156/orig 2025-03-14T04:33:15.3998967Z * [new branch] gh/oulgen/157/base -> origin/gh/oulgen/157/base 2025-03-14T04:33:15.3999457Z * [new branch] gh/oulgen/157/head -> origin/gh/oulgen/157/head 2025-03-14T04:33:15.3999949Z * [new branch] gh/oulgen/157/orig -> origin/gh/oulgen/157/orig 2025-03-14T04:33:15.4000438Z * [new branch] gh/oulgen/158/base -> origin/gh/oulgen/158/base 2025-03-14T04:33:15.4000922Z * [new branch] gh/oulgen/158/head -> origin/gh/oulgen/158/head 2025-03-14T04:33:15.4001620Z * [new branch] gh/oulgen/158/orig -> origin/gh/oulgen/158/orig 2025-03-14T04:33:15.4002415Z * [new branch] gh/oulgen/159/base -> origin/gh/oulgen/159/base 2025-03-14T04:33:15.4002914Z * [new branch] gh/oulgen/159/head -> origin/gh/oulgen/159/head 2025-03-14T04:33:15.4003412Z * [new branch] gh/oulgen/159/orig -> origin/gh/oulgen/159/orig 2025-03-14T04:33:15.4003903Z * [new branch] gh/oulgen/160/base -> origin/gh/oulgen/160/base 2025-03-14T04:33:15.4004380Z * [new branch] gh/oulgen/160/head -> origin/gh/oulgen/160/head 2025-03-14T04:33:15.4004865Z * [new branch] gh/oulgen/160/orig -> origin/gh/oulgen/160/orig 2025-03-14T04:33:15.4005343Z * [new branch] gh/oulgen/161/base -> origin/gh/oulgen/161/base 2025-03-14T04:33:15.4005826Z * [new branch] gh/oulgen/161/head -> origin/gh/oulgen/161/head 2025-03-14T04:33:15.4006311Z * [new branch] gh/oulgen/161/orig -> origin/gh/oulgen/161/orig 2025-03-14T04:33:15.4006798Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-03-14T04:33:15.4007525Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-03-14T04:33:15.4008256Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-03-14T04:33:15.4008749Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-03-14T04:33:15.4009233Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-03-14T04:33:15.4009718Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-03-14T04:33:15.4010202Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-03-14T04:33:15.5201175Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-03-14T04:33:15.5201722Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-03-14T04:33:15.5202226Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-03-14T04:33:15.5202781Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-03-14T04:33:15.5203257Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-03-14T04:33:15.5203937Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-03-14T04:33:15.5204417Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-03-14T04:33:15.5204897Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-03-14T04:33:15.5205734Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-03-14T04:33:15.5206521Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-03-14T04:33:15.5207078Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-03-14T04:33:15.5207621Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-03-14T04:33:15.5208312Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-03-14T04:33:15.5208850Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-03-14T04:33:15.5209390Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-03-14T04:33:15.5209931Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-03-14T04:33:15.5210464Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-03-14T04:33:15.5210999Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-03-14T04:33:15.5211917Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-03-14T04:33:15.5212483Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-03-14T04:33:15.5213028Z * [new branch] gh/raymo/log-graph-breaks -> origin/gh/raymo/log-graph-breaks 2025-03-14T04:33:15.5213555Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-03-14T04:33:15.5214032Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-03-14T04:33:15.5214490Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-03-14T04:33:15.5214948Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-03-14T04:33:15.5215406Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-03-14T04:33:15.5215878Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-03-14T04:33:15.5216337Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-03-14T04:33:15.5216818Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-03-14T04:33:15.5217663Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-03-14T04:33:15.5218241Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-03-14T04:33:15.5218703Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-03-14T04:33:15.5219159Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-03-14T04:33:15.5219612Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-03-14T04:33:15.5220074Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-03-14T04:33:15.5220537Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-03-14T04:33:15.5221000Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-03-14T04:33:15.5221460Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-03-14T04:33:15.5221914Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-03-14T04:33:15.5222375Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-03-14T04:33:15.5223078Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-03-14T04:33:15.5223961Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-03-14T04:33:15.5224430Z * [new branch] gh/rec/129/base -> origin/gh/rec/129/base 2025-03-14T04:33:15.5224893Z * [new branch] gh/rec/129/head -> origin/gh/rec/129/head 2025-03-14T04:33:15.5225353Z * [new branch] gh/rec/129/orig -> origin/gh/rec/129/orig 2025-03-14T04:33:15.5225802Z * [new branch] gh/rec/132/base -> origin/gh/rec/132/base 2025-03-14T04:33:15.5226260Z * [new branch] gh/rec/132/head -> origin/gh/rec/132/head 2025-03-14T04:33:15.5226715Z * [new branch] gh/rec/132/orig -> origin/gh/rec/132/orig 2025-03-14T04:33:15.5668612Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-03-14T04:33:15.5669158Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-03-14T04:33:15.5669673Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-03-14T04:33:15.5670199Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-03-14T04:33:15.5671049Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-03-14T04:33:15.5671526Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-03-14T04:33:15.5671989Z * [new branch] gh/rec/135/base -> origin/gh/rec/135/base 2025-03-14T04:33:15.5672437Z * [new branch] gh/rec/135/head -> origin/gh/rec/135/head 2025-03-14T04:33:15.5672895Z * [new branch] gh/rec/135/orig -> origin/gh/rec/135/orig 2025-03-14T04:33:15.5673366Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-03-14T04:33:15.5673819Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-03-14T04:33:15.5674280Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-03-14T04:33:15.5674734Z * [new branch] gh/rec/137/base -> origin/gh/rec/137/base 2025-03-14T04:33:15.5675183Z * [new branch] gh/rec/137/head -> origin/gh/rec/137/head 2025-03-14T04:33:15.5675633Z * [new branch] gh/rec/137/orig -> origin/gh/rec/137/orig 2025-03-14T04:33:15.5676090Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-03-14T04:33:15.5676546Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-03-14T04:33:15.5677003Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-03-14T04:33:15.5677507Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-03-14T04:33:15.5678042Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-03-14T04:33:15.5678674Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-03-14T04:33:15.5679203Z * [new branch] gh/seemethere/10/base -> origin/gh/seemethere/10/base 2025-03-14T04:33:15.5679738Z * [new branch] gh/seemethere/10/head -> origin/gh/seemethere/10/head 2025-03-14T04:33:15.5680263Z * [new branch] gh/seemethere/10/orig -> origin/gh/seemethere/10/orig 2025-03-14T04:33:15.5680786Z * [new branch] gh/seemethere/11/base -> origin/gh/seemethere/11/base 2025-03-14T04:33:15.5681296Z * [new branch] gh/seemethere/11/head -> origin/gh/seemethere/11/head 2025-03-14T04:33:15.5681819Z * [new branch] gh/seemethere/11/orig -> origin/gh/seemethere/11/orig 2025-03-14T04:33:15.5682338Z * [new branch] gh/seemethere/12/base -> origin/gh/seemethere/12/base 2025-03-14T04:33:15.5683065Z * [new branch] gh/seemethere/12/head -> origin/gh/seemethere/12/head 2025-03-14T04:33:15.5683595Z * [new branch] gh/seemethere/12/orig -> origin/gh/seemethere/12/orig 2025-03-14T04:33:15.5684497Z * [new branch] gh/seemethere/13/base -> origin/gh/seemethere/13/base 2025-03-14T04:33:15.5685250Z * [new branch] gh/seemethere/13/head -> origin/gh/seemethere/13/head 2025-03-14T04:33:15.5685767Z * [new branch] gh/seemethere/13/orig -> origin/gh/seemethere/13/orig 2025-03-14T04:33:15.5686288Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-03-14T04:33:15.5686800Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-03-14T04:33:15.5687464Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-03-14T04:33:15.5687985Z * [new branch] gh/seemethere/15/base -> origin/gh/seemethere/15/base 2025-03-14T04:33:15.5688518Z * [new branch] gh/seemethere/15/head -> origin/gh/seemethere/15/head 2025-03-14T04:33:15.5689041Z * [new branch] gh/seemethere/15/orig -> origin/gh/seemethere/15/orig 2025-03-14T04:33:15.5689565Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2025-03-14T04:33:15.5690125Z * [new branch] gh/seemethere/16/head -> origin/gh/seemethere/16/head 2025-03-14T04:33:15.5690651Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2025-03-14T04:33:15.5691174Z * [new branch] gh/seemethere/17/base -> origin/gh/seemethere/17/base 2025-03-14T04:33:15.5691700Z * [new branch] gh/seemethere/17/head -> origin/gh/seemethere/17/head 2025-03-14T04:33:15.5692220Z * [new branch] gh/seemethere/17/orig -> origin/gh/seemethere/17/orig 2025-03-14T04:33:15.5692745Z * [new branch] gh/seemethere/18/base -> origin/gh/seemethere/18/base 2025-03-14T04:33:15.5693258Z * [new branch] gh/seemethere/18/head -> origin/gh/seemethere/18/head 2025-03-14T04:33:15.6674256Z * [new branch] gh/seemethere/18/orig -> origin/gh/seemethere/18/orig 2025-03-14T04:33:15.6674869Z * [new branch] gh/seemethere/19/base -> origin/gh/seemethere/19/base 2025-03-14T04:33:15.6675404Z * [new branch] gh/seemethere/19/head -> origin/gh/seemethere/19/head 2025-03-14T04:33:15.6675952Z * [new branch] gh/seemethere/19/orig -> origin/gh/seemethere/19/orig 2025-03-14T04:33:15.6676705Z * [new branch] gh/seemethere/20/base -> origin/gh/seemethere/20/base 2025-03-14T04:33:15.6677546Z * [new branch] gh/seemethere/20/head -> origin/gh/seemethere/20/head 2025-03-14T04:33:15.6678075Z * [new branch] gh/seemethere/20/orig -> origin/gh/seemethere/20/orig 2025-03-14T04:33:15.6678691Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-03-14T04:33:15.6679211Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-03-14T04:33:15.6679728Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-03-14T04:33:15.6680241Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2025-03-14T04:33:15.6680744Z * [new branch] gh/seemethere/8/head -> origin/gh/seemethere/8/head 2025-03-14T04:33:15.6681254Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2025-03-14T04:33:15.6681765Z * [new branch] gh/seemethere/9/base -> origin/gh/seemethere/9/base 2025-03-14T04:33:15.6682464Z * [new branch] gh/seemethere/9/head -> origin/gh/seemethere/9/head 2025-03-14T04:33:15.6683322Z * [new branch] gh/seemethere/9/orig -> origin/gh/seemethere/9/orig 2025-03-14T04:33:15.6684064Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-03-14T04:33:15.6684613Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-03-14T04:33:15.6685153Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-03-14T04:33:15.6685703Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-03-14T04:33:15.6686239Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-03-14T04:33:15.6686766Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-03-14T04:33:15.6687418Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-03-14T04:33:15.6687940Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-03-14T04:33:15.6688917Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-03-14T04:33:15.6689550Z * [new branch] gh/shunting314/199/base -> origin/gh/shunting314/199/base 2025-03-14T04:33:15.6690101Z * [new branch] gh/shunting314/199/head -> origin/gh/shunting314/199/head 2025-03-14T04:33:15.6690629Z * [new branch] gh/shunting314/199/orig -> origin/gh/shunting314/199/orig 2025-03-14T04:33:15.6691162Z * [new branch] gh/shunting314/200/base -> origin/gh/shunting314/200/base 2025-03-14T04:33:15.6691689Z * [new branch] gh/shunting314/200/head -> origin/gh/shunting314/200/head 2025-03-14T04:33:15.6692216Z * [new branch] gh/shunting314/201/base -> origin/gh/shunting314/201/base 2025-03-14T04:33:15.6692754Z * [new branch] gh/shunting314/201/head -> origin/gh/shunting314/201/head 2025-03-14T04:33:15.6693287Z * [new branch] gh/shunting314/201/orig -> origin/gh/shunting314/201/orig 2025-03-14T04:33:15.6693819Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-03-14T04:33:15.6694702Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-03-14T04:33:15.6695291Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-03-14T04:33:15.6695755Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-03-14T04:33:15.6696227Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-03-14T04:33:15.6696702Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-03-14T04:33:15.6697195Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-03-14T04:33:15.6697716Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-03-14T04:33:15.6698221Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-03-14T04:33:15.6698717Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-03-14T04:33:15.6699217Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-03-14T04:33:15.6699814Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-03-14T04:33:15.6700737Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-03-14T04:33:15.7566517Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-03-14T04:33:15.7567111Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-03-14T04:33:15.7567666Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-03-14T04:33:15.7568180Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-03-14T04:33:15.7568897Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-03-14T04:33:15.7569594Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-03-14T04:33:15.7570487Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-03-14T04:33:15.7571006Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-03-14T04:33:15.7571524Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-03-14T04:33:15.7572056Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-03-14T04:33:15.7572558Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-03-14T04:33:15.7573221Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-03-14T04:33:15.7573742Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-03-14T04:33:15.7574264Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-03-14T04:33:15.7574775Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-03-14T04:33:15.7575453Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-03-14T04:33:15.7576347Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-03-14T04:33:15.7576858Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-03-14T04:33:15.7577372Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-03-14T04:33:15.7577899Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-03-14T04:33:15.7578419Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-03-14T04:33:15.7578931Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-03-14T04:33:15.7579441Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-03-14T04:33:15.7579952Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-03-14T04:33:15.7580467Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-03-14T04:33:15.7580998Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-03-14T04:33:15.7581981Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-03-14T04:33:15.7582547Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-03-14T04:33:15.7583084Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-03-14T04:33:15.7583587Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-03-14T04:33:15.7584107Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-03-14T04:33:15.7584623Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-03-14T04:33:15.7585140Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-03-14T04:33:15.7585658Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-03-14T04:33:15.7586170Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-03-14T04:33:15.7586672Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-03-14T04:33:15.7587552Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-03-14T04:33:15.7588239Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-03-14T04:33:15.7588751Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-03-14T04:33:15.7589416Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-03-14T04:33:15.7589945Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-03-14T04:33:15.7590466Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-03-14T04:33:15.7590969Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-03-14T04:33:15.7591494Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-03-14T04:33:15.7592003Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-03-14T04:33:15.7592664Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-03-14T04:33:15.7986910Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-03-14T04:33:15.7987543Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-03-14T04:33:15.7988066Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-03-14T04:33:15.7988601Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-03-14T04:33:15.7989133Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-03-14T04:33:15.7989652Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-03-14T04:33:15.7990165Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-03-14T04:33:15.7990685Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-03-14T04:33:15.7991198Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-03-14T04:33:15.7991710Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-03-14T04:33:15.7992233Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-03-14T04:33:15.7992744Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-03-14T04:33:15.7993260Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-03-14T04:33:15.7993836Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-03-14T04:33:15.7994346Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-03-14T04:33:15.7994859Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-03-14T04:33:15.7995377Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-03-14T04:33:15.7995882Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-03-14T04:33:15.7996375Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-03-14T04:33:15.7996887Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-03-14T04:33:15.7997385Z * [new branch] gh/swolchok/722/base -> origin/gh/swolchok/722/base 2025-03-14T04:33:15.7997887Z * [new branch] gh/swolchok/722/head -> origin/gh/swolchok/722/head 2025-03-14T04:33:15.7998450Z * [new branch] gh/swolchok/722/orig -> origin/gh/swolchok/722/orig 2025-03-14T04:33:15.7998958Z * [new branch] gh/swolchok/723/base -> origin/gh/swolchok/723/base 2025-03-14T04:33:15.7999466Z * [new branch] gh/swolchok/723/head -> origin/gh/swolchok/723/head 2025-03-14T04:33:15.7999989Z * [new branch] gh/swolchok/723/orig -> origin/gh/swolchok/723/orig 2025-03-14T04:33:15.8000496Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-03-14T04:33:15.8001188Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-03-14T04:33:15.8001691Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-03-14T04:33:15.8002194Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-03-14T04:33:15.8002694Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-03-14T04:33:15.8003196Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-03-14T04:33:15.8003699Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-03-14T04:33:15.8004188Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-03-14T04:33:15.8004798Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-03-14T04:33:15.8005285Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-03-14T04:33:15.8005774Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-03-14T04:33:15.8006261Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-03-14T04:33:15.8006755Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-03-14T04:33:15.8007234Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-03-14T04:33:15.8007720Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-03-14T04:33:15.8008273Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-03-14T04:33:15.8008860Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-03-14T04:33:15.8009441Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-03-14T04:33:15.8010028Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-03-14T04:33:15.8010592Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-03-14T04:33:15.8413265Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-03-14T04:33:15.8413905Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-03-14T04:33:15.8414499Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-03-14T04:33:15.8415096Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-03-14T04:33:15.8415718Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-03-14T04:33:15.8416802Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-03-14T04:33:15.8417491Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-03-14T04:33:15.8418075Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-03-14T04:33:15.8418650Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-03-14T04:33:15.8419218Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-03-14T04:33:15.8419783Z * [new branch] gh/tugsbayasgalan/291/base -> origin/gh/tugsbayasgalan/291/base 2025-03-14T04:33:15.8420350Z * [new branch] gh/tugsbayasgalan/291/head -> origin/gh/tugsbayasgalan/291/head 2025-03-14T04:33:15.8420920Z * [new branch] gh/tugsbayasgalan/291/orig -> origin/gh/tugsbayasgalan/291/orig 2025-03-14T04:33:15.8421488Z * [new branch] gh/tugsbayasgalan/292/base -> origin/gh/tugsbayasgalan/292/base 2025-03-14T04:33:15.8422372Z * [new branch] gh/tugsbayasgalan/292/head -> origin/gh/tugsbayasgalan/292/head 2025-03-14T04:33:15.8423368Z * [new branch] gh/tugsbayasgalan/292/orig -> origin/gh/tugsbayasgalan/292/orig 2025-03-14T04:33:15.8423953Z * [new branch] gh/tugsbayasgalan/293/base -> origin/gh/tugsbayasgalan/293/base 2025-03-14T04:33:15.8424524Z * [new branch] gh/tugsbayasgalan/293/head -> origin/gh/tugsbayasgalan/293/head 2025-03-14T04:33:15.8425102Z * [new branch] gh/tugsbayasgalan/293/orig -> origin/gh/tugsbayasgalan/293/orig 2025-03-14T04:33:15.8425669Z * [new branch] gh/tugsbayasgalan/294/base -> origin/gh/tugsbayasgalan/294/base 2025-03-14T04:33:15.8426236Z * [new branch] gh/tugsbayasgalan/294/head -> origin/gh/tugsbayasgalan/294/head 2025-03-14T04:33:15.8426809Z * [new branch] gh/tugsbayasgalan/294/orig -> origin/gh/tugsbayasgalan/294/orig 2025-03-14T04:33:15.8427514Z * [new branch] gh/tugsbayasgalan/295/base -> origin/gh/tugsbayasgalan/295/base 2025-03-14T04:33:15.8428337Z * [new branch] gh/tugsbayasgalan/295/head -> origin/gh/tugsbayasgalan/295/head 2025-03-14T04:33:15.8429202Z * [new branch] gh/tugsbayasgalan/295/orig -> origin/gh/tugsbayasgalan/295/orig 2025-03-14T04:33:15.8429783Z * [new branch] gh/tugsbayasgalan/296/base -> origin/gh/tugsbayasgalan/296/base 2025-03-14T04:33:15.8430349Z * [new branch] gh/tugsbayasgalan/296/head -> origin/gh/tugsbayasgalan/296/head 2025-03-14T04:33:15.8430922Z * [new branch] gh/tugsbayasgalan/296/orig -> origin/gh/tugsbayasgalan/296/orig 2025-03-14T04:33:15.8431488Z * [new branch] gh/tugsbayasgalan/297/base -> origin/gh/tugsbayasgalan/297/base 2025-03-14T04:33:15.8432058Z * [new branch] gh/tugsbayasgalan/297/head -> origin/gh/tugsbayasgalan/297/head 2025-03-14T04:33:15.8432640Z * [new branch] gh/tugsbayasgalan/297/orig -> origin/gh/tugsbayasgalan/297/orig 2025-03-14T04:33:15.8433220Z * [new branch] gh/tugsbayasgalan/298/base -> origin/gh/tugsbayasgalan/298/base 2025-03-14T04:33:15.8433861Z * [new branch] gh/tugsbayasgalan/298/head -> origin/gh/tugsbayasgalan/298/head 2025-03-14T04:33:15.8434881Z * [new branch] gh/tugsbayasgalan/298/orig -> origin/gh/tugsbayasgalan/298/orig 2025-03-14T04:33:15.8435461Z * [new branch] gh/tugsbayasgalan/299/base -> origin/gh/tugsbayasgalan/299/base 2025-03-14T04:33:15.8436043Z * [new branch] gh/tugsbayasgalan/299/head -> origin/gh/tugsbayasgalan/299/head 2025-03-14T04:33:15.8436627Z * [new branch] gh/tugsbayasgalan/299/orig -> origin/gh/tugsbayasgalan/299/orig 2025-03-14T04:33:15.8437164Z * [new branch] gh/vkuzo/1/head -> origin/gh/vkuzo/1/head 2025-03-14T04:33:15.8437651Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-03-14T04:33:15.8438113Z * [new branch] gh/vkuzo/1/orig -> origin/gh/vkuzo/1/orig 2025-03-14T04:33:15.8438657Z * [new branch] gh/vkuzo/2/head -> origin/gh/vkuzo/2/head 2025-03-14T04:33:15.8439126Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-03-14T04:33:15.8439650Z * [new branch] gh/vkuzo/2/orig -> origin/gh/vkuzo/2/orig 2025-03-14T04:33:15.8440511Z * [new branch] gh/vkuzo/3/head -> origin/gh/vkuzo/3/head 2025-03-14T04:33:15.8441038Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-03-14T04:33:15.8884939Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2025-03-14T04:33:15.8885469Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-03-14T04:33:15.8885975Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-03-14T04:33:15.8886441Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-03-14T04:33:15.8887103Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-03-14T04:33:15.8887572Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-03-14T04:33:15.8888040Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-03-14T04:33:15.8888493Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-03-14T04:33:15.8888952Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-03-14T04:33:15.8889414Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-03-14T04:33:15.8889870Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-03-14T04:33:15.8890466Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-03-14T04:33:15.8890931Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-03-14T04:33:15.8891392Z * [new branch] gh/vkuzo/8/base -> origin/gh/vkuzo/8/base 2025-03-14T04:33:15.8891850Z * [new branch] gh/vkuzo/8/head -> origin/gh/vkuzo/8/head 2025-03-14T04:33:15.8892314Z * [new branch] gh/vkuzo/8/orig -> origin/gh/vkuzo/8/orig 2025-03-14T04:33:15.8892772Z * [new branch] gh/vkuzo/9/base -> origin/gh/vkuzo/9/base 2025-03-14T04:33:15.8893236Z * [new branch] gh/vkuzo/9/head -> origin/gh/vkuzo/9/head 2025-03-14T04:33:15.8893697Z * [new branch] gh/vkuzo/9/orig -> origin/gh/vkuzo/9/orig 2025-03-14T04:33:15.8894175Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-03-14T04:33:15.8894662Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-03-14T04:33:15.8895143Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-03-14T04:33:15.8895633Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-03-14T04:33:15.8896110Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-03-14T04:33:15.8896586Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-03-14T04:33:15.8897069Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-03-14T04:33:15.8897536Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-03-14T04:33:15.8898014Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-03-14T04:33:15.8898495Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-03-14T04:33:15.8898992Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-03-14T04:33:15.8899470Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-03-14T04:33:15.8899966Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-03-14T04:33:15.8900439Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-03-14T04:33:15.8900927Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-03-14T04:33:15.8901401Z * [new branch] gh/vmoens/19/base -> origin/gh/vmoens/19/base 2025-03-14T04:33:15.8901880Z * [new branch] gh/vmoens/19/head -> origin/gh/vmoens/19/head 2025-03-14T04:33:15.8902366Z * [new branch] gh/vmoens/19/orig -> origin/gh/vmoens/19/orig 2025-03-14T04:33:15.8902848Z * [new branch] gh/vmoens/20/base -> origin/gh/vmoens/20/base 2025-03-14T04:33:15.8903331Z * [new branch] gh/vmoens/20/head -> origin/gh/vmoens/20/head 2025-03-14T04:33:15.8903802Z * [new branch] gh/vmoens/20/orig -> origin/gh/vmoens/20/orig 2025-03-14T04:33:15.8904440Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-03-14T04:33:15.8905009Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-03-14T04:33:15.8905563Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-03-14T04:33:15.8906117Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-03-14T04:33:15.8906674Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-03-14T04:33:15.8907212Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-03-14T04:33:15.8907749Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-03-14T04:33:15.8909003Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-03-14T04:33:15.9308019Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-03-14T04:33:15.9308652Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-03-14T04:33:15.9309258Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-03-14T04:33:15.9309772Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-03-14T04:33:15.9310267Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-03-14T04:33:15.9310769Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-03-14T04:33:15.9311275Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-03-14T04:33:15.9311783Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-03-14T04:33:15.9312284Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-03-14T04:33:15.9312787Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-03-14T04:33:15.9313303Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-03-14T04:33:15.9313799Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-03-14T04:33:15.9314303Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-03-14T04:33:15.9314900Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-03-14T04:33:15.9315448Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-03-14T04:33:15.9315961Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-03-14T04:33:15.9316480Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-03-14T04:33:15.9316972Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-03-14T04:33:15.9317481Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-03-14T04:33:15.9317983Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-03-14T04:33:15.9318581Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-03-14T04:33:15.9319086Z * [new branch] gh/wconstab/397/base -> origin/gh/wconstab/397/base 2025-03-14T04:33:15.9319591Z * [new branch] gh/wconstab/397/head -> origin/gh/wconstab/397/head 2025-03-14T04:33:15.9320086Z * [new branch] gh/wconstab/397/orig -> origin/gh/wconstab/397/orig 2025-03-14T04:33:15.9320608Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-03-14T04:33:15.9321138Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-03-14T04:33:15.9321843Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-03-14T04:33:15.9322366Z * [new branch] gh/weifengpy/22/base -> origin/gh/weifengpy/22/base 2025-03-14T04:33:15.9322897Z * [new branch] gh/weifengpy/22/head -> origin/gh/weifengpy/22/head 2025-03-14T04:33:15.9323405Z * [new branch] gh/weifengpy/22/orig -> origin/gh/weifengpy/22/orig 2025-03-14T04:33:15.9323933Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-03-14T04:33:15.9324484Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-03-14T04:33:15.9325033Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-03-14T04:33:15.9325803Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-03-14T04:33:15.9326402Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-03-14T04:33:15.9326954Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-03-14T04:33:15.9327489Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-03-14T04:33:15.9328040Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-03-14T04:33:15.9328589Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-03-14T04:33:15.9329138Z * [new branch] gh/williamwen42/200/base -> origin/gh/williamwen42/200/base 2025-03-14T04:33:15.9329690Z * [new branch] gh/williamwen42/200/head -> origin/gh/williamwen42/200/head 2025-03-14T04:33:15.9330235Z * [new branch] gh/williamwen42/200/orig -> origin/gh/williamwen42/200/orig 2025-03-14T04:33:15.9330779Z * [new branch] gh/williamwen42/201/base -> origin/gh/williamwen42/201/base 2025-03-14T04:33:15.9331347Z * [new branch] gh/williamwen42/201/head -> origin/gh/williamwen42/201/head 2025-03-14T04:33:15.9331895Z * [new branch] gh/williamwen42/201/orig -> origin/gh/williamwen42/201/orig 2025-03-14T04:33:15.9332442Z * [new branch] gh/williamwen42/204/base -> origin/gh/williamwen42/204/base 2025-03-14T04:33:15.9768527Z * [new branch] gh/williamwen42/204/head -> origin/gh/williamwen42/204/head 2025-03-14T04:33:15.9769240Z * [new branch] gh/williamwen42/204/orig -> origin/gh/williamwen42/204/orig 2025-03-14T04:33:15.9769800Z * [new branch] gh/williamwen42/205/base -> origin/gh/williamwen42/205/base 2025-03-14T04:33:15.9770373Z * [new branch] gh/williamwen42/205/head -> origin/gh/williamwen42/205/head 2025-03-14T04:33:15.9770935Z * [new branch] gh/williamwen42/205/orig -> origin/gh/williamwen42/205/orig 2025-03-14T04:33:15.9771488Z * [new branch] gh/williamwen42/206/base -> origin/gh/williamwen42/206/base 2025-03-14T04:33:15.9772044Z * [new branch] gh/williamwen42/206/head -> origin/gh/williamwen42/206/head 2025-03-14T04:33:15.9772583Z * [new branch] gh/williamwen42/206/orig -> origin/gh/williamwen42/206/orig 2025-03-14T04:33:15.9773127Z * [new branch] gh/williamwen42/207/base -> origin/gh/williamwen42/207/base 2025-03-14T04:33:15.9773674Z * [new branch] gh/williamwen42/207/head -> origin/gh/williamwen42/207/head 2025-03-14T04:33:15.9774211Z * [new branch] gh/williamwen42/207/orig -> origin/gh/williamwen42/207/orig 2025-03-14T04:33:15.9774845Z * [new branch] gh/williamwen42/208/base -> origin/gh/williamwen42/208/base 2025-03-14T04:33:15.9775472Z * [new branch] gh/williamwen42/208/head -> origin/gh/williamwen42/208/head 2025-03-14T04:33:15.9776107Z * [new branch] gh/williamwen42/208/orig -> origin/gh/williamwen42/208/orig 2025-03-14T04:33:15.9777550Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-03-14T04:33:15.9778224Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-03-14T04:33:15.9778870Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-03-14T04:33:15.9779497Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-03-14T04:33:15.9780136Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-03-14T04:33:15.9780780Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-03-14T04:33:15.9781408Z * [new branch] gh/williamwen42/211/base -> origin/gh/williamwen42/211/base 2025-03-14T04:33:15.9782189Z * [new branch] gh/williamwen42/211/head -> origin/gh/williamwen42/211/head 2025-03-14T04:33:15.9782835Z * [new branch] gh/williamwen42/211/orig -> origin/gh/williamwen42/211/orig 2025-03-14T04:33:15.9783475Z * [new branch] gh/williamwen42/212/base -> origin/gh/williamwen42/212/base 2025-03-14T04:33:15.9784112Z * [new branch] gh/williamwen42/212/head -> origin/gh/williamwen42/212/head 2025-03-14T04:33:15.9784750Z * [new branch] gh/williamwen42/212/orig -> origin/gh/williamwen42/212/orig 2025-03-14T04:33:15.9785344Z * [new branch] gh/williamwen42/213/base -> origin/gh/williamwen42/213/base 2025-03-14T04:33:15.9785893Z * [new branch] gh/williamwen42/213/head -> origin/gh/williamwen42/213/head 2025-03-14T04:33:15.9786441Z * [new branch] gh/williamwen42/213/orig -> origin/gh/williamwen42/213/orig 2025-03-14T04:33:15.9786998Z * [new branch] gh/williamwen42/214/base -> origin/gh/williamwen42/214/base 2025-03-14T04:33:15.9787536Z * [new branch] gh/williamwen42/214/head -> origin/gh/williamwen42/214/head 2025-03-14T04:33:15.9788093Z * [new branch] gh/williamwen42/214/orig -> origin/gh/williamwen42/214/orig 2025-03-14T04:33:15.9788636Z * [new branch] gh/williamwen42/215/base -> origin/gh/williamwen42/215/base 2025-03-14T04:33:15.9789179Z * [new branch] gh/williamwen42/215/head -> origin/gh/williamwen42/215/head 2025-03-14T04:33:15.9789718Z * [new branch] gh/williamwen42/215/orig -> origin/gh/williamwen42/215/orig 2025-03-14T04:33:15.9790310Z * [new branch] gh/williamwen42/216/base -> origin/gh/williamwen42/216/base 2025-03-14T04:33:15.9790946Z * [new branch] gh/williamwen42/216/head -> origin/gh/williamwen42/216/head 2025-03-14T04:33:15.9791587Z * [new branch] gh/williamwen42/216/orig -> origin/gh/williamwen42/216/orig 2025-03-14T04:33:15.9792235Z * [new branch] gh/williamwen42/217/base -> origin/gh/williamwen42/217/base 2025-03-14T04:33:15.9792881Z * [new branch] gh/williamwen42/217/head -> origin/gh/williamwen42/217/head 2025-03-14T04:33:15.9793516Z * [new branch] gh/williamwen42/217/orig -> origin/gh/williamwen42/217/orig 2025-03-14T04:33:15.9794161Z * [new branch] gh/williamwen42/218/base -> origin/gh/williamwen42/218/base 2025-03-14T04:33:15.9794787Z * [new branch] gh/williamwen42/218/head -> origin/gh/williamwen42/218/head 2025-03-14T04:33:15.9795327Z * [new branch] gh/williamwen42/218/orig -> origin/gh/williamwen42/218/orig 2025-03-14T04:33:16.0257321Z * [new branch] gh/williamwen42/219/base -> origin/gh/williamwen42/219/base 2025-03-14T04:33:16.0257940Z * [new branch] gh/williamwen42/219/head -> origin/gh/williamwen42/219/head 2025-03-14T04:33:16.0258538Z * [new branch] gh/williamwen42/219/orig -> origin/gh/williamwen42/219/orig 2025-03-14T04:33:16.0259086Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-03-14T04:33:16.0259794Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-03-14T04:33:16.0260657Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-03-14T04:33:16.0261269Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-03-14T04:33:16.0261792Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-03-14T04:33:16.0262291Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-03-14T04:33:16.0262827Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-03-14T04:33:16.0263307Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-03-14T04:33:16.0263939Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-03-14T04:33:16.0264419Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-03-14T04:33:16.0264914Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-03-14T04:33:16.0265392Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-03-14T04:33:16.0266087Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-03-14T04:33:16.0266902Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-03-14T04:33:16.0267426Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-03-14T04:33:16.0267917Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-03-14T04:33:16.0268383Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-03-14T04:33:16.0268872Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-03-14T04:33:16.0269356Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-03-14T04:33:16.0269843Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-03-14T04:33:16.0270361Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-03-14T04:33:16.0270895Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-03-14T04:33:16.0271405Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-03-14T04:33:16.0272376Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-03-14T04:33:16.0273377Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-03-14T04:33:16.0274483Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-03-14T04:33:16.0275528Z * [new branch] gh/xmfan/177/base -> origin/gh/xmfan/177/base 2025-03-14T04:33:16.0286023Z * [new branch] gh/xmfan/177/head -> origin/gh/xmfan/177/head 2025-03-14T04:33:16.0286580Z * [new branch] gh/xmfan/177/orig -> origin/gh/xmfan/177/orig 2025-03-14T04:33:16.0287072Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-03-14T04:33:16.0287558Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-03-14T04:33:16.0288031Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-03-14T04:33:16.0288768Z * [new branch] gh/xmfan/179/base -> origin/gh/xmfan/179/base 2025-03-14T04:33:16.0289697Z * [new branch] gh/xmfan/179/head -> origin/gh/xmfan/179/head 2025-03-14T04:33:16.0290617Z * [new branch] gh/xmfan/179/orig -> origin/gh/xmfan/179/orig 2025-03-14T04:33:16.0291556Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-03-14T04:33:16.0292465Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-03-14T04:33:16.0293561Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-03-14T04:33:16.0294076Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-03-14T04:33:16.0294574Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-03-14T04:33:16.0295057Z * [new branch] gh/xmfan/181/base -> origin/gh/xmfan/181/base 2025-03-14T04:33:16.0295556Z * [new branch] gh/xmfan/181/head -> origin/gh/xmfan/181/head 2025-03-14T04:33:16.0296036Z * [new branch] gh/xmfan/181/orig -> origin/gh/xmfan/181/orig 2025-03-14T04:33:16.0296504Z * [new branch] gh/xmfan/182/base -> origin/gh/xmfan/182/base 2025-03-14T04:33:16.0297125Z * [new branch] gh/xmfan/182/head -> origin/gh/xmfan/182/head 2025-03-14T04:33:16.0297618Z * [new branch] gh/xmfan/182/orig -> origin/gh/xmfan/182/orig 2025-03-14T04:33:16.0701393Z * [new branch] gh/xmfan/183/base -> origin/gh/xmfan/183/base 2025-03-14T04:33:16.0701947Z * [new branch] gh/xmfan/183/head -> origin/gh/xmfan/183/head 2025-03-14T04:33:16.0702437Z * [new branch] gh/xmfan/183/orig -> origin/gh/xmfan/183/orig 2025-03-14T04:33:16.0702914Z * [new branch] gh/xmfan/184/base -> origin/gh/xmfan/184/base 2025-03-14T04:33:16.0703396Z * [new branch] gh/xmfan/184/head -> origin/gh/xmfan/184/head 2025-03-14T04:33:16.0703864Z * [new branch] gh/xmfan/184/orig -> origin/gh/xmfan/184/orig 2025-03-14T04:33:16.0704349Z * [new branch] gh/xmfan/185/base -> origin/gh/xmfan/185/base 2025-03-14T04:33:16.0704850Z * [new branch] gh/xmfan/185/head -> origin/gh/xmfan/185/head 2025-03-14T04:33:16.0705402Z * [new branch] gh/xmfan/185/orig -> origin/gh/xmfan/185/orig 2025-03-14T04:33:16.0705931Z * [new branch] gh/xmfan/186/base -> origin/gh/xmfan/186/base 2025-03-14T04:33:16.0706408Z * [new branch] gh/xmfan/186/head -> origin/gh/xmfan/186/head 2025-03-14T04:33:16.0706883Z * [new branch] gh/xmfan/186/orig -> origin/gh/xmfan/186/orig 2025-03-14T04:33:16.0707357Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-03-14T04:33:16.0707843Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-03-14T04:33:16.0708318Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-03-14T04:33:16.0708808Z * [new branch] gh/xmfan/188/base -> origin/gh/xmfan/188/base 2025-03-14T04:33:16.0709281Z * [new branch] gh/xmfan/188/head -> origin/gh/xmfan/188/head 2025-03-14T04:33:16.0709749Z * [new branch] gh/xmfan/188/orig -> origin/gh/xmfan/188/orig 2025-03-14T04:33:16.0710226Z * [new branch] gh/xmfan/189/base -> origin/gh/xmfan/189/base 2025-03-14T04:33:16.0710697Z * [new branch] gh/xmfan/189/head -> origin/gh/xmfan/189/head 2025-03-14T04:33:16.0711232Z * [new branch] gh/xmfan/189/orig -> origin/gh/xmfan/189/orig 2025-03-14T04:33:16.0711766Z * [new branch] gh/xmfan/190/base -> origin/gh/xmfan/190/base 2025-03-14T04:33:16.0712248Z * [new branch] gh/xmfan/190/head -> origin/gh/xmfan/190/head 2025-03-14T04:33:16.0712720Z * [new branch] gh/xmfan/190/orig -> origin/gh/xmfan/190/orig 2025-03-14T04:33:16.0713191Z * [new branch] gh/xmfan/191/base -> origin/gh/xmfan/191/base 2025-03-14T04:33:16.0713672Z * [new branch] gh/xmfan/191/head -> origin/gh/xmfan/191/head 2025-03-14T04:33:16.0714361Z * [new branch] gh/xmfan/191/orig -> origin/gh/xmfan/191/orig 2025-03-14T04:33:16.0714848Z * [new branch] gh/xmfan/192/base -> origin/gh/xmfan/192/base 2025-03-14T04:33:16.0715325Z * [new branch] gh/xmfan/192/head -> origin/gh/xmfan/192/head 2025-03-14T04:33:16.0715814Z * [new branch] gh/xmfan/192/orig -> origin/gh/xmfan/192/orig 2025-03-14T04:33:16.0716319Z * [new branch] gh/xmfan/193/base -> origin/gh/xmfan/193/base 2025-03-14T04:33:16.0716842Z * [new branch] gh/xmfan/193/head -> origin/gh/xmfan/193/head 2025-03-14T04:33:16.0717375Z * [new branch] gh/xmfan/193/orig -> origin/gh/xmfan/193/orig 2025-03-14T04:33:16.0717977Z * [new branch] gh/xmfan/194/base -> origin/gh/xmfan/194/base 2025-03-14T04:33:16.0718544Z * [new branch] gh/xmfan/194/head -> origin/gh/xmfan/194/head 2025-03-14T04:33:16.0719034Z * [new branch] gh/xmfan/194/orig -> origin/gh/xmfan/194/orig 2025-03-14T04:33:16.0719505Z * [new branch] gh/xmfan/195/base -> origin/gh/xmfan/195/base 2025-03-14T04:33:16.0719988Z * [new branch] gh/xmfan/195/head -> origin/gh/xmfan/195/head 2025-03-14T04:33:16.0720472Z * [new branch] gh/xmfan/195/orig -> origin/gh/xmfan/195/orig 2025-03-14T04:33:16.0720950Z * [new branch] gh/xmfan/196/base -> origin/gh/xmfan/196/base 2025-03-14T04:33:16.0721427Z * [new branch] gh/xmfan/196/head -> origin/gh/xmfan/196/head 2025-03-14T04:33:16.0721908Z * [new branch] gh/xmfan/196/orig -> origin/gh/xmfan/196/orig 2025-03-14T04:33:16.0722387Z * [new branch] gh/xmfan/197/base -> origin/gh/xmfan/197/base 2025-03-14T04:33:16.0722905Z * [new branch] gh/xmfan/197/head -> origin/gh/xmfan/197/head 2025-03-14T04:33:16.0723438Z * [new branch] gh/xmfan/197/orig -> origin/gh/xmfan/197/orig 2025-03-14T04:33:16.0723913Z * [new branch] gh/xmfan/198/base -> origin/gh/xmfan/198/base 2025-03-14T04:33:16.0724391Z * [new branch] gh/xmfan/198/head -> origin/gh/xmfan/198/head 2025-03-14T04:33:16.0724871Z * [new branch] gh/xmfan/198/orig -> origin/gh/xmfan/198/orig 2025-03-14T04:33:16.1134788Z * [new branch] gh/xmfan/199/base -> origin/gh/xmfan/199/base 2025-03-14T04:33:16.1135345Z * [new branch] gh/xmfan/199/head -> origin/gh/xmfan/199/head 2025-03-14T04:33:16.1136222Z * [new branch] gh/xmfan/199/orig -> origin/gh/xmfan/199/orig 2025-03-14T04:33:16.1136875Z * [new branch] gh/xmfan/200/base -> origin/gh/xmfan/200/base 2025-03-14T04:33:16.1137368Z * [new branch] gh/xmfan/200/head -> origin/gh/xmfan/200/head 2025-03-14T04:33:16.1137862Z * [new branch] gh/xmfan/200/orig -> origin/gh/xmfan/200/orig 2025-03-14T04:33:16.1138353Z * [new branch] gh/xmfan/201/base -> origin/gh/xmfan/201/base 2025-03-14T04:33:16.1138821Z * [new branch] gh/xmfan/201/head -> origin/gh/xmfan/201/head 2025-03-14T04:33:16.1139302Z * [new branch] gh/xmfan/201/orig -> origin/gh/xmfan/201/orig 2025-03-14T04:33:16.1139786Z * [new branch] gh/xmfan/202/base -> origin/gh/xmfan/202/base 2025-03-14T04:33:16.1140259Z * [new branch] gh/xmfan/202/head -> origin/gh/xmfan/202/head 2025-03-14T04:33:16.1140731Z * [new branch] gh/xmfan/202/orig -> origin/gh/xmfan/202/orig 2025-03-14T04:33:16.1141275Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-03-14T04:33:16.1142344Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-03-14T04:33:16.1143099Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-03-14T04:33:16.1143656Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-03-14T04:33:16.1144188Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-03-14T04:33:16.1144724Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-03-14T04:33:16.1145265Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-03-14T04:33:16.1145796Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-03-14T04:33:16.1146476Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-03-14T04:33:16.1146987Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-03-14T04:33:16.1147875Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-03-14T04:33:16.1148519Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-03-14T04:33:16.1149002Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-03-14T04:33:16.1149480Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-03-14T04:33:16.1149973Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-03-14T04:33:16.1150444Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-03-14T04:33:16.1150933Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-03-14T04:33:16.1151415Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-03-14T04:33:16.1151892Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-03-14T04:33:16.1152381Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-03-14T04:33:16.1152866Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-03-14T04:33:16.1153732Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-03-14T04:33:16.1154336Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-03-14T04:33:16.1154830Z * [new branch] gh/xunnanxu/1/base -> origin/gh/xunnanxu/1/base 2025-03-14T04:33:16.1155323Z * [new branch] gh/xunnanxu/1/head -> origin/gh/xunnanxu/1/head 2025-03-14T04:33:16.1155821Z * [new branch] gh/xunnanxu/1/orig -> origin/gh/xunnanxu/1/orig 2025-03-14T04:33:16.1156314Z * [new branch] gh/xunnanxu/2/base -> origin/gh/xunnanxu/2/base 2025-03-14T04:33:16.1156798Z * [new branch] gh/xunnanxu/2/head -> origin/gh/xunnanxu/2/head 2025-03-14T04:33:16.1157302Z * [new branch] gh/xunnanxu/2/orig -> origin/gh/xunnanxu/2/orig 2025-03-14T04:33:16.1157804Z * [new branch] gh/xunnanxu/3/base -> origin/gh/xunnanxu/3/base 2025-03-14T04:33:16.1158293Z * [new branch] gh/xunnanxu/3/head -> origin/gh/xunnanxu/3/head 2025-03-14T04:33:16.1159027Z * [new branch] gh/xunnanxu/3/orig -> origin/gh/xunnanxu/3/orig 2025-03-14T04:33:16.1159871Z * [new branch] gh/xunnanxu/4/base -> origin/gh/xunnanxu/4/base 2025-03-14T04:33:16.1160362Z * [new branch] gh/xunnanxu/4/head -> origin/gh/xunnanxu/4/head 2025-03-14T04:33:16.1160847Z * [new branch] gh/xunnanxu/4/orig -> origin/gh/xunnanxu/4/orig 2025-03-14T04:33:16.1586310Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-03-14T04:33:16.1586896Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-03-14T04:33:16.1587624Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-03-14T04:33:16.1588132Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-03-14T04:33:16.1588641Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-03-14T04:33:16.1589136Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-03-14T04:33:16.1589637Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-03-14T04:33:16.1590139Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-03-14T04:33:16.1590636Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-03-14T04:33:16.1591330Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-03-14T04:33:16.1591881Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-03-14T04:33:16.1592381Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-03-14T04:33:16.1592865Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-03-14T04:33:16.1593366Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-03-14T04:33:16.1593863Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-03-14T04:33:16.1594371Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-03-14T04:33:16.1594866Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-03-14T04:33:16.1595367Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-03-14T04:33:16.1595860Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-03-14T04:33:16.1596363Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-03-14T04:33:16.1596915Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-03-14T04:33:16.1597465Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-03-14T04:33:16.1597960Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-03-14T04:33:16.1598509Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-03-14T04:33:16.1599001Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-03-14T04:33:16.1599511Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-03-14T04:33:16.1600032Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-03-14T04:33:16.1600535Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-03-14T04:33:16.1601035Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-03-14T04:33:16.1601537Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-03-14T04:33:16.1602045Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-03-14T04:33:16.1602574Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-03-14T04:33:16.1603125Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-03-14T04:33:16.1603637Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-03-14T04:33:16.1604132Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-03-14T04:33:16.1604639Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-03-14T04:33:16.1605255Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-03-14T04:33:16.1605753Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-03-14T04:33:16.1606256Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-03-14T04:33:16.1606760Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-03-14T04:33:16.1607262Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-03-14T04:33:16.1607769Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-03-14T04:33:16.1608325Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-03-14T04:33:16.1608963Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-03-14T04:33:16.1609456Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-03-14T04:33:16.1609971Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-03-14T04:33:16.1610471Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-03-14T04:33:16.2037763Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-03-14T04:33:16.2038344Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-03-14T04:33:16.2038928Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-03-14T04:33:16.2039426Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-03-14T04:33:16.2039931Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-03-14T04:33:16.2040464Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-03-14T04:33:16.2040960Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-03-14T04:33:16.2041471Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-03-14T04:33:16.2041977Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-03-14T04:33:16.2042561Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-03-14T04:33:16.2043117Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-03-14T04:33:16.2043632Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-03-14T04:33:16.2044137Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-03-14T04:33:16.2044621Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-03-14T04:33:16.2045110Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-03-14T04:33:16.2045588Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-03-14T04:33:16.2046067Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-03-14T04:33:16.2046538Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-03-14T04:33:16.2047017Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-03-14T04:33:16.2047491Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-03-14T04:33:16.2047979Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-03-14T04:33:16.2048454Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-03-14T04:33:16.2048935Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-03-14T04:33:16.2049410Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-03-14T04:33:16.2050082Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-03-14T04:33:16.2050567Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-03-14T04:33:16.2051055Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-03-14T04:33:16.2051531Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-03-14T04:33:16.2052018Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-03-14T04:33:16.2052501Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-03-14T04:33:16.2052971Z * [new branch] gh/ydwu4/209/base -> origin/gh/ydwu4/209/base 2025-03-14T04:33:16.2053440Z * [new branch] gh/ydwu4/209/head -> origin/gh/ydwu4/209/head 2025-03-14T04:33:16.2054052Z * [new branch] gh/ydwu4/209/orig -> origin/gh/ydwu4/209/orig 2025-03-14T04:33:16.2054534Z * [new branch] gh/ydwu4/210/base -> origin/gh/ydwu4/210/base 2025-03-14T04:33:16.2055016Z * [new branch] gh/ydwu4/210/head -> origin/gh/ydwu4/210/head 2025-03-14T04:33:16.2055495Z * [new branch] gh/ydwu4/210/orig -> origin/gh/ydwu4/210/orig 2025-03-14T04:33:16.2055960Z * [new branch] gh/ydwu4/211/base -> origin/gh/ydwu4/211/base 2025-03-14T04:33:16.2056429Z * [new branch] gh/ydwu4/211/head -> origin/gh/ydwu4/211/head 2025-03-14T04:33:16.2056905Z * [new branch] gh/ydwu4/211/orig -> origin/gh/ydwu4/211/orig 2025-03-14T04:33:16.2057374Z * [new branch] gh/ydwu4/212/base -> origin/gh/ydwu4/212/base 2025-03-14T04:33:16.2057944Z * [new branch] gh/ydwu4/212/head -> origin/gh/ydwu4/212/head 2025-03-14T04:33:16.2058428Z * [new branch] gh/ydwu4/212/orig -> origin/gh/ydwu4/212/orig 2025-03-14T04:33:16.2058985Z * [new branch] gh/ydwu4/213/base -> origin/gh/ydwu4/213/base 2025-03-14T04:33:16.2059453Z * [new branch] gh/ydwu4/213/head -> origin/gh/ydwu4/213/head 2025-03-14T04:33:16.2059927Z * [new branch] gh/ydwu4/213/orig -> origin/gh/ydwu4/213/orig 2025-03-14T04:33:16.2060401Z * [new branch] gh/ydwu4/214/base -> origin/gh/ydwu4/214/base 2025-03-14T04:33:16.2060871Z * [new branch] gh/ydwu4/214/head -> origin/gh/ydwu4/214/head 2025-03-14T04:33:16.2575190Z * [new branch] gh/ydwu4/214/orig -> origin/gh/ydwu4/214/orig 2025-03-14T04:33:16.2575745Z * [new branch] gh/ydwu4/215/base -> origin/gh/ydwu4/215/base 2025-03-14T04:33:16.2576248Z * [new branch] gh/ydwu4/215/head -> origin/gh/ydwu4/215/head 2025-03-14T04:33:16.2576728Z * [new branch] gh/ydwu4/215/orig -> origin/gh/ydwu4/215/orig 2025-03-14T04:33:16.2577218Z * [new branch] gh/ydwu4/216/base -> origin/gh/ydwu4/216/base 2025-03-14T04:33:16.2577707Z * [new branch] gh/ydwu4/216/head -> origin/gh/ydwu4/216/head 2025-03-14T04:33:16.2578186Z * [new branch] gh/ydwu4/216/orig -> origin/gh/ydwu4/216/orig 2025-03-14T04:33:16.2578658Z * [new branch] gh/ydwu4/217/base -> origin/gh/ydwu4/217/base 2025-03-14T04:33:16.2579118Z * [new branch] gh/ydwu4/217/head -> origin/gh/ydwu4/217/head 2025-03-14T04:33:16.2579612Z * [new branch] gh/ydwu4/217/orig -> origin/gh/ydwu4/217/orig 2025-03-14T04:33:16.2580089Z * [new branch] gh/ydwu4/218/base -> origin/gh/ydwu4/218/base 2025-03-14T04:33:16.2580565Z * [new branch] gh/ydwu4/218/head -> origin/gh/ydwu4/218/head 2025-03-14T04:33:16.2581032Z * [new branch] gh/ydwu4/218/orig -> origin/gh/ydwu4/218/orig 2025-03-14T04:33:16.2581708Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-03-14T04:33:16.2582193Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-03-14T04:33:16.2582664Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-03-14T04:33:16.2583135Z * [new branch] gh/ydwu4/220/base -> origin/gh/ydwu4/220/base 2025-03-14T04:33:16.2583604Z * [new branch] gh/ydwu4/220/head -> origin/gh/ydwu4/220/head 2025-03-14T04:33:16.2584075Z * [new branch] gh/ydwu4/220/orig -> origin/gh/ydwu4/220/orig 2025-03-14T04:33:16.2584546Z * [new branch] gh/ydwu4/221/base -> origin/gh/ydwu4/221/base 2025-03-14T04:33:16.2585131Z * [new branch] gh/ydwu4/221/head -> origin/gh/ydwu4/221/head 2025-03-14T04:33:16.2585607Z * [new branch] gh/ydwu4/221/orig -> origin/gh/ydwu4/221/orig 2025-03-14T04:33:16.2586083Z * [new branch] gh/ydwu4/222/base -> origin/gh/ydwu4/222/base 2025-03-14T04:33:16.2586565Z * [new branch] gh/ydwu4/222/head -> origin/gh/ydwu4/222/head 2025-03-14T04:33:16.2587038Z * [new branch] gh/ydwu4/222/orig -> origin/gh/ydwu4/222/orig 2025-03-14T04:33:16.2587510Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-03-14T04:33:16.2587979Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-03-14T04:33:16.2588445Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-03-14T04:33:16.2588908Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-03-14T04:33:16.2589387Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-03-14T04:33:16.2589855Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-03-14T04:33:16.2590326Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-03-14T04:33:16.2590806Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-03-14T04:33:16.2591278Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-03-14T04:33:16.2591736Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-03-14T04:33:16.2592205Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-03-14T04:33:16.2592676Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-03-14T04:33:16.2593146Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-03-14T04:33:16.2593623Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-03-14T04:33:16.2594096Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-03-14T04:33:16.2594559Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-03-14T04:33:16.2595034Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-03-14T04:33:16.2595503Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-03-14T04:33:16.2595971Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-03-14T04:33:16.2596440Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-03-14T04:33:16.2596907Z * [new branch] gh/yf225/164/base -> origin/gh/yf225/164/base 2025-03-14T04:33:16.2597366Z * [new branch] gh/yf225/164/head -> origin/gh/yf225/164/head 2025-03-14T04:33:16.2597932Z * [new branch] gh/yf225/164/orig -> origin/gh/yf225/164/orig 2025-03-14T04:33:16.2598505Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-03-14T04:33:16.3028540Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-03-14T04:33:16.3029096Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-03-14T04:33:16.3029573Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-03-14T04:33:16.3030054Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-03-14T04:33:16.3030540Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-03-14T04:33:16.3031041Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-03-14T04:33:16.3031549Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-03-14T04:33:16.3032187Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-03-14T04:33:16.3032690Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-03-14T04:33:16.3033200Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-03-14T04:33:16.3033707Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-03-14T04:33:16.3034199Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-03-14T04:33:16.3034697Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-03-14T04:33:16.3035207Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-03-14T04:33:16.3035707Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-03-14T04:33:16.3036219Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-03-14T04:33:16.3036723Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-03-14T04:33:16.3037215Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-03-14T04:33:16.3037715Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-03-14T04:33:16.3038218Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-03-14T04:33:16.3038802Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-03-14T04:33:16.3039301Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-03-14T04:33:16.3039805Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-03-14T04:33:16.3040296Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-03-14T04:33:16.3040813Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-03-14T04:33:16.3041321Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-03-14T04:33:16.3041832Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-03-14T04:33:16.3042330Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-03-14T04:33:16.3042833Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-03-14T04:33:16.3043331Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-03-14T04:33:16.3043819Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-03-14T04:33:16.3044316Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-03-14T04:33:16.3044817Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-03-14T04:33:16.3045328Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-03-14T04:33:16.3045827Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-03-14T04:33:16.3046449Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-03-14T04:33:16.3046945Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-03-14T04:33:16.3047460Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-03-14T04:33:16.3047961Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-03-14T04:33:16.3048475Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-03-14T04:33:16.3048988Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-03-14T04:33:16.3049565Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-03-14T04:33:16.3050227Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-03-14T04:33:16.3050747Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-03-14T04:33:16.3051261Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-03-14T04:33:16.3051766Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-03-14T04:33:16.3468099Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-03-14T04:33:16.3468695Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-03-14T04:33:16.3469268Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-03-14T04:33:16.3469908Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-03-14T04:33:16.3470469Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-03-14T04:33:16.3470988Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-03-14T04:33:16.3471515Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-03-14T04:33:16.3472019Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-03-14T04:33:16.3472524Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-03-14T04:33:16.3473021Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-03-14T04:33:16.3473546Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-03-14T04:33:16.3474052Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-03-14T04:33:16.3474568Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-03-14T04:33:16.3475073Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-03-14T04:33:16.3475575Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-03-14T04:33:16.3476085Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-03-14T04:33:16.3476581Z * [new branch] gh/ysiraichi/83/base -> origin/gh/ysiraichi/83/base 2025-03-14T04:33:16.3477091Z * [new branch] gh/ysiraichi/83/head -> origin/gh/ysiraichi/83/head 2025-03-14T04:33:16.3477643Z * [new branch] gh/ysiraichi/83/orig -> origin/gh/ysiraichi/83/orig 2025-03-14T04:33:16.3478182Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-03-14T04:33:16.3478783Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-03-14T04:33:16.3479300Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-03-14T04:33:16.3479828Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-03-14T04:33:16.3480539Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-03-14T04:33:16.3481057Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-03-14T04:33:16.3481569Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-03-14T04:33:16.3482080Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-03-14T04:33:16.3482600Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-03-14T04:33:16.3483112Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-03-14T04:33:16.3483653Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-03-14T04:33:16.3484327Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-03-14T04:33:16.3484837Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-03-14T04:33:16.3485358Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-03-14T04:33:16.3485864Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-03-14T04:33:16.3486367Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-03-14T04:33:16.3486850Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-03-14T04:33:16.3487343Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-03-14T04:33:16.3487836Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-03-14T04:33:16.3488324Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-03-14T04:33:16.3488825Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-03-14T04:33:16.3489352Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-03-14T04:33:16.3489879Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-03-14T04:33:16.3490375Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-03-14T04:33:16.3490860Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-03-14T04:33:16.3491353Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-03-14T04:33:16.3491862Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-03-14T04:33:16.3492354Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-03-14T04:33:16.3896504Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-03-14T04:33:16.3897101Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-03-14T04:33:16.3897613Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-03-14T04:33:16.3898117Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-03-14T04:33:16.3898603Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-03-14T04:33:16.3899084Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-03-14T04:33:16.3899576Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-03-14T04:33:16.3900059Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-03-14T04:33:16.3900693Z * [new branch] gh/zou3519/1129/base -> origin/gh/zou3519/1129/base 2025-03-14T04:33:16.3901192Z * [new branch] gh/zou3519/1129/head -> origin/gh/zou3519/1129/head 2025-03-14T04:33:16.3901673Z * [new branch] gh/zou3519/1129/orig -> origin/gh/zou3519/1129/orig 2025-03-14T04:33:16.3902363Z * [new branch] gh/zou3519/1130/base -> origin/gh/zou3519/1130/base 2025-03-14T04:33:16.3902860Z * [new branch] gh/zou3519/1130/head -> origin/gh/zou3519/1130/head 2025-03-14T04:33:16.3903350Z * [new branch] gh/zou3519/1130/orig -> origin/gh/zou3519/1130/orig 2025-03-14T04:33:16.3903833Z * [new branch] gh/zou3519/1134/base -> origin/gh/zou3519/1134/base 2025-03-14T04:33:16.3904327Z * [new branch] gh/zou3519/1134/head -> origin/gh/zou3519/1134/head 2025-03-14T04:33:16.3904813Z * [new branch] gh/zou3519/1135/base -> origin/gh/zou3519/1135/base 2025-03-14T04:33:16.3905302Z * [new branch] gh/zou3519/1135/head -> origin/gh/zou3519/1135/head 2025-03-14T04:33:16.3906012Z * [new branch] gh/zou3519/1135/orig -> origin/gh/zou3519/1135/orig 2025-03-14T04:33:16.3906955Z * [new branch] gh/zou3519/1136/base -> origin/gh/zou3519/1136/base 2025-03-14T04:33:16.3907930Z * [new branch] gh/zou3519/1136/head -> origin/gh/zou3519/1136/head 2025-03-14T04:33:16.3908874Z * [new branch] gh/zou3519/1136/orig -> origin/gh/zou3519/1136/orig 2025-03-14T04:33:16.3909809Z * [new branch] gh/zou3519/1137/base -> origin/gh/zou3519/1137/base 2025-03-14T04:33:16.3910752Z * [new branch] gh/zou3519/1137/head -> origin/gh/zou3519/1137/head 2025-03-14T04:33:16.3911699Z * [new branch] gh/zou3519/1137/orig -> origin/gh/zou3519/1137/orig 2025-03-14T04:33:16.3912631Z * [new branch] gh/zou3519/1138/base -> origin/gh/zou3519/1138/base 2025-03-14T04:33:16.3913125Z * [new branch] gh/zou3519/1138/head -> origin/gh/zou3519/1138/head 2025-03-14T04:33:16.3913612Z * [new branch] gh/zou3519/1138/orig -> origin/gh/zou3519/1138/orig 2025-03-14T04:33:16.3914113Z * [new branch] gh/zou3519/1139/base -> origin/gh/zou3519/1139/base 2025-03-14T04:33:16.3914621Z * [new branch] gh/zou3519/1139/head -> origin/gh/zou3519/1139/head 2025-03-14T04:33:16.3915112Z * [new branch] gh/zou3519/1139/orig -> origin/gh/zou3519/1139/orig 2025-03-14T04:33:16.3915604Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-03-14T04:33:16.3916101Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-03-14T04:33:16.3916582Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-03-14T04:33:16.3917073Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-03-14T04:33:16.3917807Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-03-14T04:33:16.3918809Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-03-14T04:33:16.3919766Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-03-14T04:33:16.3920736Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-03-14T04:33:16.3921676Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-03-14T04:33:16.3922610Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-03-14T04:33:16.3923546Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-03-14T04:33:16.3924489Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-03-14T04:33:16.3925425Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-03-14T04:33:16.3926400Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-03-14T04:33:16.3927339Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-03-14T04:33:16.4321052Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-03-14T04:33:16.4321749Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-03-14T04:33:16.4322350Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-03-14T04:33:16.4322938Z * [new branch] gh/zou3519/1146/base -> origin/gh/zou3519/1146/base 2025-03-14T04:33:16.4323505Z * [new branch] gh/zou3519/1146/head -> origin/gh/zou3519/1146/head 2025-03-14T04:33:16.4324065Z * [new branch] gh/zou3519/1146/orig -> origin/gh/zou3519/1146/orig 2025-03-14T04:33:16.4324673Z * [new branch] gh/zou3519/1147/base -> origin/gh/zou3519/1147/base 2025-03-14T04:33:16.4325399Z * [new branch] gh/zou3519/1147/head -> origin/gh/zou3519/1147/head 2025-03-14T04:33:16.4325991Z * [new branch] gh/zou3519/1147/orig -> origin/gh/zou3519/1147/orig 2025-03-14T04:33:16.4326585Z * [new branch] gh/zou3519/1148/base -> origin/gh/zou3519/1148/base 2025-03-14T04:33:16.4327179Z * [new branch] gh/zou3519/1148/head -> origin/gh/zou3519/1148/head 2025-03-14T04:33:16.4327723Z * [new branch] gh/zou3519/1149/base -> origin/gh/zou3519/1149/base 2025-03-14T04:33:16.4328307Z * [new branch] gh/zou3519/1149/head -> origin/gh/zou3519/1149/head 2025-03-14T04:33:16.4328897Z * [new branch] gh/zou3519/1149/orig -> origin/gh/zou3519/1149/orig 2025-03-14T04:33:16.4329476Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-03-14T04:33:16.4330063Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-03-14T04:33:16.4330601Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-03-14T04:33:16.4331189Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-03-14T04:33:16.4331762Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-03-14T04:33:16.4332281Z * [new branch] google-main -> origin/google-main 2025-03-14T04:33:16.4332878Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-03-14T04:33:16.4333501Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-03-14T04:33:16.4334005Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-03-14T04:33:16.4334468Z * [new branch] guard_system -> origin/guard_system 2025-03-14T04:33:16.4335107Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-03-14T04:33:16.4335795Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-03-14T04:33:16.4336287Z * [new branch] hhh_rand -> origin/hhh_rand 2025-03-14T04:33:16.4336745Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-03-14T04:33:16.4337243Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-03-14T04:33:16.4337744Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-03-14T04:33:16.4338258Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-03-14T04:33:16.4338796Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-03-14T04:33:16.4339361Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-03-14T04:33:16.4339957Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-03-14T04:33:16.4340702Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-03-14T04:33:16.4341299Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-03-14T04:33:16.4341885Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-03-14T04:33:16.4342409Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-03-14T04:33:16.4342965Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-03-14T04:33:16.4343489Z * [new branch] inline -> origin/inline 2025-03-14T04:33:16.4343910Z * [new branch] inlining -> origin/inlining 2025-03-14T04:33:16.4345202Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-03-14T04:33:16.4345727Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-03-14T04:33:16.4346197Z * [new branch] int8_sdpa_template -> origin/int8_sdpa_template 2025-03-14T04:33:16.4346685Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-03-14T04:33:16.4347139Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-03-14T04:33:16.4347578Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-03-14T04:33:16.4348039Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-03-14T04:33:16.4750837Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-03-14T04:33:16.4751360Z * [new branch] issue#58739 -> origin/issue#58739 2025-03-14T04:33:16.4751916Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-03-14T04:33:16.4752562Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-03-14T04:33:16.4753226Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-03-14T04:33:16.4753900Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-03-14T04:33:16.4754536Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-03-14T04:33:16.4755134Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-03-14T04:33:16.4755984Z * [new branch] jeanschmidt/manywheel_memory -> origin/jeanschmidt/manywheel_memory 2025-03-14T04:33:16.4756928Z * [new branch] jeanschmidt/pull_ephemeral_runners -> origin/jeanschmidt/pull_ephemeral_runners 2025-03-14T04:33:16.4757603Z * [new branch] jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-14T04:33:16.4758277Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-03-14T04:33:16.4758985Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-03-14T04:33:16.4759576Z * [new branch] justinchu/onnxscript-0.2.2 -> origin/justinchu/onnxscript-0.2.2 2025-03-14T04:33:16.4760154Z * [new branch] justinchu/redundant-move -> origin/justinchu/redundant-move 2025-03-14T04:33:16.4760707Z * [new branch] justinchu/retrace-jit -> origin/justinchu/retrace-jit 2025-03-14T04:33:16.4761250Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-03-14T04:33:16.4762211Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-03-14T04:33:16.4762854Z * [new branch] jz/istft -> origin/jz/istft 2025-03-14T04:33:16.4763308Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-03-14T04:33:16.4763779Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-03-14T04:33:16.4764635Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-03-14T04:33:16.4765434Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-03-14T04:33:16.4766098Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-03-14T04:33:16.4766636Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-03-14T04:33:16.4767126Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-03-14T04:33:16.4767964Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-03-14T04:33:16.4768792Z * [new branch] kleidiai_bf16_issue_fix -> origin/kleidiai_bf16_issue_fix 2025-03-14T04:33:16.4769355Z * [new branch] kleidiai_submodule_update -> origin/kleidiai_submodule_update 2025-03-14T04:33:16.4769920Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-14T04:33:16.4770515Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-03-14T04:33:16.4771174Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-03-14T04:33:16.4771740Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-03-14T04:33:16.4772179Z * [new branch] main -> origin/main 2025-03-14T04:33:16.4772609Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-03-14T04:33:16.4773080Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-14T04:33:16.4773971Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-03-14T04:33:16.4774574Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-03-14T04:33:16.4775056Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-14T04:33:16.4775584Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-03-14T04:33:16.4776054Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-14T04:33:16.4776534Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-03-14T04:33:16.4777009Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-03-14T04:33:16.4777473Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-14T04:33:16.4777937Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-03-14T04:33:16.5173853Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-03-14T04:33:16.5174443Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-03-14T04:33:16.5175057Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-03-14T04:33:16.5175617Z * [new branch] malfet/mps-fix-rand-5d -> origin/malfet/mps-fix-rand-5d 2025-03-14T04:33:16.5176212Z * [new branch] malfet/mps-fix-strided-logic -> origin/malfet/mps-fix-strided-logic 2025-03-14T04:33:16.5176819Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-03-14T04:33:16.5177377Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-03-14T04:33:16.5177849Z * [new branch] mem-leak -> origin/mem-leak 2025-03-14T04:33:16.5178352Z * [new branch] mem-leak1 -> origin/mem-leak1 2025-03-14T04:33:16.5178840Z * [new branch] migrate_map -> origin/migrate_map 2025-03-14T04:33:16.5179989Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-03-14T04:33:16.5180549Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-03-14T04:33:16.5181030Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-03-14T04:33:16.5181509Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-03-14T04:33:16.5182043Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-03-14T04:33:16.5182590Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-03-14T04:33:16.5183110Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-03-14T04:33:16.5183722Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-03-14T04:33:16.5184306Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-03-14T04:33:16.5184917Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-03-14T04:33:16.5185432Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-03-14T04:33:16.5185979Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-03-14T04:33:16.5186550Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-03-14T04:33:16.5187068Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-03-14T04:33:16.5187555Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-03-14T04:33:16.5188031Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-03-14T04:33:16.5188504Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-03-14T04:33:16.5188974Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-03-14T04:33:16.5189433Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-03-14T04:33:16.5189957Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-03-14T04:33:16.5190533Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-03-14T04:33:16.5191036Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-03-14T04:33:16.5191488Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-03-14T04:33:16.5191987Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-03-14T04:33:16.5192592Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-03-14T04:33:16.5193167Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-03-14T04:33:16.5193664Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-03-14T04:33:16.5194179Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-03-14T04:33:16.5194692Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-03-14T04:33:16.5195241Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-03-14T04:33:16.5195871Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-03-14T04:33:16.5196349Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-03-14T04:33:16.5196808Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-03-14T04:33:16.5197271Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-03-14T04:33:16.5197734Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-03-14T04:33:16.5198194Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-03-14T04:33:16.5198876Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-03-14T04:33:16.5599082Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-03-14T04:33:16.5599631Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-03-14T04:33:16.5600340Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-03-14T04:33:16.5601127Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-03-14T04:33:16.5601597Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-03-14T04:33:16.5602053Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-03-14T04:33:16.5602770Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-03-14T04:33:16.5603310Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-03-14T04:33:16.5603816Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-03-14T04:33:16.5604338Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-03-14T04:33:16.5604912Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-03-14T04:33:16.5605445Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-03-14T04:33:16.5606056Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-03-14T04:33:16.5606879Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-03-14T04:33:16.5607343Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-03-14T04:33:16.5607814Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-03-14T04:33:16.5608322Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-03-14T04:33:16.5608820Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-03-14T04:33:16.5609333Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-03-14T04:33:16.5609923Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-03-14T04:33:16.5610539Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-03-14T04:33:16.5611126Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-03-14T04:33:16.5611864Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-03-14T04:33:16.5612786Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-03-14T04:33:16.5613269Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-03-14T04:33:16.5613791Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-03-14T04:33:16.5614289Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-03-14T04:33:16.5614740Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-03-14T04:33:16.5615273Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-03-14T04:33:16.5615868Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-03-14T04:33:16.5616410Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-03-14T04:33:16.5616926Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-03-14T04:33:16.5617427Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-03-14T04:33:16.5618303Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-03-14T04:33:16.5619070Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-03-14T04:33:16.5619570Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-03-14T04:33:16.5620086Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-03-14T04:33:16.5620598Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-03-14T04:33:16.5621072Z * [new branch] mlazos/pt -> origin/mlazos/pt 2025-03-14T04:33:16.5621530Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-03-14T04:33:16.5621984Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-03-14T04:33:16.5622542Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-03-14T04:33:16.5623087Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-03-14T04:33:16.5624010Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-03-14T04:33:16.5624677Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-03-14T04:33:16.5625185Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-03-14T04:33:16.5625765Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-03-14T04:33:16.6045542Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-03-14T04:33:16.6046141Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-03-14T04:33:16.6046666Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-03-14T04:33:16.6047168Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-03-14T04:33:16.6047666Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-03-14T04:33:16.6048187Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-03-14T04:33:16.6048730Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-03-14T04:33:16.6049250Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-03-14T04:33:16.6049774Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-03-14T04:33:16.6050284Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-03-14T04:33:16.6050816Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-03-14T04:33:16.6051353Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-03-14T04:33:16.6051839Z * [new branch] mlazos/th -> origin/mlazos/th 2025-03-14T04:33:16.6052314Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-03-14T04:33:16.6052790Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-03-14T04:33:16.6053276Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-03-14T04:33:16.6053771Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-03-14T04:33:16.6054261Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-03-14T04:33:16.6054692Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-03-14T04:33:16.6055139Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-03-14T04:33:16.6055597Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-03-14T04:33:16.6056074Z * [new branch] mradmila/host_stats -> origin/mradmila/host_stats 2025-03-14T04:33:16.6056789Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-03-14T04:33:16.6057311Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-03-14T04:33:16.6057824Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-03-14T04:33:16.6058333Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-03-14T04:33:16.6058849Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-03-14T04:33:16.6059340Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-03-14T04:33:16.6059878Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-03-14T04:33:16.6060548Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-03-14T04:33:16.6061102Z * [new branch] mypy_fix -> origin/mypy_fix 2025-03-14T04:33:16.6061601Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-03-14T04:33:16.6062059Z * [new branch] nWEIdia-patch-1 -> origin/nWEIdia-patch-1 2025-03-14T04:33:16.6062632Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-03-14T04:33:16.6063139Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-03-14T04:33:16.6063604Z * [new branch] new_guard_system -> origin/new_guard_system 2025-03-14T04:33:16.6064057Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-03-14T04:33:16.6064499Z * [new branch] ngimel/copy2d -> origin/ngimel/copy2d 2025-03-14T04:33:16.6064932Z * [new branch] ngimel/gg -> origin/ngimel/gg 2025-03-14T04:33:16.6065378Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-03-14T04:33:16.6065814Z * [new branch] nightly -> origin/nightly 2025-03-14T04:33:16.6066306Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-03-14T04:33:16.6066898Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-03-14T04:33:16.6067367Z * [new branch] offline -> origin/offline 2025-03-14T04:33:16.6067843Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-03-14T04:33:16.6068312Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-03-14T04:33:16.6068797Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-03-14T04:33:16.6069281Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-03-14T04:33:16.6069757Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-03-14T04:33:16.6452859Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-03-14T04:33:16.6453785Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-03-14T04:33:16.6454294Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-03-14T04:33:16.6454770Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-03-14T04:33:16.6455236Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-03-14T04:33:16.6455704Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-03-14T04:33:16.6456175Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-03-14T04:33:16.6456654Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-03-14T04:33:16.6457323Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-03-14T04:33:16.6458407Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-03-14T04:33:16.6458890Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-03-14T04:33:16.6459362Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-03-14T04:33:16.6459891Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-03-14T04:33:16.6460419Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-03-14T04:33:16.6460891Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-03-14T04:33:16.6461361Z * [new branch] padded-tensor -> origin/padded-tensor 2025-03-14T04:33:16.6461958Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-03-14T04:33:16.6462412Z * [new branch] parallel_cat -> origin/parallel_cat 2025-03-14T04:33:16.6462897Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-03-14T04:33:16.6463338Z * [new branch] pca2 -> origin/pca2 2025-03-14T04:33:16.6463853Z * [new branch] pianpwk/backed_size_oblivious -> origin/pianpwk/backed_size_oblivious 2025-03-14T04:33:16.6464505Z * [new branch] pianpwk/backed_size_oblivious_global -> origin/pianpwk/backed_size_oblivious_global 2025-03-14T04:33:16.6465192Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-03-14T04:33:16.6465844Z * [new branch] pianpwk/clear_pending_unbacked -> origin/pianpwk/clear_pending_unbacked 2025-03-14T04:33:16.6466445Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-03-14T04:33:16.6467068Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-03-14T04:33:16.6467678Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-03-14T04:33:16.6468605Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-03-14T04:33:16.6469224Z * [new branch] pianpwk/torchbench_combine_args -> origin/pianpwk/torchbench_combine_args 2025-03-14T04:33:16.6469878Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-03-14T04:33:16.6470485Z * [new branch] pianpwk/unbacked_bindings -> origin/pianpwk/unbacked_bindings 2025-03-14T04:33:16.6471045Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-03-14T04:33:16.6471569Z * [new branch] polyfill-class -> origin/polyfill-class 2025-03-14T04:33:16.6472032Z * [new branch] pr/131860 -> origin/pr/131860 2025-03-14T04:33:16.6472455Z * [new branch] pr149164 -> origin/pr149164 2025-03-14T04:33:16.6472979Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-03-14T04:33:16.6473565Z * [new branch] print_hostname_rocm_runners -> origin/print_hostname_rocm_runners 2025-03-14T04:33:16.6474085Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-03-14T04:33:16.6474549Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-03-14T04:33:16.6475053Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-03-14T04:33:16.6475558Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-03-14T04:33:16.6476061Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-03-14T04:33:16.6476576Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-03-14T04:33:16.6477270Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-03-14T04:33:16.6477839Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-03-14T04:33:16.6478341Z * [new branch] raggedsdpa -> origin/raggedsdpa 2025-03-14T04:33:16.6865199Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-03-14T04:33:16.6865889Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-03-14T04:33:16.6866359Z * [new branch] release/1.10 -> origin/release/1.10 2025-03-14T04:33:16.6866819Z * [new branch] release/1.11 -> origin/release/1.11 2025-03-14T04:33:16.6867277Z * [new branch] release/1.12 -> origin/release/1.12 2025-03-14T04:33:16.6867919Z * [new branch] release/1.13 -> origin/release/1.13 2025-03-14T04:33:16.6868372Z * [new branch] release/1.4 -> origin/release/1.4 2025-03-14T04:33:16.6868824Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-03-14T04:33:16.6869279Z * [new branch] release/1.5 -> origin/release/1.5 2025-03-14T04:33:16.6869721Z * [new branch] release/1.6 -> origin/release/1.6 2025-03-14T04:33:16.6870155Z * [new branch] release/1.7 -> origin/release/1.7 2025-03-14T04:33:16.6870580Z * [new branch] release/1.8 -> origin/release/1.8 2025-03-14T04:33:16.6871073Z * [new branch] release/1.9 -> origin/release/1.9 2025-03-14T04:33:16.6871603Z * [new branch] release/2.0 -> origin/release/2.0 2025-03-14T04:33:16.6872083Z * [new branch] release/2.1 -> origin/release/2.1 2025-03-14T04:33:16.6872666Z * [new branch] release/2.2 -> origin/release/2.2 2025-03-14T04:33:16.6873150Z * [new branch] release/2.3 -> origin/release/2.3 2025-03-14T04:33:16.6873677Z * [new branch] release/2.4 -> origin/release/2.4 2025-03-14T04:33:16.6874189Z * [new branch] release/2.5 -> origin/release/2.5 2025-03-14T04:33:16.6874691Z * [new branch] release/2.6 -> origin/release/2.6 2025-03-14T04:33:16.6875203Z * [new branch] release/2.7 -> origin/release/2.7 2025-03-14T04:33:16.6875700Z * [new branch] release_notes -> origin/release_notes 2025-03-14T04:33:16.6876304Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-03-14T04:33:16.6876933Z * [new branch] remove-link-survey -> origin/remove-link-survey 2025-03-14T04:33:16.6877527Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-03-14T04:33:16.6878105Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-03-14T04:33:16.6879000Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-03-14T04:33:16.6879853Z * [new branch] revert-112125 -> origin/revert-112125 2025-03-14T04:33:16.6880591Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-03-14T04:33:16.6881465Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-03-14T04:33:16.6882244Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-03-14T04:33:16.6882953Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-03-14T04:33:16.6883487Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-03-14T04:33:16.6884144Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-03-14T04:33:16.6884672Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-03-14T04:33:16.6885196Z * [new branch] rprop-playground -> origin/rprop-playground 2025-03-14T04:33:16.6885732Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-03-14T04:33:16.6886463Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-03-14T04:33:16.6887197Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-03-14T04:33:16.6887823Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-03-14T04:33:16.6888430Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-03-14T04:33:16.6888958Z * [new branch] rzou/fix -> origin/rzou/fix 2025-03-14T04:33:16.6889387Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-03-14T04:33:16.6889814Z * [new branch] rzou/njt -> origin/rzou/njt 2025-03-14T04:33:16.6890258Z * [new branch] rzou/operator -> origin/rzou/operator 2025-03-14T04:33:16.6890699Z * [new branch] rzou/pca -> origin/rzou/pca 2025-03-14T04:33:16.6891145Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-03-14T04:33:16.6891617Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-03-14T04:33:16.7251828Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-03-14T04:33:16.7252502Z * [new branch] sanchitintel/fix_llama_da8w8_corner_case -> origin/sanchitintel/fix_llama_da8w8_corner_case 2025-03-14T04:33:16.7253416Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-03-14T04:33:16.7254262Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-03-14T04:33:16.7254990Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-03-14T04:33:16.7255854Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-03-14T04:33:16.7256684Z * [new branch] sanchitintel/woq_gemm_buf_size_patch -> origin/sanchitintel/woq_gemm_buf_size_patch 2025-03-14T04:33:16.7257468Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-03-14T04:33:16.7258193Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-03-14T04:33:16.7258738Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-03-14T04:33:16.7259216Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-03-14T04:33:16.7259702Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-03-14T04:33:16.7260219Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-03-14T04:33:16.7260710Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-03-14T04:33:16.7261187Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-03-14T04:33:16.7261664Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-03-14T04:33:16.7262154Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-14T04:33:16.7262897Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-03-14T04:33:16.7263470Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-03-14T04:33:16.7263943Z * [new branch] sdym/wno -> origin/sdym/wno 2025-03-14T04:33:16.7264561Z * [new branch] seemethere/add_h100_nightly_perf_benchmarks -> origin/seemethere/add_h100_nightly_perf_benchmarks 2025-03-14T04:33:16.7265221Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-03-14T04:33:16.7265720Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-03-14T04:33:16.7266251Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-03-14T04:33:16.7266920Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-03-14T04:33:16.7267488Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-03-14T04:33:16.7268080Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-03-14T04:33:16.7268703Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-03-14T04:33:16.7269330Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-03-14T04:33:16.7269972Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-03-14T04:33:16.7270695Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-03-14T04:33:16.7271295Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-03-14T04:33:16.7271830Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-03-14T04:33:16.7272331Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-03-14T04:33:16.7272875Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-03-14T04:33:16.7273395Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-03-14T04:33:16.7273870Z * [new branch] stable-library -> origin/stable-library 2025-03-14T04:33:16.7274416Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-03-14T04:33:16.7274939Z * [new branch] super -> origin/super 2025-03-14T04:33:16.7275388Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-14T04:33:16.7275849Z * [new branch] switch-bn -> origin/switch-bn 2025-03-14T04:33:16.7276346Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-03-14T04:33:16.7276958Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-03-14T04:33:16.7659953Z * [new branch] tensor_life -> origin/tensor_life 2025-03-14T04:33:16.7660518Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-03-14T04:33:16.7661078Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-03-14T04:33:16.7661667Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-03-14T04:33:16.7662211Z * [new branch] test/inductor -> origin/test/inductor 2025-03-14T04:33:16.7662717Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-03-14T04:33:16.7671883Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-03-14T04:33:16.7672674Z * [new branch] torch-abi-version -> origin/torch-abi-version 2025-03-14T04:33:16.7673178Z * [new branch] torchgen_ns -> origin/torchgen_ns 2025-03-14T04:33:16.7673908Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-03-14T04:33:16.7674471Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-03-14T04:33:16.7674995Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-03-14T04:33:16.7675466Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-03-14T04:33:16.7675972Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-03-14T04:33:16.7676520Z * [new branch] triton-update -> origin/triton-update 2025-03-14T04:33:16.7676975Z * [new branch] triton_kernel -> origin/triton_kernel 2025-03-14T04:33:16.7677581Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-03-14T04:33:16.7678107Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-03-14T04:33:16.7678708Z * [new branch] type_dec -> origin/type_dec 2025-03-14T04:33:16.7679213Z * [new branch] unbreak_cpp_builder_clang -> origin/unbreak_cpp_builder_clang 2025-03-14T04:33:16.7679893Z * [new branch] update-audio-commit-hash/13210264744-1454-1 -> origin/update-audio-commit-hash/13210264744-1454-1 2025-03-14T04:33:16.7680717Z * [new branch] update-audio-commit-hash/13402729107-1466-1 -> origin/update-audio-commit-hash/13402729107-1466-1 2025-03-14T04:33:16.7681573Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-03-14T04:33:16.7682481Z * [new branch] update-executorch-commit-hash/13319730828-1460-1 -> origin/update-executorch-commit-hash/13319730828-1460-1 2025-03-14T04:33:16.7683398Z * [new branch] update-executorch-commit-hash/13339750520-1461-1 -> origin/update-executorch-commit-hash/13339750520-1461-1 2025-03-14T04:33:16.7684312Z * [new branch] update-executorch-commit-hash/13349943940-1462-1 -> origin/update-executorch-commit-hash/13349943940-1462-1 2025-03-14T04:33:16.7685219Z * [new branch] update-executorch-commit-hash/13360269739-1463-1 -> origin/update-executorch-commit-hash/13360269739-1463-1 2025-03-14T04:33:16.7686123Z * [new branch] update-executorch-commit-hash/13380672687-1464-1 -> origin/update-executorch-commit-hash/13380672687-1464-1 2025-03-14T04:33:16.7687024Z * [new branch] update-executorch-commit-hash/13402729107-1466-1 -> origin/update-executorch-commit-hash/13402729107-1466-1 2025-03-14T04:33:16.7687889Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-03-14T04:33:16.7688724Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-03-14T04:33:16.7689520Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-03-14T04:33:16.7690312Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-03-14T04:33:16.7691109Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-03-14T04:33:16.7691902Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-03-14T04:33:16.7692682Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-03-14T04:33:16.7693469Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-03-14T04:33:16.7694378Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-03-14T04:33:16.8729437Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-03-14T04:33:16.8730310Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-03-14T04:33:16.8731114Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-03-14T04:33:16.8731906Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-03-14T04:33:16.8732695Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-03-14T04:33:16.8733715Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-03-14T04:33:16.8734537Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-03-14T04:33:16.8735339Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-03-14T04:33:16.8736139Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-03-14T04:33:16.8737010Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-03-14T04:33:16.8737857Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-03-14T04:33:16.8738654Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-03-14T04:33:16.8739451Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-03-14T04:33:16.8740237Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-03-14T04:33:16.8741042Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-03-14T04:33:16.8741828Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-03-14T04:33:16.8742574Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-03-14T04:33:16.8743295Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-03-14T04:33:16.8744016Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-03-14T04:33:16.8744753Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-03-14T04:33:16.8745479Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-03-14T04:33:16.8746188Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-03-14T04:33:16.8746909Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-03-14T04:33:16.8747631Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-03-14T04:33:16.8748352Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-03-14T04:33:16.8749106Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-03-14T04:33:16.8749741Z * [new branch] update_kineto_0212_3 -> origin/update_kineto_0212_3 2025-03-14T04:33:16.8750374Z * [new branch] update_kineto_0214 -> origin/update_kineto_0214 2025-03-14T04:33:16.8750905Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-03-14T04:33:16.8751467Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-03-14T04:33:16.8752027Z * [new branch] update_slow_tests_1739173241 -> origin/update_slow_tests_1739173241 2025-03-14T04:33:16.8752585Z * [new branch] update_slow_tests_1739777990 -> origin/update_slow_tests_1739777990 2025-03-14T04:33:16.8753137Z * [new branch] update_slow_tests_1740382789 -> origin/update_slow_tests_1740382789 2025-03-14T04:33:16.8753794Z * [new branch] update_slow_tests_1741592409 -> origin/update_slow_tests_1741592409 2025-03-14T04:33:16.8754361Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-03-14T04:33:16.8754897Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-03-14T04:33:16.9251974Z * [new branch] use-better-label-for-dcp -> origin/use-better-label-for-dcp 2025-03-14T04:33:16.9252553Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-03-14T04:33:16.9252996Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-03-14T04:33:16.9253631Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-03-14T04:33:16.9254334Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-03-14T04:33:16.9254754Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-03-14T04:33:16.9255198Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-03-14T04:33:16.9255608Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-03-14T04:33:16.9256055Z * [new branch] validate_fn -> origin/validate_fn 2025-03-14T04:33:16.9256546Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-03-14T04:33:16.9257034Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-03-14T04:33:16.9257501Z * [new branch] viable/strict -> origin/viable/strict 2025-03-14T04:33:16.9257970Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-03-14T04:33:16.9258475Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-03-14T04:33:16.9258979Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-03-14T04:33:16.9259832Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-03-14T04:33:16.9260538Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-03-14T04:33:16.9261050Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-03-14T04:33:16.9261550Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-03-14T04:33:16.9262026Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-14T04:33:16.9262505Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-03-14T04:33:16.9262977Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-03-14T04:33:16.9263493Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-03-14T04:33:16.9264008Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-03-14T04:33:16.9264479Z * [new branch] whc/flight -> origin/whc/flight 2025-03-14T04:33:16.9264920Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-03-14T04:33:16.9265910Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-03-14T04:33:16.9266519Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-03-14T04:33:16.9266991Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-03-14T04:33:16.9267463Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-03-14T04:33:16.9267922Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-03-14T04:33:16.9268366Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-03-14T04:33:16.9268827Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-03-14T04:33:16.9269411Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-03-14T04:33:16.9269858Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-03-14T04:33:16.9270332Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-03-14T04:33:16.9270811Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-03-14T04:33:16.9271596Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-03-14T04:33:16.9272280Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-03-14T04:33:16.9272777Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-03-14T04:33:16.9273227Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-03-14T04:33:16.9273683Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-03-14T04:33:16.9274143Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-03-14T04:33:16.9274628Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-03-14T04:33:16.9275160Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-03-14T04:33:16.9275718Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-03-14T04:33:16.9276253Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-03-14T04:33:16.9276754Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-03-14T04:33:16.9277738Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-03-14T04:33:16.9278317Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-03-14T04:33:17.0507231Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-03-14T04:33:17.0507829Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-03-14T04:33:17.0508337Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-03-14T04:33:17.0508843Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-03-14T04:33:17.0509340Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-03-14T04:33:17.0509816Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-03-14T04:33:17.0510274Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-03-14T04:33:17.0510758Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-03-14T04:33:17.0511329Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-03-14T04:33:17.0511977Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-03-14T04:33:17.0512663Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-03-14T04:33:17.0513506Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-03-14T04:33:17.0514121Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-03-14T04:33:17.0514776Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-03-14T04:33:17.0515426Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-03-14T04:33:17.0516115Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-03-14T04:33:17.0516871Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-03-14T04:33:17.0517628Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-03-14T04:33:17.0518218Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-03-14T04:33:17.0518902Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-03-14T04:33:17.0519520Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-03-14T04:33:17.0520193Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-03-14T04:33:17.0520811Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-03-14T04:33:17.0521314Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-03-14T04:33:17.0521850Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-03-14T04:33:17.0522390Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-03-14T04:33:17.0522915Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-03-14T04:33:17.0523442Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-03-14T04:33:17.0523949Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-03-14T04:33:17.0524425Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-03-14T04:33:17.0524876Z * [new branch] xmfan/test -> origin/xmfan/test 2025-03-14T04:33:17.0525345Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-03-14T04:33:17.0525867Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-03-14T04:33:17.0526495Z * [new branch] yguo/fix-remaining-cpp-wrapper -> origin/yguo/fix-remaining-cpp-wrapper 2025-03-14T04:33:17.0527109Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-03-14T04:33:17.0527690Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-03-14T04:33:17.0528435Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-03-14T04:33:17.0529147Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-03-14T04:33:17.0529643Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-03-14T04:33:17.0530129Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-03-14T04:33:17.0530727Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-03-14T04:33:17.0531308Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-03-14T04:33:17.0531805Z * [new branch] zainr/make-unstable -> origin/zainr/make-unstable 2025-03-14T04:33:17.1254863Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-03-14T04:33:17.1258059Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-03-14T04:33:17.1259313Z * [new branch] zainr/mypy-break-test -> origin/zainr/mypy-break-test 2025-03-14T04:33:17.1260470Z * [new branch] zainr/mypy-break-test2 -> origin/zainr/mypy-break-test2 2025-03-14T04:33:17.1261668Z * [new branch] zainr/mypy-break-test3 -> origin/zainr/mypy-break-test3 2025-03-14T04:33:17.1262881Z * [new branch] zainr/mypy-update -> origin/zainr/mypy-update 2025-03-14T04:33:17.1264036Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-03-14T04:33:17.1265259Z * [new branch] zainr/revert-60576419a2a-make-dynamic -> origin/zainr/revert-60576419a2a-make-dynamic 2025-03-14T04:33:17.1266462Z * [new branch] zainr/sha-checking -> origin/zainr/sha-checking 2025-03-14T04:33:17.1267195Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-03-14T04:33:17.1267897Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-03-14T04:33:17.1268621Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-03-14T04:33:17.1269389Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-03-14T04:33:17.1270142Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-03-14T04:33:17.1270926Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-03-14T04:33:17.1271670Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-03-14T04:33:17.1272373Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-03-14T04:33:17.1273029Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-03-14T04:33:17.1273706Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-03-14T04:33:17.1274624Z * [new branch] zainrizvi/testing1 -> origin/zainrizvi/testing1 2025-03-14T04:33:17.1275588Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-03-14T04:33:17.1276237Z * [new branch] zb2p -> origin/zb2p 2025-03-14T04:33:17.1276793Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-03-14T04:33:17.1277463Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-03-14T04:33:17.1278211Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-03-14T04:33:17.1279003Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-03-14T04:33:17.1279725Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-03-14T04:33:17.1280842Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-03-14T04:33:17.1281817Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-03-14T04:33:17.1282386Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-03-14T04:33:17.1282913Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-03-14T04:33:17.1283599Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-03-14T04:33:17.1284394Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-03-14T04:33:17.1285229Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-03-14T04:33:17.1286015Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-03-14T04:33:17.1286649Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-03-14T04:33:17.1287477Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-03-14T04:33:17.1288049Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-03-14T04:33:17.1288606Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-03-14T04:33:17.1289200Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-03-14T04:33:17.1289791Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-03-14T04:33:17.1290523Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-03-14T04:33:17.1291442Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-03-14T04:33:17.1296005Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-03-14T04:33:17.1296774Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-03-14T04:33:17.1297447Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-03-14T04:33:17.1298107Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-03-14T04:33:17.1882531Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-03-14T04:33:17.1883099Z * [new tag] ciflow/binaries_wheel/146573 -> ciflow/binaries_wheel/146573 2025-03-14T04:33:17.1883613Z * [new tag] ciflow/binaries_wheel/147074 -> ciflow/binaries_wheel/147074 2025-03-14T04:33:17.1884440Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-03-14T04:33:17.1885043Z * [new tag] ciflow/binaries_wheel/148070 -> ciflow/binaries_wheel/148070 2025-03-14T04:33:17.1885566Z * [new tag] ciflow/binaries_wheel/148197 -> ciflow/binaries_wheel/148197 2025-03-14T04:33:17.1886071Z * [new tag] ciflow/binaries_wheel/148320 -> ciflow/binaries_wheel/148320 2025-03-14T04:33:17.1886579Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-03-14T04:33:17.1887038Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-03-14T04:33:17.1887530Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-03-14T04:33:17.1888180Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-03-14T04:33:17.1889062Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/148672 -> ciflow/inductor-perf-test-nightly-rocm/148672 2025-03-14T04:33:17.1890035Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/149039 -> ciflow/inductor-perf-test-nightly-rocm/149039 2025-03-14T04:33:17.1890884Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-03-14T04:33:17.1891568Z * [new tag] ciflow/inductor-periodic/147315 -> ciflow/inductor-periodic/147315 2025-03-14T04:33:17.1892198Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-03-14T04:33:17.1892789Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-03-14T04:33:17.1893319Z * [new tag] ciflow/inductor-rocm/146264 -> ciflow/inductor-rocm/146264 2025-03-14T04:33:17.1893898Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-03-14T04:33:17.1894471Z * [new tag] ciflow/inductor-rocm/147315 -> ciflow/inductor-rocm/147315 2025-03-14T04:33:17.1895010Z * [new tag] ciflow/inductor-rocm/147452 -> ciflow/inductor-rocm/147452 2025-03-14T04:33:17.1895597Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-03-14T04:33:17.1896175Z * [new tag] ciflow/inductor-rocm/148327 -> ciflow/inductor-rocm/148327 2025-03-14T04:33:17.1896965Z * [new tag] ciflow/inductor-rocm/149041 -> ciflow/inductor-rocm/149041 2025-03-14T04:33:17.1897537Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-03-14T04:33:17.1898104Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-03-14T04:33:17.1898605Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-03-14T04:33:17.1899157Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-03-14T04:33:17.1899648Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-03-14T04:33:17.1900198Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-03-14T04:33:17.1900860Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-03-14T04:33:17.1901406Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-03-14T04:33:17.1901911Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-03-14T04:33:17.1902451Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-03-14T04:33:17.1902898Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-03-14T04:33:17.1903344Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-03-14T04:33:17.1903785Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-03-14T04:33:17.1904217Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-03-14T04:33:17.1904658Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-03-14T04:33:17.1905110Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-03-14T04:33:17.1905547Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-03-14T04:33:17.1905997Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-03-14T04:33:17.1906441Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-03-14T04:33:17.1906875Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-03-14T04:33:17.1907322Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-03-14T04:33:17.1907812Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-03-14T04:33:17.1908306Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-03-14T04:33:17.2386003Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-03-14T04:33:17.2386554Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-03-14T04:33:17.2387012Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-03-14T04:33:17.2387467Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-03-14T04:33:17.2387906Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-03-14T04:33:17.2388346Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-03-14T04:33:17.2388788Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-03-14T04:33:17.2389240Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-03-14T04:33:17.2389700Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-03-14T04:33:17.2390137Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-03-14T04:33:17.2390594Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-03-14T04:33:17.2391035Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-03-14T04:33:17.2392372Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-03-14T04:33:17.2392851Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-03-14T04:33:17.2393293Z * [new tag] ciflow/inductor/134592 -> ciflow/inductor/134592 2025-03-14T04:33:17.2393736Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-03-14T04:33:17.2394176Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-03-14T04:33:17.2394618Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-03-14T04:33:17.2395058Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-03-14T04:33:17.2395651Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-03-14T04:33:17.2396093Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-03-14T04:33:17.2396549Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-03-14T04:33:17.2396989Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-03-14T04:33:17.2397432Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-03-14T04:33:17.2397875Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-03-14T04:33:17.2398317Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-03-14T04:33:17.2398843Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-03-14T04:33:17.2399289Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-03-14T04:33:17.2399729Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-03-14T04:33:17.2400181Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-03-14T04:33:17.2400637Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-03-14T04:33:17.2401077Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-03-14T04:33:17.2401514Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-03-14T04:33:17.2401952Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-03-14T04:33:17.2402389Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-03-14T04:33:17.2402831Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-03-14T04:33:17.2403280Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-03-14T04:33:17.2403718Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-03-14T04:33:17.2404168Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-03-14T04:33:17.2404612Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-03-14T04:33:17.2405049Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-03-14T04:33:17.2405487Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-03-14T04:33:17.2405938Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-03-14T04:33:17.2406378Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-03-14T04:33:17.2406819Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-03-14T04:33:17.2407257Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-03-14T04:33:17.2407695Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-03-14T04:33:17.2408146Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-03-14T04:33:17.2408588Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-03-14T04:33:17.2717988Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-03-14T04:33:17.2718601Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-03-14T04:33:17.2719059Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-03-14T04:33:17.2719515Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-03-14T04:33:17.2719958Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-03-14T04:33:17.2720408Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-03-14T04:33:17.2720851Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-03-14T04:33:17.2721444Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-03-14T04:33:17.2721890Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-03-14T04:33:17.2722359Z * [new tag] ciflow/inductor/143256 -> ciflow/inductor/143256 2025-03-14T04:33:17.2722805Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-03-14T04:33:17.2723240Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-03-14T04:33:17.2723683Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-03-14T04:33:17.2724131Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-03-14T04:33:17.2724576Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-03-14T04:33:17.2725025Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-03-14T04:33:17.2725469Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-03-14T04:33:17.2725917Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-03-14T04:33:17.2726369Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-03-14T04:33:17.2726810Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-03-14T04:33:17.2727255Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-03-14T04:33:17.2727698Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-03-14T04:33:17.2728141Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-03-14T04:33:17.2728574Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-03-14T04:33:17.2729027Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-03-14T04:33:17.2729474Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-03-14T04:33:17.2729931Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-03-14T04:33:17.2730381Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-03-14T04:33:17.2730827Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-03-14T04:33:17.2731257Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-03-14T04:33:17.2731709Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-03-14T04:33:17.2732156Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-03-14T04:33:17.2732600Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-03-14T04:33:17.2733045Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-03-14T04:33:17.2733492Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-03-14T04:33:17.2733936Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-03-14T04:33:17.2734491Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-03-14T04:33:17.2734939Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-03-14T04:33:17.2735384Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-03-14T04:33:17.2735832Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-03-14T04:33:17.2736278Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-03-14T04:33:17.2736728Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-03-14T04:33:17.2737170Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-03-14T04:33:17.2737719Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-03-14T04:33:17.2738168Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-03-14T04:33:17.2738623Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-03-14T04:33:17.2739076Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-03-14T04:33:17.2739521Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-03-14T04:33:17.2739956Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-03-14T04:33:17.2740393Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-03-14T04:33:17.3061471Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-03-14T04:33:17.3061978Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-03-14T04:33:17.3062463Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-03-14T04:33:17.3062906Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-03-14T04:33:17.3063353Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-03-14T04:33:17.3063796Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-03-14T04:33:17.3064246Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-03-14T04:33:17.3064688Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-03-14T04:33:17.3065130Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-03-14T04:33:17.3065574Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-03-14T04:33:17.3066012Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-03-14T04:33:17.3066475Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-03-14T04:33:17.3066909Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-03-14T04:33:17.3067356Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-03-14T04:33:17.3067796Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-03-14T04:33:17.3068243Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-03-14T04:33:17.3068687Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-03-14T04:33:17.3069139Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-03-14T04:33:17.3069571Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-03-14T04:33:17.3070008Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-03-14T04:33:17.3070457Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-03-14T04:33:17.3070895Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-03-14T04:33:17.3071545Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-03-14T04:33:17.3072000Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-03-14T04:33:17.3072434Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-03-14T04:33:17.3072891Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-03-14T04:33:17.3073339Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-03-14T04:33:17.3073784Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-03-14T04:33:17.3074229Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-03-14T04:33:17.3074794Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-03-14T04:33:17.3075233Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-03-14T04:33:17.3075694Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-03-14T04:33:17.3076143Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-03-14T04:33:17.3076597Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-03-14T04:33:17.3077044Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-03-14T04:33:17.3077486Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-03-14T04:33:17.3077918Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-03-14T04:33:17.3078359Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-03-14T04:33:17.3078901Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-03-14T04:33:17.3079344Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-03-14T04:33:17.3079799Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-03-14T04:33:17.3080247Z * [new tag] ciflow/inductor/145605 -> ciflow/inductor/145605 2025-03-14T04:33:17.3080685Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-03-14T04:33:17.3081136Z * [new tag] ciflow/inductor/145636 -> ciflow/inductor/145636 2025-03-14T04:33:17.3081576Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-03-14T04:33:17.3082022Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-03-14T04:33:17.3082462Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-03-14T04:33:17.3082908Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-03-14T04:33:17.3083351Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-03-14T04:33:17.3377602Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-03-14T04:33:17.3378125Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-03-14T04:33:17.3378578Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-03-14T04:33:17.3379029Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-03-14T04:33:17.3379474Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-03-14T04:33:17.3379918Z * [new tag] ciflow/inductor/146051 -> ciflow/inductor/146051 2025-03-14T04:33:17.3380363Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-03-14T04:33:17.3380816Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-03-14T04:33:17.3381557Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-03-14T04:33:17.3382659Z * [new tag] ciflow/inductor/146135 -> ciflow/inductor/146135 2025-03-14T04:33:17.3383120Z * [new tag] ciflow/inductor/146171 -> ciflow/inductor/146171 2025-03-14T04:33:17.3383571Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-03-14T04:33:17.3384032Z * [new tag] ciflow/inductor/146176 -> ciflow/inductor/146176 2025-03-14T04:33:17.3384481Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-03-14T04:33:17.3384925Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-03-14T04:33:17.3385373Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-03-14T04:33:17.3385957Z * [new tag] ciflow/inductor/146264 -> ciflow/inductor/146264 2025-03-14T04:33:17.3386404Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-03-14T04:33:17.3386867Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-03-14T04:33:17.3387367Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-03-14T04:33:17.3388232Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-03-14T04:33:17.3388935Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-03-14T04:33:17.3389389Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-03-14T04:33:17.3389833Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-03-14T04:33:17.3390279Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-03-14T04:33:17.3390709Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-03-14T04:33:17.3391151Z * [new tag] ciflow/inductor/146421 -> ciflow/inductor/146421 2025-03-14T04:33:17.3391592Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-03-14T04:33:17.3392027Z * [new tag] ciflow/inductor/146500 -> ciflow/inductor/146500 2025-03-14T04:33:17.3392465Z * [new tag] ciflow/inductor/146501 -> ciflow/inductor/146501 2025-03-14T04:33:17.3392901Z * [new tag] ciflow/inductor/146505 -> ciflow/inductor/146505 2025-03-14T04:33:17.3393332Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-03-14T04:33:17.3394078Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-03-14T04:33:17.3394927Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-03-14T04:33:17.3395376Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-03-14T04:33:17.3395832Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-03-14T04:33:17.3396293Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-03-14T04:33:17.3396746Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-03-14T04:33:17.3397184Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-03-14T04:33:17.3397621Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-03-14T04:33:17.3398061Z * [new tag] ciflow/inductor/146706 -> ciflow/inductor/146706 2025-03-14T04:33:17.3398581Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-03-14T04:33:17.3399038Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-03-14T04:33:17.3399500Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-03-14T04:33:17.3400243Z * [new tag] ciflow/inductor/146823 -> ciflow/inductor/146823 2025-03-14T04:33:17.3401103Z * [new tag] ciflow/inductor/146826 -> ciflow/inductor/146826 2025-03-14T04:33:17.3401710Z * [new tag] ciflow/inductor/146827 -> ciflow/inductor/146827 2025-03-14T04:33:17.3402165Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-03-14T04:33:17.3402628Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-03-14T04:33:17.3698366Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-03-14T04:33:17.3698891Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-03-14T04:33:17.3699335Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-03-14T04:33:17.3699967Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-03-14T04:33:17.3700917Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-03-14T04:33:17.3701375Z * [new tag] ciflow/inductor/146919 -> ciflow/inductor/146919 2025-03-14T04:33:17.3701845Z * [new tag] ciflow/inductor/146921 -> ciflow/inductor/146921 2025-03-14T04:33:17.3702294Z * [new tag] ciflow/inductor/146928 -> ciflow/inductor/146928 2025-03-14T04:33:17.3702732Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-03-14T04:33:17.3703174Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-03-14T04:33:17.3703613Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-03-14T04:33:17.3704053Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-03-14T04:33:17.3704496Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-03-14T04:33:17.3704944Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-03-14T04:33:17.3705387Z * [new tag] ciflow/inductor/147014 -> ciflow/inductor/147014 2025-03-14T04:33:17.3706204Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-03-14T04:33:17.3706807Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-03-14T04:33:17.3707251Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-03-14T04:33:17.3707695Z * [new tag] ciflow/inductor/147105 -> ciflow/inductor/147105 2025-03-14T04:33:17.3708138Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-03-14T04:33:17.3708583Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-03-14T04:33:17.3709021Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-03-14T04:33:17.3709469Z * [new tag] ciflow/inductor/147205 -> ciflow/inductor/147205 2025-03-14T04:33:17.3709907Z * [new tag] ciflow/inductor/147225 -> ciflow/inductor/147225 2025-03-14T04:33:17.3710361Z * [new tag] ciflow/inductor/147229 -> ciflow/inductor/147229 2025-03-14T04:33:17.3710802Z * [new tag] ciflow/inductor/147269 -> ciflow/inductor/147269 2025-03-14T04:33:17.3711260Z * [new tag] ciflow/inductor/147272 -> ciflow/inductor/147272 2025-03-14T04:33:17.3712071Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-03-14T04:33:17.3712654Z * [new tag] ciflow/inductor/147315 -> ciflow/inductor/147315 2025-03-14T04:33:17.3713103Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-03-14T04:33:17.3713557Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-03-14T04:33:17.3714006Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-03-14T04:33:17.3714455Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-03-14T04:33:17.3715056Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-03-14T04:33:17.3715512Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-03-14T04:33:17.3715973Z * [new tag] ciflow/inductor/147422 -> ciflow/inductor/147422 2025-03-14T04:33:17.3716431Z * [new tag] ciflow/inductor/147445 -> ciflow/inductor/147445 2025-03-14T04:33:17.3716891Z * [new tag] ciflow/inductor/147452 -> ciflow/inductor/147452 2025-03-14T04:33:17.3717594Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-03-14T04:33:17.3718292Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-03-14T04:33:17.3718948Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-03-14T04:33:17.3719397Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-03-14T04:33:17.3719859Z * [new tag] ciflow/inductor/147552 -> ciflow/inductor/147552 2025-03-14T04:33:17.3720304Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-03-14T04:33:17.3720756Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-03-14T04:33:17.3721189Z * [new tag] ciflow/inductor/147592 -> ciflow/inductor/147592 2025-03-14T04:33:17.3721629Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-03-14T04:33:17.3722080Z * [new tag] ciflow/inductor/147656 -> ciflow/inductor/147656 2025-03-14T04:33:17.3722533Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-03-14T04:33:17.3723053Z * [new tag] ciflow/inductor/147790 -> ciflow/inductor/147790 2025-03-14T04:33:17.4013776Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-03-14T04:33:17.4014306Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-03-14T04:33:17.4014752Z * [new tag] ciflow/inductor/147821 -> ciflow/inductor/147821 2025-03-14T04:33:17.4015211Z * [new tag] ciflow/inductor/147863 -> ciflow/inductor/147863 2025-03-14T04:33:17.4015663Z * [new tag] ciflow/inductor/147870 -> ciflow/inductor/147870 2025-03-14T04:33:17.4016142Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-03-14T04:33:17.4016779Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-03-14T04:33:17.4017573Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-03-14T04:33:17.4018044Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-03-14T04:33:17.4018478Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-03-14T04:33:17.4018925Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-03-14T04:33:17.4019364Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-03-14T04:33:17.4019801Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-03-14T04:33:17.4020246Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-03-14T04:33:17.4020690Z * [new tag] ciflow/inductor/147960 -> ciflow/inductor/147960 2025-03-14T04:33:17.4021126Z * [new tag] ciflow/inductor/147962 -> ciflow/inductor/147962 2025-03-14T04:33:17.4021572Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-03-14T04:33:17.4022019Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-03-14T04:33:17.4022458Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-03-14T04:33:17.4023105Z * [new tag] ciflow/inductor/148046 -> ciflow/inductor/148046 2025-03-14T04:33:17.4023558Z * [new tag] ciflow/inductor/148063 -> ciflow/inductor/148063 2025-03-14T04:33:17.4023997Z * [new tag] ciflow/inductor/148091 -> ciflow/inductor/148091 2025-03-14T04:33:17.4024441Z * [new tag] ciflow/inductor/148092 -> ciflow/inductor/148092 2025-03-14T04:33:17.4024883Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-03-14T04:33:17.4025327Z * [new tag] ciflow/inductor/148130 -> ciflow/inductor/148130 2025-03-14T04:33:17.4025770Z * [new tag] ciflow/inductor/148131 -> ciflow/inductor/148131 2025-03-14T04:33:17.4026338Z * [new tag] ciflow/inductor/148132 -> ciflow/inductor/148132 2025-03-14T04:33:17.4026775Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-03-14T04:33:17.4027230Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-03-14T04:33:17.4027677Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-03-14T04:33:17.4028130Z * [new tag] ciflow/inductor/148174 -> ciflow/inductor/148174 2025-03-14T04:33:17.4028584Z * [new tag] ciflow/inductor/148176 -> ciflow/inductor/148176 2025-03-14T04:33:17.4029032Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-03-14T04:33:17.4029484Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-03-14T04:33:17.4029931Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-03-14T04:33:17.4030379Z * [new tag] ciflow/inductor/148209 -> ciflow/inductor/148209 2025-03-14T04:33:17.4030823Z * [new tag] ciflow/inductor/148210 -> ciflow/inductor/148210 2025-03-14T04:33:17.4031268Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-03-14T04:33:17.4031720Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-03-14T04:33:17.4032164Z * [new tag] ciflow/inductor/148236 -> ciflow/inductor/148236 2025-03-14T04:33:17.4032886Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-03-14T04:33:17.4033620Z * [new tag] ciflow/inductor/148327 -> ciflow/inductor/148327 2025-03-14T04:33:17.4034078Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-03-14T04:33:17.4034527Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-03-14T04:33:17.4034979Z * [new tag] ciflow/inductor/148358 -> ciflow/inductor/148358 2025-03-14T04:33:17.4035422Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-03-14T04:33:17.4035867Z * [new tag] ciflow/inductor/148408 -> ciflow/inductor/148408 2025-03-14T04:33:17.4036315Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-03-14T04:33:17.4036755Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-03-14T04:33:17.4341767Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-03-14T04:33:17.4342309Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-03-14T04:33:17.4342771Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-14T04:33:17.4343235Z * [new tag] ciflow/inductor/148430 -> ciflow/inductor/148430 2025-03-14T04:33:17.4343699Z * [new tag] ciflow/inductor/148445 -> ciflow/inductor/148445 2025-03-14T04:33:17.4344141Z * [new tag] ciflow/inductor/148452 -> ciflow/inductor/148452 2025-03-14T04:33:17.4344989Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-03-14T04:33:17.4345687Z * [new tag] ciflow/inductor/148461 -> ciflow/inductor/148461 2025-03-14T04:33:17.4346135Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-03-14T04:33:17.4346591Z * [new tag] ciflow/inductor/148485 -> ciflow/inductor/148485 2025-03-14T04:33:17.4347026Z * [new tag] ciflow/inductor/148488 -> ciflow/inductor/148488 2025-03-14T04:33:17.4347473Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-03-14T04:33:17.4347920Z * [new tag] ciflow/inductor/148502 -> ciflow/inductor/148502 2025-03-14T04:33:17.4348495Z * [new tag] ciflow/inductor/148503 -> ciflow/inductor/148503 2025-03-14T04:33:17.4348943Z * [new tag] ciflow/inductor/148505 -> ciflow/inductor/148505 2025-03-14T04:33:17.4349401Z * [new tag] ciflow/inductor/148508 -> ciflow/inductor/148508 2025-03-14T04:33:17.4349862Z * [new tag] ciflow/inductor/148516 -> ciflow/inductor/148516 2025-03-14T04:33:17.4350318Z * [new tag] ciflow/inductor/148517 -> ciflow/inductor/148517 2025-03-14T04:33:17.4351168Z * [new tag] ciflow/inductor/148529 -> ciflow/inductor/148529 2025-03-14T04:33:17.4352026Z * [new tag] ciflow/inductor/148554 -> ciflow/inductor/148554 2025-03-14T04:33:17.4352876Z * [new tag] ciflow/inductor/148561 -> ciflow/inductor/148561 2025-03-14T04:33:17.4353729Z * [new tag] ciflow/inductor/148569 -> ciflow/inductor/148569 2025-03-14T04:33:17.4354583Z * [new tag] ciflow/inductor/148580 -> ciflow/inductor/148580 2025-03-14T04:33:17.4355439Z * [new tag] ciflow/inductor/148613 -> ciflow/inductor/148613 2025-03-14T04:33:17.4356304Z * [new tag] ciflow/inductor/148618 -> ciflow/inductor/148618 2025-03-14T04:33:17.4357162Z * [new tag] ciflow/inductor/148622 -> ciflow/inductor/148622 2025-03-14T04:33:17.4358017Z * [new tag] ciflow/inductor/148630 -> ciflow/inductor/148630 2025-03-14T04:33:17.4358927Z * [new tag] ciflow/inductor/148637 -> ciflow/inductor/148637 2025-03-14T04:33:17.4359775Z * [new tag] ciflow/inductor/148638 -> ciflow/inductor/148638 2025-03-14T04:33:17.4360592Z * [new tag] ciflow/inductor/148684 -> ciflow/inductor/148684 2025-03-14T04:33:17.4361450Z * [new tag] ciflow/inductor/148692 -> ciflow/inductor/148692 2025-03-14T04:33:17.4362310Z * [new tag] ciflow/inductor/148694 -> ciflow/inductor/148694 2025-03-14T04:33:17.4363176Z * [new tag] ciflow/inductor/148704 -> ciflow/inductor/148704 2025-03-14T04:33:17.4364040Z * [new tag] ciflow/inductor/148708 -> ciflow/inductor/148708 2025-03-14T04:33:17.4364898Z * [new tag] ciflow/inductor/148710 -> ciflow/inductor/148710 2025-03-14T04:33:17.4365755Z * [new tag] ciflow/inductor/148712 -> ciflow/inductor/148712 2025-03-14T04:33:17.4366617Z * [new tag] ciflow/inductor/148729 -> ciflow/inductor/148729 2025-03-14T04:33:17.4367476Z * [new tag] ciflow/inductor/148731 -> ciflow/inductor/148731 2025-03-14T04:33:17.4368321Z * [new tag] ciflow/inductor/148736 -> ciflow/inductor/148736 2025-03-14T04:33:17.4369173Z * [new tag] ciflow/inductor/148742 -> ciflow/inductor/148742 2025-03-14T04:33:17.4370022Z * [new tag] ciflow/inductor/148765 -> ciflow/inductor/148765 2025-03-14T04:33:17.4370874Z * [new tag] ciflow/inductor/148766 -> ciflow/inductor/148766 2025-03-14T04:33:17.4371726Z * [new tag] ciflow/inductor/148772 -> ciflow/inductor/148772 2025-03-14T04:33:17.4372763Z * [new tag] ciflow/inductor/148773 -> ciflow/inductor/148773 2025-03-14T04:33:17.4373643Z * [new tag] ciflow/inductor/148780 -> ciflow/inductor/148780 2025-03-14T04:33:17.4374502Z * [new tag] ciflow/inductor/148800 -> ciflow/inductor/148800 2025-03-14T04:33:17.4375365Z * [new tag] ciflow/inductor/148804 -> ciflow/inductor/148804 2025-03-14T04:33:17.4376219Z * [new tag] ciflow/inductor/148834 -> ciflow/inductor/148834 2025-03-14T04:33:17.4377076Z * [new tag] ciflow/inductor/148844 -> ciflow/inductor/148844 2025-03-14T04:33:17.4662767Z * [new tag] ciflow/inductor/148878 -> ciflow/inductor/148878 2025-03-14T04:33:17.4663505Z * [new tag] ciflow/inductor/148890 -> ciflow/inductor/148890 2025-03-14T04:33:17.4663959Z * [new tag] ciflow/inductor/148893 -> ciflow/inductor/148893 2025-03-14T04:33:17.4664419Z * [new tag] ciflow/inductor/148894 -> ciflow/inductor/148894 2025-03-14T04:33:17.4664863Z * [new tag] ciflow/inductor/148896 -> ciflow/inductor/148896 2025-03-14T04:33:17.4665302Z * [new tag] ciflow/inductor/148898 -> ciflow/inductor/148898 2025-03-14T04:33:17.4665741Z * [new tag] ciflow/inductor/148922 -> ciflow/inductor/148922 2025-03-14T04:33:17.4666190Z * [new tag] ciflow/inductor/148932 -> ciflow/inductor/148932 2025-03-14T04:33:17.4666635Z * [new tag] ciflow/inductor/148947 -> ciflow/inductor/148947 2025-03-14T04:33:17.4667079Z * [new tag] ciflow/inductor/148953 -> ciflow/inductor/148953 2025-03-14T04:33:17.4667531Z * [new tag] ciflow/inductor/148962 -> ciflow/inductor/148962 2025-03-14T04:33:17.4667971Z * [new tag] ciflow/inductor/148997 -> ciflow/inductor/148997 2025-03-14T04:33:17.4668420Z * [new tag] ciflow/inductor/149007 -> ciflow/inductor/149007 2025-03-14T04:33:17.4668866Z * [new tag] ciflow/inductor/149014 -> ciflow/inductor/149014 2025-03-14T04:33:17.4669306Z * [new tag] ciflow/inductor/149027 -> ciflow/inductor/149027 2025-03-14T04:33:17.4669750Z * [new tag] ciflow/inductor/149031 -> ciflow/inductor/149031 2025-03-14T04:33:17.4670205Z * [new tag] ciflow/inductor/149039 -> ciflow/inductor/149039 2025-03-14T04:33:17.4670639Z * [new tag] ciflow/inductor/149041 -> ciflow/inductor/149041 2025-03-14T04:33:17.4671081Z * [new tag] ciflow/inductor/149052 -> ciflow/inductor/149052 2025-03-14T04:33:17.4671528Z * [new tag] ciflow/inductor/149054 -> ciflow/inductor/149054 2025-03-14T04:33:17.4671971Z * [new tag] ciflow/inductor/149055 -> ciflow/inductor/149055 2025-03-14T04:33:17.4672421Z * [new tag] ciflow/inductor/149064 -> ciflow/inductor/149064 2025-03-14T04:33:17.4672865Z * [new tag] ciflow/inductor/149066 -> ciflow/inductor/149066 2025-03-14T04:33:17.4673306Z * [new tag] ciflow/inductor/149067 -> ciflow/inductor/149067 2025-03-14T04:33:17.4673809Z * [new tag] ciflow/inductor/149068 -> ciflow/inductor/149068 2025-03-14T04:33:17.4674251Z * [new tag] ciflow/inductor/149072 -> ciflow/inductor/149072 2025-03-14T04:33:17.4674697Z * [new tag] ciflow/inductor/149074 -> ciflow/inductor/149074 2025-03-14T04:33:17.4675141Z * [new tag] ciflow/inductor/149087 -> ciflow/inductor/149087 2025-03-14T04:33:17.4675591Z * [new tag] ciflow/inductor/149103 -> ciflow/inductor/149103 2025-03-14T04:33:17.4676053Z * [new tag] ciflow/inductor/149106 -> ciflow/inductor/149106 2025-03-14T04:33:17.4676641Z * [new tag] ciflow/inductor/149136 -> ciflow/inductor/149136 2025-03-14T04:33:17.4677099Z * [new tag] ciflow/inductor/149140 -> ciflow/inductor/149140 2025-03-14T04:33:17.4677541Z * [new tag] ciflow/inductor/149148 -> ciflow/inductor/149148 2025-03-14T04:33:17.4677989Z * [new tag] ciflow/inductor/149149 -> ciflow/inductor/149149 2025-03-14T04:33:17.4678495Z * [new tag] ciflow/inductor/149154 -> ciflow/inductor/149154 2025-03-14T04:33:17.4678946Z * [new tag] ciflow/inductor/149160 -> ciflow/inductor/149160 2025-03-14T04:33:17.4679384Z * [new tag] ciflow/inductor/149161 -> ciflow/inductor/149161 2025-03-14T04:33:17.4679951Z * [new tag] ciflow/inductor/149168 -> ciflow/inductor/149168 2025-03-14T04:33:17.4680400Z * [new tag] ciflow/inductor/149172 -> ciflow/inductor/149172 2025-03-14T04:33:17.4680863Z * [new tag] ciflow/inductor/149173 -> ciflow/inductor/149173 2025-03-14T04:33:17.4681316Z * [new tag] ciflow/inductor/149176 -> ciflow/inductor/149176 2025-03-14T04:33:17.4681774Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-03-14T04:33:17.4682233Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-03-14T04:33:17.4682683Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-03-14T04:33:17.4683132Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-03-14T04:33:17.4683570Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-03-14T04:33:17.4684029Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-03-14T04:33:17.4684509Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-03-14T04:33:17.4685010Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-03-14T04:33:17.4685492Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-03-14T04:33:17.4983775Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-03-14T04:33:17.4984332Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-03-14T04:33:17.4984874Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-03-14T04:33:17.4985448Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-03-14T04:33:17.4985943Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-03-14T04:33:17.4986443Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-03-14T04:33:17.4986933Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-03-14T04:33:17.4987428Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-03-14T04:33:17.4987908Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-03-14T04:33:17.4988411Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-03-14T04:33:17.4988888Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-03-14T04:33:17.4989367Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-03-14T04:33:17.4989852Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-03-14T04:33:17.4990336Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-03-14T04:33:17.4990817Z * [new tag] ciflow/linux-aarch64/146823 -> ciflow/linux-aarch64/146823 2025-03-14T04:33:17.4991500Z * [new tag] ciflow/linux-aarch64/146826 -> ciflow/linux-aarch64/146826 2025-03-14T04:33:17.4991997Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-03-14T04:33:17.4992485Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-03-14T04:33:17.4992975Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-03-14T04:33:17.4993447Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-03-14T04:33:17.4993930Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-03-14T04:33:17.4994416Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-03-14T04:33:17.4995033Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-03-14T04:33:17.4995517Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-03-14T04:33:17.4996003Z * [new tag] ciflow/linux-aarch64/148070 -> ciflow/linux-aarch64/148070 2025-03-14T04:33:17.4996476Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-03-14T04:33:17.4996968Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-03-14T04:33:17.4997453Z * [new tag] ciflow/linux-aarch64/148424 -> ciflow/linux-aarch64/148424 2025-03-14T04:33:17.4997932Z * [new tag] ciflow/linux-aarch64/148585 -> ciflow/linux-aarch64/148585 2025-03-14T04:33:17.4998415Z * [new tag] ciflow/linux-aarch64/148653 -> ciflow/linux-aarch64/148653 2025-03-14T04:33:17.4998966Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-03-14T04:33:17.4999384Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-03-14T04:33:17.4999798Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-03-14T04:33:17.5000210Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-03-14T04:33:17.5000630Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-03-14T04:33:17.5001050Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-03-14T04:33:17.5001452Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-03-14T04:33:17.5001845Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-03-14T04:33:17.5002250Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-03-14T04:33:17.5002651Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-03-14T04:33:17.5003052Z * [new tag] ciflow/mps/142097 -> ciflow/mps/142097 2025-03-14T04:33:17.5003452Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-03-14T04:33:17.5003853Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-03-14T04:33:17.5004245Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-03-14T04:33:17.5004640Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-03-14T04:33:17.5005038Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-03-14T04:33:17.5005433Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-03-14T04:33:17.5005829Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-03-14T04:33:17.5309513Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-03-14T04:33:17.5310143Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-03-14T04:33:17.5310882Z * [new tag] ciflow/mps/146754 -> ciflow/mps/146754 2025-03-14T04:33:17.5311318Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-03-14T04:33:17.5311939Z * [new tag] ciflow/mps/147205 -> ciflow/mps/147205 2025-03-14T04:33:17.5312380Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-03-14T04:33:17.5312828Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-03-14T04:33:17.5313272Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-03-14T04:33:17.5313759Z * [new tag] ciflow/mps/148408 -> ciflow/mps/148408 2025-03-14T04:33:17.5314164Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-03-14T04:33:17.5314568Z * [new tag] ciflow/mps/148942 -> ciflow/mps/148942 2025-03-14T04:33:17.5315101Z * [new tag] ciflow/mps/149123 -> ciflow/mps/149123 2025-03-14T04:33:17.5315506Z * [new tag] ciflow/mps/149147 -> ciflow/mps/149147 2025-03-14T04:33:17.5316186Z * [new tag] ciflow/mps/149173 -> ciflow/mps/149173 2025-03-14T04:33:17.5316905Z * [new tag] ciflow/op-benchmark/143733 -> ciflow/op-benchmark/143733 2025-03-14T04:33:17.5317381Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-03-14T04:33:17.5317846Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-03-14T04:33:17.5318300Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-03-14T04:33:17.5318820Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-03-14T04:33:17.5319277Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-03-14T04:33:17.5319738Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-03-14T04:33:17.5320228Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-03-14T04:33:17.5320674Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-03-14T04:33:17.5321126Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-03-14T04:33:17.5321634Z * [new tag] ciflow/periodic/146264 -> ciflow/periodic/146264 2025-03-14T04:33:17.5322477Z * [new tag] ciflow/periodic/146403 -> ciflow/periodic/146403 2025-03-14T04:33:17.5322999Z * [new tag] ciflow/periodic/146823 -> ciflow/periodic/146823 2025-03-14T04:33:17.5323447Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-03-14T04:33:17.5323888Z * [new tag] ciflow/periodic/147870 -> ciflow/periodic/147870 2025-03-14T04:33:17.5324355Z * [new tag] ciflow/periodic/148760 -> ciflow/periodic/148760 2025-03-14T04:33:17.5324808Z * [new tag] ciflow/periodic/149091 -> ciflow/periodic/149091 2025-03-14T04:33:17.5325279Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-03-14T04:33:17.5325745Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-03-14T04:33:17.5326203Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-03-14T04:33:17.5326648Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-03-14T04:33:17.5327136Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-03-14T04:33:17.5327964Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-03-14T04:33:17.5328739Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-03-14T04:33:17.5329276Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-03-14T04:33:17.5329789Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-03-14T04:33:17.5330475Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-03-14T04:33:17.5331022Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-03-14T04:33:17.5331516Z * [new tag] ciflow/rocm-mi300/148394 -> ciflow/rocm-mi300/148394 2025-03-14T04:33:17.5331983Z * [new tag] ciflow/rocm-mi300/148492 -> ciflow/rocm-mi300/148492 2025-03-14T04:33:17.5332443Z * [new tag] ciflow/rocm-mi300/148916 -> ciflow/rocm-mi300/148916 2025-03-14T04:33:17.5332910Z * [new tag] ciflow/rocm-mi300/148945 -> ciflow/rocm-mi300/148945 2025-03-14T04:33:17.5333511Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-03-14T04:33:17.5334191Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-03-14T04:33:17.5334769Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-03-14T04:33:17.5335194Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-03-14T04:33:17.5640220Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-03-14T04:33:17.5640741Z * [new tag] ciflow/rocm/142097 -> ciflow/rocm/142097 2025-03-14T04:33:17.5641159Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-03-14T04:33:17.5641579Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-03-14T04:33:17.5641984Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-03-14T04:33:17.5642392Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-03-14T04:33:17.5642804Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-03-14T04:33:17.5643242Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-03-14T04:33:17.5643662Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-03-14T04:33:17.5644068Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-03-14T04:33:17.5644503Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-03-14T04:33:17.5644960Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-03-14T04:33:17.5645487Z * [new tag] ciflow/rocm/146264 -> ciflow/rocm/146264 2025-03-14T04:33:17.5645922Z * [new tag] ciflow/rocm/146448 -> ciflow/rocm/146448 2025-03-14T04:33:17.5654261Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-03-14T04:33:17.5654830Z * [new tag] ciflow/rocm/147315 -> ciflow/rocm/147315 2025-03-14T04:33:17.5655282Z * [new tag] ciflow/rocm/147382 -> ciflow/rocm/147382 2025-03-14T04:33:17.5655701Z * [new tag] ciflow/rocm/147452 -> ciflow/rocm/147452 2025-03-14T04:33:17.5656129Z * [new tag] ciflow/rocm/147821 -> ciflow/rocm/147821 2025-03-14T04:33:17.5656534Z * [new tag] ciflow/rocm/148327 -> ciflow/rocm/148327 2025-03-14T04:33:17.5656947Z * [new tag] ciflow/rocm/148355 -> ciflow/rocm/148355 2025-03-14T04:33:17.5657360Z * [new tag] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-14T04:33:17.5657766Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-03-14T04:33:17.5658182Z * [new tag] ciflow/rocm/148672 -> ciflow/rocm/148672 2025-03-14T04:33:17.5658590Z * [new tag] ciflow/rocm/148864 -> ciflow/rocm/148864 2025-03-14T04:33:17.5658995Z * [new tag] ciflow/rocm/148880 -> ciflow/rocm/148880 2025-03-14T04:33:17.5659414Z * [new tag] ciflow/rocm/148911 -> ciflow/rocm/148911 2025-03-14T04:33:17.5660001Z * [new tag] ciflow/rocm/148916 -> ciflow/rocm/148916 2025-03-14T04:33:17.5660434Z * [new tag] ciflow/rocm/148945 -> ciflow/rocm/148945 2025-03-14T04:33:17.5660845Z * [new tag] ciflow/rocm/149039 -> ciflow/rocm/149039 2025-03-14T04:33:17.5661258Z * [new tag] ciflow/rocm/149041 -> ciflow/rocm/149041 2025-03-14T04:33:17.5661675Z * [new tag] ciflow/rocm/149145 -> ciflow/rocm/149145 2025-03-14T04:33:17.5662079Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-03-14T04:33:17.5662481Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-03-14T04:33:17.5662878Z * [new tag] ciflow/s390/148452 -> ciflow/s390/148452 2025-03-14T04:33:17.5663937Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-03-14T04:33:17.5664357Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-03-14T04:33:17.5665111Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-03-14T04:33:17.5665850Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-03-14T04:33:17.5666270Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-03-14T04:33:17.5666688Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-03-14T04:33:17.5667095Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-03-14T04:33:17.5667510Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-03-14T04:33:17.5667937Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-03-14T04:33:17.5668356Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-03-14T04:33:17.5668777Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-03-14T04:33:17.5669191Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-03-14T04:33:17.5669598Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-03-14T04:33:17.5670012Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-03-14T04:33:17.5670727Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-03-14T04:33:17.5977452Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-03-14T04:33:17.5977940Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-03-14T04:33:17.5978409Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-03-14T04:33:17.5978833Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-03-14T04:33:17.5979262Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-03-14T04:33:17.5979998Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-03-14T04:33:17.5980735Z * [new tag] ciflow/trunk/101814 -> ciflow/trunk/101814 2025-03-14T04:33:17.5981167Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-03-14T04:33:17.5981584Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-03-14T04:33:17.5982006Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-03-14T04:33:17.5982423Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-03-14T04:33:17.5982840Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-03-14T04:33:17.5983250Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-03-14T04:33:17.5983858Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-03-14T04:33:17.5984288Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-03-14T04:33:17.5984703Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-03-14T04:33:17.5985125Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-03-14T04:33:17.5985528Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-03-14T04:33:17.5985960Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-03-14T04:33:17.5986372Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-03-14T04:33:17.5986926Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-03-14T04:33:17.5987353Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-03-14T04:33:17.5987786Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-03-14T04:33:17.5988201Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-03-14T04:33:17.5988623Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-03-14T04:33:17.5989050Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-03-14T04:33:17.5989459Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-03-14T04:33:17.5989882Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-03-14T04:33:17.5990301Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-03-14T04:33:17.5990713Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-03-14T04:33:17.5991126Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-03-14T04:33:17.5991549Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-03-14T04:33:17.5991963Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-03-14T04:33:17.5992379Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-03-14T04:33:17.5992794Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-03-14T04:33:17.5993199Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-03-14T04:33:17.5993618Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-03-14T04:33:17.5994040Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-03-14T04:33:17.5994458Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-03-14T04:33:17.5994882Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-03-14T04:33:17.5995305Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-03-14T04:33:17.5995726Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-03-14T04:33:17.5996152Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-03-14T04:33:17.5996570Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-03-14T04:33:17.5996989Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-03-14T04:33:17.5997403Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-03-14T04:33:17.5997812Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-03-14T04:33:17.5998221Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-03-14T04:33:17.5998725Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-03-14T04:33:17.5999152Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-03-14T04:33:17.6317505Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-03-14T04:33:17.6318089Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-03-14T04:33:17.6318577Z * [new tag] ciflow/trunk/139070 -> ciflow/trunk/139070 2025-03-14T04:33:17.6319009Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-03-14T04:33:17.6319422Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-03-14T04:33:17.6319834Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-03-14T04:33:17.6320252Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-03-14T04:33:17.6320818Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-03-14T04:33:17.6321327Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-03-14T04:33:17.6322035Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-03-14T04:33:17.6322642Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-03-14T04:33:17.6323073Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-03-14T04:33:17.6323480Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-03-14T04:33:17.6323895Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-03-14T04:33:17.6324310Z * [new tag] ciflow/trunk/140756 -> ciflow/trunk/140756 2025-03-14T04:33:17.6324720Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-03-14T04:33:17.6325130Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-03-14T04:33:17.6325546Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-03-14T04:33:17.6325958Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-03-14T04:33:17.6326371Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-03-14T04:33:17.6326784Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-03-14T04:33:17.6327248Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-03-14T04:33:17.6327994Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-03-14T04:33:17.6328534Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-03-14T04:33:17.6328944Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-03-14T04:33:17.6329361Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-03-14T04:33:17.6329784Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-03-14T04:33:17.6330198Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-03-14T04:33:17.6330609Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-03-14T04:33:17.6331009Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-03-14T04:33:17.6331428Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-03-14T04:33:17.6331842Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-03-14T04:33:17.6332259Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-03-14T04:33:17.6332679Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-03-14T04:33:17.6333235Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-03-14T04:33:17.6333966Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-03-14T04:33:17.6334439Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-03-14T04:33:17.6335019Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-03-14T04:33:17.6335442Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-03-14T04:33:17.6335855Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-03-14T04:33:17.6336278Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-03-14T04:33:17.6336682Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-03-14T04:33:17.6337100Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-03-14T04:33:17.6337519Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-03-14T04:33:17.6337936Z * [new tag] ciflow/trunk/143689 -> ciflow/trunk/143689 2025-03-14T04:33:17.6338466Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-03-14T04:33:17.6338949Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-03-14T04:33:17.6339733Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-03-14T04:33:17.6340252Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-03-14T04:33:17.6340671Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-03-14T04:33:17.6341088Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-03-14T04:33:17.6683159Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-03-14T04:33:17.6683648Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-03-14T04:33:17.6684147Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-03-14T04:33:17.6684997Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-03-14T04:33:17.6685488Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-03-14T04:33:17.6685927Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-03-14T04:33:17.6686372Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-03-14T04:33:17.6686790Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-03-14T04:33:17.6687208Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-03-14T04:33:17.6687614Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-03-14T04:33:17.6688037Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-03-14T04:33:17.6688455Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-03-14T04:33:17.6688873Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-03-14T04:33:17.6689292Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-03-14T04:33:17.6689711Z * [new tag] ciflow/trunk/144572 -> ciflow/trunk/144572 2025-03-14T04:33:17.6690385Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-03-14T04:33:17.6691048Z * [new tag] ciflow/trunk/144621 -> ciflow/trunk/144621 2025-03-14T04:33:17.6691467Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-03-14T04:33:17.6691885Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-03-14T04:33:17.6692304Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-03-14T04:33:17.6692724Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-03-14T04:33:17.6693132Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-03-14T04:33:17.6693561Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-03-14T04:33:17.6694166Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-03-14T04:33:17.6694589Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-03-14T04:33:17.6695010Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-03-14T04:33:17.6695435Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-03-14T04:33:17.6696017Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-03-14T04:33:17.6696755Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-03-14T04:33:17.6697196Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-03-14T04:33:17.6697610Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-03-14T04:33:17.6698159Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-03-14T04:33:17.6698590Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-03-14T04:33:17.6699019Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-03-14T04:33:17.6699432Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-03-14T04:33:17.6699838Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-03-14T04:33:17.6700248Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-03-14T04:33:17.6700670Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-03-14T04:33:17.6701079Z * [new tag] ciflow/trunk/145523 -> ciflow/trunk/145523 2025-03-14T04:33:17.6701499Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-03-14T04:33:17.6702279Z * [new tag] ciflow/trunk/145600 -> ciflow/trunk/145600 2025-03-14T04:33:17.6702856Z * [new tag] ciflow/trunk/145674 -> ciflow/trunk/145674 2025-03-14T04:33:17.6703284Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-03-14T04:33:17.6703705Z * [new tag] ciflow/trunk/145719 -> ciflow/trunk/145719 2025-03-14T04:33:17.6704116Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-03-14T04:33:17.6704533Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-03-14T04:33:17.6704945Z * [new tag] ciflow/trunk/146051 -> ciflow/trunk/146051 2025-03-14T04:33:17.6705358Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-03-14T04:33:17.6705768Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-03-14T04:33:17.6706197Z * [new tag] ciflow/trunk/146135 -> ciflow/trunk/146135 2025-03-14T04:33:17.6706612Z * [new tag] ciflow/trunk/146176 -> ciflow/trunk/146176 2025-03-14T04:33:17.6707029Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-03-14T04:33:17.7020765Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-03-14T04:33:17.7021228Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-14T04:33:17.7021660Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-03-14T04:33:17.7022077Z * [new tag] ciflow/trunk/146421 -> ciflow/trunk/146421 2025-03-14T04:33:17.7022498Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-03-14T04:33:17.7022908Z * [new tag] ciflow/trunk/146517 -> ciflow/trunk/146517 2025-03-14T04:33:17.7023313Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-03-14T04:33:17.7023741Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-03-14T04:33:17.7024157Z * [new tag] ciflow/trunk/146562 -> ciflow/trunk/146562 2025-03-14T04:33:17.7024770Z * [new tag] ciflow/trunk/146573 -> ciflow/trunk/146573 2025-03-14T04:33:17.7025194Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-03-14T04:33:17.7025626Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-03-14T04:33:17.7026040Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-03-14T04:33:17.7026455Z * [new tag] ciflow/trunk/146807 -> ciflow/trunk/146807 2025-03-14T04:33:17.7026862Z * [new tag] ciflow/trunk/146823 -> ciflow/trunk/146823 2025-03-14T04:33:17.7027276Z * [new tag] ciflow/trunk/146826 -> ciflow/trunk/146826 2025-03-14T04:33:17.7027800Z * [new tag] ciflow/trunk/146827 -> ciflow/trunk/146827 2025-03-14T04:33:17.7028218Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-03-14T04:33:17.7028637Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-03-14T04:33:17.7029055Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-03-14T04:33:17.7029460Z * [new tag] ciflow/trunk/146911 -> ciflow/trunk/146911 2025-03-14T04:33:17.7029884Z * [new tag] ciflow/trunk/146928 -> ciflow/trunk/146928 2025-03-14T04:33:17.7030358Z * [new tag] ciflow/trunk/147014 -> ciflow/trunk/147014 2025-03-14T04:33:17.7030826Z * [new tag] ciflow/trunk/147072 -> ciflow/trunk/147072 2025-03-14T04:33:17.7031242Z * [new tag] ciflow/trunk/147105 -> ciflow/trunk/147105 2025-03-14T04:33:17.7031671Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-03-14T04:33:17.7032084Z * [new tag] ciflow/trunk/147260 -> ciflow/trunk/147260 2025-03-14T04:33:17.7032509Z * [new tag] ciflow/trunk/147272 -> ciflow/trunk/147272 2025-03-14T04:33:17.7032925Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-03-14T04:33:17.7033334Z * [new tag] ciflow/trunk/147349 -> ciflow/trunk/147349 2025-03-14T04:33:17.7033745Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-03-14T04:33:17.7034157Z * [new tag] ciflow/trunk/147422 -> ciflow/trunk/147422 2025-03-14T04:33:17.7034558Z * [new tag] ciflow/trunk/147433 -> ciflow/trunk/147433 2025-03-14T04:33:17.7034970Z * [new tag] ciflow/trunk/147452 -> ciflow/trunk/147452 2025-03-14T04:33:17.7035389Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-03-14T04:33:17.7035806Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-03-14T04:33:17.7036230Z * [new tag] ciflow/trunk/147507 -> ciflow/trunk/147507 2025-03-14T04:33:17.7036648Z * [new tag] ciflow/trunk/147552 -> ciflow/trunk/147552 2025-03-14T04:33:17.7037048Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-03-14T04:33:17.7037463Z * [new tag] ciflow/trunk/147593 -> ciflow/trunk/147593 2025-03-14T04:33:17.7037876Z * [new tag] ciflow/trunk/147656 -> ciflow/trunk/147656 2025-03-14T04:33:17.7038294Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-03-14T04:33:17.7038799Z * [new tag] ciflow/trunk/147670 -> ciflow/trunk/147670 2025-03-14T04:33:17.7039214Z * [new tag] ciflow/trunk/147723 -> ciflow/trunk/147723 2025-03-14T04:33:17.7039629Z * [new tag] ciflow/trunk/147752 -> ciflow/trunk/147752 2025-03-14T04:33:17.7040063Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-03-14T04:33:17.7040604Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-03-14T04:33:17.7041025Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-03-14T04:33:17.7041450Z * [new tag] ciflow/trunk/147821 -> ciflow/trunk/147821 2025-03-14T04:33:17.7041878Z * [new tag] ciflow/trunk/147870 -> ciflow/trunk/147870 2025-03-14T04:33:17.7042282Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-03-14T04:33:17.7359317Z * [new tag] ciflow/trunk/147897 -> ciflow/trunk/147897 2025-03-14T04:33:17.7359943Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-03-14T04:33:17.7360884Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-03-14T04:33:17.7361324Z * [new tag] ciflow/trunk/147962 -> ciflow/trunk/147962 2025-03-14T04:33:17.7361750Z * [new tag] ciflow/trunk/148024 -> ciflow/trunk/148024 2025-03-14T04:33:17.7362171Z * [new tag] ciflow/trunk/148070 -> ciflow/trunk/148070 2025-03-14T04:33:17.7362576Z * [new tag] ciflow/trunk/148130 -> ciflow/trunk/148130 2025-03-14T04:33:17.7362987Z * [new tag] ciflow/trunk/148131 -> ciflow/trunk/148131 2025-03-14T04:33:17.7363400Z * [new tag] ciflow/trunk/148140 -> ciflow/trunk/148140 2025-03-14T04:33:17.7363815Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-03-14T04:33:17.7364229Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-03-14T04:33:17.7364640Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-03-14T04:33:17.7365056Z * [new tag] ciflow/trunk/148258 -> ciflow/trunk/148258 2025-03-14T04:33:17.7365487Z * [new tag] ciflow/trunk/148281 -> ciflow/trunk/148281 2025-03-14T04:33:17.7366260Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-03-14T04:33:17.7366858Z * [new tag] ciflow/trunk/148502 -> ciflow/trunk/148502 2025-03-14T04:33:17.7367293Z * [new tag] ciflow/trunk/148503 -> ciflow/trunk/148503 2025-03-14T04:33:17.7367705Z * [new tag] ciflow/trunk/148517 -> ciflow/trunk/148517 2025-03-14T04:33:17.7368122Z * [new tag] ciflow/trunk/148554 -> ciflow/trunk/148554 2025-03-14T04:33:17.7368541Z * [new tag] ciflow/trunk/148561 -> ciflow/trunk/148561 2025-03-14T04:33:17.7368954Z * [new tag] ciflow/trunk/148611 -> ciflow/trunk/148611 2025-03-14T04:33:17.7369376Z * [new tag] ciflow/trunk/148622 -> ciflow/trunk/148622 2025-03-14T04:33:17.7369788Z * [new tag] ciflow/trunk/148646 -> ciflow/trunk/148646 2025-03-14T04:33:17.7370207Z * [new tag] ciflow/trunk/148684 -> ciflow/trunk/148684 2025-03-14T04:33:17.7370615Z * [new tag] ciflow/trunk/148704 -> ciflow/trunk/148704 2025-03-14T04:33:17.7371066Z * [new tag] ciflow/trunk/148708 -> ciflow/trunk/148708 2025-03-14T04:33:17.7371647Z * [new tag] ciflow/trunk/148772 -> ciflow/trunk/148772 2025-03-14T04:33:17.7372396Z * [new tag] ciflow/trunk/148773 -> ciflow/trunk/148773 2025-03-14T04:33:17.7372837Z * [new tag] ciflow/trunk/148800 -> ciflow/trunk/148800 2025-03-14T04:33:17.7373256Z * [new tag] ciflow/trunk/148823 -> ciflow/trunk/148823 2025-03-14T04:33:17.7373678Z * [new tag] ciflow/trunk/148834 -> ciflow/trunk/148834 2025-03-14T04:33:17.7374083Z * [new tag] ciflow/trunk/148864 -> ciflow/trunk/148864 2025-03-14T04:33:17.7374673Z * [new tag] ciflow/trunk/148875 -> ciflow/trunk/148875 2025-03-14T04:33:17.7375093Z * [new tag] ciflow/trunk/148878 -> ciflow/trunk/148878 2025-03-14T04:33:17.7375519Z * [new tag] ciflow/trunk/148880 -> ciflow/trunk/148880 2025-03-14T04:33:17.7375943Z * [new tag] ciflow/trunk/148890 -> ciflow/trunk/148890 2025-03-14T04:33:17.7376361Z * [new tag] ciflow/trunk/148900 -> ciflow/trunk/148900 2025-03-14T04:33:17.7376771Z * [new tag] ciflow/trunk/148903 -> ciflow/trunk/148903 2025-03-14T04:33:17.7377216Z * [new tag] ciflow/trunk/148919 -> ciflow/trunk/148919 2025-03-14T04:33:17.7378016Z * [new tag] ciflow/trunk/148936 -> ciflow/trunk/148936 2025-03-14T04:33:17.7378959Z * [new tag] ciflow/trunk/148997 -> ciflow/trunk/148997 2025-03-14T04:33:17.7379759Z * [new tag] ciflow/trunk/149007 -> ciflow/trunk/149007 2025-03-14T04:33:17.7380571Z * [new tag] ciflow/trunk/149018 -> ciflow/trunk/149018 2025-03-14T04:33:17.7381356Z * [new tag] ciflow/trunk/149041 -> ciflow/trunk/149041 2025-03-14T04:33:17.7382133Z * [new tag] ciflow/trunk/149053 -> ciflow/trunk/149053 2025-03-14T04:33:17.7382939Z * [new tag] ciflow/trunk/149054 -> ciflow/trunk/149054 2025-03-14T04:33:17.7383746Z * [new tag] ciflow/trunk/149064 -> ciflow/trunk/149064 2025-03-14T04:33:17.7384539Z * [new tag] ciflow/trunk/149074 -> ciflow/trunk/149074 2025-03-14T04:33:17.7385049Z * [new tag] ciflow/trunk/149098 -> ciflow/trunk/149098 2025-03-14T04:33:17.7385463Z * [new tag] ciflow/trunk/149113 -> ciflow/trunk/149113 2025-03-14T04:33:17.7385882Z * [new tag] ciflow/trunk/149136 -> ciflow/trunk/149136 2025-03-14T04:33:17.7735962Z * [new tag] ciflow/trunk/149146 -> ciflow/trunk/149146 2025-03-14T04:33:17.7736527Z * [new tag] ciflow/trunk/149159 -> ciflow/trunk/149159 2025-03-14T04:33:17.7737039Z * [new tag] ciflow/trunk/149171 -> ciflow/trunk/149171 2025-03-14T04:33:17.7737521Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-03-14T04:33:17.7738030Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-03-14T04:33:17.7738441Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-03-14T04:33:17.7738890Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-03-14T04:33:17.7739348Z * [new tag] ciflow/unstable/146264 -> ciflow/unstable/146264 2025-03-14T04:33:17.7739794Z * [new tag] ciflow/win-arm64/148753 -> ciflow/win-arm64/148753 2025-03-14T04:33:17.7740231Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-03-14T04:33:17.7740648Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-03-14T04:33:17.7741050Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-03-14T04:33:17.7741452Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-03-14T04:33:17.7741857Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-03-14T04:33:17.7742268Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-03-14T04:33:17.7742674Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-03-14T04:33:17.7743076Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-03-14T04:33:17.7743531Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-03-14T04:33:17.7744033Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-03-14T04:33:17.7744652Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-03-14T04:33:17.7745069Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-03-14T04:33:17.7745479Z * [new tag] ciflow/xpu/147349 -> ciflow/xpu/147349 2025-03-14T04:33:17.7745890Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-03-14T04:33:17.7746287Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-03-14T04:33:17.7746693Z * [new tag] ciflow/xpu/147507 -> ciflow/xpu/147507 2025-03-14T04:33:17.7747103Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-03-14T04:33:17.7747623Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-03-14T04:33:17.7748032Z * [new tag] ciflow/xpu/147821 -> ciflow/xpu/147821 2025-03-14T04:33:17.7748446Z * [new tag] ciflow/xpu/147962 -> ciflow/xpu/147962 2025-03-14T04:33:17.7748851Z * [new tag] ciflow/xpu/148646 -> ciflow/xpu/148646 2025-03-14T04:33:17.7749305Z * [new tag] ciflow/xpu/148864 -> ciflow/xpu/148864 2025-03-14T04:33:17.7749759Z * [new tag] ciflow/xpu/148880 -> ciflow/xpu/148880 2025-03-14T04:33:17.7750218Z * [new tag] ciflow/xpu/149053 -> ciflow/xpu/149053 2025-03-14T04:33:17.7750630Z * [new tag] ciflow/xpu/149113 -> ciflow/xpu/149113 2025-03-14T04:33:17.7751035Z * [new tag] ciflow/xpu/149175 -> ciflow/xpu/149175 2025-03-14T04:33:17.7751426Z * [new tag] cslpull75 -> cslpull75 2025-03-14T04:33:17.7751802Z * [new tag] cslpull76 -> cslpull76 2025-03-14T04:33:17.7752189Z * [new tag] cslpull77 -> cslpull77 2025-03-14T04:33:17.7752565Z * [new tag] cslpull78 -> cslpull78 2025-03-14T04:33:17.7752936Z * [new tag] cslpull79 -> cslpull79 2025-03-14T04:33:17.7753308Z * [new tag] cslpull80 -> cslpull80 2025-03-14T04:33:17.7753678Z * [new tag] cslpull81 -> cslpull81 2025-03-14T04:33:17.7754048Z * [new tag] cslpull82 -> cslpull82 2025-03-14T04:33:17.7754416Z * [new tag] cslpull83 -> cslpull83 2025-03-14T04:33:17.7754789Z * [new tag] cslpull84 -> cslpull84 2025-03-14T04:33:17.7755204Z * [new tag] cslpull85 -> cslpull85 2025-03-14T04:33:17.7755626Z * [new tag] cslpull86 -> cslpull86 2025-03-14T04:33:17.7756029Z * [new tag] cslpull87 -> cslpull87 2025-03-14T04:33:17.7756402Z * [new tag] cslpull88 -> cslpull88 2025-03-14T04:33:17.7756772Z * [new tag] cslpull89 -> cslpull89 2025-03-14T04:33:17.7757143Z * [new tag] cslpull90 -> cslpull90 2025-03-14T04:33:17.7757509Z * [new tag] cslpull91 -> cslpull91 2025-03-14T04:33:17.7757884Z * [new tag] cslpull92 -> cslpull92 2025-03-14T04:33:17.7758244Z * [new tag] flight_5 -> flight_5 2025-03-14T04:33:17.8136311Z * [new tag] flight_5.1 -> flight_5.1 2025-03-14T04:33:17.8136751Z * [new tag] flight_5.2 -> flight_5.2 2025-03-14T04:33:17.8137173Z * [new tag] flight_5.3 -> flight_5.3 2025-03-14T04:33:17.8137545Z * [new tag] forpull1 -> forpull1 2025-03-14T04:33:17.8138153Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-03-14T04:33:17.8138575Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-03-14T04:33:17.8139003Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-03-14T04:33:17.8139419Z * [new tag] nightly-binary -> nightly-binary 2025-03-14T04:33:17.8139871Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-03-14T04:33:17.8140291Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-03-14T04:33:17.8140677Z * [new tag] v0.1.1 -> v0.1.1 2025-03-14T04:33:17.8141032Z * [new tag] v0.1.10 -> v0.1.10 2025-03-14T04:33:17.8141495Z * [new tag] v0.1.11 -> v0.1.11 2025-03-14T04:33:17.8141849Z * [new tag] v0.1.12 -> v0.1.12 2025-03-14T04:33:17.8142208Z * [new tag] v0.1.2 -> v0.1.2 2025-03-14T04:33:17.8142555Z * [new tag] v0.1.3 -> v0.1.3 2025-03-14T04:33:17.8142904Z * [new tag] v0.1.4 -> v0.1.4 2025-03-14T04:33:17.8143252Z * [new tag] v0.1.5 -> v0.1.5 2025-03-14T04:33:17.8143588Z * [new tag] v0.1.6 -> v0.1.6 2025-03-14T04:33:17.8143937Z * [new tag] v0.1.7 -> v0.1.7 2025-03-14T04:33:17.8144277Z * [new tag] v0.1.8 -> v0.1.8 2025-03-14T04:33:17.8144623Z * [new tag] v0.1.9 -> v0.1.9 2025-03-14T04:33:17.8144978Z * [new tag] v0.2.0 -> v0.2.0 2025-03-14T04:33:17.8145309Z * [new tag] v0.3.0 -> v0.3.0 2025-03-14T04:33:17.8145656Z * [new tag] v0.3.1 -> v0.3.1 2025-03-14T04:33:17.8146002Z * [new tag] v0.4.0 -> v0.4.0 2025-03-14T04:33:17.8146345Z * [new tag] v0.4.1 -> v0.4.1 2025-03-14T04:33:17.8146698Z * [new tag] v1.0.0 -> v1.0.0 2025-03-14T04:33:17.8147050Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-03-14T04:33:17.8147406Z * [new tag] v1.0.1 -> v1.0.1 2025-03-14T04:33:17.8147756Z * [new tag] v1.0rc0 -> v1.0rc0 2025-03-14T04:33:17.8148106Z * [new tag] v1.0rc1 -> v1.0rc1 2025-03-14T04:33:17.8148456Z * [new tag] v1.1.0 -> v1.1.0 2025-03-14T04:33:17.8148817Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-03-14T04:33:17.8149169Z * [new tag] v1.10.0 -> v1.10.0 2025-03-14T04:33:17.8149530Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-03-14T04:33:17.8149901Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-03-14T04:33:17.8150273Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-03-14T04:33:17.8150642Z * [new tag] v1.10.1 -> v1.10.1 2025-03-14T04:33:17.8150999Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-03-14T04:33:17.8151362Z * [new tag] v1.10.2 -> v1.10.2 2025-03-14T04:33:17.8151716Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-03-14T04:33:17.8152080Z * [new tag] v1.11.0 -> v1.11.0 2025-03-14T04:33:17.8152439Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-03-14T04:33:17.8152815Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-03-14T04:33:17.8153293Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-03-14T04:33:17.8153663Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-03-14T04:33:17.8154038Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-03-14T04:33:17.8154415Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-03-14T04:33:17.8154789Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-03-14T04:33:17.8155156Z * [new tag] v1.12.0 -> v1.12.0 2025-03-14T04:33:17.8155517Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-03-14T04:33:17.8155881Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-03-14T04:33:17.8156356Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-03-14T04:33:17.8156724Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-03-14T04:33:17.8157103Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-03-14T04:33:17.8157483Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-03-14T04:33:17.8157846Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-03-14T04:33:17.8522790Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-03-14T04:33:17.8523221Z * [new tag] v1.12.1 -> v1.12.1 2025-03-14T04:33:17.8523585Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-03-14T04:33:17.8523967Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-03-14T04:33:17.8524344Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-03-14T04:33:17.8524732Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-03-14T04:33:17.8525098Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-03-14T04:33:17.8525465Z * [new tag] v1.13.0 -> v1.13.0 2025-03-14T04:33:17.8525831Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-03-14T04:33:17.8526200Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-03-14T04:33:17.8526562Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-03-14T04:33:17.8526923Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-03-14T04:33:17.8527286Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-03-14T04:33:17.8527645Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-03-14T04:33:17.8528006Z * [new tag] v1.13.1 -> v1.13.1 2025-03-14T04:33:17.8528372Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-03-14T04:33:17.8528736Z * [new tag] v1.2.0 -> v1.2.0 2025-03-14T04:33:17.8529091Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-03-14T04:33:17.8529456Z * [new tag] v1.3.0 -> v1.3.0 2025-03-14T04:33:17.8529802Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-03-14T04:33:17.8530153Z * [new tag] v1.3.1 -> v1.3.1 2025-03-14T04:33:17.8530499Z * [new tag] v1.4.0 -> v1.4.0 2025-03-14T04:33:17.8530852Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-03-14T04:33:17.8531201Z * [new tag] v1.4.1 -> v1.4.1 2025-03-14T04:33:17.8531540Z * [new tag] v1.5.0 -> v1.5.0 2025-03-14T04:33:17.8531905Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-03-14T04:33:17.8532280Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-03-14T04:33:17.8532640Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-03-14T04:33:17.8533179Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-03-14T04:33:17.8533555Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-03-14T04:33:17.8533906Z * [new tag] v1.5.1 -> v1.5.1 2025-03-14T04:33:17.8534274Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-03-14T04:33:17.8534644Z * [new tag] v1.6.0 -> v1.6.0 2025-03-14T04:33:17.8535008Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-03-14T04:33:17.8535370Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-03-14T04:33:17.8535733Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-03-14T04:33:17.8536194Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-03-14T04:33:17.8536567Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-03-14T04:33:17.8536938Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-03-14T04:33:17.8537324Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-03-14T04:33:17.8537976Z * [new tag] v1.7.0 -> v1.7.0 2025-03-14T04:33:17.8538384Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-03-14T04:33:17.8538738Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-03-14T04:33:17.8539105Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-03-14T04:33:17.8539475Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-03-14T04:33:17.8539838Z * [new tag] v1.7.1 -> v1.7.1 2025-03-14T04:33:17.8540197Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-03-14T04:33:17.8540560Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-03-14T04:33:17.8540925Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-03-14T04:33:17.8541283Z * [new tag] v1.8.0 -> v1.8.0 2025-03-14T04:33:17.8541649Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-03-14T04:33:17.8542007Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-03-14T04:33:17.8542364Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-03-14T04:33:17.8542716Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-03-14T04:33:17.8543080Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-03-14T04:33:17.8543437Z * [new tag] v1.8.1 -> v1.8.1 2025-03-14T04:33:17.8543791Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-03-14T04:33:17.8544149Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-03-14T04:33:17.8544518Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-03-14T04:33:17.8881379Z * [new tag] v1.8.2 -> v1.8.2 2025-03-14T04:33:17.8881873Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-03-14T04:33:17.8882241Z * [new tag] v1.9.0 -> v1.9.0 2025-03-14T04:33:17.8882602Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-03-14T04:33:17.8882973Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-03-14T04:33:17.8883334Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-03-14T04:33:17.8883690Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-03-14T04:33:17.8884044Z * [new tag] v1.9.1 -> v1.9.1 2025-03-14T04:33:17.8884410Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-03-14T04:33:17.8884780Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-03-14T04:33:17.8885311Z * [new tag] v2.0.0 -> v2.0.0 2025-03-14T04:33:17.8885685Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-03-14T04:33:17.8886056Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-03-14T04:33:17.8886519Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-03-14T04:33:17.8887223Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-03-14T04:33:17.8887923Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-03-14T04:33:17.8888593Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-03-14T04:33:17.8889278Z * [new tag] v2.0.1 -> v2.0.1 2025-03-14T04:33:17.8889867Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-03-14T04:33:17.8890220Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-03-14T04:33:17.8890593Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-03-14T04:33:17.8890959Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-03-14T04:33:17.8891332Z * [new tag] v2.1.0 -> v2.1.0 2025-03-14T04:33:17.8891690Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-03-14T04:33:17.8892050Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-03-14T04:33:17.8892408Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-03-14T04:33:17.8892774Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-03-14T04:33:17.8893135Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-03-14T04:33:17.8893504Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-03-14T04:33:17.8893866Z * [new tag] v2.1.1 -> v2.1.1 2025-03-14T04:33:17.8894241Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-03-14T04:33:17.8894895Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-03-14T04:33:17.8895597Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-03-14T04:33:17.8896292Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-03-14T04:33:17.8896960Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-03-14T04:33:17.8897658Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-03-14T04:33:17.8898328Z * [new tag] v2.1.2 -> v2.1.2 2025-03-14T04:33:17.8899010Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-03-14T04:33:17.8899697Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-03-14T04:33:17.8900397Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-03-14T04:33:17.8901058Z * [new tag] v2.2.0 -> v2.2.0 2025-03-14T04:33:17.8901752Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-03-14T04:33:17.8902444Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-03-14T04:33:17.8903106Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-03-14T04:33:17.8903805Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-03-14T04:33:17.8904476Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-03-14T04:33:17.8905168Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-03-14T04:33:17.8905836Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-03-14T04:33:17.8906540Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-03-14T04:33:17.8907222Z * [new tag] v2.2.1 -> v2.2.1 2025-03-14T04:33:17.8907889Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-03-14T04:33:17.8908746Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-03-14T04:33:17.8909448Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-03-14T04:33:17.8910109Z * [new tag] v2.2.2 -> v2.2.2 2025-03-14T04:33:17.8910776Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-03-14T04:33:17.8911456Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-03-14T04:33:17.8912164Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-03-14T04:33:17.8912846Z * [new tag] v2.3.0 -> v2.3.0 2025-03-14T04:33:18.1793649Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-03-14T04:33:18.1794324Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-03-14T04:33:18.1794698Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-03-14T04:33:18.1795115Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-03-14T04:33:18.1795484Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-03-14T04:33:18.1795847Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-03-14T04:33:18.1796224Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-03-14T04:33:18.1796590Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-03-14T04:33:18.1796948Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-03-14T04:33:18.1797385Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-03-14T04:33:18.1797750Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-03-14T04:33:18.1798443Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-03-14T04:33:18.1799079Z * [new tag] v2.3.1 -> v2.3.1 2025-03-14T04:33:18.1799460Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-03-14T04:33:18.1799821Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-03-14T04:33:18.1800176Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-03-14T04:33:18.1800535Z * [new tag] v2.4.0 -> v2.4.0 2025-03-14T04:33:18.1800888Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-03-14T04:33:18.1801247Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-03-14T04:33:18.1801605Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-03-14T04:33:18.1801977Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-03-14T04:33:18.1802337Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-03-14T04:33:18.1802693Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-03-14T04:33:18.1803055Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-03-14T04:33:18.1803417Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-03-14T04:33:18.1803832Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-03-14T04:33:18.1804500Z * [new tag] v2.4.1 -> v2.4.1 2025-03-14T04:33:18.1805002Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-03-14T04:33:18.1805366Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-03-14T04:33:18.1805730Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-03-14T04:33:18.1806082Z * [new tag] v2.5.0 -> v2.5.0 2025-03-14T04:33:18.1806445Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-03-14T04:33:18.1806801Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-03-14T04:33:18.1807380Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-03-14T04:33:18.1807750Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-03-14T04:33:18.1808117Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-03-14T04:33:18.1808478Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-03-14T04:33:18.1808852Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-03-14T04:33:18.1809207Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-03-14T04:33:18.1809604Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-03-14T04:33:18.1810268Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-03-14T04:33:18.1810910Z * [new tag] v2.5.1 -> v2.5.1 2025-03-14T04:33:18.1811277Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-03-14T04:33:18.1811644Z * [new tag] v2.6.0 -> v2.6.0 2025-03-14T04:33:18.1812001Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-03-14T04:33:18.1812371Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-03-14T04:33:18.1812731Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-03-14T04:33:18.1813091Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-03-14T04:33:18.1813457Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-03-14T04:33:18.1813819Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-03-14T04:33:18.1814174Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-03-14T04:33:18.1814545Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-03-14T04:33:18.1814908Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-03-14T04:33:18.1815272Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-03-14T04:33:18.1815898Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-03-14T04:33:18.1816538Z * [new tag] whc_flight_1 -> whc_flight_1 2025-03-14T04:33:18.1816918Z * [new tag] whc_flight_2 -> whc_flight_2 2025-03-14T04:33:18.1817300Z * [new tag] whc_flight_4 -> whc_flight_4 2025-03-14T04:33:18.1979651Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet aed0b7a742a2d7b7901790622829cbd2135049a4^{object} 2025-03-14T04:33:18.2175999Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:33:18.2208472Z ##[endgroup] 2025-03-14T04:33:18.2208873Z ##[group]Determining the checkout info 2025-03-14T04:33:18.2209859Z ##[endgroup] 2025-03-14T04:33:18.2219704Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-03-14T04:33:18.2484398Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-03-14T04:33:18.2711933Z ##[group]Checking out the ref 2025-03-14T04:33:18.2721718Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:33:19.3563919Z Updating files: 11% (1909/16577) 2025-03-14T04:33:19.4223036Z Updating files: 12% (1990/16577) 2025-03-14T04:33:19.4777022Z Updating files: 13% (2156/16577) 2025-03-14T04:33:19.5393160Z Updating files: 14% (2321/16577) 2025-03-14T04:33:19.5941714Z Updating files: 15% (2487/16577) 2025-03-14T04:33:19.6610512Z Updating files: 16% (2653/16577) 2025-03-14T04:33:19.7127481Z Updating files: 17% (2819/16577) 2025-03-14T04:33:19.7622645Z Updating files: 18% (2984/16577) 2025-03-14T04:33:19.8195374Z Updating files: 19% (3150/16577) 2025-03-14T04:33:19.8834464Z Updating files: 20% (3316/16577) 2025-03-14T04:33:19.9448701Z Updating files: 21% (3482/16577) 2025-03-14T04:33:20.0023307Z Updating files: 22% (3647/16577) 2025-03-14T04:33:20.0571240Z Updating files: 23% (3813/16577) 2025-03-14T04:33:20.1153018Z Updating files: 24% (3979/16577) 2025-03-14T04:33:20.1940938Z Updating files: 25% (4145/16577) 2025-03-14T04:33:20.4355725Z Updating files: 26% (4311/16577) 2025-03-14T04:33:20.4360341Z Updating files: 26% (4474/16577) 2025-03-14T04:33:20.5027759Z Updating files: 27% (4476/16577) 2025-03-14T04:33:20.5710964Z Updating files: 28% (4642/16577) 2025-03-14T04:33:20.7673105Z Updating files: 29% (4808/16577) 2025-03-14T04:33:20.8308963Z Updating files: 30% (4974/16577) 2025-03-14T04:33:20.9030337Z Updating files: 31% (5139/16577) 2025-03-14T04:33:21.1057050Z Updating files: 32% (5305/16577) 2025-03-14T04:33:21.1420675Z Updating files: 33% (5471/16577) 2025-03-14T04:33:21.1731428Z Updating files: 34% (5637/16577) 2025-03-14T04:33:21.2714772Z Updating files: 35% (5802/16577) 2025-03-14T04:33:21.3051924Z Updating files: 36% (5968/16577) 2025-03-14T04:33:21.3364893Z Updating files: 37% (6134/16577) 2025-03-14T04:33:21.3374833Z Updating files: 38% (6300/16577) 2025-03-14T04:33:21.4919460Z Updating files: 38% (6306/16577) 2025-03-14T04:33:21.5316949Z Updating files: 39% (6466/16577) 2025-03-14T04:33:21.5747404Z Updating files: 40% (6631/16577) 2025-03-14T04:33:21.8116828Z Updating files: 41% (6797/16577) 2025-03-14T04:33:21.8501677Z Updating files: 42% (6963/16577) 2025-03-14T04:33:21.8896298Z Updating files: 43% (7129/16577) 2025-03-14T04:33:22.0354523Z Updating files: 44% (7294/16577) 2025-03-14T04:33:22.0691005Z Updating files: 45% (7460/16577) 2025-03-14T04:33:22.1048295Z Updating files: 46% (7626/16577) 2025-03-14T04:33:22.4445304Z Updating files: 47% (7792/16577) 2025-03-14T04:33:22.5417735Z Updating files: 47% (7915/16577) 2025-03-14T04:33:22.6325256Z Updating files: 48% (7957/16577) 2025-03-14T04:33:22.8566369Z Updating files: 49% (8123/16577) 2025-03-14T04:33:23.4479670Z Updating files: 50% (8289/16577) 2025-03-14T04:33:23.4575539Z Updating files: 50% (8428/16577) 2025-03-14T04:33:23.4974987Z Updating files: 51% (8455/16577) 2025-03-14T04:33:23.5367359Z Updating files: 52% (8621/16577) 2025-03-14T04:33:23.6821817Z Updating files: 53% (8786/16577) 2025-03-14T04:33:23.7275324Z Updating files: 54% (8952/16577) 2025-03-14T04:33:24.3387616Z Updating files: 55% (9118/16577) 2025-03-14T04:33:24.3683791Z Updating files: 56% (9284/16577) 2025-03-14T04:33:24.4589431Z Updating files: 56% (9391/16577) 2025-03-14T04:33:24.5462724Z Updating files: 57% (9449/16577) 2025-03-14T04:33:24.6226695Z Updating files: 58% (9615/16577) 2025-03-14T04:33:24.6593884Z Updating files: 59% (9781/16577) 2025-03-14T04:33:24.8030624Z Updating files: 60% (9947/16577) 2025-03-14T04:33:24.8393557Z Updating files: 61% (10112/16577) 2025-03-14T04:33:24.8773135Z Updating files: 62% (10278/16577) 2025-03-14T04:33:25.0284580Z Updating files: 63% (10444/16577) 2025-03-14T04:33:25.0668101Z Updating files: 64% (10610/16577) 2025-03-14T04:33:25.1185545Z Updating files: 65% (10776/16577) 2025-03-14T04:33:25.4349914Z Updating files: 66% (10941/16577) 2025-03-14T04:33:25.4700133Z Updating files: 66% (11052/16577) 2025-03-14T04:33:25.5288393Z Updating files: 67% (11107/16577) 2025-03-14T04:33:25.7441550Z Updating files: 68% (11273/16577) 2025-03-14T04:33:26.0020996Z Updating files: 69% (11439/16577) 2025-03-14T04:33:26.0947392Z Updating files: 70% (11604/16577) 2025-03-14T04:33:26.5320980Z Updating files: 71% (11770/16577) 2025-03-14T04:33:26.5839094Z Updating files: 71% (11867/16577) 2025-03-14T04:33:26.7817558Z Updating files: 72% (11936/16577) 2025-03-14T04:33:26.8652808Z Updating files: 73% (12102/16577) 2025-03-14T04:33:27.0515352Z Updating files: 74% (12267/16577) 2025-03-14T04:33:27.1193519Z Updating files: 75% (12433/16577) 2025-03-14T04:33:27.1957881Z Updating files: 76% (12599/16577) 2025-03-14T04:33:27.3979876Z Updating files: 77% (12765/16577) 2025-03-14T04:33:27.4286521Z Updating files: 77% (12878/16577) 2025-03-14T04:33:27.5171943Z Updating files: 78% (12931/16577) 2025-03-14T04:33:27.6039552Z Updating files: 79% (13096/16577) 2025-03-14T04:33:27.8329843Z Updating files: 80% (13262/16577) 2025-03-14T04:33:27.8942460Z Updating files: 81% (13428/16577) 2025-03-14T04:33:27.9645241Z Updating files: 82% (13594/16577) 2025-03-14T04:33:28.0433485Z Updating files: 83% (13759/16577) 2025-03-14T04:33:28.1273672Z Updating files: 84% (13925/16577) 2025-03-14T04:33:28.2031551Z Updating files: 85% (14091/16577) 2025-03-14T04:33:28.2736171Z Updating files: 86% (14257/16577) 2025-03-14T04:33:28.3472999Z Updating files: 87% (14422/16577) 2025-03-14T04:33:28.3820904Z Updating files: 88% (14588/16577) 2025-03-14T04:33:28.4246367Z Updating files: 88% (14666/16577) 2025-03-14T04:33:28.5098475Z Updating files: 89% (14754/16577) 2025-03-14T04:33:28.5872621Z Updating files: 90% (14920/16577) 2025-03-14T04:33:28.7917534Z Updating files: 91% (15086/16577) 2025-03-14T04:33:28.8652991Z Updating files: 92% (15251/16577) 2025-03-14T04:33:28.9387847Z Updating files: 93% (15417/16577) 2025-03-14T04:33:29.0292234Z Updating files: 94% (15583/16577) 2025-03-14T04:33:29.1185871Z Updating files: 95% (15749/16577) 2025-03-14T04:33:29.1950107Z Updating files: 96% (15914/16577) 2025-03-14T04:33:29.3001446Z Updating files: 97% (16080/16577) 2025-03-14T04:33:29.3832465Z Updating files: 98% (16246/16577) 2025-03-14T04:33:29.4666313Z Updating files: 99% (16412/16577) 2025-03-14T04:33:29.4666666Z Updating files: 100% (16577/16577) 2025-03-14T04:33:29.4666946Z Updating files: 100% (16577/16577), done. 2025-03-14T04:33:29.5069499Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T04:33:29.5069869Z 2025-03-14T04:33:29.5070093Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T04:33:29.5070643Z changes and commit them, and you can discard any commits you make in this 2025-03-14T04:33:29.5071179Z state without impacting any branches by switching back to a branch. 2025-03-14T04:33:29.5071479Z 2025-03-14T04:33:29.5071686Z If you want to create a new branch to retain commits you create, you may 2025-03-14T04:33:29.5072148Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T04:33:29.5072430Z 2025-03-14T04:33:29.5072545Z git switch -c 2025-03-14T04:33:29.5072726Z 2025-03-14T04:33:29.5072831Z Or undo this operation with: 2025-03-14T04:33:29.5072994Z 2025-03-14T04:33:29.5073083Z git switch - 2025-03-14T04:33:29.5073200Z 2025-03-14T04:33:29.5073425Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T04:33:29.5073757Z 2025-03-14T04:33:29.5074061Z HEAD is now at aed0b7a742a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T04:33:29.5223793Z ##[endgroup] 2025-03-14T04:33:29.5224253Z ##[group]Setting up auth for fetching submodules 2025-03-14T04:33:29.5234932Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T04:33:29.5480289Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-03-14T04:33:29.5710868Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-14T04:33:29.5945391Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-14T04:33:29.6204681Z ##[endgroup] 2025-03-14T04:33:29.6205073Z ##[group]Fetching submodules 2025-03-14T04:33:29.6213731Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-03-14T04:33:29.9462711Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-03-14T04:33:30.3562842Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-03-14T04:33:30.3563815Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-03-14T04:33:30.3564969Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-03-14T04:33:30.3565891Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-03-14T04:33:30.3566715Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-03-14T04:33:30.3567840Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-03-14T04:33:30.3568976Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-03-14T04:33:30.3569985Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-03-14T04:33:30.3570974Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-03-14T04:33:30.3571994Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-03-14T04:33:30.3572905Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-03-14T04:33:30.3573838Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-03-14T04:33:30.3574764Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-03-14T04:33:30.3575587Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-03-14T04:33:30.3576381Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-03-14T04:33:30.3577307Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-03-14T04:33:30.3578321Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-03-14T04:33:30.3579162Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-03-14T04:33:30.3580038Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:33:30.3580966Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-03-14T04:33:30.3581854Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-03-14T04:33:30.3582695Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-03-14T04:33:30.3583473Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-03-14T04:33:30.3584272Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-03-14T04:33:30.3585128Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-03-14T04:33:30.3586029Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-03-14T04:33:30.3586896Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-03-14T04:33:30.3587698Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-03-14T04:33:30.3588676Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-03-14T04:33:30.3590336Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-03-14T04:33:30.3591294Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-03-14T04:33:30.3598679Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-03-14T04:33:30.3599832Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-03-14T04:33:30.3633895Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-03-14T04:33:30.3635149Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-03-14T04:33:30.3636505Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-03-14T04:33:30.3637381Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-03-14T04:33:30.4161826Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-03-14T04:33:31.6662306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-03-14T04:33:31.6662982Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-03-14T04:33:31.6663594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-03-14T04:33:32.4449533Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-03-14T04:33:38.0228417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-03-14T04:33:38.0229604Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-03-14T04:33:38.0231994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-03-14T04:33:38.0232748Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-03-14T04:33:38.0234064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-03-14T04:33:38.0235174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-03-14T04:33:38.0236775Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-03-14T04:33:38.0237931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-03-14T04:33:38.0240169Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-03-14T04:33:38.0241184Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-03-14T04:33:38.0242168Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-03-14T04:33:39.3602979Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-03-14T04:33:40.2436681Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-03-14T04:33:40.2437760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-03-14T04:33:40.2439645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-03-14T04:33:40.2623107Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-03-14T04:33:54.6448976Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-03-14T04:33:54.6449690Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-03-14T04:33:54.6450314Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-03-14T04:33:54.6451007Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-03-14T04:33:54.6451629Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-03-14T04:33:54.6452400Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-03-14T04:33:54.6452979Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-03-14T04:33:54.6453550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-03-14T04:33:54.6454090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-03-14T04:33:54.6454639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-03-14T04:33:54.6455241Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-03-14T04:33:54.6455827Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-03-14T04:33:54.6456492Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-03-14T04:33:54.6457046Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-03-14T04:33:54.6457656Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-03-14T04:33:54.6458247Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-03-14T04:33:54.7542588Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-14T04:33:54.8429631Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-14T04:33:54.9096048Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-14T04:33:55.1662084Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-14T04:33:55.5326673Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-14T04:33:55.7535535Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-14T04:34:04.1858512Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-14T04:34:04.3291514Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-14T04:34:07.2605668Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-14T04:34:07.3982653Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-14T04:34:08.2025206Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-14T04:34:08.3830698Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-14T04:34:14.9038560Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-14T04:34:16.3509993Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-14T04:34:16.9293250Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-14T04:34:16.9457996Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:34:16.9459032Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:34:16.9460015Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:34:16.9461030Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:34:16.9462148Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:34:20.2299339Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-03-14T04:34:20.2300423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-03-14T04:34:20.2301238Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-03-14T04:34:20.2301951Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-03-14T04:34:20.2302665Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-03-14T04:34:20.4065134Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-14T04:34:20.8283887Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-14T04:34:24.3277671Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-14T04:34:24.7437818Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-14T04:34:24.8270787Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-14T04:34:25.4558388Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-14T04:34:25.4665254Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:34:25.4666397Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:34:29.3712385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-03-14T04:34:29.3713267Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-03-14T04:34:32.7361229Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-14T04:34:37.2316443Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-14T04:34:38.5211448Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-14T04:34:38.6654061Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-14T04:34:39.1358220Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-14T04:34:39.2999367Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-14T04:34:39.4974803Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-14T04:34:39.5728815Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-03-14T04:34:39.5815780Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-03-14T04:34:54.0053606Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-03-14T04:34:57.2981763Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-03-14T04:34:57.4245086Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-14T04:34:57.7429573Z Submodule path 'third_party/kineto': checked out '2859721fd9e73d3ca1c56f827dbc64e6d68f78a2' 2025-03-14T04:34:57.7560192Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:34:57.7561398Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:34:57.7562825Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:34:59.9397897Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-03-14T04:34:59.9398782Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-03-14T04:34:59.9399695Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-03-14T04:35:00.2522593Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-14T04:35:00.2743310Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:35:00.2744717Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:35:00.2745825Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:35:00.2747117Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:35:00.2748262Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:35:00.2749489Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:35:00.2750721Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:35:00.2751862Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:35:08.4688953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-03-14T04:35:08.4689956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-03-14T04:35:08.4690896Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-03-14T04:35:08.4691836Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-03-14T04:35:08.4692760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-03-14T04:35:08.4693706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-03-14T04:35:08.4694774Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-03-14T04:35:08.4695724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-03-14T04:35:09.4098503Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-14T04:35:09.5302535Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-14T04:35:09.6940843Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-14T04:35:09.7829081Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-14T04:35:09.7923490Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:35:10.2814316Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-03-14T04:35:10.3330857Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-14T04:35:10.4410315Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-14T04:35:10.6802831Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-14T04:35:11.2031864Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-14T04:35:11.3151985Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-14T04:35:11.5152189Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-14T04:35:11.7621352Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-14T04:35:11.9734631Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-14T04:35:12.2015652Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-14T04:35:12.6959843Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-14T04:35:16.5972392Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-14T04:35:16.6086661Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-03-14T04:35:17.7915804Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-03-14T04:35:17.9858514Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-14T04:35:18.5488160Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-14T04:35:18.5702173Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:35:18.5703326Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:35:18.5704411Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:35:18.5705481Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:35:18.5706764Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:35:18.5708163Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:35:18.5709447Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:35:18.5710533Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:35:18.6443915Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-03-14T04:35:29.7262646Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-03-14T04:35:29.7263569Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-03-14T04:35:29.7264441Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-03-14T04:35:29.7265352Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-03-14T04:35:29.7266196Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-03-14T04:35:29.7267040Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-03-14T04:35:29.7267989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-03-14T04:35:29.8573420Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-14T04:35:30.1392498Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-14T04:35:30.2346768Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-14T04:35:30.9363270Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-14T04:35:31.0208869Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-14T04:35:31.1124955Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-14T04:35:31.3157358Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-14T04:35:31.3270614Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:35:31.3271913Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:35:34.0398966Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-03-14T04:35:34.0400054Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-03-14T04:35:35.0546357Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-14T04:35:35.2588230Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-14T04:35:41.3228692Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-14T04:35:41.4025200Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-14T04:35:43.2065052Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-14T04:35:43.2172199Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:35:43.2173324Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-03-14T04:35:44.7191823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-03-14T04:35:44.7193188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-03-14T04:35:44.7982794Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-14T04:35:45.0476348Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-14T04:35:45.1152607Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-14T04:35:45.2152170Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-14T04:35:45.3833202Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-14T04:35:45.5213245Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-14T04:35:45.6884522Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-14T04:35:45.8314171Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-14T04:35:45.8457865Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:35:45.8458957Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:35:45.8459929Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:35:45.8460918Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:35:48.4615551Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-03-14T04:35:48.4616369Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-03-14T04:35:48.4617160Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-03-14T04:35:48.4617893Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-03-14T04:35:48.6483024Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-14T04:35:48.7448183Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-14T04:35:49.0042114Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-14T04:35:49.1422971Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-14T04:35:49.1514638Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:35:49.6475624Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-03-14T04:35:49.7073348Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-14T04:35:49.7293266Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-03-14T04:35:50.1235957Z Entering 'android/libs/fbjni' 2025-03-14T04:35:50.1593452Z Entering 'third_party/FP16' 2025-03-14T04:35:50.1923467Z Entering 'third_party/FXdiv' 2025-03-14T04:35:50.2286319Z Entering 'third_party/NNPACK' 2025-03-14T04:35:50.2648379Z Entering 'third_party/NVTX' 2025-03-14T04:35:50.2982277Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T04:35:50.3317951Z Entering 'third_party/XNNPACK' 2025-03-14T04:35:50.3668116Z Entering 'third_party/benchmark' 2025-03-14T04:35:50.3998063Z Entering 'third_party/composable_kernel' 2025-03-14T04:35:50.4336425Z Entering 'third_party/cpp-httplib' 2025-03-14T04:35:50.4665639Z Entering 'third_party/cpuinfo' 2025-03-14T04:35:50.4986799Z Entering 'third_party/cudnn_frontend' 2025-03-14T04:35:50.5323148Z Entering 'third_party/cutlass' 2025-03-14T04:35:50.5664453Z Entering 'third_party/eigen' 2025-03-14T04:35:50.5988003Z Entering 'third_party/fbgemm' 2025-03-14T04:35:50.6380285Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:35:50.6724274Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:35:50.7058361Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:35:50.7390187Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:35:50.7763720Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:35:50.8150506Z Entering 'third_party/flash-attention' 2025-03-14T04:35:50.8465946Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:35:50.8853869Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:35:50.9249261Z Entering 'third_party/flatbuffers' 2025-03-14T04:35:50.9598646Z Entering 'third_party/fmt' 2025-03-14T04:35:50.9947023Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:35:51.0291875Z Entering 'third_party/gloo' 2025-03-14T04:35:51.0629934Z Entering 'third_party/googletest' 2025-03-14T04:35:51.0997240Z Entering 'third_party/ideep' 2025-03-14T04:35:51.1333231Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T04:35:51.1725447Z Entering 'third_party/ittapi' 2025-03-14T04:35:51.2079551Z Entering 'third_party/kineto' 2025-03-14T04:35:51.2416027Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:35:51.2753689Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:35:51.3106209Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:35:51.3466772Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:35:51.3831845Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:35:51.4179990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:35:51.4566213Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:35:51.4933481Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:35:51.5301071Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:35:51.5759236Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:35:51.6141351Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:35:51.6493298Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:35:51.6855925Z Entering 'third_party/kleidiai' 2025-03-14T04:35:51.7197379Z Entering 'third_party/mimalloc' 2025-03-14T04:35:51.7536697Z Entering 'third_party/nlohmann' 2025-03-14T04:35:51.7870580Z Entering 'third_party/onnx' 2025-03-14T04:35:51.8248327Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T04:35:51.8632337Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T04:35:51.8960118Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:35:51.9323966Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:35:51.9681392Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:35:52.0009964Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:35:52.0380713Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:35:52.0711751Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:35:52.1048693Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:35:52.1405484Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:35:52.1739405Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:35:52.2080657Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:35:52.2457415Z Entering 'third_party/pocketfft' 2025-03-14T04:35:52.2786662Z Entering 'third_party/protobuf' 2025-03-14T04:35:52.3131188Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:35:52.3467159Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T04:35:52.3821950Z Entering 'third_party/psimd' 2025-03-14T04:35:52.4164693Z Entering 'third_party/pthreadpool' 2025-03-14T04:35:52.4505086Z Entering 'third_party/pybind11' 2025-03-14T04:35:52.4886334Z Entering 'third_party/python-peachpy' 2025-03-14T04:35:52.5237394Z Entering 'third_party/sleef' 2025-03-14T04:35:52.5588699Z Entering 'third_party/tensorpipe' 2025-03-14T04:35:52.5935281Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:35:52.6311963Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:35:52.6664011Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:35:52.7044152Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:35:52.7381743Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:35:52.7887532Z ##[endgroup] 2025-03-14T04:35:52.7887958Z ##[group]Persisting credentials for submodules 2025-03-14T04:35:52.7900411Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-03-14T04:35:53.1192352Z Entering 'android/libs/fbjni' 2025-03-14T04:35:53.1729690Z Entering 'third_party/FP16' 2025-03-14T04:35:53.2247329Z Entering 'third_party/FXdiv' 2025-03-14T04:35:53.2756450Z Entering 'third_party/NNPACK' 2025-03-14T04:35:53.3262510Z Entering 'third_party/NVTX' 2025-03-14T04:35:53.3771964Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T04:35:53.4281261Z Entering 'third_party/XNNPACK' 2025-03-14T04:35:53.4815717Z Entering 'third_party/benchmark' 2025-03-14T04:35:53.5328289Z Entering 'third_party/composable_kernel' 2025-03-14T04:35:53.5845543Z Entering 'third_party/cpp-httplib' 2025-03-14T04:35:53.6368146Z Entering 'third_party/cpuinfo' 2025-03-14T04:35:53.6900737Z Entering 'third_party/cudnn_frontend' 2025-03-14T04:35:53.7439897Z Entering 'third_party/cutlass' 2025-03-14T04:35:53.8011726Z Entering 'third_party/eigen' 2025-03-14T04:35:53.8533409Z Entering 'third_party/fbgemm' 2025-03-14T04:35:53.9032298Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:35:53.9607227Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:35:54.0147909Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:35:54.0699108Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:35:54.1299597Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:35:54.1850903Z Entering 'third_party/flash-attention' 2025-03-14T04:35:54.2373049Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:35:54.2926871Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:35:54.3478411Z Entering 'third_party/flatbuffers' 2025-03-14T04:35:54.4034095Z Entering 'third_party/fmt' 2025-03-14T04:35:54.4548024Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:35:54.5064641Z Entering 'third_party/gloo' 2025-03-14T04:35:54.5587428Z Entering 'third_party/googletest' 2025-03-14T04:35:54.6109863Z Entering 'third_party/ideep' 2025-03-14T04:35:54.6630141Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T04:35:54.7184603Z Entering 'third_party/ittapi' 2025-03-14T04:35:54.7758139Z Entering 'third_party/kineto' 2025-03-14T04:35:54.8276037Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:35:54.8799981Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:35:54.9359374Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:35:54.9889011Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:35:55.0427219Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:35:55.0988742Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:35:55.1566947Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:35:55.2094628Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:35:55.2616840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:35:55.3133019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:35:55.3667953Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:35:55.4200497Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:35:55.4774325Z Entering 'third_party/kleidiai' 2025-03-14T04:35:55.5323294Z Entering 'third_party/mimalloc' 2025-03-14T04:35:55.5846761Z Entering 'third_party/nlohmann' 2025-03-14T04:35:55.6384246Z Entering 'third_party/onnx' 2025-03-14T04:35:55.6915626Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T04:35:55.7494254Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T04:35:55.8028546Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:35:55.8574110Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:35:55.9124233Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:35:55.9666546Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:35:56.0206808Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:35:56.0744756Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:35:56.1279343Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:35:56.1801459Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:35:56.2374064Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:35:56.2956142Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:35:56.3551986Z Entering 'third_party/pocketfft' 2025-03-14T04:35:56.4098643Z Entering 'third_party/protobuf' 2025-03-14T04:35:56.4621078Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:35:56.5160848Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T04:35:56.5706011Z Entering 'third_party/psimd' 2025-03-14T04:35:56.6227364Z Entering 'third_party/pthreadpool' 2025-03-14T04:35:56.6760062Z Entering 'third_party/pybind11' 2025-03-14T04:35:56.7317540Z Entering 'third_party/python-peachpy' 2025-03-14T04:35:56.8187447Z Entering 'third_party/sleef' 2025-03-14T04:35:56.8759302Z Entering 'third_party/tensorpipe' 2025-03-14T04:35:56.9323857Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:35:56.9885307Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:35:57.0422517Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:35:57.0999586Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:35:57.1544689Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:35:57.2218927Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-03-14T04:35:57.5735719Z Entering 'android/libs/fbjni' 2025-03-14T04:35:57.6247459Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-03-14T04:35:57.6369546Z Entering 'third_party/FP16' 2025-03-14T04:35:57.6904156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-03-14T04:35:57.7032560Z Entering 'third_party/FXdiv' 2025-03-14T04:35:57.7551589Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-03-14T04:35:57.7676031Z Entering 'third_party/NNPACK' 2025-03-14T04:35:57.8243200Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-03-14T04:35:57.8372364Z Entering 'third_party/NVTX' 2025-03-14T04:35:57.8890931Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-03-14T04:35:57.9018446Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T04:35:57.9505703Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-03-14T04:35:57.9625916Z Entering 'third_party/XNNPACK' 2025-03-14T04:35:58.0144752Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-03-14T04:35:58.0284579Z Entering 'third_party/benchmark' 2025-03-14T04:35:58.0773886Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-03-14T04:35:58.0897265Z Entering 'third_party/composable_kernel' 2025-03-14T04:35:58.1405724Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-03-14T04:35:58.1537742Z Entering 'third_party/cpp-httplib' 2025-03-14T04:35:58.2040282Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-03-14T04:35:58.2158375Z Entering 'third_party/cpuinfo' 2025-03-14T04:35:58.2662996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T04:35:58.2785182Z Entering 'third_party/cudnn_frontend' 2025-03-14T04:35:58.3295311Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-03-14T04:35:58.3438421Z Entering 'third_party/cutlass' 2025-03-14T04:35:58.3955879Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-03-14T04:35:58.4100366Z Entering 'third_party/eigen' 2025-03-14T04:35:58.4615010Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-03-14T04:35:58.4738333Z Entering 'third_party/fbgemm' 2025-03-14T04:35:58.5256378Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-03-14T04:35:58.5368594Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:35:58.5874623Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-03-14T04:35:58.6001399Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:35:58.6513345Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T04:35:58.6639778Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:35:58.7157733Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-03-14T04:35:58.7283612Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:35:58.7790930Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:35:58.7910569Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:35:58.8412361Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-03-14T04:35:58.8575358Z Entering 'third_party/flash-attention' 2025-03-14T04:35:58.9084446Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-03-14T04:35:58.9198171Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:35:58.9726579Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-03-14T04:35:58.9853419Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:35:59.0397044Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-03-14T04:35:59.0541497Z Entering 'third_party/flatbuffers' 2025-03-14T04:35:59.1055337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-03-14T04:35:59.1187294Z Entering 'third_party/fmt' 2025-03-14T04:35:59.1683100Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-03-14T04:35:59.1804206Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:35:59.2331046Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-03-14T04:35:59.2460220Z Entering 'third_party/gloo' 2025-03-14T04:35:59.2960072Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-03-14T04:35:59.3083311Z Entering 'third_party/googletest' 2025-03-14T04:35:59.3584797Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:35:59.3751710Z Entering 'third_party/ideep' 2025-03-14T04:35:59.4280083Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-03-14T04:35:59.4384245Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T04:35:59.4889996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-03-14T04:35:59.5038402Z Entering 'third_party/ittapi' 2025-03-14T04:35:59.5535061Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-03-14T04:35:59.5652969Z Entering 'third_party/kineto' 2025-03-14T04:35:59.6138321Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-03-14T04:35:59.6244497Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:35:59.6735649Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-03-14T04:35:59.6844231Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:35:59.7358744Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-03-14T04:35:59.7487727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:35:59.8014562Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-03-14T04:35:59.8143170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:35:59.8657977Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-03-14T04:35:59.8783305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:35:59.9304247Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-03-14T04:35:59.9418373Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:35:59.9939950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-03-14T04:36:00.0082840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:36:00.0613040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-03-14T04:36:00.0755542Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:36:00.1275580Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:36:00.1407573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:36:00.1941107Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-03-14T04:36:00.2074493Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:36:00.2607613Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-03-14T04:36:00.2752777Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:36:00.3272220Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-03-14T04:36:00.3397820Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:36:00.3943406Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-03-14T04:36:00.4085796Z Entering 'third_party/kleidiai' 2025-03-14T04:36:00.4591351Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-03-14T04:36:00.4723099Z Entering 'third_party/mimalloc' 2025-03-14T04:36:00.5264933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-03-14T04:36:00.5390041Z Entering 'third_party/nlohmann' 2025-03-14T04:36:00.5907867Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-03-14T04:36:00.6037220Z Entering 'third_party/onnx' 2025-03-14T04:36:00.6566423Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-03-14T04:36:00.6700598Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T04:36:00.7223065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-03-14T04:36:00.7362839Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T04:36:00.7876726Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-03-14T04:36:00.7990516Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:36:00.8518860Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-03-14T04:36:00.8643937Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:36:00.9184351Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:36:00.9334909Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:36:00.9841946Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-03-14T04:36:00.9962455Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:36:01.0466030Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-03-14T04:36:01.0588194Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:36:01.1103937Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-03-14T04:36:01.1235148Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:36:01.1767298Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-03-14T04:36:01.1895411Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:36:01.2416306Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-03-14T04:36:01.2525005Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:36:01.3051220Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-03-14T04:36:01.3183207Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:36:01.3714059Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-03-14T04:36:01.3862649Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:36:01.4392355Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-03-14T04:36:01.4559145Z Entering 'third_party/pocketfft' 2025-03-14T04:36:01.5083387Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-03-14T04:36:01.5204581Z Entering 'third_party/protobuf' 2025-03-14T04:36:01.6841841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-03-14T04:36:01.6958928Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:36:01.7494312Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-03-14T04:36:01.7637360Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T04:36:01.8160805Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:36:01.8324066Z Entering 'third_party/psimd' 2025-03-14T04:36:01.8829013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-03-14T04:36:01.8950564Z Entering 'third_party/pthreadpool' 2025-03-14T04:36:01.9468555Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-03-14T04:36:01.9590715Z Entering 'third_party/pybind11' 2025-03-14T04:36:02.0092846Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-03-14T04:36:02.0215753Z Entering 'third_party/python-peachpy' 2025-03-14T04:36:02.0716033Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-03-14T04:36:02.0840911Z Entering 'third_party/sleef' 2025-03-14T04:36:02.1367164Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-03-14T04:36:02.1487584Z Entering 'third_party/tensorpipe' 2025-03-14T04:36:02.2016162Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-03-14T04:36:02.2122963Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:36:02.2624851Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-03-14T04:36:02.2745401Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:36:02.3240694Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-03-14T04:36:02.3364837Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:36:02.3864323Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-03-14T04:36:02.3983617Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:36:02.4482711Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-03-14T04:36:02.4590424Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:36:02.5122217Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-03-14T04:36:02.5733885Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-03-14T04:36:02.8938357Z Entering 'android/libs/fbjni' 2025-03-14T04:36:02.9296218Z Entering 'third_party/FP16' 2025-03-14T04:36:02.9670877Z Entering 'third_party/FXdiv' 2025-03-14T04:36:03.0024853Z Entering 'third_party/NNPACK' 2025-03-14T04:36:03.0380752Z Entering 'third_party/NVTX' 2025-03-14T04:36:03.0712151Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T04:36:03.1064565Z Entering 'third_party/XNNPACK' 2025-03-14T04:36:03.1465010Z Entering 'third_party/benchmark' 2025-03-14T04:36:03.1815551Z Entering 'third_party/composable_kernel' 2025-03-14T04:36:03.2168834Z Entering 'third_party/cpp-httplib' 2025-03-14T04:36:03.2520517Z Entering 'third_party/cpuinfo' 2025-03-14T04:36:03.2860214Z Entering 'third_party/cudnn_frontend' 2025-03-14T04:36:03.3210490Z Entering 'third_party/cutlass' 2025-03-14T04:36:03.3546124Z Entering 'third_party/eigen' 2025-03-14T04:36:03.3880802Z Entering 'third_party/fbgemm' 2025-03-14T04:36:03.4212850Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:36:03.4556602Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:36:03.4909345Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:36:03.5306514Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:36:03.5650518Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:36:03.6035983Z Entering 'third_party/flash-attention' 2025-03-14T04:36:03.6360559Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:36:03.6734335Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:36:03.7113737Z Entering 'third_party/flatbuffers' 2025-03-14T04:36:03.7466382Z Entering 'third_party/fmt' 2025-03-14T04:36:03.7825983Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:36:03.8174262Z Entering 'third_party/gloo' 2025-03-14T04:36:03.8512810Z Entering 'third_party/googletest' 2025-03-14T04:36:03.8896005Z Entering 'third_party/ideep' 2025-03-14T04:36:03.9241712Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T04:36:03.9669315Z Entering 'third_party/ittapi' 2025-03-14T04:36:04.0039170Z Entering 'third_party/kineto' 2025-03-14T04:36:04.0389486Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:36:04.0750160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:36:04.1150268Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:36:04.1513963Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:36:04.1866190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:36:04.2193733Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:36:04.2565362Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:36:04.2917643Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:36:04.3274660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:36:04.3621970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:36:04.3986847Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:36:04.4314664Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:36:04.4690620Z Entering 'third_party/kleidiai' 2025-03-14T04:36:04.5023367Z Entering 'third_party/mimalloc' 2025-03-14T04:36:04.5345935Z Entering 'third_party/nlohmann' 2025-03-14T04:36:04.5708418Z Entering 'third_party/onnx' 2025-03-14T04:36:04.6049695Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T04:36:04.6395449Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T04:36:04.6717070Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:36:04.7049800Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:36:04.7381039Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:36:04.7708116Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:36:04.8039650Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:36:04.8373988Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:36:04.8704606Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:36:04.9043760Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:36:04.9402649Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:36:04.9776664Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:36:05.0173047Z Entering 'third_party/pocketfft' 2025-03-14T04:36:05.0506339Z Entering 'third_party/protobuf' 2025-03-14T04:36:05.0833563Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:36:05.1181143Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T04:36:05.1544316Z Entering 'third_party/psimd' 2025-03-14T04:36:05.1886941Z Entering 'third_party/pthreadpool' 2025-03-14T04:36:05.2253808Z Entering 'third_party/pybind11' 2025-03-14T04:36:05.2584010Z Entering 'third_party/python-peachpy' 2025-03-14T04:36:05.2917686Z Entering 'third_party/sleef' 2025-03-14T04:36:05.3243091Z Entering 'third_party/tensorpipe' 2025-03-14T04:36:05.3556455Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:36:05.3962232Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:36:05.4308543Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:36:05.4665041Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:36:05.5006752Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:36:05.5492734Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-03-14T04:36:05.8713385Z Entering 'android/libs/fbjni' 2025-03-14T04:36:05.9063233Z Entering 'third_party/FP16' 2025-03-14T04:36:05.9399703Z Entering 'third_party/FXdiv' 2025-03-14T04:36:05.9753794Z Entering 'third_party/NNPACK' 2025-03-14T04:36:06.0088643Z Entering 'third_party/NVTX' 2025-03-14T04:36:06.0417226Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T04:36:06.0771867Z Entering 'third_party/XNNPACK' 2025-03-14T04:36:06.1134420Z Entering 'third_party/benchmark' 2025-03-14T04:36:06.1490086Z Entering 'third_party/composable_kernel' 2025-03-14T04:36:06.1832253Z Entering 'third_party/cpp-httplib' 2025-03-14T04:36:06.2159846Z Entering 'third_party/cpuinfo' 2025-03-14T04:36:06.2500018Z Entering 'third_party/cudnn_frontend' 2025-03-14T04:36:06.2822399Z Entering 'third_party/cutlass' 2025-03-14T04:36:06.3181101Z Entering 'third_party/eigen' 2025-03-14T04:36:06.3508767Z Entering 'third_party/fbgemm' 2025-03-14T04:36:06.3820102Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T04:36:06.4167448Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T04:36:06.4499795Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T04:36:06.4835099Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T04:36:06.5167514Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T04:36:06.5522381Z Entering 'third_party/flash-attention' 2025-03-14T04:36:06.5833129Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T04:36:06.6180128Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T04:36:06.6528139Z Entering 'third_party/flatbuffers' 2025-03-14T04:36:06.6865018Z Entering 'third_party/fmt' 2025-03-14T04:36:06.7195011Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T04:36:06.7525162Z Entering 'third_party/gloo' 2025-03-14T04:36:06.7863144Z Entering 'third_party/googletest' 2025-03-14T04:36:06.8223264Z Entering 'third_party/ideep' 2025-03-14T04:36:06.8561206Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T04:36:06.8969911Z Entering 'third_party/ittapi' 2025-03-14T04:36:06.9323169Z Entering 'third_party/kineto' 2025-03-14T04:36:06.9656422Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T04:36:06.9984421Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T04:36:07.0337662Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T04:36:07.0724369Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T04:36:07.1091895Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T04:36:07.1422877Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T04:36:07.1816703Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T04:36:07.2170291Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T04:36:07.2520499Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T04:36:07.2865650Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T04:36:07.3227188Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T04:36:07.3696918Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T04:36:07.4051909Z Entering 'third_party/kleidiai' 2025-03-14T04:36:07.4380226Z Entering 'third_party/mimalloc' 2025-03-14T04:36:07.4741129Z Entering 'third_party/nlohmann' 2025-03-14T04:36:07.5065455Z Entering 'third_party/onnx' 2025-03-14T04:36:07.5401384Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T04:36:07.5776423Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T04:36:07.6120493Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T04:36:07.6491528Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T04:36:07.6834381Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T04:36:07.7155196Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T04:36:07.7521429Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T04:36:07.7858327Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T04:36:07.8231514Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T04:36:07.8571803Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T04:36:07.8926221Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T04:36:07.9301238Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T04:36:07.9705783Z Entering 'third_party/pocketfft' 2025-03-14T04:36:08.0029852Z Entering 'third_party/protobuf' 2025-03-14T04:36:08.0377460Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T04:36:08.0716835Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T04:36:08.1088261Z Entering 'third_party/psimd' 2025-03-14T04:36:08.1431421Z Entering 'third_party/pthreadpool' 2025-03-14T04:36:08.1773958Z Entering 'third_party/pybind11' 2025-03-14T04:36:08.2124180Z Entering 'third_party/python-peachpy' 2025-03-14T04:36:08.2466008Z Entering 'third_party/sleef' 2025-03-14T04:36:08.2816255Z Entering 'third_party/tensorpipe' 2025-03-14T04:36:08.3151897Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T04:36:08.3509549Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T04:36:08.3848921Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T04:36:08.4189339Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T04:36:08.4510379Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T04:36:08.4977264Z ##[endgroup] 2025-03-14T04:36:08.5253463Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-03-14T04:36:08.5458929Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:36:08.5756129Z Prepare all required actions 2025-03-14T04:36:08.5819900Z ##[group]Run ./.github/actions/setup-win 2025-03-14T04:36:08.5820189Z with: 2025-03-14T04:36:08.5820397Z cuda-version: cpu 2025-03-14T04:36:08.5820601Z env: 2025-03-14T04:36:08.5820787Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:08.5821011Z ##[endgroup] 2025-03-14T04:36:08.5904351Z ##[group]Run set -euo pipefail 2025-03-14T04:36:08.5904660Z set -euo pipefail 2025-03-14T04:36:08.5904922Z function get_ec2_metadata() { 2025-03-14T04:36:08.5905261Z  # Pulled from instance metadata endpoint for EC2 2025-03-14T04:36:08.5905850Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-14T04:36:08.5906371Z  category=$1 2025-03-14T04:36:08.5907219Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-14T04:36:08.5908063Z } 2025-03-14T04:36:08.5908291Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-14T04:36:08.5908694Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-14T04:36:08.5909130Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-14T04:36:08.5909508Z echo "system info $(uname -a)" 2025-03-14T04:36:08.5927908Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:08.5928323Z env: 2025-03-14T04:36:08.5928520Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:08.5928756Z ##[endgroup] 2025-03-14T04:36:08.6567228Z ami-id: ami-047591c381c19028d 2025-03-14T04:36:08.7026769Z instance-id: i-0d494c101f9013172 2025-03-14T04:36:08.7552685Z instance-type: c5d.4xlarge 2025-03-14T04:36:08.7753448Z system info MSYS_NT-10.0-17763 EC2AMAZ-DD9BHOF 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-03-14T04:36:08.7856508Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T04:36:08.7857418Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T04:36:08.7873083Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:36:08.7873549Z env: 2025-03-14T04:36:08.7873763Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:08.7874018Z ##[endgroup] 2025-03-14T04:36:09.1333902Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:36:09.1399158Z Finished 2025-03-14T04:36:09.1692540Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-03-14T04:36:09.1693055Z # Windows conda is baked into the AMI at this location 2025-03-14T04:36:09.1693495Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-03-14T04:36:09.1693837Z  2025-03-14T04:36:09.1694053Z { 2025-03-14T04:36:09.1694340Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-03-14T04:36:09.1694753Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-03-14T04:36:09.1695118Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-03-14T04:36:09.1695425Z } >> "${GITHUB_ENV}" 2025-03-14T04:36:09.1713880Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:09.1714331Z env: 2025-03-14T04:36:09.1714545Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:09.1714795Z ##[endgroup] 2025-03-14T04:36:09.1987573Z ##[group]Run set +e 2025-03-14T04:36:09.1987846Z set +e 2025-03-14T04:36:09.1988065Z set -x 2025-03-14T04:36:09.1988279Z  2025-03-14T04:36:09.1988515Z PYTHON3=$(${CONDA_RUN} which python3) 2025-03-14T04:36:09.1988820Z EXIT_CODE=$? 2025-03-14T04:36:09.1989200Z  2025-03-14T04:36:09.1990954Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T04:36:09.1991420Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-03-14T04:36:09.1991824Z  2025-03-14T04:36:09.1992053Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-03-14T04:36:09.1992415Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T04:36:09.1992736Z else 2025-03-14T04:36:09.1993196Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-03-14T04:36:09.1993911Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-03-14T04:36:09.1994589Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-03-14T04:36:09.1995168Z  # needed. In both cases, Python binary is just called python 2025-03-14T04:36:09.1995568Z  PYTHON=$(${CONDA_RUN} which python) 2025-03-14T04:36:09.1995906Z  EXIT_CODE=$? 2025-03-14T04:36:09.1996164Z  2025-03-14T04:36:09.1996388Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T04:36:09.1996850Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-03-14T04:36:09.1997285Z  2025-03-14T04:36:09.1997566Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-03-14T04:36:09.1998092Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-03-14T04:36:09.1998554Z  # here pointing to Python 2025-03-14T04:36:09.1998876Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-03-14T04:36:09.1999169Z  2025-03-14T04:36:09.1999401Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-03-14T04:36:09.1999756Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T04:36:09.2000061Z  else 2025-03-14T04:36:09.2000324Z  echo "Found no Python using ${CONDA_RUN}" 2025-03-14T04:36:09.2000660Z  fi 2025-03-14T04:36:09.2000865Z fi 2025-03-14T04:36:09.2019324Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:09.2019757Z env: 2025-03-14T04:36:09.2019969Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:09.2020367Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:09.2020961Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:09.2021491Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:09.2021850Z ##[endgroup] 2025-03-14T04:36:09.2257107Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-03-14T04:36:19.1757058Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-03-14T04:36:19.1785435Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-03-14T04:36:19.2550662Z + PYTHON3= 2025-03-14T04:36:19.2550955Z + EXIT_CODE=1 2025-03-14T04:36:19.2551482Z + [[ 1 == \0 ]] 2025-03-14T04:36:19.2610863Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-03-14T04:36:20.8995829Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-03-14T04:36:20.8996205Z + EXIT_CODE=0 2025-03-14T04:36:20.8996432Z + [[ 0 == \0 ]] 2025-03-14T04:36:20.8996878Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-03-14T04:36:20.8998541Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-03-14T04:36:20.9145377Z ++ echo /c/Jenkins/Miniconda3/python 2025-03-14T04:36:20.9195762Z ++ sed s/python/python3/ 2025-03-14T04:36:20.9260274Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-03-14T04:36:20.9260745Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-03-14T04:36:20.9436189Z ++ dirname /c/Jenkins/Miniconda3/python 2025-03-14T04:36:20.9512165Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-03-14T04:36:20.9512529Z + echo /c/Jenkins/Miniconda3 2025-03-14T04:36:20.9649591Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T04:36:20.9650208Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T04:36:20.9650681Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-03-14T04:36:20.9672744Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:20.9673235Z env: 2025-03-14T04:36:20.9673451Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:20.9673849Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:20.9674380Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:20.9674868Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:20.9675226Z ##[endgroup] 2025-03-14T04:36:21.0562774Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T04:36:21.0563745Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T04:36:21.0564598Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-03-14T04:36:21.0565160Z # that it doesn't interfere 2025-03-14T04:36:21.0565647Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-03-14T04:36:21.0581325Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:36:21.0581816Z env: 2025-03-14T04:36:21.0582040Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:21.0582438Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:21.0582973Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:21.0583449Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:21.0583866Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:21.0584179Z ##[endgroup] 2025-03-14T04:36:21.4094850Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:36:21.4144194Z Finished 2025-03-14T04:36:22.4188635Z ##[group]Run choco install handle -y 2025-03-14T04:36:22.4188966Z choco install handle -y 2025-03-14T04:36:22.4189316Z handle C:\actions-runner\_work\ 2025-03-14T04:36:22.4204764Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:36:22.4205218Z env: 2025-03-14T04:36:22.4205420Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:22.4205804Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:22.4206321Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:22.4206796Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:22.4207187Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:22.4207489Z ##[endgroup] 2025-03-14T04:36:22.8476118Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:36:22.8522385Z Finished 2025-03-14T04:36:26.0007826Z Chocolatey v2.4.2 2025-03-14T04:36:26.1619238Z Installing the following packages: 2025-03-14T04:36:26.1624277Z handle 2025-03-14T04:36:26.1628072Z By installing, you accept licenses for the packages. 2025-03-14T04:36:27.6099054Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-03-14T04:36:27.7325521Z 2025-03-14T04:36:27.7326371Z Progress: Downloading Handle 5.0... 15% 2025-03-14T04:36:27.7327194Z Progress: Downloading Handle 5.0... 45% 2025-03-14T04:36:27.7327728Z Progress: Downloading Handle 5.0... 75% 2025-03-14T04:36:27.7328102Z Progress: Downloading Handle 5.0... 100% 2025-03-14T04:36:27.9644152Z 2025-03-14T04:36:27.9644537Z handle v5.0.0 [Approved] 2025-03-14T04:36:27.9841428Z handle package files install completed. Performing other installation steps. 2025-03-14T04:36:30.3100174Z Downloading Handle 2025-03-14T04:36:30.3100585Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-03-14T04:36:30.3887616Z 2025-03-14T04:36:30.3904496Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-03-14T04:36:30.4024520Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-03-14T04:36:30.4039757Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-03-14T04:36:30.4058407Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-03-14T04:36:30.4062246Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-03-14T04:36:30.4068427Z Download of Handle.zip (729.82 KB) completed. 2025-03-14T04:36:33.4769007Z Hashes match. 2025-03-14T04:36:33.5074995Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-03-14T04:36:33.9095909Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-03-14T04:36:33.9146655Z HKEY_CURRENT_USER\Software\Sysinternals 2025-03-14T04:36:33.9280237Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-03-14T04:36:34.4688860Z ShimGen has successfully created a shim for handle.exe 2025-03-14T04:36:34.6483522Z ShimGen has successfully created a shim for handle64.exe 2025-03-14T04:36:34.8158736Z ShimGen has successfully created a shim for handle64a.exe 2025-03-14T04:36:34.8428415Z The install of handle was successful. 2025-03-14T04:36:34.8431449Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-03-14T04:36:34.8537698Z 2025-03-14T04:36:34.8537858Z Chocolatey installed 1/1 packages. 2025-03-14T04:36:34.8538293Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-03-14T04:36:34.8548052Z 2025-03-14T04:36:34.8548291Z Enjoy using Chocolatey? Explore more amazing features to take your 2025-03-14T04:36:34.8548698Z experience to the next level at 2025-03-14T04:36:34.8548999Z https://chocolatey.org/compare 2025-03-14T04:36:34.9511386Z 2025-03-14T04:36:34.9511813Z Nthandle v5.0 - Handle viewer 2025-03-14T04:36:34.9512177Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T04:36:34.9512495Z Sysinternals - www.sysinternals.com 2025-03-14T04:36:34.9512701Z 2025-03-14T04:36:35.0628325Z powershell.exe pid: 2872 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:36:35.0629018Z handle.exe pid: 632 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:36:35.0629566Z handle.exe pid: 5328 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:36:35.0630130Z handle64.exe pid: 3364 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:36:35.0973148Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T04:36:35.0973457Z with: 2025-03-14T04:36:35.0973645Z shell: bash 2025-03-14T04:36:35.0973850Z timeout_minutes: 5 2025-03-14T04:36:35.0974072Z max_attempts: 5 2025-03-14T04:36:35.0974286Z retry_wait_seconds: 30 2025-03-14T04:36:35.0974650Z command: set -eu python3 -m pip install 'xdoctest>=1.1.0' 2025-03-14T04:36:35.0975086Z polling_interval_seconds: 1 2025-03-14T04:36:35.0975390Z warning_on_retry: true 2025-03-14T04:36:35.0975638Z continue_on_error: false 2025-03-14T04:36:35.0975868Z env: 2025-03-14T04:36:35.0976052Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:35.0976608Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:35.0977128Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:35.0977605Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:35.0978034Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:35.0978331Z ##[endgroup] 2025-03-14T04:36:40.5965277Z Collecting xdoctest>=1.1.0 2025-03-14T04:36:40.7826250Z Downloading xdoctest-1.2.0-py3-none-any.whl.metadata (37 kB) 2025-03-14T04:36:41.1674998Z Downloading xdoctest-1.2.0-py3-none-any.whl (151 kB) 2025-03-14T04:36:41.2217937Z ---------------------------------------- 151.2/151.2 kB 2.2 MB/s eta 0:00:00 2025-03-14T04:36:43.0364489Z Installing collected packages: xdoctest 2025-03-14T04:36:43.0365428Z Attempting uninstall: xdoctest 2025-03-14T04:36:43.0389073Z Found existing installation: xdoctest 1.0.2 2025-03-14T04:36:43.0510509Z Uninstalling xdoctest-1.0.2: 2025-03-14T04:36:43.0550022Z Successfully uninstalled xdoctest-1.0.2 2025-03-14T04:36:43.1606007Z WARNING: The script xdoctest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:36:43.1606953Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:36:43.2039095Z Successfully installed xdoctest-1.2.0 2025-03-14T04:36:44.2326121Z Command completed after 1 attempt(s). 2025-03-14T04:36:44.2520057Z ##[group]Run seemethere/download-artifact-s3@v4 2025-03-14T04:36:44.2520424Z with: 2025-03-14T04:36:44.2520628Z name: win-vs2022-cpu-py3 2025-03-14T04:36:44.2520883Z path: C:\13849515284\build-results 2025-03-14T04:36:44.2521148Z s3-bucket: gha-artifacts 2025-03-14T04:36:44.2521387Z region: us-east-1 2025-03-14T04:36:44.2521593Z env: 2025-03-14T04:36:44.2521783Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:44.2522243Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:44.2522803Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:44.2523355Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:44.2523811Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:44.2524160Z ##[endgroup] 2025-03-14T04:36:44.7730588Z (node:5516) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-03-14T04:36:44.7731133Z 2025-03-14T04:36:44.7731316Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-03-14T04:36:44.7731831Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-03-14T04:36:44.7732349Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-03-14T04:36:44.9028796Z Found 4 objects with prefix pytorch/pytorch/13849515284/win-vs2022-cpu-py3/ 2025-03-14T04:36:44.9036020Z Starting download (1/4): C:\13849515284\build-results\.additional_ci_files\test-class-times.json 2025-03-14T04:36:45.1520380Z Finished download (1/4): C:\13849515284\build-results\.additional_ci_files\test-class-times.json 2025-03-14T04:36:45.1521716Z Starting download (2/4): C:\13849515284\build-results\.additional_ci_files\test-times.json 2025-03-14T04:36:45.3398442Z Finished download (2/4): C:\13849515284\build-results\.additional_ci_files\test-times.json 2025-03-14T04:36:45.3399839Z Starting download (3/4): C:\13849515284\build-results\.ninja_log 2025-03-14T04:36:45.5478850Z Finished download (3/4): C:\13849515284\build-results\.ninja_log 2025-03-14T04:36:45.5479968Z Starting download (4/4): C:\13849515284\build-results\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:36:50.4856692Z Finished download (4/4): C:\13849515284\build-results\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:36:50.4867197Z Artifact download has finished successfully 2025-03-14T04:36:50.5163010Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-03-14T04:36:50.5163643Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-03-14T04:36:50.5179401Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:36:50.5179866Z env: 2025-03-14T04:36:50.5180062Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:50.5180448Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:50.5180972Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:50.5181440Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:50.5181840Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:50.5182139Z ##[endgroup] 2025-03-14T04:36:50.8767131Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:36:50.8834350Z Finished 2025-03-14T04:36:50.8948914Z Folder PATH listing 2025-03-14T04:36:50.8949265Z Volume serial number is EA7F-0099 2025-03-14T04:36:50.8949566Z C:\13849515284\BUILD-RESULTS 2025-03-14T04:36:50.8954420Z � .ninja_log 2025-03-14T04:36:50.8954800Z � torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:36:50.8955209Z � 2025-03-14T04:36:50.8955443Z ����.additional_ci_files 2025-03-14T04:36:50.8955695Z test-class-times.json 2025-03-14T04:36:50.8955936Z test-times.json 2025-03-14T04:36:50.8956149Z 2025-03-14T04:36:50.9196543Z Prepare all required actions 2025-03-14T04:36:50.9197014Z Getting action download info 2025-03-14T04:36:51.0243131Z Download action repository 'actions/download-artifact@v4' (SHA:cc203385981b70ca67e1cc392babf9cc229d5806) 2025-03-14T04:36:51.3479657Z ##[group]Run ./.github/actions/download-td-artifacts 2025-03-14T04:36:51.3480036Z with: 2025-03-14T04:36:51.3480287Z env: 2025-03-14T04:36:51.3480547Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:51.3481001Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:51.3481592Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:51.3482216Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:51.3482685Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:51.3483046Z ##[endgroup] 2025-03-14T04:36:51.3582743Z ##[group]Run seemethere/download-artifact-s3@v4 2025-03-14T04:36:51.3583079Z with: 2025-03-14T04:36:51.3583318Z name: td_results 2025-03-14T04:36:51.3583523Z s3-bucket: gha-artifacts 2025-03-14T04:36:51.3583769Z region: us-east-1 2025-03-14T04:36:51.3583969Z env: 2025-03-14T04:36:51.3584150Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:51.3584529Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:51.3585044Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:51.3585510Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:51.3585911Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:51.3586218Z ##[endgroup] 2025-03-14T04:36:51.8958103Z (node:5160) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-03-14T04:36:51.8958584Z 2025-03-14T04:36:51.8958761Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-03-14T04:36:51.8959266Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-03-14T04:36:51.8959815Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-03-14T04:36:52.0060599Z Found 1 objects with prefix pytorch/pytorch/13849515284/td_results/ 2025-03-14T04:36:52.0061799Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-03-14T04:36:52.0684400Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-03-14T04:36:52.0693216Z Artifact download has finished successfully 2025-03-14T04:36:52.0930125Z ##[group]Run mkdir -p .additional_ci_files 2025-03-14T04:36:52.0930475Z mkdir -p .additional_ci_files 2025-03-14T04:36:52.0931040Z mv td_results.json .additional_ci_files/td_results.json || true 2025-03-14T04:36:52.0950126Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:52.0950556Z env: 2025-03-14T04:36:52.0950763Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:52.0951166Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:52.0951683Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:52.0952150Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:52.0952552Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:52.0952854Z ##[endgroup] 2025-03-14T04:36:52.1529188Z Prepare all required actions 2025-03-14T04:36:52.1564089Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-14T04:36:52.1564409Z with: 2025-03-14T04:36:52.1564792Z github-token: *** 2025-03-14T04:36:52.1565010Z env: 2025-03-14T04:36:52.1565223Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:52.1565599Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:52.1566126Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:52.1566601Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:52.1566997Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:52.1567297Z ##[endgroup] 2025-03-14T04:36:52.1649744Z ##[group]Run set -eux 2025-03-14T04:36:52.1650007Z set -eux 2025-03-14T04:36:52.1650427Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T04:36:52.1668838Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:52.1669274Z env: 2025-03-14T04:36:52.1669469Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:52.1669852Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:52.1670389Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:52.1670864Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:52.1671265Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:52.1671739Z GITHUB_TOKEN: *** 2025-03-14T04:36:52.1671947Z ##[endgroup] 2025-03-14T04:36:52.1855574Z + python3 .github/scripts/get_workflow_job_id.py 13849515284 i-0d494c101f9013172 2025-03-14T04:36:52.8694109Z setting job-id=38755242165 2025-03-14T04:36:52.8694625Z setting job-name=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:36:52.8991778Z Prepare all required actions 2025-03-14T04:36:52.8992194Z Getting action download info 2025-03-14T04:36:53.0056572Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-14T04:36:53.0056896Z with: 2025-03-14T04:36:53.0057257Z github-token: *** 2025-03-14T04:36:53.0058267Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-03-14T04:36:53.0059510Z job-name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:36:53.0059940Z env: 2025-03-14T04:36:53.0060135Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:53.0060519Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:53.0061064Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:53.0061544Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:53.0061945Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:53.0062235Z ##[endgroup] 2025-03-14T04:36:53.0187330Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T04:36:53.0187630Z with: 2025-03-14T04:36:53.0187806Z shell: bash 2025-03-14T04:36:53.0188172Z timeout_minutes: 10 2025-03-14T04:36:53.0188394Z max_attempts: 5 2025-03-14T04:36:53.0188612Z retry_wait_seconds: 30 2025-03-14T04:36:53.0189347Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T04:36:53.0190116Z polling_interval_seconds: 1 2025-03-14T04:36:53.0190363Z warning_on_retry: true 2025-03-14T04:36:53.0190608Z continue_on_error: false 2025-03-14T04:36:53.0190837Z env: 2025-03-14T04:36:53.0191035Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:53.0191408Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:53.0191922Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:53.0193299Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:53.0193710Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:53.0194197Z GITHUB_TOKEN: *** 2025-03-14T04:36:53.0194420Z ##[endgroup] 2025-03-14T04:36:53.1365848Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T04:36:53.9129709Z Collecting requests==2.27.1 2025-03-14T04:36:54.1181238Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-03-14T04:36:54.1959699Z Collecting pyyaml==6.0.1 2025-03-14T04:36:54.2009975Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-03-14T04:36:54.2192282Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-03-14T04:36:54.2198540Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.1.31) 2025-03-14T04:36:54.2210827Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-03-14T04:36:54.2224577Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-03-14T04:36:54.2508312Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-03-14T04:36:54.3145922Z ---------------------------------------- 63.1/63.1 kB 839.6 kB/s eta 0:00:00 2025-03-14T04:36:54.3264636Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-03-14T04:36:54.4084140Z ---------------------------------------- 152.8/152.8 kB 1.8 MB/s eta 0:00:00 2025-03-14T04:36:55.1846186Z Installing collected packages: requests, pyyaml 2025-03-14T04:36:55.1847982Z Attempting uninstall: requests 2025-03-14T04:36:55.1860542Z Found existing installation: requests 2.32.3 2025-03-14T04:36:55.1935186Z Uninstalling requests-2.32.3: 2025-03-14T04:36:55.1956810Z Successfully uninstalled requests-2.32.3 2025-03-14T04:36:55.2589019Z Attempting uninstall: pyyaml 2025-03-14T04:36:55.2595719Z Found existing installation: PyYAML 6.0.2 2025-03-14T04:36:55.2677379Z Uninstalling PyYAML-6.0.2: 2025-03-14T04:36:55.2705100Z Successfully uninstalled PyYAML-6.0.2 2025-03-14T04:36:55.3723743Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-03-14T04:36:56.1258871Z Command completed after 1 attempt(s). 2025-03-14T04:36:56.1405106Z ##[group]Run set -x 2025-03-14T04:36:56.1405351Z set -x 2025-03-14T04:36:56.1405554Z  2025-03-14T04:36:56.1405904Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T04:36:56.1406351Z # in runner workspace 2025-03-14T04:36:56.1406716Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-14T04:36:56.1425133Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:56.1425564Z env: 2025-03-14T04:36:56.1425771Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:56.1426157Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:56.1426834Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:56.1427309Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:56.1427708Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:56.1428003Z ##[endgroup] 2025-03-14T04:36:56.1620502Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-03-14T04:36:56.2201662Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T04:36:56.2202187Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T04:36:56.2202525Z echo "Job name: ${JOB_NAME}" 2025-03-14T04:36:56.2202800Z  2025-03-14T04:36:56.2203149Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T04:36:56.2203578Z # in runner workspace 2025-03-14T04:36:56.2203984Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-14T04:36:56.2204445Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-14T04:36:56.2204750Z  --job-name "${JOB_NAME}" \ 2025-03-14T04:36:56.2205838Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" \ 2025-03-14T04:36:56.2206958Z  --selected-test-configs "" \ 2025-03-14T04:36:56.2207270Z  --pr-number "${PR_NUMBER}" \ 2025-03-14T04:36:56.2207619Z  --tag "${TAG}" \ 2025-03-14T04:36:56.2207930Z  --event-name "${EVENT_NAME}" \ 2025-03-14T04:36:56.2208269Z  --schedule "${SCHEDULE}" \ 2025-03-14T04:36:56.2208605Z  --branch "${HEAD_BRANCH}" 2025-03-14T04:36:56.2228461Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:56.2228992Z env: 2025-03-14T04:36:56.2229239Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:56.2229679Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:56.2230205Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:56.2230691Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:56.2231089Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:56.2231583Z GITHUB_TOKEN: *** 2025-03-14T04:36:56.2231953Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:36:56.2232947Z PR_NUMBER: 2025-03-14T04:36:56.2233160Z TAG: 2025-03-14T04:36:56.2233353Z EVENT_NAME: push 2025-03-14T04:36:56.2233562Z SCHEDULE: 2025-03-14T04:36:56.2233753Z HEAD_BRANCH: 2025-03-14T04:36:56.2233958Z ##[endgroup] 2025-03-14T04:36:56.2422235Z Workflow: trunk 2025-03-14T04:36:56.2422708Z Job name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:36:56.5083154Z ##[group]Run echo "Filtered matrix:" 2025-03-14T04:36:56.5083536Z echo "Filtered matrix:" 2025-03-14T04:36:56.5084640Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2025-03-14T04:36:56.5085797Z  2025-03-14T04:36:56.5086042Z echo 2025-03-14T04:36:56.5086363Z echo "Is the current job unstable? False" 2025-03-14T04:36:56.5086755Z  2025-03-14T04:36:56.5086966Z echo 2025-03-14T04:36:56.5087253Z echo "Is keep-going label set? False" 2025-03-14T04:36:56.5087631Z  2025-03-14T04:36:56.5087864Z echo 2025-03-14T04:36:56.5088140Z echo "Renabled issues? " 2025-03-14T04:36:56.5107483Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:56.5108167Z env: 2025-03-14T04:36:56.5108416Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:56.5108863Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:56.5109503Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:56.5110043Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:56.5110482Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:56.5110853Z ##[endgroup] 2025-03-14T04:36:56.5301648Z Filtered matrix: 2025-03-14T04:36:56.5302812Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2025-03-14T04:36:56.5303957Z 2025-03-14T04:36:56.5304115Z Is the current job unstable? False 2025-03-14T04:36:56.5304349Z 2025-03-14T04:36:56.5304468Z Is keep-going label set? False 2025-03-14T04:36:56.5304684Z 2025-03-14T04:36:56.5304786Z Renabled issues? 2025-03-14T04:36:56.5428400Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-03-14T04:36:56.5428907Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-03-14T04:36:56.5447528Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:56.5447962Z env: 2025-03-14T04:36:56.5448161Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:56.5448545Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:56.5449051Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:56.5449533Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:56.5449937Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:56.5450240Z JOB_TIMEOUT: 240 2025-03-14T04:36:56.5450464Z ##[endgroup] 2025-03-14T04:36:56.5756120Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-03-14T04:36:56.5756547Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-03-14T04:36:56.5756884Z # shellcheck disable=SC2046,SC2102 2025-03-14T04:36:56.5757312Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2025-03-14T04:36:56.5757718Z popd 2025-03-14T04:36:56.5757912Z  2025-03-14T04:36:56.5758119Z .ci/pytorch/win-test.sh 2025-03-14T04:36:56.5776702Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:36:56.5777139Z env: 2025-03-14T04:36:56.5777326Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:36:56.5777827Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:36:56.5778364Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:36:56.5778887Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:36:56.5779351Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:36:56.5779646Z USE_CUDA: 0 2025-03-14T04:36:56.5779857Z INSTALL_WINDOWS_SDK: 1 2025-03-14T04:36:56.5780090Z PYTHON_VERSION: 3.9 2025-03-14T04:36:56.5780322Z CONTINUE_THROUGH_ERROR: False 2025-03-14T04:36:56.5780583Z VERBOSE_TEST_LOGS: False 2025-03-14T04:36:56.5780813Z TEST_SHOWLOCALS: False 2025-03-14T04:36:56.5781043Z NO_TEST_TIMEOUT: False 2025-03-14T04:36:56.5781266Z NO_TD: False 2025-03-14T04:36:56.5781469Z VC_PRODUCT: BuildTools 2025-03-14T04:36:56.5781682Z VC_VERSION: 2025-03-14T04:36:56.5781890Z VS_VERSION: 16.8.6 2025-03-14T04:36:56.5782096Z VC_YEAR: 2019 2025-03-14T04:36:56.5782309Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T04:36:56.5782556Z PR_NUMBER: 2025-03-14T04:36:56.5782770Z GITHUB_REPOSITORY: pytorch/pytorch 2025-03-14T04:36:56.5783051Z GITHUB_WORKFLOW: trunk 2025-03-14T04:36:56.5783283Z GITHUB_JOB: test 2025-03-14T04:36:56.5783500Z GITHUB_RUN_ID: 13849515284 2025-03-14T04:36:56.5783906Z GITHUB_RUN_NUMBER: 119929 2025-03-14T04:36:56.5784160Z GITHUB_RUN_ATTEMPT: 1 2025-03-14T04:36:56.5784389Z JOB_ID: 38755242165 2025-03-14T04:36:56.5784768Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:36:56.5785250Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:36:56.5785553Z CUDA_VERSION: cpu 2025-03-14T04:36:56.5785827Z PYTORCH_FINAL_PACKAGE_DIR: /c/13849515284/build-results/ 2025-03-14T04:36:56.5786195Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-03-14T04:36:56.5786607Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T04:36:56.5787008Z SHARD_NUMBER: 1 2025-03-14T04:36:56.5787225Z NUM_TEST_SHARDS: 3 2025-03-14T04:36:56.5787443Z TEST_CONFIG: default 2025-03-14T04:36:56.5787658Z REENABLED_ISSUES: 2025-03-14T04:36:56.5787899Z TORCH_CUDA_ARCH_LIST: 8.6 2025-03-14T04:36:56.5788158Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-03-14T04:36:56.5788455Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-03-14T04:36:56.5788728Z ##[endgroup] 2025-03-14T04:36:56.5981301Z /c/13849515284/build-results /c/actions-runner/_work/pytorch/pytorch 2025-03-14T04:36:57.1415181Z Processing c:\13849515284\build-results\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl (from torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.2761915Z Collecting optree==0.13.0 2025-03-14T04:36:58.4711728Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl.metadata (48 kB) 2025-03-14T04:36:58.5555072Z -------------------------------------- 48.7/48.7 kB 493.4 kB/s eta 0:00:00 2025-03-14T04:36:58.5909374Z Requirement already satisfied: typing-extensions>=4.5.0 in c:\jenkins\miniconda3\lib\site-packages (from optree==0.13.0) (4.12.2) 2025-03-14T04:36:58.6370235Z Collecting filelock (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.6413711Z Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB) 2025-03-14T04:36:58.6742930Z Collecting sympy>=1.13.3 (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.6783374Z Downloading sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-03-14T04:36:58.6846995Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) (2.8.8) 2025-03-14T04:36:58.7068925Z Collecting jinja2 (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.7110625Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-03-14T04:36:58.7519529Z Collecting fsspec (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.7560789Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-03-14T04:36:58.7681193Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) (3.4.0) 2025-03-14T04:36:58.7745118Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\lib\site-packages (from sympy>=1.13.3->torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) (1.2.1) 2025-03-14T04:36:58.9694776Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.8.0a0+gitaed0b7a->torch==2.8.0a0+gitaed0b7a) 2025-03-14T04:36:58.9754822Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl.metadata (4.1 kB) 2025-03-14T04:36:59.0201321Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl (270 kB) 2025-03-14T04:36:59.0507935Z --------------------------------------- 270.1/270.1 kB 16.2 MB/s eta 0:00:00 2025-03-14T04:36:59.0554287Z Downloading sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-03-14T04:36:59.1089094Z ---------------------------------------- 6.2/6.2 MB 131.5 MB/s eta 0:00:00 2025-03-14T04:36:59.1133791Z Downloading filelock-3.17.0-py3-none-any.whl (16 kB) 2025-03-14T04:36:59.1248746Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-03-14T04:36:59.1349419Z --------------------------------------- 193.6/193.6 kB 11.5 MB/s eta 0:00:00 2025-03-14T04:36:59.1393163Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-03-14T04:36:59.1485801Z ---------------------------------------- 134.9/134.9 kB ? eta 0:00:00 2025-03-14T04:36:59.1543153Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl (15 kB) 2025-03-14T04:37:00.1270727Z Installing collected packages: sympy, optree, MarkupSafe, fsspec, filelock, jinja2, torch 2025-03-14T04:37:00.1272376Z Attempting uninstall: sympy 2025-03-14T04:37:00.1286291Z Found existing installation: sympy 1.11.1 2025-03-14T04:37:00.5370458Z Uninstalling sympy-1.11.1: 2025-03-14T04:37:00.9174656Z Successfully uninstalled sympy-1.11.1 2025-03-14T04:37:08.4937043Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:08.4937864Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:29.0293607Z WARNING: The scripts torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:29.0294553Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:29.1651963Z Successfully installed MarkupSafe-3.0.2 filelock-3.17.0 fsspec-2025.3.0 jinja2-3.1.6 optree-0.13.0 sympy-1.13.3 torch-2.8.0a0+gitaed0b7a 2025-03-14T04:37:29.2811995Z /c/actions-runner/_work/pytorch/pytorch 2025-03-14T04:37:29.3114149Z +++ dirname .ci/pytorch/win-test.sh 2025-03-14T04:37:29.3182321Z ++ cd .ci/pytorch 2025-03-14T04:37:29.3186868Z ++ pwd 2025-03-14T04:37:29.3192995Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2025-03-14T04:37:29.3193553Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-03-14T04:37:29.3255508Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-03-14T04:37:29.3323751Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2025-03-14T04:37:29.3327246Z +++ declare -f -t trap_add 2025-03-14T04:37:29.3332457Z ++ set -ex -o pipefail 2025-03-14T04:37:29.3332808Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-03-14T04:37:29.3333111Z ++ BUILD_TEST_LIBTORCH=0 2025-03-14T04:37:29.3333478Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T04:37:29.3333961Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T04:37:29.3389830Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T04:37:29.3487448Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-03-14T04:37:29.3487879Z + export TMP_DIR_WIN 2025-03-14T04:37:29.3488195Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-03-14T04:37:29.3488614Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-03-14T04:37:29.3544684Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2025-03-14T04:37:29.3640682Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T04:37:29.3641233Z + export PROJECT_DIR_WIN 2025-03-14T04:37:29.3641628Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-03-14T04:37:29.3642050Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-03-14T04:37:29.3700236Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2025-03-14T04:37:29.3796990Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2025-03-14T04:37:29.3797435Z + export TEST_DIR_WIN 2025-03-14T04:37:29.3797775Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T04:37:29.3798213Z + PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T04:37:29.3870383Z ++ cygpath -w /c/13849515284/build-results/ 2025-03-14T04:37:29.3968432Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\13849515284\build-results\' 2025-03-14T04:37:29.3968890Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2025-03-14T04:37:29.3969193Z + export TORCH_SERIALIZATION_DEBUG=1 2025-03-14T04:37:29.3969482Z + TORCH_SERIALIZATION_DEBUG=1 2025-03-14T04:37:29.3970135Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2025-03-14T04:37:29.4098108Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T04:37:29.4098854Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T04:37:29.4099348Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2025-03-14T04:37:29.4099650Z + [[ win-vs2022-cpu-py3 == *cuda* ]] 2025-03-14T04:37:29.4100194Z + python -m pip install pytest-rerunfailures==10.3 pytest-cpp==2.3.0 tensorboard==2.13.0 pytest-subtests==0.13.1 2025-03-14T04:37:30.1481437Z Collecting pytest-rerunfailures==10.3 2025-03-14T04:37:30.3751117Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-03-14T04:37:30.3822447Z Requirement already satisfied: pytest-cpp==2.3.0 in c:\jenkins\miniconda3\lib\site-packages (2.3.0) 2025-03-14T04:37:30.4166258Z Collecting tensorboard==2.13.0 2025-03-14T04:37:30.4231392Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-03-14T04:37:30.4480765Z Collecting pytest-subtests==0.13.1 2025-03-14T04:37:30.4533958Z Downloading pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-03-14T04:37:30.4637492Z Requirement already satisfied: packaging>=17.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (23.2) 2025-03-14T04:37:30.4646124Z Requirement already satisfied: pytest>=5.3 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (7.1.3) 2025-03-14T04:37:30.4672657Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest-cpp==2.3.0) (0.4.6) 2025-03-14T04:37:30.4957553Z Collecting absl-py>=0.4 (from tensorboard==2.13.0) 2025-03-14T04:37:30.5003158Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-14T04:37:31.3259480Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0) 2025-03-14T04:37:31.3320008Z Downloading grpcio-1.71.0-cp39-cp39-win_amd64.whl.metadata (4.0 kB) 2025-03-14T04:37:31.4396593Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0) 2025-03-14T04:37:31.4446284Z Downloading google_auth-2.38.0-py2.py3-none-any.whl.metadata (4.8 kB) 2025-03-14T04:37:31.4694893Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0) 2025-03-14T04:37:31.4738152Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-03-14T04:37:31.5062958Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0) 2025-03-14T04:37:31.5107695Z Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) 2025-03-14T04:37:31.5176422Z Requirement already satisfied: numpy>=1.12.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (1.22.3) 2025-03-14T04:37:31.5184196Z Requirement already satisfied: protobuf>=3.19.6 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (4.25.3) 2025-03-14T04:37:31.5192572Z Requirement already satisfied: requests<3,>=2.21.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (2.27.1) 2025-03-14T04:37:31.5199323Z Requirement already satisfied: setuptools>=41.0.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (75.8.0) 2025-03-14T04:37:31.5344835Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0) 2025-03-14T04:37:31.5391335Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-03-14T04:37:31.5847689Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0) 2025-03-14T04:37:31.5894656Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-03-14T04:37:31.5964028Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (0.43.0) 2025-03-14T04:37:31.6004559Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-subtests==0.13.1) (25.1.0) 2025-03-14T04:37:31.6838732Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-03-14T04:37:31.6885179Z Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-14T04:37:31.7233929Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-03-14T04:37:31.7280633Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB) 2025-03-14T04:37:31.7568374Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-03-14T04:37:31.7619045Z Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-03-14T04:37:31.8133143Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-03-14T04:37:31.8180003Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-03-14T04:37:31.8388009Z Requirement already satisfied: importlib-metadata>=4.4 in c:\jenkins\miniconda3\lib\site-packages (from markdown>=2.6.8->tensorboard==2.13.0) (8.5.0) 2025-03-14T04:37:31.8562905Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.0.0) 2025-03-14T04:37:31.8572705Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.0.0) 2025-03-14T04:37:31.8578818Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (1.11.0) 2025-03-14T04:37:31.8585226Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.2.1) 2025-03-14T04:37:31.9024087Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (1.26.19) 2025-03-14T04:37:31.9031234Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2025.1.31) 2025-03-14T04:37:31.9045180Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2.0.4) 2025-03-14T04:37:31.9056904Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (3.7) 2025-03-14T04:37:31.9341772Z Requirement already satisfied: MarkupSafe>=2.1.1 in c:\jenkins\miniconda3\lib\site-packages (from werkzeug>=1.0.1->tensorboard==2.13.0) (3.0.2) 2025-03-14T04:37:31.9734429Z Requirement already satisfied: zipp>=3.20 in c:\jenkins\miniconda3\lib\site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard==2.13.0) (3.21.0) 2025-03-14T04:37:32.0237846Z Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-03-14T04:37:32.0287922Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-03-14T04:37:32.0636848Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-03-14T04:37:32.0679689Z Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-03-14T04:37:32.1493795Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-03-14T04:37:32.1592551Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-03-14T04:37:32.2316689Z ---------------------------------------- 5.6/5.6 MB 70.4 MB/s eta 0:00:00 2025-03-14T04:37:32.2367439Z Downloading pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-03-14T04:37:32.2466286Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2025-03-14T04:37:32.2559694Z ---------------------------------------- 133.7/133.7 kB ? eta 0:00:00 2025-03-14T04:37:32.2605349Z Downloading google_auth-2.38.0-py2.py3-none-any.whl (210 kB) 2025-03-14T04:37:32.2702110Z ---------------------------------------- 210.8/210.8 kB ? eta 0:00:00 2025-03-14T04:37:32.2745330Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-03-14T04:37:32.2852658Z Downloading grpcio-1.71.0-cp39-cp39-win_amd64.whl (4.3 MB) 2025-03-14T04:37:32.4044177Z ---------------------------------------- 4.3/4.3 MB 34.2 MB/s eta 0:00:00 2025-03-14T04:37:32.4107639Z Downloading Markdown-3.7-py3-none-any.whl (106 kB) 2025-03-14T04:37:32.4510722Z ---------------------------------------- 106.3/106.3 kB 3.1 MB/s eta 0:00:00 2025-03-14T04:37:32.4558308Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-03-14T04:37:32.4657664Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-03-14T04:37:32.4769109Z ---------------------------------------- 224.5/224.5 kB ? eta 0:00:00 2025-03-14T04:37:32.4813122Z Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-03-14T04:37:32.4910284Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) 2025-03-14T04:37:32.4999926Z ---------------------------------------- 181.5/181.5 kB ? eta 0:00:00 2025-03-14T04:37:32.5046076Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-03-14T04:37:32.5134118Z Downloading rsa-4.9-py3-none-any.whl (34 kB) 2025-03-14T04:37:32.5235976Z Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-03-14T04:37:32.5326227Z ---------------------------------------- 151.7/151.7 kB 9.4 MB/s eta 0:00:00 2025-03-14T04:37:32.5367357Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-03-14T04:37:32.5450196Z ---------------------------------------- 83.1/83.1 kB ? eta 0:00:00 2025-03-14T04:37:33.3894989Z Installing collected packages: werkzeug, tensorboard-data-server, pyasn1, oauthlib, grpcio, cachetools, absl-py, rsa, requests-oauthlib, pytest-subtests, pytest-rerunfailures, pyasn1-modules, markdown, google-auth, google-auth-oauthlib, tensorboard 2025-03-14T04:37:34.2159329Z WARNING: The scripts pyrsa-decrypt.exe, pyrsa-encrypt.exe, pyrsa-keygen.exe, pyrsa-priv2pub.exe, pyrsa-sign.exe and pyrsa-verify.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:34.2161035Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:34.3329629Z Attempting uninstall: pytest-rerunfailures 2025-03-14T04:37:34.3343875Z Found existing installation: pytest-rerunfailures 10.2 2025-03-14T04:37:34.3382672Z Uninstalling pytest-rerunfailures-10.2: 2025-03-14T04:37:34.7970490Z Successfully uninstalled pytest-rerunfailures-10.2 2025-03-14T04:37:35.2263203Z WARNING: The script markdown_py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:35.2264044Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:35.4967295Z WARNING: The script google-oauthlib-tool.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:35.4968183Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:36.2948528Z WARNING: The script tensorboard.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:36.2949387Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:36.3556367Z Successfully installed absl-py-2.1.0 cachetools-5.5.2 google-auth-2.38.0 google-auth-oauthlib-1.0.0 grpcio-1.71.0 markdown-3.7 oauthlib-3.2.2 pyasn1-0.6.1 pyasn1-modules-0.4.1 pytest-rerunfailures-10.3 pytest-subtests-0.13.1 requests-oauthlib-2.0.0 rsa-4.9 tensorboard-2.13.0 tensorboard-data-server-0.7.2 werkzeug-3.1.3 2025-03-14T04:37:36.5814516Z + python -m pip install z3-solver==4.12.2.0 2025-03-14T04:37:37.3990198Z Collecting z3-solver==4.12.2.0 2025-03-14T04:37:37.5987914Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl.metadata (697 bytes) 2025-03-14T04:37:37.6117167Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl (57.9 MB) 2025-03-14T04:37:38.4340564Z ---------------------------------------- 57.9/57.9 MB 24.2 MB/s eta 0:00:00 2025-03-14T04:37:39.5755541Z Installing collected packages: z3-solver 2025-03-14T04:37:40.7192721Z Successfully installed z3-solver-4.12.2.0 2025-03-14T04:37:40.8097316Z + python -m pip install tlparse==0.3.30 2025-03-14T04:37:41.6395952Z Collecting tlparse==0.3.30 2025-03-14T04:37:41.8425154Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl.metadata (2.0 kB) 2025-03-14T04:37:41.8604397Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl (1.8 MB) 2025-03-14T04:37:42.0291536Z ---------------------------------------- 1.8/1.8 MB 10.7 MB/s eta 0:00:00 2025-03-14T04:37:42.9683301Z Installing collected packages: tlparse 2025-03-14T04:37:43.0432366Z Successfully installed tlparse-0.3.30 2025-03-14T04:37:43.1356302Z + python -m pip install parameterized==0.8.1 2025-03-14T04:37:43.8708827Z Collecting parameterized==0.8.1 2025-03-14T04:37:44.0733992Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-03-14T04:37:44.1101687Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-03-14T04:37:45.0909544Z Installing collected packages: parameterized 2025-03-14T04:37:45.1669666Z Successfully installed parameterized-0.8.1 2025-03-14T04:37:45.2445218Z + python -m pip install pulp==2.9.0 2025-03-14T04:37:45.9709438Z Collecting pulp==2.9.0 2025-03-14T04:37:46.1567379Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-03-14T04:37:46.1704484Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-03-14T04:37:46.4445645Z ---------------------------------------- 17.7/17.7 MB 108.8 MB/s eta 0:00:00 2025-03-14T04:37:47.4881729Z Installing collected packages: pulp 2025-03-14T04:37:47.8615348Z WARNING: The script pulptest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-03-14T04:37:47.8616166Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-03-14T04:37:47.9066114Z Successfully installed pulp-2.9.0 2025-03-14T04:37:47.9868095Z + run_tests 2025-03-14T04:37:47.9868829Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-03-14T04:37:47.9869487Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2025-03-14T04:37:47.9870139Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-03-14T04:37:47.9870703Z + [[ -x /c/Windows/System32/nvidia-smi.exe ]] 2025-03-14T04:37:47.9871425Z + /c/Windows/System32/nvidia-smi.exe 2025-03-14T04:37:48.5292422Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2025-03-14T04:37:48.5293411Z 2025-03-14T04:37:48.5328409Z + echo true 2025-03-14T04:37:48.5328644Z true 2025-03-14T04:37:48.5328827Z + break 2025-03-14T04:37:48.5329017Z + [[ 3 -eq 1 ]] 2025-03-14T04:37:48.5329490Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-03-14T04:37:48.5504479Z 2025-03-14T04:37:48.5514050Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-03-14T04:37:48.5514741Z 2025-03-14T04:37:48.5517010Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T04:37:48.5519992Z 2025-03-14T04:37:48.5520725Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T04:37:48.5521404Z 2025-03-14T04:37:48.5521964Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-03-14T04:37:48.5530079Z 2025-03-14T04:37:48.5530784Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-03-14T04:37:48.5534564Z 2025-03-14T04:37:48.5534969Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-03-14T04:37:48.5537543Z 2025-03-14T04:37:48.5537794Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-03-14T04:37:48.5538836Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-03-14T04:37:48.5539779Z if errorlevel 1 exit /b 2025-03-14T04:37:48.5540038Z if not errorlevel 0 exit /b 2025-03-14T04:37:48.5540819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-03-14T04:37:48.5541624Z if errorlevel 1 exit /b 2025-03-14T04:37:48.5541870Z if not errorlevel 0 exit /b 2025-03-14T04:37:48.5542095Z ) 2025-03-14T04:37:48.5542198Z 2025-03-14T04:37:48.5542540Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-14T04:37:49.2243608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py 2025-03-14T04:37:49.2248822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\hub.py 2025-03-14T04:37:49.2253174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\library.py 2025-03-14T04:37:49.2258164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\overrides.py 2025-03-14T04:37:49.2262278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\py.typed 2025-03-14T04:37:49.2272058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quasirandom.py 2025-03-14T04:37:49.2277536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\random.py 2025-03-14T04:37:49.2282851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.py 2025-03-14T04:37:49.2288036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.pyi 2025-03-14T04:37:49.2293388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\serialization.py 2025-03-14T04:37:49.2299594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\storage.py 2025-03-14T04:37:49.2303684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\torch_version.py 2025-03-14T04:37:49.2307641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\types.py 2025-03-14T04:37:49.2311154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\version.py 2025-03-14T04:37:49.2314843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_appdirs.py 2025-03-14T04:37:49.2318965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C.cp39-win_amd64.pyd 2025-03-14T04:37:49.2322698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_classes.py 2025-03-14T04:37:49.2326569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_compile.py 2025-03-14T04:37:49.2330308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_ops.py 2025-03-14T04:37:49.2333840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_deploy.py 2025-03-14T04:37:49.2337641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_environment.py 2025-03-14T04:37:49.2341224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_guards.py 2025-03-14T04:37:49.2345492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_jit_internal.py 2025-03-14T04:37:49.2349749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_linalg_utils.py 2025-03-14T04:37:49.2353619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lobpcg.py 2025-03-14T04:37:49.2361717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lowrank.py 2025-03-14T04:37:49.2365152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_meta_registrations.py 2025-03-14T04:37:49.2369931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_namedtensor_internals.py 2025-03-14T04:37:49.2373368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_ops.py 2025-03-14T04:37:49.2377576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_python_dispatcher.py 2025-03-14T04:37:49.2381049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_size_docs.py 2025-03-14T04:37:49.2384498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_sources.py 2025-03-14T04:37:49.2387772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_storage_docs.py 2025-03-14T04:37:49.2391343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_streambase.py 2025-03-14T04:37:49.2394742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor.py 2025-03-14T04:37:49.2398653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_docs.py 2025-03-14T04:37:49.2408380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_str.py 2025-03-14T04:37:49.2412076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_thread_safe_fork.py 2025-03-14T04:37:49.2414734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_torch_docs.py 2025-03-14T04:37:49.2420356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils.py 2025-03-14T04:37:49.2423964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils_internal.py 2025-03-14T04:37:49.2428304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.py 2025-03-14T04:37:49.2431490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.pyi 2025-03-14T04:37:49.2441129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vmap_internals.py 2025-03-14T04:37:49.2444755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_weights_only_unpickler.py 2025-03-14T04:37:49.2449041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__config__.py 2025-03-14T04:37:49.2452545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__future__.py 2025-03-14T04:37:49.2460580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__init__.py 2025-03-14T04:37:49.2469204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\_utils.py 2025-03-14T04:37:49.2472546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__init__.py 2025-03-14T04:37:49.2480634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:49.2484369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.2511301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\autocast_mode.py 2025-03-14T04:37:49.2515149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\grad_scaler.py 2025-03-14T04:37:49.2518872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__init__.py 2025-03-14T04:37:49.2530923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-03-14T04:37:49.2535105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-03-14T04:37:49.2538853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.2553252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__init__.py 2025-03-14T04:37:49.2561404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__init__.py 2025-03-14T04:37:49.2569642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2025-03-14T04:37:49.3645213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2025-03-14T04:37:49.3648166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2025-03-14T04:37:49.3655053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-03-14T04:37:49.3659020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3667957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2025-03-14T04:37:49.3674679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2025-03-14T04:37:49.3678755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2025-03-14T04:37:49.3682719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2025-03-14T04:37:49.3686335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2025-03-14T04:37:49.3700788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-03-14T04:37:49.3705187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-03-14T04:37:49.3709324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:49.3717772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3725966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3735033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2025-03-14T04:37:49.3742702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2025-03-14T04:37:49.3749649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-03-14T04:37:49.3753330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-03-14T04:37:49.3760475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:49.3764194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3771480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3780562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2025-03-14T04:37:49.3783504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2025-03-14T04:37:49.3786715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2025-03-14T04:37:49.3790911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2025-03-14T04:37:49.3794269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2025-03-14T04:37:49.3806973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-03-14T04:37:49.3810533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-39.pyc 2025-03-14T04:37:49.3814055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-03-14T04:37:49.3823585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:49.3826966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3834648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3850597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3859093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__init__.py 2025-03-14T04:37:49.3866133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2025-03-14T04:37:49.3873139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2025-03-14T04:37:49.3876475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2025-03-14T04:37:49.3883439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.3887769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3898089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3905783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2025-03-14T04:37:49.3909362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2025-03-14T04:37:49.3912635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2025-03-14T04:37:49.3915957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2025-03-14T04:37:49.3927361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:49.3931594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-03-14T04:37:49.3935065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.3942355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3950196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3958497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2025-03-14T04:37:49.3965083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2025-03-14T04:37:49.3968672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2025-03-14T04:37:49.3972582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2025-03-14T04:37:49.3979766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-03-14T04:37:49.3983579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:49.3986821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.3998459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4011963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\functional.py 2025-03-14T04:37:49.4015593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2025-03-14T04:37:49.4022867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2025-03-14T04:37:49.4029199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2025-03-14T04:37:49.4033854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2025-03-14T04:37:49.4037277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2025-03-14T04:37:49.4040994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2025-03-14T04:37:49.4048339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:49.4051924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.4055534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:49.4064674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4072377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4082109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2025-03-14T04:37:49.4085903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2025-03-14T04:37:49.4089279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2025-03-14T04:37:49.4093242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2025-03-14T04:37:49.4097225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2025-03-14T04:37:49.4105624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2025-03-14T04:37:49.4109401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2025-03-14T04:37:49.4112760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2025-03-14T04:37:49.4116617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2025-03-14T04:37:49.4120692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2025-03-14T04:37:49.4123992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2025-03-14T04:37:49.4131528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-03-14T04:37:49.4135526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-03-14T04:37:49.4139386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:49.4147786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-03-14T04:37:49.4151713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-03-14T04:37:49.4155419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-03-14T04:37:49.4159306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.4164149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-03-14T04:37:49.4169479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:49.4174788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.4179996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4195682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2025-03-14T04:37:49.4203134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2025-03-14T04:37:49.4207084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2025-03-14T04:37:49.4210943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2025-03-14T04:37:49.4214531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2025-03-14T04:37:49.4218598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2025-03-14T04:37:49.4221963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2025-03-14T04:37:49.4235527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:49.4239104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.4242714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:49.4251390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-39.pyc 2025-03-14T04:37:49.4255059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.4258704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4266525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4274294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:49.4277918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4287572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2025-03-14T04:37:49.4294823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2025-03-14T04:37:49.4298100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2025-03-14T04:37:49.4301332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2025-03-14T04:37:49.4307682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2025-03-14T04:37:49.4310888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2025-03-14T04:37:49.4317757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.4321617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4333260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:49.4336705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.4340120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4351640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4359774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4368580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2025-03-14T04:37:49.4371974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2025-03-14T04:37:49.4375604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__init__.py 2025-03-14T04:37:49.4381414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2025-03-14T04:37:49.4385072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2025-03-14T04:37:49.4388743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\mappings.py 2025-03-14T04:37:49.4392257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2025-03-14T04:37:49.4395746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2025-03-14T04:37:49.4404931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2025-03-14T04:37:49.4408384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2025-03-14T04:37:49.4411805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\utils.py 2025-03-14T04:37:49.4415241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2025-03-14T04:37:49.4418630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__init__.py 2025-03-14T04:37:49.4425148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-39.pyc 2025-03-14T04:37:49.4428725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-39.pyc 2025-03-14T04:37:49.4432739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-39.pyc 2025-03-14T04:37:49.4440899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-39.pyc 2025-03-14T04:37:49.4444528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-39.pyc 2025-03-14T04:37:49.4448039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-03-14T04:37:49.4451569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-39.pyc 2025-03-14T04:37:49.4455506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.4458947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-39.pyc 2025-03-14T04:37:49.4462505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4475566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-39.pyc 2025-03-14T04:37:49.4478974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-03-14T04:37:49.4483198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4496956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_mappings.py 2025-03-14T04:37:49.4501016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__init__.py 2025-03-14T04:37:49.4508303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2025-03-14T04:37:49.4512179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2025-03-14T04:37:49.4515836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2025-03-14T04:37:49.4524884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2025-03-14T04:37:49.4531599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-39.pyc 2025-03-14T04:37:49.4535683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-39.pyc 2025-03-14T04:37:49.4539497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-39.pyc 2025-03-14T04:37:49.4549190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4561940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2025-03-14T04:37:49.4566033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2025-03-14T04:37:49.4569565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2025-03-14T04:37:49.4578502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2025-03-14T04:37:49.4582119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2025-03-14T04:37:49.4589318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4592995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4596905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.4604757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4608824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4617721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2025-03-14T04:37:49.4625583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2025-03-14T04:37:49.4629112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2025-03-14T04:37:49.4640475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4644493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4653211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2025-03-14T04:37:49.4657928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2025-03-14T04:37:49.4665364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-39.pyc 2025-03-14T04:37:49.4670603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4685086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2025-03-14T04:37:49.4689598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2025-03-14T04:37:49.4694902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2025-03-14T04:37:49.4704036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2025-03-14T04:37:49.4712473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2025-03-14T04:37:49.4733069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2025-03-14T04:37:49.4737088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2025-03-14T04:37:49.4740602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2025-03-14T04:37:49.4752026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-39.pyc 2025-03-14T04:37:49.4755973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-39.pyc 2025-03-14T04:37:49.4759316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4771254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4779638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4784403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4788016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-39.pyc 2025-03-14T04:37:49.4796035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4803392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2025-03-14T04:37:49.4806773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2025-03-14T04:37:49.4810104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2025-03-14T04:37:49.4817613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2025-03-14T04:37:49.4821070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2025-03-14T04:37:49.4825300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2025-03-14T04:37:49.4828818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2025-03-14T04:37:49.4832173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2025-03-14T04:37:49.4839160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-39.pyc 2025-03-14T04:37:49.4842735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-39.pyc 2025-03-14T04:37:49.4846336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-39.pyc 2025-03-14T04:37:49.4854988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-39.pyc 2025-03-14T04:37:49.4858681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-39.pyc 2025-03-14T04:37:49.4862217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-39.pyc 2025-03-14T04:37:49.4865702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-39.pyc 2025-03-14T04:37:49.4869196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4876880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4884823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-39.pyc 2025-03-14T04:37:49.4888272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.4896839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2025-03-14T04:37:49.4900424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2025-03-14T04:37:49.4903568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2025-03-14T04:37:49.4977515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\observer.py 2025-03-14T04:37:49.4981692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig.py 2025-03-14T04:37:49.4986244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2025-03-14T04:37:49.4989748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2025-03-14T04:37:49.4993696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize.py 2025-03-14T04:37:49.4997985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2025-03-14T04:37:49.5001625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2025-03-14T04:37:49.5005593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2025-03-14T04:37:49.5009303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quant_type.py 2025-03-14T04:37:49.5013030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\stubs.py 2025-03-14T04:37:49.5016763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\utils.py 2025-03-14T04:37:49.5020414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2025-03-14T04:37:49.5024317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_equalize.py 2025-03-14T04:37:49.5028267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2025-03-14T04:37:49.5031791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__init__.py 2025-03-14T04:37:49.5040321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2025-03-14T04:37:49.5044253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2025-03-14T04:37:49.5048128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2025-03-14T04:37:49.5051942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2025-03-14T04:37:49.5836679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\observation_type.py 2025-03-14T04:37:49.5839112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2025-03-14T04:37:49.5843106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2025-03-14T04:37:49.5846361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2025-03-14T04:37:49.5849888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2025-03-14T04:37:49.5853373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2025-03-14T04:37:49.5856778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2025-03-14T04:37:49.5860410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2025-03-14T04:37:49.5863780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2025-03-14T04:37:49.5872210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-39.pyc 2025-03-14T04:37:49.5875896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-39.pyc 2025-03-14T04:37:49.5879241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-39.pyc 2025-03-14T04:37:49.5887431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-39.pyc 2025-03-14T04:37:49.5891049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\observation_type.cpython-39.pyc 2025-03-14T04:37:49.5894582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-39.pyc 2025-03-14T04:37:49.5898262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-39.pyc 2025-03-14T04:37:49.5901772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-39.pyc 2025-03-14T04:37:49.5905224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.5909159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-39.pyc 2025-03-14T04:37:49.5912735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-39.pyc 2025-03-14T04:37:49.5916639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-39.pyc 2025-03-14T04:37:49.5920250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.5928545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\convert.py 2025-03-14T04:37:49.5932124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2025-03-14T04:37:49.5935473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2025-03-14T04:37:49.5938617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2025-03-14T04:37:49.5942103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2025-03-14T04:37:49.5950035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2025-03-14T04:37:49.5953378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2025-03-14T04:37:49.5956833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2025-03-14T04:37:49.5960881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2025-03-14T04:37:49.5964453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2025-03-14T04:37:49.5967969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2025-03-14T04:37:49.5971956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2025-03-14T04:37:49.5975221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2025-03-14T04:37:49.5978481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2025-03-14T04:37:49.5981685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\utils.py 2025-03-14T04:37:49.5985181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2025-03-14T04:37:49.5988596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2025-03-14T04:37:49.5993695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2025-03-14T04:37:49.5998058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2025-03-14T04:37:49.6006067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2025-03-14T04:37:49.6010256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2025-03-14T04:37:49.6014000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2025-03-14T04:37:49.6022156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2025-03-14T04:37:49.6025749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2025-03-14T04:37:49.6032763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-39.pyc 2025-03-14T04:37:49.6037096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-39.pyc 2025-03-14T04:37:49.6041998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-39.pyc 2025-03-14T04:37:49.6049918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-39.pyc 2025-03-14T04:37:49.6053956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6062566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-03-14T04:37:49.6066748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-39.pyc 2025-03-14T04:37:49.6070660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-03-14T04:37:49.6078969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-39.pyc 2025-03-14T04:37:49.6083285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-03-14T04:37:49.6086976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-39.pyc 2025-03-14T04:37:49.6090850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-39.pyc 2025-03-14T04:37:49.6094803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-39.pyc 2025-03-14T04:37:49.6098479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-03-14T04:37:49.6102360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-03-14T04:37:49.6106401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-03-14T04:37:49.6110189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-39.pyc 2025-03-14T04:37:49.6115336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-39.pyc 2025-03-14T04:37:49.6119608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-39.pyc 2025-03-14T04:37:49.6123320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.6127320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-39.pyc 2025-03-14T04:37:49.6131345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-03-14T04:37:49.6140172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-39.pyc 2025-03-14T04:37:49.6144147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6153063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2025-03-14T04:37:49.6156746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2025-03-14T04:37:49.6160585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2025-03-14T04:37:49.6164482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2025-03-14T04:37:49.6172829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2025-03-14T04:37:49.6176227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2025-03-14T04:37:49.6182464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2025-03-14T04:37:49.6187628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_affine_quantization.py 2025-03-14T04:37:49.6192947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2025-03-14T04:37:49.6198316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2025-03-14T04:37:49.6205781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2025-03-14T04:37:49.6209784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2025-03-14T04:37:49.6217394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-39.pyc 2025-03-14T04:37:49.6221454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6229653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-39.pyc 2025-03-14T04:37:49.6233101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-39.pyc 2025-03-14T04:37:49.6236414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-39.pyc 2025-03-14T04:37:49.6245178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-39.pyc 2025-03-14T04:37:49.6248494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-39.pyc 2025-03-14T04:37:49.6251988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-39.pyc 2025-03-14T04:37:49.6257218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.6260633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_affine_quantization.cpython-39.pyc 2025-03-14T04:37:49.6264220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-39.pyc 2025-03-14T04:37:49.6267592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6276409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2025-03-14T04:37:49.6279865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2025-03-14T04:37:49.6283341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2025-03-14T04:37:49.6291389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2025-03-14T04:37:49.6294895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2025-03-14T04:37:49.6298731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2025-03-14T04:37:49.6302216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2025-03-14T04:37:49.6306534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py 2025-03-14T04:37:49.6309918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2025-03-14T04:37:49.6316965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-39.pyc 2025-03-14T04:37:49.6320527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-39.pyc 2025-03-14T04:37:49.6324206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-39.pyc 2025-03-14T04:37:49.6332338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.6336127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-39.pyc 2025-03-14T04:37:49.6339640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-39.pyc 2025-03-14T04:37:49.6343613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-39.pyc 2025-03-14T04:37:49.6347531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xpu_inductor_quantizer.cpython-39.pyc 2025-03-14T04:37:49.6350939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6363654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-03-14T04:37:49.6367389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-03-14T04:37:49.6370922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-03-14T04:37:49.6379372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-39.pyc 2025-03-14T04:37:49.6383336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-39.pyc 2025-03-14T04:37:49.6386840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-39.pyc 2025-03-14T04:37:49.6390298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-03-14T04:37:49.6393898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-39.pyc 2025-03-14T04:37:49.6397484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-03-14T04:37:49.6401157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-03-14T04:37:49.6404797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-39.pyc 2025-03-14T04:37:49.6408224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-39.pyc 2025-03-14T04:37:49.6412026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-39.pyc 2025-03-14T04:37:49.6415459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.6419208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-39.pyc 2025-03-14T04:37:49.6422742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-39.pyc 2025-03-14T04:37:49.6426325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-39.pyc 2025-03-14T04:37:49.6433721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6446755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6456556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\anomaly_mode.py 2025-03-14T04:37:49.6460352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\forward_ad.py 2025-03-14T04:37:49.6463877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\function.py 2025-03-14T04:37:49.6467885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\functional.py 2025-03-14T04:37:49.6477076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\gradcheck.py 2025-03-14T04:37:49.6481592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\grad_mode.py 2025-03-14T04:37:49.6485744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\graph.py 2025-03-14T04:37:49.6489248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler.py 2025-03-14T04:37:49.6493539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_legacy.py 2025-03-14T04:37:49.6497562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_util.py 2025-03-14T04:37:49.6501370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\variable.py 2025-03-14T04:37:49.6505105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__init__.py 2025-03-14T04:37:49.6512963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\tensor.py 2025-03-14T04:37:49.6516763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\utils.py 2025-03-14T04:37:49.6520510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__init__.py 2025-03-14T04:37:49.6527973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-39.pyc 2025-03-14T04:37:49.6531589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.6535779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6548648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-39.pyc 2025-03-14T04:37:49.6552521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-39.pyc 2025-03-14T04:37:49.6556144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\function.cpython-39.pyc 2025-03-14T04:37:49.6565120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:49.6569207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-39.pyc 2025-03-14T04:37:49.6573062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-39.pyc 2025-03-14T04:37:49.6577436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-39.pyc 2025-03-14T04:37:49.6581321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-39.pyc 2025-03-14T04:37:49.6585039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-39.pyc 2025-03-14T04:37:49.6589422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-39.pyc 2025-03-14T04:37:49.6593497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-39.pyc 2025-03-14T04:37:49.6597040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6607749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__init__.py 2025-03-14T04:37:49.6615403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__init__.py 2025-03-14T04:37:49.6622822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6630504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__init__.py 2025-03-14T04:37:49.6638071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6645753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\rnn.py 2025-03-14T04:37:49.6649427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__init__.py 2025-03-14T04:37:49.6656509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:49.6679411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6692158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__init__.py 2025-03-14T04:37:49.6700687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6715090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__init__.py 2025-03-14T04:37:49.6723062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6729834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__init__.py 2025-03-14T04:37:49.6737462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6745787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__init__.py 2025-03-14T04:37:49.6752714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6761025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__init__.py 2025-03-14T04:37:49.6767898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6775747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__init__.py 2025-03-14T04:37:49.6783159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6790196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__init__.py 2025-03-14T04:37:49.6797419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6805913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__init__.py 2025-03-14T04:37:49.6812778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6821043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2025-03-14T04:37:49.6827900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6835539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__init__.py 2025-03-14T04:37:49.6842446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6849581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\run_cpu.py 2025-03-14T04:37:49.6852901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__init__.py 2025-03-14T04:37:49.6858785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-39.pyc 2025-03-14T04:37:49.6862273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6869671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__init__.py 2025-03-14T04:37:49.6876396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6883666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\preprocess.py 2025-03-14T04:37:49.6886913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__init__.py 2025-03-14T04:37:49.6892764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-39.pyc 2025-03-14T04:37:49.6896205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6903318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\prepare.py 2025-03-14T04:37:49.6906841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\serializer.py 2025-03-14T04:37:49.6910753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__init__.py 2025-03-14T04:37:49.6916842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-39.pyc 2025-03-14T04:37:49.6920260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-39.pyc 2025-03-14T04:37:49.6923988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6936483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.6944202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\asmjit.dll 2025-03-14T04:37:49.6949249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\fbgemm.dll 2025-03-14T04:37:49.6977260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\FileStoreTest.exe 2025-03-14T04:37:49.6982373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\protoc.exe 2025-03-14T04:37:49.7000142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\TCPStoreTest.exe 2025-03-14T04:37:49.7013670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_api.exe 2025-03-14T04:37:49.7069955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_edge_op_registration.exe 2025-03-14T04:37:49.7074952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_jit.exe 2025-03-14T04:37:49.7104757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_lazy.exe 2025-03-14T04:37:49.7121259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_tensorexpr.exe 2025-03-14T04:37:49.7152262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\tutorial_tensorexpr.exe 2025-03-14T04:37:49.7161808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\config.py 2025-03-14T04:37:49.7166912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\_cache.py 2025-03-14T04:37:49.7170088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__init__.py 2025-03-14T04:37:49.7177582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:49.7181106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\_cache.cpython-39.pyc 2025-03-14T04:37:49.7185138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7197914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2025-03-14T04:37:49.7201380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__init__.py 2025-03-14T04:37:49.7208392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-39.pyc 2025-03-14T04:37:49.7211450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7219211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__init__.py 2025-03-14T04:37:49.7225785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2025-03-14T04:37:49.7229094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2025-03-14T04:37:49.7232594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__init__.py 2025-03-14T04:37:49.7245019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-03-14T04:37:49.7248542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-03-14T04:37:49.7252241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7264506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7273115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\comm.py 2025-03-14T04:37:49.7276386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\error.py 2025-03-14T04:37:49.7278896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\gds.py 2025-03-14T04:37:49.7282205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\graphs.py 2025-03-14T04:37:49.7286220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\jiterator.py 2025-03-14T04:37:49.7289836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\memory.py 2025-03-14T04:37:49.7297774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nccl.py 2025-03-14T04:37:49.7301168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nvtx.py 2025-03-14T04:37:49.7304456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\profiler.py 2025-03-14T04:37:49.7307738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\random.py 2025-03-14T04:37:49.7311077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\sparse.py 2025-03-14T04:37:49.7314712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\streams.py 2025-03-14T04:37:49.7317906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\tunable.py 2025-03-14T04:37:49.7321370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_gpu_trace.py 2025-03-14T04:37:49.7324799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_memory_viz.py 2025-03-14T04:37:49.7328263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_sanitizer.py 2025-03-14T04:37:49.7332018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_utils.py 2025-03-14T04:37:49.7335238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__init__.py 2025-03-14T04:37:49.7342871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2025-03-14T04:37:49.7346294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\common.py 2025-03-14T04:37:49.7349618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2025-03-14T04:37:49.7353150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__init__.py 2025-03-14T04:37:49.7365796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-03-14T04:37:49.7369456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:49.7372885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-03-14T04:37:49.7380374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7388265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-39.pyc 2025-03-14T04:37:49.7391607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\error.cpython-39.pyc 2025-03-14T04:37:49.7395054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-39.pyc 2025-03-14T04:37:49.7402761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-39.pyc 2025-03-14T04:37:49.7406461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-39.pyc 2025-03-14T04:37:49.7409876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-39.pyc 2025-03-14T04:37:49.7413500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-39.pyc 2025-03-14T04:37:49.7416899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-39.pyc 2025-03-14T04:37:49.7420415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-39.pyc 2025-03-14T04:37:49.7423873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\random.cpython-39.pyc 2025-03-14T04:37:49.7427252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-39.pyc 2025-03-14T04:37:49.7430799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-39.pyc 2025-03-14T04:37:49.7434880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-39.pyc 2025-03-14T04:37:49.7438437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-39.pyc 2025-03-14T04:37:49.7442410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-39.pyc 2025-03-14T04:37:49.7446605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-39.pyc 2025-03-14T04:37:49.7450197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:49.7458725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7468769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\argparse_util.py 2025-03-14T04:37:49.7472262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\c10d_logger.py 2025-03-14T04:37:49.7475728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\collective_utils.py 2025-03-14T04:37:49.7483044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\constants.py 2025-03-14T04:37:49.7486416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\device_mesh.py 2025-03-14T04:37:49.7490196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\distributed_c10d.py 2025-03-14T04:37:49.7495365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launch.py 2025-03-14T04:37:49.7498757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\logging_handlers.py 2025-03-14T04:37:49.7502190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\remote_device.py 2025-03-14T04:37:49.7506182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rendezvous.py 2025-03-14T04:37:49.7509813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\run.py 2025-03-14T04:37:49.7513514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\utils.py 2025-03-14T04:37:49.7516911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_checkpointable.py 2025-03-14T04:37:49.7520380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable_state.py 2025-03-14T04:37:49.7524034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives.py 2025-03-14T04:37:49.7527761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2025-03-14T04:37:49.7531303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_serialization.py 2025-03-14T04:37:49.7535024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_state_dict_utils.py 2025-03-14T04:37:49.7538849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__init__.py 2025-03-14T04:37:49.7547227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\join.py 2025-03-14T04:37:49.7550699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__init__.py 2025-03-14T04:37:49.7557761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2025-03-14T04:37:49.7561360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2025-03-14T04:37:49.7564915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2025-03-14T04:37:49.7573006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2025-03-14T04:37:49.7576570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2025-03-14T04:37:49.7580030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2025-03-14T04:37:49.7583356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2025-03-14T04:37:49.7587278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2025-03-14T04:37:49.7590697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2025-03-14T04:37:49.7597915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-39.pyc 2025-03-14T04:37:49.7601672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-39.pyc 2025-03-14T04:37:49.7605159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-03-14T04:37:49.7613508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-39.pyc 2025-03-14T04:37:49.7617064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-39.pyc 2025-03-14T04:37:49.7620956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-39.pyc 2025-03-14T04:37:49.7624572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-39.pyc 2025-03-14T04:37:49.7628964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-39.pyc 2025-03-14T04:37:49.7632065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7644881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2025-03-14T04:37:49.7648363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2025-03-14T04:37:49.7651730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2025-03-14T04:37:49.7660261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2025-03-14T04:37:49.7666065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-39.pyc 2025-03-14T04:37:49.7669932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-39.pyc 2025-03-14T04:37:49.7673216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.7680733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7689199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2025-03-14T04:37:49.7692639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2025-03-14T04:37:49.7698715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-39.pyc 2025-03-14T04:37:49.7702704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7709749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2025-03-14T04:37:49.7714171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2025-03-14T04:37:49.7722230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-03-14T04:37:49.7727418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7739600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2025-03-14T04:37:49.7744620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2025-03-14T04:37:49.7755048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-39.pyc 2025-03-14T04:37:49.7760064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7768288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2025-03-14T04:37:49.7772548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2025-03-14T04:37:49.7779873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-39.pyc 2025-03-14T04:37:49.7783385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7791775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-39.pyc 2025-03-14T04:37:49.7795659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7809788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__init__.py 2025-03-14T04:37:49.7817592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.7825144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\api.py 2025-03-14T04:37:49.7829159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2025-03-14T04:37:49.7832844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2025-03-14T04:37:49.7836537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2025-03-14T04:37:49.7845852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logger.py 2025-03-14T04:37:49.7849136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2025-03-14T04:37:49.7852771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2025-03-14T04:37:49.7856551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2025-03-14T04:37:49.7860444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner.py 2025-03-14T04:37:49.7863458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2025-03-14T04:37:49.7866811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2025-03-14T04:37:49.7870206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\staging.py 2025-03-14T04:37:49.7873461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2025-03-14T04:37:49.7876867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2025-03-14T04:37:49.7880778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2025-03-14T04:37:49.7884650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2025-03-14T04:37:49.7888094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\storage.py 2025-03-14T04:37:49.7891791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\utils.py 2025-03-14T04:37:49.7912261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_executor.py 2025-03-14T04:37:49.7916323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_process_executor.py 2025-03-14T04:37:49.7919994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_thread_executor.py 2025-03-14T04:37:49.7924123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2025-03-14T04:37:49.7927949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2025-03-14T04:37:49.7937152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2025-03-14T04:37:49.7941241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_extension.py 2025-03-14T04:37:49.7944813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2025-03-14T04:37:49.7948748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_hf_storage.py 2025-03-14T04:37:49.7953074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2025-03-14T04:37:49.7956512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2025-03-14T04:37:49.7960478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2025-03-14T04:37:49.7964585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2025-03-14T04:37:49.7968193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_version.py 2025-03-14T04:37:49.7976125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2025-03-14T04:37:49.7985046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.7989322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-39.pyc 2025-03-14T04:37:49.7992783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-39.pyc 2025-03-14T04:37:49.8002236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-39.pyc 2025-03-14T04:37:49.8006612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-39.pyc 2025-03-14T04:37:49.8010045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-39.pyc 2025-03-14T04:37:49.8014948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-39.pyc 2025-03-14T04:37:49.8019350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-39.pyc 2025-03-14T04:37:49.8023856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-39.pyc 2025-03-14T04:37:49.8028741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-39.pyc 2025-03-14T04:37:49.8034134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-39.pyc 2025-03-14T04:37:49.8039420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-39.pyc 2025-03-14T04:37:49.8044081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-39.pyc 2025-03-14T04:37:49.8048745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-39.pyc 2025-03-14T04:37:49.8053752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-39.pyc 2025-03-14T04:37:49.8057663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-39.pyc 2025-03-14T04:37:49.8061908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-39.pyc 2025-03-14T04:37:49.8077674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.8081534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_executor.cpython-39.pyc 2025-03-14T04:37:49.8085742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_process_executor.cpython-39.pyc 2025-03-14T04:37:49.8089965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_thread_executor.cpython-39.pyc 2025-03-14T04:37:49.8093865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-39.pyc 2025-03-14T04:37:49.8098117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-39.pyc 2025-03-14T04:37:49.8102477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-39.pyc 2025-03-14T04:37:49.8106158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_extension.cpython-39.pyc 2025-03-14T04:37:49.8752348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-39.pyc 2025-03-14T04:37:49.8755730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_hf_storage.cpython-39.pyc 2025-03-14T04:37:49.8759616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-39.pyc 2025-03-14T04:37:49.8763930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-39.pyc 2025-03-14T04:37:49.8769023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-39.pyc 2025-03-14T04:37:49.8772476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-39.pyc 2025-03-14T04:37:49.8776046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-39.pyc 2025-03-14T04:37:49.8779645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8795201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\control_plane.py 2025-03-14T04:37:49.8798899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__init__.py 2025-03-14T04:37:49.8806611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2025-03-14T04:37:49.8812269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2025-03-14T04:37:49.8816036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2025-03-14T04:37:49.8819659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2025-03-14T04:37:49.8823269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2025-03-14T04:37:49.8850360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.8851422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-39.pyc 2025-03-14T04:37:49.8852359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-39.pyc 2025-03-14T04:37:49.8853236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8858299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8865962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\api.py 2025-03-14T04:37:49.8869319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2025-03-14T04:37:49.8872542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2025-03-14T04:37:49.8879295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.8882949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-39.pyc 2025-03-14T04:37:49.8886334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8898879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2025-03-14T04:37:49.8902170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2025-03-14T04:37:49.8908696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.8912135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8923845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2025-03-14T04:37:49.8927473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2025-03-14T04:37:49.8930900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2025-03-14T04:37:49.8934099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2025-03-14T04:37:49.8946425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2025-03-14T04:37:49.8950233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2025-03-14T04:37:49.8953611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2025-03-14T04:37:49.8961193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-39.pyc 2025-03-14T04:37:49.8964968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-39.pyc 2025-03-14T04:37:49.8968920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.8981403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2025-03-14T04:37:49.8985154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2025-03-14T04:37:49.8988917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2025-03-14T04:37:49.9001168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-39.pyc 2025-03-14T04:37:49.9005478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-39.pyc 2025-03-14T04:37:49.9009009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9022521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9026219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-39.pyc 2025-03-14T04:37:49.9030195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-39.pyc 2025-03-14T04:37:49.9041274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9050033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2025-03-14T04:37:49.9054052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2025-03-14T04:37:49.9058212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2025-03-14T04:37:49.9068280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2025-03-14T04:37:49.9072591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2025-03-14T04:37:49.9076536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2025-03-14T04:37:49.9080003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2025-03-14T04:37:49.9083967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2025-03-14T04:37:49.9087894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2025-03-14T04:37:49.9091413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2025-03-14T04:37:49.9095294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\_etcd_stub.py 2025-03-14T04:37:49.9099255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2025-03-14T04:37:49.9107334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9111745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-39.pyc 2025-03-14T04:37:49.9115330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-39.pyc 2025-03-14T04:37:49.9124156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-39.pyc 2025-03-14T04:37:49.9128100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-39.pyc 2025-03-14T04:37:49.9132238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-39.pyc 2025-03-14T04:37:49.9136171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-39.pyc 2025-03-14T04:37:49.9139615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-39.pyc 2025-03-14T04:37:49.9143776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-39.pyc 2025-03-14T04:37:49.9147735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.9151289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\_etcd_stub.cpython-39.pyc 2025-03-14T04:37:49.9155313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9163712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\api.py 2025-03-14T04:37:49.9167627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2025-03-14T04:37:49.9179844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2025-03-14T04:37:49.9184910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2025-03-14T04:37:49.9193148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2025-03-14T04:37:49.9203961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9209187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-39.pyc 2025-03-14T04:37:49.9213425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-39.pyc 2025-03-14T04:37:49.9222163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-39.pyc 2025-03-14T04:37:49.9225939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9234199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\api.py 2025-03-14T04:37:49.9237948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2025-03-14T04:37:49.9241261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2025-03-14T04:37:49.9244623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2025-03-14T04:37:49.9248661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\store.py 2025-03-14T04:37:49.9257496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2025-03-14T04:37:49.9264695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2025-03-14T04:37:49.9268247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2025-03-14T04:37:49.9271575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2025-03-14T04:37:49.9283980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-39.pyc 2025-03-14T04:37:49.9287563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-39.pyc 2025-03-14T04:37:49.9291180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9304118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9307694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:49.9311026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-39.pyc 2025-03-14T04:37:49.9319453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-39.pyc 2025-03-14T04:37:49.9322973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-39.pyc 2025-03-14T04:37:49.9326659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9334749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-39.pyc 2025-03-14T04:37:49.9338281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9346696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\api.py 2025-03-14T04:37:49.9350310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2025-03-14T04:37:49.9355187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2025-03-14T04:37:49.9358949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\wrap.py 2025-03-14T04:37:49.9362595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2025-03-14T04:37:49.9370499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2025-03-14T04:37:49.9373967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2025-03-14T04:37:49.9377332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2025-03-14T04:37:49.9380798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2025-03-14T04:37:49.9385007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2025-03-14T04:37:49.9388349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2025-03-14T04:37:49.9392284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2025-03-14T04:37:49.9395797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2025-03-14T04:37:49.9399801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2025-03-14T04:37:49.9403908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2025-03-14T04:37:49.9407247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2025-03-14T04:37:49.9410907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2025-03-14T04:37:49.9414354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2025-03-14T04:37:49.9417797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2025-03-14T04:37:49.9421202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2025-03-14T04:37:49.9428706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__init__.py 2025-03-14T04:37:49.9435836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_api.py 2025-03-14T04:37:49.9439330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py 2025-03-14T04:37:49.9442900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_common.py 2025-03-14T04:37:49.9451346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_init.py 2025-03-14T04:37:49.9454809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param.py 2025-03-14T04:37:49.9459010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py 2025-03-14T04:37:49.9462757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_state.py 2025-03-14T04:37:49.9466598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fully_shard.py 2025-03-14T04:37:49.9470115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__init__.py 2025-03-14T04:37:49.9477363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_api.cpython-39.pyc 2025-03-14T04:37:49.9480938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_collectives.cpython-39.pyc 2025-03-14T04:37:49.9484540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_common.cpython-39.pyc 2025-03-14T04:37:49.9491899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_init.cpython-39.pyc 2025-03-14T04:37:49.9495501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param.cpython-39.pyc 2025-03-14T04:37:49.9499437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param_group.cpython-39.pyc 2025-03-14T04:37:49.9502892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_state.cpython-39.pyc 2025-03-14T04:37:49.9506466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fully_shard.cpython-39.pyc 2025-03-14T04:37:49.9509996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9518070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9521605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-39.pyc 2025-03-14T04:37:49.9525958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-39.pyc 2025-03-14T04:37:49.9533220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-39.pyc 2025-03-14T04:37:49.9537007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-39.pyc 2025-03-14T04:37:49.9540424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-39.pyc 2025-03-14T04:37:49.9543832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-39.pyc 2025-03-14T04:37:49.9547285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-39.pyc 2025-03-14T04:37:49.9550924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-39.pyc 2025-03-14T04:37:49.9554917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-39.pyc 2025-03-14T04:37:49.9558927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-39.pyc 2025-03-14T04:37:49.9563241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-39.pyc 2025-03-14T04:37:49.9566945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-39.pyc 2025-03-14T04:37:49.9571312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-39.pyc 2025-03-14T04:37:49.9575636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-39.pyc 2025-03-14T04:37:49.9579377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-39.pyc 2025-03-14T04:37:49.9588390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-39.pyc 2025-03-14T04:37:49.9592071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-39.pyc 2025-03-14T04:37:49.9596069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-39.pyc 2025-03-14T04:37:49.9600053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-39.pyc 2025-03-14T04:37:49.9603656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9613077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\api.py 2025-03-14T04:37:49.9616458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__init__.py 2025-03-14T04:37:49.9623970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:49.9627536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9636337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\functional.py 2025-03-14T04:37:49.9639781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__init__.py 2025-03-14T04:37:49.9648273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2025-03-14T04:37:49.9651458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__init__.py 2025-03-14T04:37:49.9658013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-39.pyc 2025-03-14T04:37:49.9662264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9670306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2025-03-14T04:37:49.9674258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2025-03-14T04:37:49.9680949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2025-03-14T04:37:49.9685179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2025-03-14T04:37:49.9691845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-39.pyc 2025-03-14T04:37:49.9716135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9731849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-39.pyc 2025-03-14T04:37:49.9735156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9748187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:49.9752112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9761725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2025-03-14T04:37:49.9765105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2025-03-14T04:37:49.9769243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2025-03-14T04:37:49.9777042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adam.py 2025-03-14T04:37:49.9780602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2025-03-14T04:37:49.9784836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2025-03-14T04:37:49.9788311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2025-03-14T04:37:49.9791644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2025-03-14T04:37:49.9795204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2025-03-14T04:37:49.9798530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2025-03-14T04:37:49.9801907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\optimizer.py 2025-03-14T04:37:49.9805284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2025-03-14T04:37:49.9808550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\utils.py 2025-03-14T04:37:49.9812100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2025-03-14T04:37:49.9816823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2025-03-14T04:37:49.9820499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\_deprecation_warning.py 2025-03-14T04:37:49.9824020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__init__.py 2025-03-14T04:37:49.9832233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-39.pyc 2025-03-14T04:37:49.9835692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-39.pyc 2025-03-14T04:37:49.9839325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-39.pyc 2025-03-14T04:37:49.9847471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-39.pyc 2025-03-14T04:37:49.9850809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-39.pyc 2025-03-14T04:37:49.9854316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-39.pyc 2025-03-14T04:37:49.9858442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-39.pyc 2025-03-14T04:37:49.9862019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-39.pyc 2025-03-14T04:37:49.9865511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-39.pyc 2025-03-14T04:37:49.9869891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-39.pyc 2025-03-14T04:37:49.9873445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-39.pyc 2025-03-14T04:37:49.9876958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-39.pyc 2025-03-14T04:37:49.9880372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:49.9884110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-39.pyc 2025-03-14T04:37:49.9888148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\_deprecation_warning.cpython-39.pyc 2025-03-14T04:37:49.9891940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9905045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2025-03-14T04:37:49.9908418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\schedules.py 2025-03-14T04:37:49.9912490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\stage.py 2025-03-14T04:37:49.9916114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_backward.py 2025-03-14T04:37:49.9924244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_debug.py 2025-03-14T04:37:49.9927522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_IR.py 2025-03-14T04:37:49.9931240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2025-03-14T04:37:49.9934757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_utils.py 2025-03-14T04:37:49.9938207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__init__.py 2025-03-14T04:37:49.9945293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-39.pyc 2025-03-14T04:37:49.9948757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-39.pyc 2025-03-14T04:37:49.9952702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-39.pyc 2025-03-14T04:37:49.9961786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-39.pyc 2025-03-14T04:37:49.9965399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-39.pyc 2025-03-14T04:37:49.9969344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-39.pyc 2025-03-14T04:37:49.9973421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-39.pyc 2025-03-14T04:37:49.9977380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:49.9981469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:49.9989928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\api.py 2025-03-14T04:37:49.9994166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2025-03-14T04:37:49.9997857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\constants.py 2025-03-14T04:37:50.0001552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\functions.py 2025-03-14T04:37:50.0010434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\internal.py 2025-03-14T04:37:50.0014052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\options.py 2025-03-14T04:37:50.0017839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2025-03-14T04:37:50.0021617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2025-03-14T04:37:50.0025246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_utils.py 2025-03-14T04:37:50.0029088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__init__.py 2025-03-14T04:37:50.0036477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2025-03-14T04:37:50.0040309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2025-03-14T04:37:50.0048106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-39.pyc 2025-03-14T04:37:50.0051740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0060050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0064425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-39.pyc 2025-03-14T04:37:50.0068001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-39.pyc 2025-03-14T04:37:50.0076646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-39.pyc 2025-03-14T04:37:50.0080151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-39.pyc 2025-03-14T04:37:50.0084280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-39.pyc 2025-03-14T04:37:50.0088322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-39.pyc 2025-03-14T04:37:50.0092046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-39.pyc 2025-03-14T04:37:50.0095873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:50.0099665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0108904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2025-03-14T04:37:50.0113048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\placement_types.py 2025-03-14T04:37:50.0116598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_api.py 2025-03-14T04:37:50.0120844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2025-03-14T04:37:50.0129921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2025-03-14T04:37:50.0134085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2025-03-14T04:37:50.0138154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2025-03-14T04:37:50.0142029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_random.py 2025-03-14T04:37:50.0145799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2025-03-14T04:37:50.0149683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2025-03-14T04:37:50.0153569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2025-03-14T04:37:50.0157376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2025-03-14T04:37:50.0161469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_utils.py 2025-03-14T04:37:50.0164858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__init__.py 2025-03-14T04:37:50.0172520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2025-03-14T04:37:50.0176132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2025-03-14T04:37:50.0180299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2025-03-14T04:37:50.0184217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2025-03-14T04:37:50.0196372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-39.pyc 2025-03-14T04:37:50.0199958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-39.pyc 2025-03-14T04:37:50.0205039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-39.pyc 2025-03-14T04:37:50.0213755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0223984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2025-03-14T04:37:50.0227913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2025-03-14T04:37:50.0233066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2025-03-14T04:37:50.0243185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2025-03-14T04:37:50.0248379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2025-03-14T04:37:50.0259170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-39.pyc 2025-03-14T04:37:50.0264743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-39.pyc 2025-03-14T04:37:50.0270267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-39.pyc 2025-03-14T04:37:50.0279661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-39.pyc 2025-03-14T04:37:50.0283769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0292104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2025-03-14T04:37:50.0295950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2025-03-14T04:37:50.0299300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2025-03-14T04:37:50.0302531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2025-03-14T04:37:50.0306423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2025-03-14T04:37:50.0310037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2025-03-14T04:37:50.0318375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2025-03-14T04:37:50.0322077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_utils.py 2025-03-14T04:37:50.0325827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2025-03-14T04:37:50.0332901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0336605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-39.pyc 2025-03-14T04:37:50.0340378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-39.pyc 2025-03-14T04:37:50.0348160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-39.pyc 2025-03-14T04:37:50.0351639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-39.pyc 2025-03-14T04:37:50.0355843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-39.pyc 2025-03-14T04:37:50.0359896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-39.pyc 2025-03-14T04:37:50.0364535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:50.0368137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0375959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2025-03-14T04:37:50.0379284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2025-03-14T04:37:50.0383394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2025-03-14T04:37:50.0386910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2025-03-14T04:37:50.0396561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2025-03-14T04:37:50.0399972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_experimental_ops.py 2025-03-14T04:37:50.0403472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2025-03-14T04:37:50.0407771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2025-03-14T04:37:50.0413439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2025-03-14T04:37:50.0417546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2025-03-14T04:37:50.0421467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2025-03-14T04:37:50.0425166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2025-03-14T04:37:50.0428764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2025-03-14T04:37:50.0436001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.0439611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-39.pyc 2025-03-14T04:37:50.0443117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-39.pyc 2025-03-14T04:37:50.0451214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-39.pyc 2025-03-14T04:37:50.0454894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-39.pyc 2025-03-14T04:37:50.0458299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_experimental_ops.cpython-39.pyc 2025-03-14T04:37:50.0461816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-39.pyc 2025-03-14T04:37:50.0465384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-39.pyc 2025-03-14T04:37:50.0468928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-39.pyc 2025-03-14T04:37:50.0472516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-39.pyc 2025-03-14T04:37:50.0476037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-39.pyc 2025-03-14T04:37:50.0479706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-39.pyc 2025-03-14T04:37:50.0483564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0491910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-39.pyc 2025-03-14T04:37:50.0495331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-39.pyc 2025-03-14T04:37:50.0498823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-39.pyc 2025-03-14T04:37:50.0509707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-39.pyc 2025-03-14T04:37:50.0514918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-39.pyc 2025-03-14T04:37:50.0518789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-39.pyc 2025-03-14T04:37:50.0522711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-39.pyc 2025-03-14T04:37:50.0526866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-39.pyc 2025-03-14T04:37:50.0530576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-39.pyc 2025-03-14T04:37:50.0534441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-39.pyc 2025-03-14T04:37:50.0538816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-39.pyc 2025-03-14T04:37:50.0543349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-39.pyc 2025-03-14T04:37:50.0547163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:50.0551193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0560678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2025-03-14T04:37:50.0564655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\contract.py 2025-03-14T04:37:50.0568530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\replicate.py 2025-03-14T04:37:50.0571901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__init__.py 2025-03-14T04:37:50.0583925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2025-03-14T04:37:50.0587738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2025-03-14T04:37:50.0595258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-39.pyc 2025-03-14T04:37:50.0599209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0607597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-39.pyc 2025-03-14T04:37:50.0611600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-39.pyc 2025-03-14T04:37:50.0615765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-39.pyc 2025-03-14T04:37:50.0624185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0632591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\api.py 2025-03-14T04:37:50.0636459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2025-03-14T04:37:50.0640306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\metadata.py 2025-03-14T04:37:50.0643818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2025-03-14T04:37:50.0647652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharder.py 2025-03-14T04:37:50.0656232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\_utils.py 2025-03-14T04:37:50.0660189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__init__.py 2025-03-14T04:37:50.0667462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2025-03-14T04:37:50.0675238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0683786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2025-03-14T04:37:50.0687450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2025-03-14T04:37:50.0695220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0698738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0708111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2025-03-14T04:37:50.0713597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2025-03-14T04:37:50.0718573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2025-03-14T04:37:50.0723766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2025-03-14T04:37:50.0728041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2025-03-14T04:37:50.0736453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2025-03-14T04:37:50.0740761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2025-03-14T04:37:50.0744565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2025-03-14T04:37:50.0752431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2025-03-14T04:37:50.0755940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2025-03-14T04:37:50.0759282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2025-03-14T04:37:50.0763219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2025-03-14T04:37:50.0766632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2025-03-14T04:37:50.0773685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2025-03-14T04:37:50.0782198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-39.pyc 2025-03-14T04:37:50.0785763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-39.pyc 2025-03-14T04:37:50.0789190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-39.pyc 2025-03-14T04:37:50.0798078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-39.pyc 2025-03-14T04:37:50.0801542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-39.pyc 2025-03-14T04:37:50.0805083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0813632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0817248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-39.pyc 2025-03-14T04:37:50.0820850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-39.pyc 2025-03-14T04:37:50.0828778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-39.pyc 2025-03-14T04:37:50.0832544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-39.pyc 2025-03-14T04:37:50.0835812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-39.pyc 2025-03-14T04:37:50.0839294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.0842789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0864352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2025-03-14T04:37:50.0868347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2025-03-14T04:37:50.0875303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0878799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0886257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2025-03-14T04:37:50.0890020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2025-03-14T04:37:50.0893624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2025-03-14T04:37:50.0896903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2025-03-14T04:37:50.0909094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2025-03-14T04:37:50.0912576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2025-03-14T04:37:50.0915963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2025-03-14T04:37:50.0923003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2025-03-14T04:37:50.0929561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-39.pyc 2025-03-14T04:37:50.0933338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-39.pyc 2025-03-14T04:37:50.0936792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-39.pyc 2025-03-14T04:37:50.0945324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0952914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0956449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-39.pyc 2025-03-14T04:37:50.0960064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-39.pyc 2025-03-14T04:37:50.0968246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.0976541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.0980507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-39.pyc 2025-03-14T04:37:50.0984005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-39.pyc 2025-03-14T04:37:50.0993250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-39.pyc 2025-03-14T04:37:50.0996732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-39.pyc 2025-03-14T04:37:50.1000555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:50.1004788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1013464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2025-03-14T04:37:50.1021204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1029819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2025-03-14T04:37:50.1037538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1046074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2025-03-14T04:37:50.1053989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1062049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\api.py 2025-03-14T04:37:50.1065905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2025-03-14T04:37:50.1069860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__init__.py 2025-03-14T04:37:50.1077632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-39.pyc 2025-03-14T04:37:50.1081527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-39.pyc 2025-03-14T04:37:50.1085160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1098530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\common_utils.py 2025-03-14T04:37:50.1102196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fake_collectives.py 2025-03-14T04:37:50.1105993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2025-03-14T04:37:50.1109660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2025-03-14T04:37:50.1117723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2025-03-14T04:37:50.1121323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2025-03-14T04:37:50.1125448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2025-03-14T04:37:50.1129173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2025-03-14T04:37:50.1132924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2025-03-14T04:37:50.1137075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2025-03-14T04:37:50.1140430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__init__.py 2025-03-14T04:37:50.1148811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\common_utils.cpython-39.pyc 2025-03-14T04:37:50.1152487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fake_collectives.cpython-39.pyc 2025-03-14T04:37:50.1156401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-39.pyc 2025-03-14T04:37:50.1165238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-39.pyc 2025-03-14T04:37:50.1169104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-39.pyc 2025-03-14T04:37:50.1173035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-39.pyc 2025-03-14T04:37:50.1176897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-39.pyc 2025-03-14T04:37:50.1181021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-39.pyc 2025-03-14T04:37:50.1185207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-39.pyc 2025-03-14T04:37:50.1188953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-39.pyc 2025-03-14T04:37:50.1192899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1201960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-39.pyc 2025-03-14T04:37:50.1205528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-39.pyc 2025-03-14T04:37:50.1209729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-39.pyc 2025-03-14T04:37:50.1218467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-39.pyc 2025-03-14T04:37:50.1223413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-39.pyc 2025-03-14T04:37:50.1228928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-39.pyc 2025-03-14T04:37:50.1234099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-39.pyc 2025-03-14T04:37:50.1238476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-39.pyc 2025-03-14T04:37:50.1242498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-39.pyc 2025-03-14T04:37:50.1246400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-39.pyc 2025-03-14T04:37:50.1250441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\run.cpython-39.pyc 2025-03-14T04:37:50.1254406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.1258476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-39.pyc 2025-03-14T04:37:50.1262082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-39.pyc 2025-03-14T04:37:50.1265826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-39.pyc 2025-03-14T04:37:50.1269976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-39.pyc 2025-03-14T04:37:50.1277700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_serialization.cpython-39.pyc 2025-03-14T04:37:50.1281185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-39.pyc 2025-03-14T04:37:50.1285389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1295326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\bernoulli.py 2025-03-14T04:37:50.1298642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\beta.py 2025-03-14T04:37:50.1301852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\binomial.py 2025-03-14T04:37:50.1305286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\categorical.py 2025-03-14T04:37:50.1313350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\cauchy.py 2025-03-14T04:37:50.1317175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\chi2.py 2025-03-14T04:37:50.1320774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraints.py 2025-03-14T04:37:50.1324022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraint_registry.py 2025-03-14T04:37:50.1327373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2025-03-14T04:37:50.1330736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\dirichlet.py 2025-03-14T04:37:50.1334026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\distribution.py 2025-03-14T04:37:50.1337355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exponential.py 2025-03-14T04:37:50.1341026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exp_family.py 2025-03-14T04:37:50.1344310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\fishersnedecor.py 2025-03-14T04:37:50.1347601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gamma.py 2025-03-14T04:37:50.1350782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\geometric.py 2025-03-14T04:37:50.1354015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gumbel.py 2025-03-14T04:37:50.1357268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_cauchy.py 2025-03-14T04:37:50.1360579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_normal.py 2025-03-14T04:37:50.1364068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\independent.py 2025-03-14T04:37:50.1367448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\inverse_gamma.py 2025-03-14T04:37:50.1371489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kl.py 2025-03-14T04:37:50.1375052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kumaraswamy.py 2025-03-14T04:37:50.1384142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\laplace.py 2025-03-14T04:37:50.1387610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lkj_cholesky.py 2025-03-14T04:37:50.1390937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\logistic_normal.py 2025-03-14T04:37:50.1394242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\log_normal.py 2025-03-14T04:37:50.1397659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2025-03-14T04:37:50.1401092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\mixture_same_family.py 2025-03-14T04:37:50.1405084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multinomial.py 2025-03-14T04:37:50.1408721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multivariate_normal.py 2025-03-14T04:37:50.1412199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\negative_binomial.py 2025-03-14T04:37:50.1419939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\normal.py 2025-03-14T04:37:50.1423351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\one_hot_categorical.py 2025-03-14T04:37:50.1426754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\pareto.py 2025-03-14T04:37:50.1430428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\poisson.py 2025-03-14T04:37:50.1433358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2025-03-14T04:37:50.1436619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_categorical.py 2025-03-14T04:37:50.1439884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\studentT.py 2025-03-14T04:37:50.1443559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transformed_distribution.py 2025-03-14T04:37:50.1446880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transforms.py 2025-03-14T04:37:50.1450579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\uniform.py 2025-03-14T04:37:50.1453951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\utils.py 2025-03-14T04:37:50.1457196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\von_mises.py 2025-03-14T04:37:50.1460501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\weibull.py 2025-03-14T04:37:50.1468432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\wishart.py 2025-03-14T04:37:50.1472314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__init__.py 2025-03-14T04:37:50.1481755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-39.pyc 2025-03-14T04:37:50.1485000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-39.pyc 2025-03-14T04:37:50.1488466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-39.pyc 2025-03-14T04:37:50.1496144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-39.pyc 2025-03-14T04:37:50.1499305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-39.pyc 2025-03-14T04:37:50.1502794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-39.pyc 2025-03-14T04:37:50.1506282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-39.pyc 2025-03-14T04:37:50.1509878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-39.pyc 2025-03-14T04:37:50.1513669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-39.pyc 2025-03-14T04:37:50.1517094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-39.pyc 2025-03-14T04:37:50.1520734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-39.pyc 2025-03-14T04:37:50.1524317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-39.pyc 2025-03-14T04:37:50.1527898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-39.pyc 2025-03-14T04:37:50.1531415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-39.pyc 2025-03-14T04:37:50.1534918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-39.pyc 2025-03-14T04:37:50.1538320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-39.pyc 2025-03-14T04:37:50.1541629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-39.pyc 2025-03-14T04:37:50.1551045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-39.pyc 2025-03-14T04:37:50.1554540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-39.pyc 2025-03-14T04:37:50.1557941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-39.pyc 2025-03-14T04:37:50.1561371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-39.pyc 2025-03-14T04:37:50.1564806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-39.pyc 2025-03-14T04:37:50.1568715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-39.pyc 2025-03-14T04:37:50.1572844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-39.pyc 2025-03-14T04:37:50.1576573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-39.pyc 2025-03-14T04:37:50.1586168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-39.pyc 2025-03-14T04:37:50.1589581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-39.pyc 2025-03-14T04:37:50.1593313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-39.pyc 2025-03-14T04:37:50.1596782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-39.pyc 2025-03-14T04:37:50.1600390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-39.pyc 2025-03-14T04:37:50.1604132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-39.pyc 2025-03-14T04:37:50.1607517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-39.pyc 2025-03-14T04:37:50.1610827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-39.pyc 2025-03-14T04:37:50.1622473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-39.pyc 2025-03-14T04:37:50.1626070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-39.pyc 2025-03-14T04:37:50.1629563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-39.pyc 2025-03-14T04:37:50.1633271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-39.pyc 2025-03-14T04:37:50.1636677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-39.pyc 2025-03-14T04:37:50.1640043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-39.pyc 2025-03-14T04:37:50.1643753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-39.pyc 2025-03-14T04:37:50.1647222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-39.pyc 2025-03-14T04:37:50.1651067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-39.pyc 2025-03-14T04:37:50.1659483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.1662685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-39.pyc 2025-03-14T04:37:50.1666069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-39.pyc 2025-03-14T04:37:50.1669597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-39.pyc 2025-03-14T04:37:50.1673081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1683254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_obj.py 2025-03-14T04:37:50.1687069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_ops.py 2025-03-14T04:37:50.1691212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\decomp_utils.py 2025-03-14T04:37:50.1697067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\dynamic_shapes.py 2025-03-14T04:37:50.1706140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\exported_program.py 2025-03-14T04:37:50.1710476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\graph_signature.py 2025-03-14T04:37:50.1714513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\unflatten.py 2025-03-14T04:37:50.1718602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_draft_export.py 2025-03-14T04:37:50.1723746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2025-03-14T04:37:50.1729037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2025-03-14T04:37:50.1734400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_safeguard.py 2025-03-14T04:37:50.1739601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_swap.py 2025-03-14T04:37:50.1744658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_trace.py 2025-03-14T04:37:50.1750624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_tree_utils.py 2025-03-14T04:37:50.1755679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_unlift.py 2025-03-14T04:37:50.1761308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__init__.py 2025-03-14T04:37:50.1769187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__init__.py 2025-03-14T04:37:50.1776794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1784888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__init__.py 2025-03-14T04:37:50.1792569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1801301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-39.pyc 2025-03-14T04:37:50.1804641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_ops.cpython-39.pyc 2025-03-14T04:37:50.1808197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-39.pyc 2025-03-14T04:37:50.1882070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-39.pyc 2025-03-14T04:37:50.1885530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-39.pyc 2025-03-14T04:37:50.1889080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-39.pyc 2025-03-14T04:37:50.1892608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-39.pyc 2025-03-14T04:37:50.1896212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-39.pyc 2025-03-14T04:37:50.1899837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-39.pyc 2025-03-14T04:37:50.1904047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-39.pyc 2025-03-14T04:37:50.1908062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-39.pyc 2025-03-14T04:37:50.1911807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_swap.cpython-39.pyc 2025-03-14T04:37:50.1915802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_trace.cpython-39.pyc 2025-03-14T04:37:50.1920012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-39.pyc 2025-03-14T04:37:50.1923775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-39.pyc 2025-03-14T04:37:50.1927621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1940351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__init__.py 2025-03-14T04:37:50.1947954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1956420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__init__.py 2025-03-14T04:37:50.1963480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1971412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__init__.py 2025-03-14T04:37:50.1979827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.1987375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\annotate.py 2025-03-14T04:37:50.1991090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\config.py 2025-03-14T04:37:50.1994362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph.py 2025-03-14T04:37:50.1998546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph_module.py 2025-03-14T04:37:50.2002859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\immutable_collections.py 2025-03-14T04:37:50.2013344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\interpreter.py 2025-03-14T04:37:50.2017265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\node.py 2025-03-14T04:37:50.2040089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\operator_schemas.py 2025-03-14T04:37:50.2044235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\proxy.py 2025-03-14T04:37:50.2047895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\subgraph_rewriter.py 2025-03-14T04:37:50.2051866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\tensor_type.py 2025-03-14T04:37:50.2055726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\traceback.py 2025-03-14T04:37:50.2059191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_compatibility.py 2025-03-14T04:37:50.2063047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_graph_pickler.py 2025-03-14T04:37:50.2067083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_lazy_graph_module.py 2025-03-14T04:37:50.2071039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_pytree.py 2025-03-14T04:37:50.2074522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_symbolic_trace.py 2025-03-14T04:37:50.2078284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_utils.py 2025-03-14T04:37:50.2082723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__init__.py 2025-03-14T04:37:50.2090611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2025-03-14T04:37:50.2094896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\const_fold.py 2025-03-14T04:37:50.2098514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\debug.py 2025-03-14T04:37:50.2107370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2025-03-14T04:37:50.2111311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2025-03-14T04:37:50.2114972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2025-03-14T04:37:50.2118619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\normalize.py 2025-03-14T04:37:50.2122520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\optimization.py 2025-03-14T04:37:50.2125975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2025-03-14T04:37:50.2129866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2025-03-14T04:37:50.2134122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\recording.py 2025-03-14T04:37:50.2137808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\refinement_types.py 2025-03-14T04:37:50.2141709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\rewriter.py 2025-03-14T04:37:50.2145467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2025-03-14T04:37:50.2149006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2025-03-14T04:37:50.2154489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\sym_node.py 2025-03-14T04:37:50.2158552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2025-03-14T04:37:50.2162081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\validator.py 2025-03-14T04:37:50.2166171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_backward_state.py 2025-03-14T04:37:50.2170017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_config.py 2025-03-14T04:37:50.2173530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_constant_symnode.py 2025-03-14T04:37:50.2181880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_dynamism.py 2025-03-14T04:37:50.2185271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__init__.py 2025-03-14T04:37:50.2192571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2025-03-14T04:37:50.2196498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2025-03-14T04:37:50.2200627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2025-03-14T04:37:50.2209244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2025-03-14T04:37:50.2213357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2025-03-14T04:37:50.2217297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2025-03-14T04:37:50.2220829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2025-03-14T04:37:50.2225316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2025-03-14T04:37:50.2232615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-39.pyc 2025-03-14T04:37:50.2236735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-39.pyc 2025-03-14T04:37:50.2241149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-39.pyc 2025-03-14T04:37:50.2250127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-39.pyc 2025-03-14T04:37:50.2254574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-39.pyc 2025-03-14T04:37:50.2257943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-39.pyc 2025-03-14T04:37:50.2261486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-39.pyc 2025-03-14T04:37:50.2265463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2273351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\core.py 2025-03-14T04:37:50.2276585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2025-03-14T04:37:50.2280309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\match.py 2025-03-14T04:37:50.2283866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\more.py 2025-03-14T04:37:50.2287210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2025-03-14T04:37:50.2295352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\utils.py 2025-03-14T04:37:50.2298604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\variable.py 2025-03-14T04:37:50.2302421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2025-03-14T04:37:50.2309306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2025-03-14T04:37:50.2313166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2025-03-14T04:37:50.2316562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2025-03-14T04:37:50.2320009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2025-03-14T04:37:50.2323473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2025-03-14T04:37:50.2331591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2025-03-14T04:37:50.2338426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-39.pyc 2025-03-14T04:37:50.2341851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-39.pyc 2025-03-14T04:37:50.2345370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-39.pyc 2025-03-14T04:37:50.2353744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.2357292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-39.pyc 2025-03-14T04:37:50.2360818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2369846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-39.pyc 2025-03-14T04:37:50.2373623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-39.pyc 2025-03-14T04:37:50.2377499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-39.pyc 2025-03-14T04:37:50.2386058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-39.pyc 2025-03-14T04:37:50.2390278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-39.pyc 2025-03-14T04:37:50.2394030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:50.2398290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-39.pyc 2025-03-14T04:37:50.2401766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2410530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-39.pyc 2025-03-14T04:37:50.2414645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-39.pyc 2025-03-14T04:37:50.2418517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-39.pyc 2025-03-14T04:37:50.2427322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-39.pyc 2025-03-14T04:37:50.2431525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-39.pyc 2025-03-14T04:37:50.2435252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-39.pyc 2025-03-14T04:37:50.2439162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-39.pyc 2025-03-14T04:37:50.2443078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-39.pyc 2025-03-14T04:37:50.2446646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-39.pyc 2025-03-14T04:37:50.2450954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-39.pyc 2025-03-14T04:37:50.2455116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-39.pyc 2025-03-14T04:37:50.2458605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-39.pyc 2025-03-14T04:37:50.2462549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-39.pyc 2025-03-14T04:37:50.2466511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-39.pyc 2025-03-14T04:37:50.2470138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-39.pyc 2025-03-14T04:37:50.2475699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-39.pyc 2025-03-14T04:37:50.2484604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-39.pyc 2025-03-14T04:37:50.2488331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-39.pyc 2025-03-14T04:37:50.2492369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-39.pyc 2025-03-14T04:37:50.2496341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-39.pyc 2025-03-14T04:37:50.2499954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_constant_symnode.cpython-39.pyc 2025-03-14T04:37:50.2504053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_dynamism.cpython-39.pyc 2025-03-14T04:37:50.2508026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2517193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2025-03-14T04:37:50.2521173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2025-03-14T04:37:50.2525030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_drawer.py 2025-03-14T04:37:50.2528694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2025-03-14T04:37:50.2536109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2025-03-14T04:37:50.2540000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\net_min_base.py 2025-03-14T04:37:50.2544008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\operator_support.py 2025-03-14T04:37:50.2547458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\param_fetch.py 2025-03-14T04:37:50.2551588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\pass_manager.py 2025-03-14T04:37:50.2554969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\reinplace.py 2025-03-14T04:37:50.2559669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\runtime_assert.py 2025-03-14T04:37:50.2563467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\shape_prop.py 2025-03-14T04:37:50.2567106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\splitter_base.py 2025-03-14T04:37:50.2570458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_module.py 2025-03-14T04:37:50.2574392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_utils.py 2025-03-14T04:37:50.2578116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tools_common.py 2025-03-14T04:37:50.2581605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2025-03-14T04:37:50.2585114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__init__.py 2025-03-14T04:37:50.2592368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2025-03-14T04:37:50.2595904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__init__.py 2025-03-14T04:37:50.2602011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-03-14T04:37:50.2605627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2618051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2025-03-14T04:37:50.2624412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2025-03-14T04:37:50.2627915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2025-03-14T04:37:50.2634386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-39.pyc 2025-03-14T04:37:50.2638294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2646554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2655602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2025-03-14T04:37:50.2658993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2025-03-14T04:37:50.2662889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2025-03-14T04:37:50.2666471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__init__.py 2025-03-14T04:37:50.2678955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-39.pyc 2025-03-14T04:37:50.2682645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-39.pyc 2025-03-14T04:37:50.2686556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-39.pyc 2025-03-14T04:37:50.2695014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2703455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2025-03-14T04:37:50.2706793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__init__.py 2025-03-14T04:37:50.2713177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-39.pyc 2025-03-14T04:37:50.2716673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2724605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\common.py 2025-03-14T04:37:50.2728078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2025-03-14T04:37:50.2731445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2025-03-14T04:37:50.2735211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2025-03-14T04:37:50.2744035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2025-03-14T04:37:50.2747307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__init__.py 2025-03-14T04:37:50.2754232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:50.2757945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-39.pyc 2025-03-14T04:37:50.2761528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-39.pyc 2025-03-14T04:37:50.2770581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-39.pyc 2025-03-14T04:37:50.2774020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-39.pyc 2025-03-14T04:37:50.2777510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2790122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-39.pyc 2025-03-14T04:37:50.2790907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-39.pyc 2025-03-14T04:37:50.2792400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-39.pyc 2025-03-14T04:37:50.2799646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-39.pyc 2025-03-14T04:37:50.2803278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-39.pyc 2025-03-14T04:37:50.2806734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-39.pyc 2025-03-14T04:37:50.2810344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-39.pyc 2025-03-14T04:37:50.2813973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-39.pyc 2025-03-14T04:37:50.2817674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-39.pyc 2025-03-14T04:37:50.2820936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-39.pyc 2025-03-14T04:37:50.2825129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-39.pyc 2025-03-14T04:37:50.2828626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-39.pyc 2025-03-14T04:37:50.2832020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-39.pyc 2025-03-14T04:37:50.2835598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-39.pyc 2025-03-14T04:37:50.2839305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-39.pyc 2025-03-14T04:37:50.2842990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-39.pyc 2025-03-14T04:37:50.2850429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-39.pyc 2025-03-14T04:37:50.2853823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2862535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-39.pyc 2025-03-14T04:37:50.2865922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:50.2869084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph.cpython-39.pyc 2025-03-14T04:37:50.2877361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-39.pyc 2025-03-14T04:37:50.2881428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-39.pyc 2025-03-14T04:37:50.2885114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-39.pyc 2025-03-14T04:37:50.2888510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\node.cpython-39.pyc 2025-03-14T04:37:50.2891871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-39.pyc 2025-03-14T04:37:50.2895647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-39.pyc 2025-03-14T04:37:50.2899167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-39.pyc 2025-03-14T04:37:50.2902662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-39.pyc 2025-03-14T04:37:50.2906059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-39.pyc 2025-03-14T04:37:50.2909667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-39.pyc 2025-03-14T04:37:50.2913216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_graph_pickler.cpython-39.pyc 2025-03-14T04:37:50.2916553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-39.pyc 2025-03-14T04:37:50.2919997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-39.pyc 2025-03-14T04:37:50.2923618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-39.pyc 2025-03-14T04:37:50.2931738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:50.2935266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:50.2944147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\cpuinfo.h 2025-03-14T04:37:50.2947714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.h 2025-03-14T04:37:50.2950955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_config.h 2025-03-14T04:37:50.2954233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_debug.h 2025-03-14T04:37:50.2957403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.h 2025-03-14T04:37:50.2965042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.h 2025-03-14T04:37:50.2968570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl_types.h 2025-03-14T04:37:50.2971846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.h 2025-03-14T04:37:50.2975064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_types.h 2025-03-14T04:37:50.2978577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_version.h 2025-03-14T04:37:50.2981916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\experiments-config.h 2025-03-14T04:37:50.2985054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16.h 2025-03-14T04:37:50.2988197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fxdiv.h 2025-03-14T04:37:50.2991707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libshm.h 2025-03-14T04:37:50.2994914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\psimd.h 2025-03-14T04:37:50.2998971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pthreadpool.h 2025-03-14T04:37:50.3003328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\sleef.h 2025-03-14T04:37:50.3008233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\xnnpack.h 2025-03-14T04:37:50.3017022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\AccumulateType.h 2025-03-14T04:37:50.3020311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ArrayRef.h 2025-03-14T04:37:50.3023489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ATen.h 2025-03-14T04:37:50.3027374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\autocast_mode.h 2025-03-14T04:37:50.3030969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backend.h 2025-03-14T04:37:50.3038491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backtrace.h 2025-03-14T04:37:50.3042376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\BlasBackend.h 2025-03-14T04:37:50.3046044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2025-03-14T04:37:50.3049926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ceil_div.h 2025-03-14T04:37:50.3053122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\code_template.h 2025-03-14T04:37:50.3057252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CollapseDims.h 2025-03-14T04:37:50.3061017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2025-03-14T04:37:50.3064530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2025-03-14T04:37:50.3068640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2025-03-14T04:37:50.3072878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2025-03-14T04:37:50.3076548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2025-03-14T04:37:50.3081127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2025-03-14T04:37:50.3085615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2025-03-14T04:37:50.3089375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2025-03-14T04:37:50.3097758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Config.h 2025-03-14T04:37:50.3101279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Context.h 2025-03-14T04:37:50.3105171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2025-03-14T04:37:50.3122993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2025-03-14T04:37:50.3126877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2025-03-14T04:37:50.3130666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2025-03-14T04:37:50.3134359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2025-03-14T04:37:50.3138657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2025-03-14T04:37:50.3142481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2025-03-14T04:37:50.3146793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2025-03-14T04:37:50.3154841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Device.h 2025-03-14T04:37:50.3158519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2025-03-14T04:37:50.3162467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2025-03-14T04:37:50.3165977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dimname.h 2025-03-14T04:37:50.3169727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DimVector.h 2025-03-14T04:37:50.3173582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch.h 2025-03-14T04:37:50.3177293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2025-03-14T04:37:50.3181411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\div_rtn.h 2025-03-14T04:37:50.3184753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DLConvertor.h 2025-03-14T04:37:50.3188631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\dlpack.h 2025-03-14T04:37:50.3192389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2025-03-14T04:37:50.3195900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2025-03-14T04:37:50.3203697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandBase.h 2025-03-14T04:37:50.3207346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2025-03-14T04:37:50.3211136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Formatting.h 2025-03-14T04:37:50.3214644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2025-03-14T04:37:50.3218768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2025-03-14T04:37:50.3222545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Functions.h 2025-03-14T04:37:50.3226345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2025-03-14T04:37:50.3230877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Generator.h 2025-03-14T04:37:50.3234338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InferSize.h 2025-03-14T04:37:50.3239572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2025-03-14T04:37:50.3249978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2025-03-14T04:37:50.3255649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jit_macros.h 2025-03-14T04:37:50.3260193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Layout.h 2025-03-14T04:37:50.3264175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2025-03-14T04:37:50.3269606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2025-03-14T04:37:50.3273702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2025-03-14T04:37:50.3279007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2025-03-14T04:37:50.3282830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2025-03-14T04:37:50.3286968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MapAllocator.h 2025-03-14T04:37:50.3290388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MatrixRef.h 2025-03-14T04:37:50.3588158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2025-03-14T04:37:50.3591855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2025-03-14T04:37:50.3595301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2025-03-14T04:37:50.3599360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MethodOperators.h 2025-03-14T04:37:50.3603674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensor.h 2025-03-14T04:37:50.3607170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2025-03-14T04:37:50.3610647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2025-03-14T04:37:50.3614392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2025-03-14T04:37:50.3617948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2025-03-14T04:37:50.3627387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NumericUtils.h 2025-03-14T04:37:50.3631302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2025-03-14T04:37:50.3634793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Operators.h 2025-03-14T04:37:50.3638994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpMathType.h 2025-03-14T04:37:50.3642967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PadNd.h 2025-03-14T04:37:50.3646604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2025-03-14T04:37:50.3650518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel.h 2025-03-14T04:37:50.3653836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2025-03-14T04:37:50.3657806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelNative.h 2025-03-14T04:37:50.3661764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2025-03-14T04:37:50.3670411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2025-03-14T04:37:50.3674478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2025-03-14T04:37:50.3682594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\record_function.h 2025-03-14T04:37:50.3686638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2025-03-14T04:37:50.3704020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2025-03-14T04:37:50.3712402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ROCmFABackend.h 2025-03-14T04:37:50.3716456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2025-03-14T04:37:50.3719983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Scalar.h 2025-03-14T04:37:50.3724030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarOps.h 2025-03-14T04:37:50.3728279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarType.h 2025-03-14T04:37:50.3733609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SDPBackend.h 2025-03-14T04:37:50.3738741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2025-03-14T04:37:50.3743795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SmallVector.h 2025-03-14T04:37:50.3747539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2025-03-14T04:37:50.3751520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2025-03-14T04:37:50.3755162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2025-03-14T04:37:50.3759243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Storage.h 2025-03-14T04:37:50.3763440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\StorageUtils.h 2025-03-14T04:37:50.3767046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Tensor.h 2025-03-14T04:37:50.3770902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2025-03-14T04:37:50.3778512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2025-03-14T04:37:50.3782477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2025-03-14T04:37:50.3786115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIterator.h 2025-03-14T04:37:50.3789693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2025-03-14T04:37:50.3793196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorMeta.h 2025-03-14T04:37:50.3797238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorNames.h 2025-03-14T04:37:50.3801069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOperators.h 2025-03-14T04:37:50.3804673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOptions.h 2025-03-14T04:37:50.3808215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2025-03-14T04:37:50.3811872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorUtils.h 2025-03-14T04:37:50.3815376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2025-03-14T04:37:50.3818832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2025-03-14T04:37:50.3822189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TracerMode.h 2025-03-14T04:37:50.3825486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TypeDefault.h 2025-03-14T04:37:50.3829714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Utils.h 2025-03-14T04:37:50.3833131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Version.h 2025-03-14T04:37:50.3836430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2025-03-14T04:37:50.3852046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2025-03-14T04:37:50.3856156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2025-03-14T04:37:50.3865345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\alias_info.h 2025-03-14T04:37:50.3869388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Array.h 2025-03-14T04:37:50.3873283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2025-03-14T04:37:50.3877491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2025-03-14T04:37:50.3886708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2025-03-14T04:37:50.3890059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2025-03-14T04:37:50.3893625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2025-03-14T04:37:50.3896820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2025-03-14T04:37:50.3900089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\blob.h 2025-03-14T04:37:50.3903331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2025-03-14T04:37:50.3906752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2025-03-14T04:37:50.3910079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2025-03-14T04:37:50.3913566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\class_type.h 2025-03-14T04:37:50.3916869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\custom_class.h 2025-03-14T04:37:50.3920280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2025-03-14T04:37:50.3923935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2025-03-14T04:37:50.3927199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict.h 2025-03-14T04:37:50.3930516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2025-03-14T04:37:50.3933676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dimname.h 2025-03-14T04:37:50.3936877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DimVector.h 2025-03-14T04:37:50.3940312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2025-03-14T04:37:50.3943873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2025-03-14T04:37:50.3951227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2025-03-14T04:37:50.3954905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_type.h 2025-03-14T04:37:50.3958331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Formatting.h 2025-03-14T04:37:50.3961710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function.h 2025-03-14T04:37:50.3964953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\functional.h 2025-03-14T04:37:50.3968354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema.h 2025-03-14T04:37:50.3971805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2025-03-14T04:37:50.3975464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Generator.h 2025-03-14T04:37:50.3979106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2025-03-14T04:37:50.3982513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2025-03-14T04:37:50.3986415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef.h 2025-03-14T04:37:50.3994975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2025-03-14T04:37:50.3998958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2025-03-14T04:37:50.4002620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2025-03-14T04:37:50.4006548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue.h 2025-03-14T04:37:50.4010514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2025-03-14T04:37:50.4014474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2025-03-14T04:37:50.4018402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type.h 2025-03-14T04:37:50.4022467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2025-03-14T04:37:50.4026171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2025-03-14T04:37:50.4030049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List.h 2025-03-14T04:37:50.4033677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List_inl.h 2025-03-14T04:37:50.4037184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2025-03-14T04:37:50.4047260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2025-03-14T04:37:50.4050488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2025-03-14T04:37:50.4054481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\operator_name.h 2025-03-14T04:37:50.4058412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2025-03-14T04:37:50.4061905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2025-03-14T04:37:50.4066013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2025-03-14T04:37:50.4069921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2025-03-14T04:37:50.4073431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2025-03-14T04:37:50.4077303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Range.h 2025-03-14T04:37:50.4080612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Reduction.h 2025-03-14T04:37:50.4089465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2025-03-14T04:37:50.4093356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Scalar.h 2025-03-14T04:37:50.4096929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2025-03-14T04:37:50.4100726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\stack.h 2025-03-14T04:37:50.4104033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\symbol.h 2025-03-14T04:37:50.4107792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Tensor.h 2025-03-14T04:37:50.4111434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2025-03-14T04:37:50.4116031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2025-03-14T04:37:50.4119714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2025-03-14T04:37:50.4124959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2025-03-14T04:37:50.4129117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2025-03-14T04:37:50.4141059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\typeid.h 2025-03-14T04:37:50.4144447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_factory.h 2025-03-14T04:37:50.4148353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2025-03-14T04:37:50.4151818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2025-03-14T04:37:50.4155675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2025-03-14T04:37:50.4160217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2025-03-14T04:37:50.4163654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Variadic.h 2025-03-14T04:37:50.4167451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Vitals.h 2025-03-14T04:37:50.4175236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2025-03-14T04:37:50.4179073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2025-03-14T04:37:50.4182840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2025-03-14T04:37:50.4186386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2025-03-14T04:37:50.4195386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2025-03-14T04:37:50.4202761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2025-03-14T04:37:50.4206601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2025-03-14T04:37:50.4210905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2025-03-14T04:37:50.4214795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2025-03-14T04:37:50.4223161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2025-03-14T04:37:50.4232417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2025-03-14T04:37:50.4237624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2025-03-14T04:37:50.4247678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2025-03-14T04:37:50.4249059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2025-03-14T04:37:50.4257261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2025-03-14T04:37:50.4260826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2025-03-14T04:37:50.4264243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2025-03-14T04:37:50.4272507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2025-03-14T04:37:50.4275848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2025-03-14T04:37:50.4279125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2025-03-14T04:37:50.4282861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2025-03-14T04:37:50.4296007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2025-03-14T04:37:50.4299397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2025-03-14T04:37:50.4302679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vml.h 2025-03-14T04:37:50.4309221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2025-03-14T04:37:50.4312595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2025-03-14T04:37:50.4315864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2025-03-14T04:37:50.4319177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2025-03-14T04:37:50.4327002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2025-03-14T04:37:50.4330782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2025-03-14T04:37:50.4334197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2025-03-14T04:37:50.4337716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2025-03-14T04:37:50.4340791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2025-03-14T04:37:50.4343895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2025-03-14T04:37:50.4350422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2025-03-14T04:37:50.4354303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2025-03-14T04:37:50.4357501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2025-03-14T04:37:50.4360781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2025-03-14T04:37:50.4368647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2025-03-14T04:37:50.4371989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2025-03-14T04:37:50.4378949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2025-03-14T04:37:50.4382296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h 2025-03-14T04:37:50.4385662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2025-03-14T04:37:50.4389488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2025-03-14T04:37:50.4397789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2025-03-14T04:37:50.4401257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h 2025-03-14T04:37:50.4408641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h 2025-03-14T04:37:50.4411984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h 2025-03-14T04:37:50.4415237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2025-03-14T04:37:50.4418452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h 2025-03-14T04:37:50.4425937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2025-03-14T04:37:50.4429338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2025-03-14T04:37:50.4432747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2025-03-14T04:37:50.4436977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2025-03-14T04:37:50.4440306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2025-03-14T04:37:50.4443754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2025-03-14T04:37:50.4447139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_half.h 2025-03-14T04:37:50.4450370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2025-03-14T04:37:50.4454168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2025-03-14T04:37:50.4457549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2025-03-14T04:37:50.4464672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2025-03-14T04:37:50.4468243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2025-03-14T04:37:50.4471630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2025-03-14T04:37:50.4480068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2025-03-14T04:37:50.4483547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2025-03-14T04:37:50.4486914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2025-03-14T04:37:50.4491161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2025-03-14T04:37:50.4494929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2025-03-14T04:37:50.4498359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2025-03-14T04:37:50.4502067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2025-03-14T04:37:50.4505607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2025-03-14T04:37:50.4509100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2025-03-14T04:37:50.4512747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2025-03-14T04:37:50.4538067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2025-03-14T04:37:50.4546134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2025-03-14T04:37:50.4549500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2025-03-14T04:37:50.4553202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2025-03-14T04:37:50.4556805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2025-03-14T04:37:50.4573819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2025-03-14T04:37:50.4577349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2025-03-14T04:37:50.4581168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2025-03-14T04:37:50.4584725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2025-03-14T04:37:50.4588321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2025-03-14T04:37:50.4591842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2025-03-14T04:37:50.4601760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2025-03-14T04:37:50.4605242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2025-03-14T04:37:50.4608665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2025-03-14T04:37:50.4611932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2025-03-14T04:37:50.4615433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2025-03-14T04:37:50.4623931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2025-03-14T04:37:50.4627168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.h 2025-03-14T04:37:50.4630502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2025-03-14T04:37:50.4633987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2025-03-14T04:37:50.4637437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2025-03-14T04:37:50.4640764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2025-03-14T04:37:50.4644361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2025-03-14T04:37:50.4647930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2025-03-14T04:37:50.4651426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2025-03-14T04:37:50.4654730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2025-03-14T04:37:50.4658614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2025-03-14T04:37:50.4661701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2025-03-14T04:37:50.4665105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2025-03-14T04:37:50.4668671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2025-03-14T04:37:50.4672183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2025-03-14T04:37:50.4675735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2025-03-14T04:37:50.4684135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2025-03-14T04:37:50.4687735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2025-03-14T04:37:50.4691206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2025-03-14T04:37:50.4694995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2025-03-14T04:37:50.4698302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2025-03-14T04:37:50.4701972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2025-03-14T04:37:50.4705503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2025-03-14T04:37:50.4708952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2025-03-14T04:37:50.4712415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2025-03-14T04:37:50.4720532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2025-03-14T04:37:50.4724152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2025-03-14T04:37:50.4727484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2025-03-14T04:37:50.4731060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2025-03-14T04:37:50.4734759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2025-03-14T04:37:50.4739308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2025-03-14T04:37:50.4743458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2025-03-14T04:37:50.4751564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2025-03-14T04:37:50.4755145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2025-03-14T04:37:50.4758402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2025-03-14T04:37:50.4762030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2025-03-14T04:37:50.4769304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2025-03-14T04:37:50.4772705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2025-03-14T04:37:50.4776420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2025-03-14T04:37:50.4779778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2025-03-14T04:37:50.4783141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2025-03-14T04:37:50.4786805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2025-03-14T04:37:50.4794467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2025-03-14T04:37:50.4797852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2025-03-14T04:37:50.4801304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2025-03-14T04:37:50.4804696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2025-03-14T04:37:50.4814696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2025-03-14T04:37:50.4818127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2025-03-14T04:37:50.4821491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2025-03-14T04:37:50.4829179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2025-03-14T04:37:50.4832418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2025-03-14T04:37:50.4835949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2025-03-14T04:37:50.4839155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2025-03-14T04:37:50.4842407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2025-03-14T04:37:50.4850074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2025-03-14T04:37:50.4857118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2025-03-14T04:37:50.4860467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2025-03-14T04:37:50.4863694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2025-03-14T04:37:50.4871958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2025-03-14T04:37:50.4875290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2025-03-14T04:37:50.4878570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2025-03-14T04:37:50.4881963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2025-03-14T04:37:50.4885747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2025-03-14T04:37:50.4889418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2025-03-14T04:37:50.4893204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2025-03-14T04:37:50.4896981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2025-03-14T04:37:50.4905891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2025-03-14T04:37:50.4909768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2025-03-14T04:37:50.4913787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2025-03-14T04:37:50.4922516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2025-03-14T04:37:50.4926287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2025-03-14T04:37:50.4930088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2025-03-14T04:37:50.4933944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2025-03-14T04:37:50.4938389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2025-03-14T04:37:50.4942126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2025-03-14T04:37:50.4945400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2025-03-14T04:37:50.4948840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2025-03-14T04:37:50.4952432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2025-03-14T04:37:50.4955996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2025-03-14T04:37:50.4968025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2025-03-14T04:37:50.4971674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2025-03-14T04:37:50.4974996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2025-03-14T04:37:50.4983133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2025-03-14T04:37:50.4991602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2025-03-14T04:37:50.4995014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2025-03-14T04:37:50.4998293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2025-03-14T04:37:50.5001486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2025-03-14T04:37:50.5008906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Types.h 2025-03-14T04:37:50.5012043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2025-03-14T04:37:50.5018954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2025-03-14T04:37:50.5022376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2025-03-14T04:37:50.5025898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2025-03-14T04:37:50.5029111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2025-03-14T04:37:50.5036805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2025-03-14T04:37:50.5040126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2025-03-14T04:37:50.5043445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2025-03-14T04:37:50.5046687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2025-03-14T04:37:50.5049971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2025-03-14T04:37:50.5053189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2025-03-14T04:37:50.5057012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2025-03-14T04:37:50.5065352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Activation.h 2025-03-14T04:37:50.5068650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2025-03-14T04:37:50.5071888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2025-03-14T04:37:50.5075096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2025-03-14T04:37:50.5083945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2025-03-14T04:37:50.5087339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2025-03-14T04:37:50.5090688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2025-03-14T04:37:50.5094145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2025-03-14T04:37:50.5097460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2025-03-14T04:37:50.5100759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2025-03-14T04:37:50.5104135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2025-03-14T04:37:50.5107451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2025-03-14T04:37:50.5110781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2025-03-14T04:37:50.5114133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Copy.h 2025-03-14T04:37:50.5117823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2025-03-14T04:37:50.5121230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2025-03-14T04:37:50.5124693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Cross.h 2025-03-14T04:37:50.5128053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2025-03-14T04:37:50.5131379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2025-03-14T04:37:50.5134657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distance.h 2025-03-14T04:37:50.5138461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distributions.h 2025-03-14T04:37:50.5146105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2025-03-14T04:37:50.5149507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2025-03-14T04:37:50.5152907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Fill.h 2025-03-14T04:37:50.5156873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2025-03-14T04:37:50.5160224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2025-03-14T04:37:50.5163720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2025-03-14T04:37:50.5167087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2025-03-14T04:37:50.5170341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2025-03-14T04:37:50.5174119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2025-03-14T04:37:50.5177472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Gelu.h 2025-03-14T04:37:50.5180778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2025-03-14T04:37:50.5188499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2025-03-14T04:37:50.5192062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\group_norm.h 2025-03-14T04:37:50.5195525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Histogram.h 2025-03-14T04:37:50.5198927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col.h 2025-03-14T04:37:50.5202392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2025-03-14T04:37:50.5205656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2025-03-14T04:37:50.5209837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2025-03-14T04:37:50.5213034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2025-03-14T04:37:50.5216355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Lerp.h 2025-03-14T04:37:50.5219766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2025-03-14T04:37:50.5223224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2025-03-14T04:37:50.5232729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2025-03-14T04:37:50.5236124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Math.h 2025-03-14T04:37:50.5240914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2025-03-14T04:37:50.5244964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2025-03-14T04:37:50.5248677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2025-03-14T04:37:50.5252780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2025-03-14T04:37:50.5256685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2025-03-14T04:37:50.5260548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Normalization.h 2025-03-14T04:37:50.5264587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Padding.h 2025-03-14T04:37:50.5268251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2025-03-14T04:37:50.5276072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2025-03-14T04:37:50.5279393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pool.h 2025-03-14T04:37:50.5282717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pow.h 2025-03-14T04:37:50.5286296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2025-03-14T04:37:50.5289780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeUtils.h 2025-03-14T04:37:50.5293539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2025-03-14T04:37:50.5297058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2025-03-14T04:37:50.5300886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2025-03-14T04:37:50.5304423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2025-03-14T04:37:50.5307925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Repeat.h 2025-03-14T04:37:50.5311145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Resize.h 2025-03-14T04:37:50.5314520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2025-03-14T04:37:50.5327332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RNN.h 2025-03-14T04:37:50.5330233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2025-03-14T04:37:50.5333561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2025-03-14T04:37:50.5336929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2025-03-14T04:37:50.5340313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2025-03-14T04:37:50.5343859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Sorting.h 2025-03-14T04:37:50.5347158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2025-03-14T04:37:50.5350741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2025-03-14T04:37:50.5354058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2025-03-14T04:37:50.5357557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2025-03-14T04:37:50.5365217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2025-03-14T04:37:50.5369026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2025-03-14T04:37:50.5372652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2025-03-14T04:37:50.5376218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2025-03-14T04:37:50.5379473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2025-03-14T04:37:50.5382983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2025-03-14T04:37:50.5386325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2025-03-14T04:37:50.5389799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2025-03-14T04:37:50.5393434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2025-03-14T04:37:50.5401063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2025-03-14T04:37:50.5404538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2025-03-14T04:37:50.5408145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2025-03-14T04:37:50.5411618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2025-03-14T04:37:50.5415410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2025-03-14T04:37:50.5419353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2025-03-14T04:37:50.5422812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2025-03-14T04:37:50.5426213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2025-03-14T04:37:50.5430002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2025-03-14T04:37:50.5434195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2025-03-14T04:37:50.5437894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UpSample.h 2025-03-14T04:37:50.5442214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2025-03-14T04:37:50.5446064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\vol2col.h 2025-03-14T04:37:50.5453843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2025-03-14T04:37:50.5458083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2025-03-14T04:37:50.5461466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2025-03-14T04:37:50.5465015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2025-03-14T04:37:50.5474399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2025-03-14T04:37:50.5478143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2025-03-14T04:37:50.5482099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2025-03-14T04:37:50.5485592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Gelu.h 2025-03-14T04:37:50.5488985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2025-03-14T04:37:50.5492360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2025-03-14T04:37:50.5495892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2025-03-14T04:37:50.5499208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2025-03-14T04:37:50.5502694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2025-03-14T04:37:50.5505977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2025-03-14T04:37:50.5509441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2025-03-14T04:37:50.5512911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2025-03-14T04:37:50.5516627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2025-03-14T04:37:50.5520197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2025-03-14T04:37:50.5523656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2025-03-14T04:37:50.5526954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2025-03-14T04:37:50.5534591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2025-03-14T04:37:50.5538062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2025-03-14T04:37:50.5541682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2025-03-14T04:37:50.5545227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2025-03-14T04:37:50.5548419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2025-03-14T04:37:50.5551743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2025-03-14T04:37:50.5555061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2025-03-14T04:37:50.5558549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2025-03-14T04:37:50.5562173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2025-03-14T04:37:50.5565511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2025-03-14T04:37:50.5588545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2025-03-14T04:37:50.5596860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2025-03-14T04:37:50.5600042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2025-03-14T04:37:50.5603541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2025-03-14T04:37:50.5607048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2025-03-14T04:37:50.5614915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2025-03-14T04:37:50.5618031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2025-03-14T04:37:50.5621331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2025-03-14T04:37:50.5624902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2025-03-14T04:37:50.5628620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2025-03-14T04:37:50.5631868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\cutlass_utils.cuh 2025-03-14T04:37:50.5635197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2025-03-14T04:37:50.5638493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2025-03-14T04:37:50.5641989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2025-03-14T04:37:50.5645513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2025-03-14T04:37:50.5649687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2025-03-14T04:37:50.5653332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2025-03-14T04:37:50.5656800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2025-03-14T04:37:50.5660096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2025-03-14T04:37:50.5667899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2025-03-14T04:37:50.5671248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2025-03-14T04:37:50.5674617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2025-03-14T04:37:50.5678149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2025-03-14T04:37:50.5681591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2025-03-14T04:37:50.5685278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2025-03-14T04:37:50.5688616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2025-03-14T04:37:50.5692460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2025-03-14T04:37:50.5695606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2025-03-14T04:37:50.5698901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2025-03-14T04:37:50.5706634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2025-03-14T04:37:50.5709945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2025-03-14T04:37:50.5713289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2025-03-14T04:37:50.5717057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2025-03-14T04:37:50.5720414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2025-03-14T04:37:50.5724450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2025-03-14T04:37:50.5727781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2025-03-14T04:37:50.5731618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2025-03-14T04:37:50.5735127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2025-03-14T04:37:50.5738618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2025-03-14T04:37:50.5742357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2025-03-14T04:37:50.5746164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2025-03-14T04:37:50.5755412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2025-03-14T04:37:50.5759221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2025-03-14T04:37:50.5763408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2025-03-14T04:37:50.5767082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScaledGroupMM.h 2025-03-14T04:37:50.5770950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2025-03-14T04:37:50.5774847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2025-03-14T04:37:50.5778676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2025-03-14T04:37:50.5781945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2025-03-14T04:37:50.5785442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2025-03-14T04:37:50.5788841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2025-03-14T04:37:50.5792300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2025-03-14T04:37:50.5800288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2025-03-14T04:37:50.5803894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2025-03-14T04:37:50.5807544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2025-03-14T04:37:50.5810999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2025-03-14T04:37:50.5814338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2025-03-14T04:37:50.5817939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2025-03-14T04:37:50.5821287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2025-03-14T04:37:50.5824469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2025-03-14T04:37:50.5834102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_bgemm.h 2025-03-14T04:37:50.5837351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2025-03-14T04:37:50.5840466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2025-03-14T04:37:50.5844147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_types.h 2025-03-14T04:37:50.5850962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_kernels.h 2025-03-14T04:37:50.5854270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_pack.h 2025-03-14T04:37:50.5857901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h 2025-03-14T04:37:50.5871800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2025-03-14T04:37:50.5875106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2025-03-14T04:37:50.5878321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2025-03-14T04:37:50.5881669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2025-03-14T04:37:50.5889885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2025-03-14T04:37:50.5893105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MetalShaderLibrary.h 2025-03-14T04:37:50.5896640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2025-03-14T04:37:50.5900204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSonomaOps.h 2025-03-14T04:37:50.5908437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphVenturaOps.h 2025-03-14T04:37:50.5911703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2025-03-14T04:37:50.5915041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2025-03-14T04:37:50.5922469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2025-03-14T04:37:50.5925562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2025-03-14T04:37:50.5928966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2025-03-14T04:37:50.5937000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2025-03-14T04:37:50.5940503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2025-03-14T04:37:50.5948008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2025-03-14T04:37:50.5951438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2025-03-14T04:37:50.5954766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2025-03-14T04:37:50.5963373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2025-03-14T04:37:50.5966598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2025-03-14T04:37:50.5969911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2025-03-14T04:37:50.5973311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\library.h 2025-03-14T04:37:50.5976796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2025-03-14T04:37:50.5983651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2025-03-14T04:37:50.5986973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2025-03-14T04:37:50.5990254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2025-03-14T04:37:50.5993561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2025-03-14T04:37:50.6001450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2025-03-14T04:37:50.6005101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2025-03-14T04:37:50.6008575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2025-03-14T04:37:50.6012220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2025-03-14T04:37:50.6015299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2025-03-14T04:37:50.6018544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2025-03-14T04:37:50.6021781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2025-03-14T04:37:50.6025064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2025-03-14T04:37:50.6028361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2025-03-14T04:37:50.6031615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2025-03-14T04:37:50.6034800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2025-03-14T04:37:50.6044336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2025-03-14T04:37:50.6047791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2025-03-14T04:37:50.6054985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2025-03-14T04:37:50.6058702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2025-03-14T04:37:50.6062012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2025-03-14T04:37:50.6070268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs.h 2025-03-14T04:37:50.6073656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute.h 2025-03-14T04:37:50.6077360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6080976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2025-03-14T04:37:50.6089276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2025-03-14T04:37:50.6092695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6095976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2025-03-14T04:37:50.6099220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2025-03-14T04:37:50.6102439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2025-03-14T04:37:50.6105687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2025-03-14T04:37:50.6108990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos.h 2025-03-14T04:37:50.6112134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh.h 2025-03-14T04:37:50.6115594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6118887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2025-03-14T04:37:50.6122452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2025-03-14T04:37:50.6125791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2025-03-14T04:37:50.6129219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2025-03-14T04:37:50.6132670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2025-03-14T04:37:50.6136131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2025-03-14T04:37:50.6139841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6147411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2025-03-14T04:37:50.6150753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2025-03-14T04:37:50.6154587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2025-03-14T04:37:50.6157948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2025-03-14T04:37:50.6161408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2025-03-14T04:37:50.6164740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2025-03-14T04:37:50.6168213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2025-03-14T04:37:50.6171808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6175763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6183885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2025-03-14T04:37:50.6187275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2025-03-14T04:37:50.6190712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2025-03-14T04:37:50.6194440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6197922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2025-03-14T04:37:50.6201436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2025-03-14T04:37:50.6205023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2025-03-14T04:37:50.6208483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2025-03-14T04:37:50.6216113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2025-03-14T04:37:50.6219626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2025-03-14T04:37:50.6223002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-03-14T04:37:50.6226470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-03-14T04:37:50.6229903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2025-03-14T04:37:50.6233735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2025-03-14T04:37:50.6237081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6240867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2025-03-14T04:37:50.6244429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2025-03-14T04:37:50.6247770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2025-03-14T04:37:50.6251265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2025-03-14T04:37:50.6264015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2025-03-14T04:37:50.6268011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6272168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2025-03-14T04:37:50.6276066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2025-03-14T04:37:50.6280301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2025-03-14T04:37:50.6285073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2025-03-14T04:37:50.6289578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6293693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2025-03-14T04:37:50.6298027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2025-03-14T04:37:50.6302442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2025-03-14T04:37:50.6306642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2025-03-14T04:37:50.6315185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2025-03-14T04:37:50.6319490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2025-03-14T04:37:50.6324183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6328033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2025-03-14T04:37:50.6331638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2025-03-14T04:37:50.6335398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2025-03-14T04:37:50.6339053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2025-03-14T04:37:50.6346710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2025-03-14T04:37:50.6350453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2025-03-14T04:37:50.6354128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2025-03-14T04:37:50.6357826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2025-03-14T04:37:50.6361691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6370344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2025-03-14T04:37:50.6373963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2025-03-14T04:37:50.6378007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2025-03-14T04:37:50.6381653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2025-03-14T04:37:50.6385290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2025-03-14T04:37:50.6389426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2025-03-14T04:37:50.6393184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6396955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2025-03-14T04:37:50.6400886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2025-03-14T04:37:50.6404605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2025-03-14T04:37:50.6408354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2025-03-14T04:37:50.6412107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2025-03-14T04:37:50.6416138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2025-03-14T04:37:50.6419674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add.h 2025-03-14T04:37:50.6422871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2025-03-14T04:37:50.6426294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2025-03-14T04:37:50.6429815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2025-03-14T04:37:50.6433221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2025-03-14T04:37:50.6436860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2025-03-14T04:37:50.6440138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2025-03-14T04:37:50.6444115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2025-03-14T04:37:50.6447643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6450985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2025-03-14T04:37:50.6454626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2025-03-14T04:37:50.6464171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2025-03-14T04:37:50.6467611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2025-03-14T04:37:50.6471184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2025-03-14T04:37:50.6474631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2025-03-14T04:37:50.6478031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2025-03-14T04:37:50.6481653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6485099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2025-03-14T04:37:50.6488591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2025-03-14T04:37:50.6492411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2025-03-14T04:37:50.6495951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2025-03-14T04:37:50.6499537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2025-03-14T04:37:50.6503066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2025-03-14T04:37:50.6506494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm.h 2025-03-14T04:37:50.6510101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6513668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2025-03-14T04:37:50.6517098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2025-03-14T04:37:50.6520492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2025-03-14T04:37:50.6524131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2025-03-14T04:37:50.6527672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2025-03-14T04:37:50.6531555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2025-03-14T04:37:50.6535051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv.h 2025-03-14T04:37:50.6538593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6546805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2025-03-14T04:37:50.6550324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2025-03-14T04:37:50.6553715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2025-03-14T04:37:50.6557342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2025-03-14T04:37:50.6561152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2025-03-14T04:37:50.6564923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2025-03-14T04:37:50.6568764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr.h 2025-03-14T04:37:50.6572541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6576068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2025-03-14T04:37:50.6579551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2025-03-14T04:37:50.6584046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2025-03-14T04:37:50.6587485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2025-03-14T04:37:50.6591125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6594724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6598944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2025-03-14T04:37:50.6621844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2025-03-14T04:37:50.6625388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2025-03-14T04:37:50.6628752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2025-03-14T04:37:50.6632284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_native.h 2025-03-14T04:37:50.6635928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2025-03-14T04:37:50.6639092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2025-03-14T04:37:50.6642669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6646188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2025-03-14T04:37:50.6649874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2025-03-14T04:37:50.6653346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2025-03-14T04:37:50.6656869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2025-03-14T04:37:50.6660696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6664208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2025-03-14T04:37:50.6667898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2025-03-14T04:37:50.6672597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6680973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2025-03-14T04:37:50.6684657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2025-03-14T04:37:50.6688273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias.h 2025-03-14T04:37:50.6691924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6695620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2025-03-14T04:37:50.6699613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6703289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6706829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2025-03-14T04:37:50.6710502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2025-03-14T04:37:50.6714416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2025-03-14T04:37:50.6718002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2025-03-14T04:37:50.6721607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as.h 2025-03-14T04:37:50.6726170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6730116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2025-03-14T04:37:50.6733892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2025-03-14T04:37:50.6737456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2025-03-14T04:37:50.6741537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6745160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2025-03-14T04:37:50.6749161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2025-03-14T04:37:50.6752771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to.h 2025-03-14T04:37:50.6756783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6760753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2025-03-14T04:37:50.6764889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2025-03-14T04:37:50.6769113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all.h 2025-03-14T04:37:50.6772758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose.h 2025-03-14T04:37:50.6781845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6782641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2025-03-14T04:37:50.6785125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2025-03-14T04:37:50.6788810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6792498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6796681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6800094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2025-03-14T04:37:50.6803477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2025-03-14T04:37:50.6806856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2025-03-14T04:37:50.6810276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2025-03-14T04:37:50.6813939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_native.h 2025-03-14T04:37:50.6817325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2025-03-14T04:37:50.6820567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2025-03-14T04:37:50.6824304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6827945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2025-03-14T04:37:50.6837435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2025-03-14T04:37:50.6841288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax.h 2025-03-14T04:37:50.6845346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6848861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2025-03-14T04:37:50.6852307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2025-03-14T04:37:50.6855843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2025-03-14T04:37:50.6859926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2025-03-14T04:37:50.6863484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2025-03-14T04:37:50.6866986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2025-03-14T04:37:50.6870521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin.h 2025-03-14T04:37:50.6873840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2025-03-14T04:37:50.6877702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6881451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2025-03-14T04:37:50.6884930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2025-03-14T04:37:50.6888405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2025-03-14T04:37:50.6892156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2025-03-14T04:37:50.6895689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2025-03-14T04:37:50.6899332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2025-03-14T04:37:50.6903922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6907356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2025-03-14T04:37:50.6910846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2025-03-14T04:37:50.6914834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2025-03-14T04:37:50.6918989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2025-03-14T04:37:50.6922676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2025-03-14T04:37:50.6926030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2025-03-14T04:37:50.6929293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and.h 2025-03-14T04:37:50.6932987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6946818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_native.h 2025-03-14T04:37:50.6947459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2025-03-14T04:37:50.6947974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle.h 2025-03-14T04:37:50.6948533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2025-03-14T04:37:50.6950598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2025-03-14T04:37:50.6953983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2025-03-14T04:37:50.6957480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2025-03-14T04:37:50.6960975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any.h 2025-03-14T04:37:50.6964859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.6968625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.6972194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.6975724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2025-03-14T04:37:50.6979491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2025-03-14T04:37:50.6989810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2025-03-14T04:37:50.6993196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2025-03-14T04:37:50.6996738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_native.h 2025-03-14T04:37:50.7000176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2025-03-14T04:37:50.7003495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange.h 2025-03-14T04:37:50.7006916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7010361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2025-03-14T04:37:50.7014011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2025-03-14T04:37:50.7018171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2025-03-14T04:37:50.7022257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2025-03-14T04:37:50.7026612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2025-03-14T04:37:50.7030655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos.h 2025-03-14T04:37:50.7034470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2025-03-14T04:37:50.7038224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7042422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2025-03-14T04:37:50.7046204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2025-03-14T04:37:50.7049961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7054682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2025-03-14T04:37:50.7058772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2025-03-14T04:37:50.7063185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2025-03-14T04:37:50.7066977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2025-03-14T04:37:50.7070990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7074786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2025-03-14T04:37:50.7078722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2025-03-14T04:37:50.7082922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7086890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2025-03-14T04:37:50.7091040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2025-03-14T04:37:50.7095025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan.h 2025-03-14T04:37:50.7098305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2025-03-14T04:37:50.7102321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7106430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2025-03-14T04:37:50.7110048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2025-03-14T04:37:50.7114337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2025-03-14T04:37:50.7118594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7122286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2025-03-14T04:37:50.7127228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2025-03-14T04:37:50.7131513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7135549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2025-03-14T04:37:50.7139271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2025-03-14T04:37:50.7143555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax.h 2025-03-14T04:37:50.7147474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7151341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2025-03-14T04:37:50.7155423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2025-03-14T04:37:50.7159361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2025-03-14T04:37:50.7163368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2025-03-14T04:37:50.7167465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2025-03-14T04:37:50.7172351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2025-03-14T04:37:50.7175838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin.h 2025-03-14T04:37:50.7180317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7184421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2025-03-14T04:37:50.7188176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2025-03-14T04:37:50.7192147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2025-03-14T04:37:50.7196328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2025-03-14T04:37:50.7200111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2025-03-14T04:37:50.7204357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2025-03-14T04:37:50.7208509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort.h 2025-03-14T04:37:50.7212286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7216438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2025-03-14T04:37:50.7220650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2025-03-14T04:37:50.7224338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2025-03-14T04:37:50.7228467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7232535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2025-03-14T04:37:50.7236062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2025-03-14T04:37:50.7240324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin.h 2025-03-14T04:37:50.7245037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh.h 2025-03-14T04:37:50.7248620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7253879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2025-03-14T04:37:50.7259388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2025-03-14T04:37:50.7264836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2025-03-14T04:37:50.7269031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2025-03-14T04:37:50.7273765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2025-03-14T04:37:50.7279181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2025-03-14T04:37:50.7285409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7289222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2025-03-14T04:37:50.7293537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2025-03-14T04:37:50.7297402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2025-03-14T04:37:50.7302031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2025-03-14T04:37:50.7306736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2025-03-14T04:37:50.7310746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2025-03-14T04:37:50.7314562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2025-03-14T04:37:50.7318928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7323124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2025-03-14T04:37:50.7327452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7331166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7334783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2025-03-14T04:37:50.7344853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2025-03-14T04:37:50.7348404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2025-03-14T04:37:50.7351958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2025-03-14T04:37:50.7355524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2025-03-14T04:37:50.7359070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2025-03-14T04:37:50.7362652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2025-03-14T04:37:50.7366275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2025-03-14T04:37:50.7370730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7375375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7379129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2025-03-14T04:37:50.7382763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2025-03-14T04:37:50.7386602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan.h 2025-03-14T04:37:50.7389999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2.h 2025-03-14T04:37:50.7393440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7397785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2025-03-14T04:37:50.7401620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2025-03-14T04:37:50.7405795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2025-03-14T04:37:50.7409525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2025-03-14T04:37:50.7413214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2025-03-14T04:37:50.7417260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2025-03-14T04:37:50.7420767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh.h 2025-03-14T04:37:50.7425076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7428792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2025-03-14T04:37:50.7432388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2025-03-14T04:37:50.7436023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2025-03-14T04:37:50.7439776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2025-03-14T04:37:50.7443408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2025-03-14T04:37:50.7446784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2025-03-14T04:37:50.7450586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7454236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2025-03-14T04:37:50.7457788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2025-03-14T04:37:50.7461317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2025-03-14T04:37:50.7464975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2025-03-14T04:37:50.7468938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2025-03-14T04:37:50.7472268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2025-03-14T04:37:50.7475696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2025-03-14T04:37:50.7479167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7482829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2025-03-14T04:37:50.7486444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2025-03-14T04:37:50.7489960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2025-03-14T04:37:50.7493562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7497126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2025-03-14T04:37:50.7500658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2025-03-14T04:37:50.7504221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2025-03-14T04:37:50.7508040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7511742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2025-03-14T04:37:50.7515227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2025-03-14T04:37:50.7518733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2025-03-14T04:37:50.7523369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7529103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7534658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2025-03-14T04:37:50.7540681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2025-03-14T04:37:50.7546259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2025-03-14T04:37:50.7550258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2025-03-14T04:37:50.7554634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7558682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2025-03-14T04:37:50.7562891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2025-03-14T04:37:50.7566990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2025-03-14T04:37:50.7571458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2025-03-14T04:37:50.7575220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2025-03-14T04:37:50.7579585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2025-03-14T04:37:50.7584092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7587756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2025-03-14T04:37:50.7591867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2025-03-14T04:37:50.7596040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2025-03-14T04:37:50.7599915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2025-03-14T04:37:50.7604175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2025-03-14T04:37:50.7608771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2025-03-14T04:37:50.7613270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2025-03-14T04:37:50.7617585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2025-03-14T04:37:50.7621536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7625891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2025-03-14T04:37:50.7629572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2025-03-14T04:37:50.7634569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2025-03-14T04:37:50.7638834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2025-03-14T04:37:50.7643400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2025-03-14T04:37:50.7675129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2025-03-14T04:37:50.7679276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7683552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2025-03-14T04:37:50.7688026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2025-03-14T04:37:50.7691906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2025-03-14T04:37:50.7696174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2025-03-14T04:37:50.7700281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2025-03-14T04:37:50.7704170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2025-03-14T04:37:50.7707913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2025-03-14T04:37:50.7712125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7715691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2025-03-14T04:37:50.7719271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2025-03-14T04:37:50.7722922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2025-03-14T04:37:50.7726760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2025-03-14T04:37:50.7731058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2025-03-14T04:37:50.7734746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2025-03-14T04:37:50.7738548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2025-03-14T04:37:50.7742241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7745750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2025-03-14T04:37:50.7749421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2025-03-14T04:37:50.7753034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2025-03-14T04:37:50.7756421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2025-03-14T04:37:50.7760795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2025-03-14T04:37:50.7764684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2025-03-14T04:37:50.7768835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2025-03-14T04:37:50.7772865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7777017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2025-03-14T04:37:50.7780433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2025-03-14T04:37:50.7784084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2025-03-14T04:37:50.7787926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2025-03-14T04:37:50.7791550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2025-03-14T04:37:50.7795289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2025-03-14T04:37:50.7799148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7802959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2025-03-14T04:37:50.7806546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2025-03-14T04:37:50.7810303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2025-03-14T04:37:50.7814204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7818410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2025-03-14T04:37:50.7822061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2025-03-14T04:37:50.7825696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2025-03-14T04:37:50.7829367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2025-03-14T04:37:50.7833127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2025-03-14T04:37:50.7837147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7840844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2025-03-14T04:37:50.7844615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2025-03-14T04:37:50.7848228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2025-03-14T04:37:50.7852028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2025-03-14T04:37:50.7856133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7860358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2025-03-14T04:37:50.7864356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2025-03-14T04:37:50.7868073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2025-03-14T04:37:50.7871586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2025-03-14T04:37:50.7875215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2025-03-14T04:37:50.7878970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2025-03-14T04:37:50.7882878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7886506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2025-03-14T04:37:50.7890230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2025-03-14T04:37:50.7893898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2025-03-14T04:37:50.7897634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2025-03-14T04:37:50.7901414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7905180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2025-03-14T04:37:50.7909757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2025-03-14T04:37:50.7913570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2025-03-14T04:37:50.7917217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2025-03-14T04:37:50.7920828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2025-03-14T04:37:50.7924718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.7928517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.7932126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2025-03-14T04:37:50.7936134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2025-03-14T04:37:50.7951568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2025-03-14T04:37:50.7955209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2025-03-14T04:37:50.7958710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2025-03-14T04:37:50.7962444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2025-03-14T04:37:50.7966359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.7969856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2025-03-14T04:37:50.7973461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2025-03-14T04:37:50.7977449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2025-03-14T04:37:50.7981054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2025-03-14T04:37:50.7985052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2025-03-14T04:37:50.7988579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2025-03-14T04:37:50.7992100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2025-03-14T04:37:50.7995971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2025-03-14T04:37:50.7999608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2025-03-14T04:37:50.8003285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2025-03-14T04:37:50.8006882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2025-03-14T04:37:50.8010701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2025-03-14T04:37:50.8014492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2025-03-14T04:37:50.8018599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8022147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2025-03-14T04:37:50.8025641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2025-03-14T04:37:50.8029278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount.h 2025-03-14T04:37:50.8032806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8036301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2025-03-14T04:37:50.8039975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2025-03-14T04:37:50.8043690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2025-03-14T04:37:50.8047282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2025-03-14T04:37:50.8051193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial.h 2025-03-14T04:37:50.8054801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8059024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2025-03-14T04:37:50.8063061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2025-03-14T04:37:50.8066952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2025-03-14T04:37:50.8070989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2025-03-14T04:37:50.8074789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2025-03-14T04:37:50.8078968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8083230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8087376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2025-03-14T04:37:50.8091514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2025-03-14T04:37:50.8095601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2025-03-14T04:37:50.8099641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2025-03-14T04:37:50.8103441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2025-03-14T04:37:50.8107562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2025-03-14T04:37:50.8111357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2025-03-14T04:37:50.8115833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8119974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8124548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2025-03-14T04:37:50.8128248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2025-03-14T04:37:50.8132333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2025-03-14T04:37:50.8136575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2025-03-14T04:37:50.8140609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2025-03-14T04:37:50.8144981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2025-03-14T04:37:50.8149108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2025-03-14T04:37:50.8153036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8157012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2025-03-14T04:37:50.8161128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2025-03-14T04:37:50.8166419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2025-03-14T04:37:50.8170165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2025-03-14T04:37:50.8174370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2025-03-14T04:37:50.8178500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2025-03-14T04:37:50.8182206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2025-03-14T04:37:50.8186768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8191360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8195548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2025-03-14T04:37:50.8199630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2025-03-14T04:37:50.8203993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2025-03-14T04:37:50.8208179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2025-03-14T04:37:50.8212278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2025-03-14T04:37:50.8216353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2025-03-14T04:37:50.8220294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2025-03-14T04:37:50.8224979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8229877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8234066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2025-03-14T04:37:50.8238395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2025-03-14T04:37:50.8242376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2025-03-14T04:37:50.8246644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2025-03-14T04:37:50.8251080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2025-03-14T04:37:50.8254825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2025-03-14T04:37:50.8260501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2025-03-14T04:37:50.8266594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8272625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8278359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2025-03-14T04:37:50.8282681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2025-03-14T04:37:50.8286958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2025-03-14T04:37:50.8291363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2025-03-14T04:37:50.8295454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2025-03-14T04:37:50.8299642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2025-03-14T04:37:50.8303832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2025-03-14T04:37:50.8307694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8311914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2025-03-14T04:37:50.8315986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2025-03-14T04:37:50.8319596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2025-03-14T04:37:50.8323578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8327083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2025-03-14T04:37:50.8331186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2025-03-14T04:37:50.8334879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm.h 2025-03-14T04:37:50.8339031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8343024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2025-03-14T04:37:50.8346393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2025-03-14T04:37:50.8349958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2025-03-14T04:37:50.8353350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2025-03-14T04:37:50.8357175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2025-03-14T04:37:50.8360676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2025-03-14T04:37:50.8364640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2025-03-14T04:37:50.8368362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8372112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2025-03-14T04:37:50.8375677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2025-03-14T04:37:50.8379457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2025-03-14T04:37:50.8383183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8387072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2025-03-14T04:37:50.8390820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2025-03-14T04:37:50.8394538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2025-03-14T04:37:50.8398204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8401797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2025-03-14T04:37:50.8405749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2025-03-14T04:37:50.8409672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2025-03-14T04:37:50.8413243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2025-03-14T04:37:50.8416747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2025-03-14T04:37:50.8420223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8423966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2025-03-14T04:37:50.8427429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2025-03-14T04:37:50.8431046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2025-03-14T04:37:50.8434635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8438266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2025-03-14T04:37:50.8441755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2025-03-14T04:37:50.8445285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat.h 2025-03-14T04:37:50.8449064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8452622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8456339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2025-03-14T04:37:50.8459769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2025-03-14T04:37:50.8463264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2025-03-14T04:37:50.8466570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2025-03-14T04:37:50.8470045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2025-03-14T04:37:50.8473645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2025-03-14T04:37:50.8477540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2025-03-14T04:37:50.8480931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8484465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2025-03-14T04:37:50.8488490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2025-03-14T04:37:50.8492061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2025-03-14T04:37:50.8504013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2025-03-14T04:37:50.8507553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2025-03-14T04:37:50.8511236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2025-03-14T04:37:50.8514820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8518336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2025-03-14T04:37:50.8522444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8526099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8529640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2025-03-14T04:37:50.8533510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2025-03-14T04:37:50.8537354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2025-03-14T04:37:50.8540916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2025-03-14T04:37:50.8544483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist.h 2025-03-14T04:37:50.8548096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8551362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2025-03-14T04:37:50.8554723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2025-03-14T04:37:50.8558202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil.h 2025-03-14T04:37:50.8561987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8566036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2025-03-14T04:37:50.8570068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2025-03-14T04:37:50.8574200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2025-03-14T04:37:50.8578105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2025-03-14T04:37:50.8581758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2025-03-14T04:37:50.8585606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2025-03-14T04:37:50.8589523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu.h 2025-03-14T04:37:50.8593396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8597359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2025-03-14T04:37:50.8601795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2025-03-14T04:37:50.8605323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2025-03-14T04:37:50.8609557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8613724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2025-03-14T04:37:50.8617891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2025-03-14T04:37:50.8621841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf.h 2025-03-14T04:37:50.8625939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8629512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2025-03-14T04:37:50.8633453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2025-03-14T04:37:50.8637533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2025-03-14T04:37:50.8641373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8645577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2025-03-14T04:37:50.8649798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2025-03-14T04:37:50.8653668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2025-03-14T04:37:50.8657799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2025-03-14T04:37:50.8661792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2025-03-14T04:37:50.8665241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2025-03-14T04:37:50.8669317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2025-03-14T04:37:50.8673573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2025-03-14T04:37:50.8677217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2025-03-14T04:37:50.8681932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2025-03-14T04:37:50.8686063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2025-03-14T04:37:50.8689950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2025-03-14T04:37:50.8714382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2025-03-14T04:37:50.8718044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2025-03-14T04:37:50.8722344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2025-03-14T04:37:50.8726636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8730344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2025-03-14T04:37:50.8735501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2025-03-14T04:37:50.8739642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2025-03-14T04:37:50.8743856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8747621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2025-03-14T04:37:50.8751759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2025-03-14T04:37:50.8755967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk.h 2025-03-14T04:37:50.8761501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8767186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2025-03-14T04:37:50.8772410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2025-03-14T04:37:50.8777809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp.h 2025-03-14T04:37:50.8782706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8786367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2025-03-14T04:37:50.8791025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2025-03-14T04:37:50.8795271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2025-03-14T04:37:50.8799430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8803686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2025-03-14T04:37:50.8807984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2025-03-14T04:37:50.8811684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2025-03-14T04:37:50.8815438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2025-03-14T04:37:50.8819849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2025-03-14T04:37:50.8823382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2025-03-14T04:37:50.8826942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2025-03-14T04:37:50.8830568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2025-03-14T04:37:50.8834826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2025-03-14T04:37:50.8839141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8842779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2025-03-14T04:37:50.8846270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2025-03-14T04:37:50.8850351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2025-03-14T04:37:50.8854478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2025-03-14T04:37:50.8858132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2025-03-14T04:37:50.8861893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2025-03-14T04:37:50.8866138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2025-03-14T04:37:50.8869850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2025-03-14T04:37:50.8873359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip.h 2025-03-14T04:37:50.8876888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8880472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2025-03-14T04:37:50.8884281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2025-03-14T04:37:50.8887548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone.h 2025-03-14T04:37:50.8891107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8894502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2025-03-14T04:37:50.8898001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2025-03-14T04:37:50.8901500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2025-03-14T04:37:50.8904943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8908510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2025-03-14T04:37:50.8912642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2025-03-14T04:37:50.8916206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im.h 2025-03-14T04:37:50.8919451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2025-03-14T04:37:50.8923365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2025-03-14T04:37:50.8927249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2025-03-14T04:37:50.8930781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2025-03-14T04:37:50.8934258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2025-03-14T04:37:50.8938049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8941792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2025-03-14T04:37:50.8945330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2025-03-14T04:37:50.8948830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2025-03-14T04:37:50.8952545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8956242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2025-03-14T04:37:50.8960481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.8964553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.8968350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2025-03-14T04:37:50.8971854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2025-03-14T04:37:50.8975533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2025-03-14T04:37:50.8979112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2025-03-14T04:37:50.8982763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations.h 2025-03-14T04:37:50.8986734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.8990269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2025-03-14T04:37:50.8994001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2025-03-14T04:37:50.8997612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex.h 2025-03-14T04:37:50.9001171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9004893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2025-03-14T04:37:50.9008645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2025-03-14T04:37:50.9012270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2025-03-14T04:37:50.9015898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2025-03-14T04:37:50.9019378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat.h 2025-03-14T04:37:50.9023041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2025-03-14T04:37:50.9026711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9030196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2025-03-14T04:37:50.9033908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2025-03-14T04:37:50.9038030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9041535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2025-03-14T04:37:50.9045173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2025-03-14T04:37:50.9048881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj.h 2025-03-14T04:37:50.9052358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9055840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2025-03-14T04:37:50.9059258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2025-03-14T04:37:50.9063319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2025-03-14T04:37:50.9067420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9071704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9075989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2025-03-14T04:37:50.9079741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2025-03-14T04:37:50.9083964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2025-03-14T04:37:50.9088262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2025-03-14T04:37:50.9091954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2025-03-14T04:37:50.9096009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9100057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2025-03-14T04:37:50.9104005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2025-03-14T04:37:50.9108157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2025-03-14T04:37:50.9119809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9123873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2025-03-14T04:37:50.9127519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2025-03-14T04:37:50.9131550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2025-03-14T04:37:50.9135899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9139446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2025-03-14T04:37:50.9143737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2025-03-14T04:37:50.9147817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2025-03-14T04:37:50.9151511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9155515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2025-03-14T04:37:50.9159794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2025-03-14T04:37:50.9163490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2025-03-14T04:37:50.9167483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9171864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2025-03-14T04:37:50.9175436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2025-03-14T04:37:50.9179404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution.h 2025-03-14T04:37:50.9183968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2025-03-14T04:37:50.9187876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9191955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2025-03-14T04:37:50.9196631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2025-03-14T04:37:50.9200919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2025-03-14T04:37:50.9204923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2025-03-14T04:37:50.9209330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9214013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2025-03-14T04:37:50.9218050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2025-03-14T04:37:50.9222492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9226638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2025-03-14T04:37:50.9230889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2025-03-14T04:37:50.9235378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2025-03-14T04:37:50.9240183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9244503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2025-03-14T04:37:50.9248373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2025-03-14T04:37:50.9253500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2025-03-14T04:37:50.9257875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9262431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2025-03-14T04:37:50.9269015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2025-03-14T04:37:50.9275282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2025-03-14T04:37:50.9280859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2025-03-14T04:37:50.9285019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2025-03-14T04:37:50.9290532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9293316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2025-03-14T04:37:50.9297389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2025-03-14T04:37:50.9301257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9304998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2025-03-14T04:37:50.9308764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2025-03-14T04:37:50.9312559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2025-03-14T04:37:50.9316343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9320048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2025-03-14T04:37:50.9323931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2025-03-14T04:37:50.9327618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2025-03-14T04:37:50.9331406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9335134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2025-03-14T04:37:50.9339057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2025-03-14T04:37:50.9342699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2025-03-14T04:37:50.9346536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9350356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2025-03-14T04:37:50.9354045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2025-03-14T04:37:50.9358042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy.h 2025-03-14T04:37:50.9361473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign.h 2025-03-14T04:37:50.9365149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9368938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9372559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2025-03-14T04:37:50.9376318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2025-03-14T04:37:50.9379937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2025-03-14T04:37:50.9383559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2025-03-14T04:37:50.9387291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2025-03-14T04:37:50.9391151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2025-03-14T04:37:50.9395425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9399273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9402684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2025-03-14T04:37:50.9406282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2025-03-14T04:37:50.9410096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2025-03-14T04:37:50.9413434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2025-03-14T04:37:50.9418381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9422602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2025-03-14T04:37:50.9426228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2025-03-14T04:37:50.9430644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2025-03-14T04:37:50.9434304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2025-03-14T04:37:50.9437837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9441536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2025-03-14T04:37:50.9445239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2025-03-14T04:37:50.9448729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos.h 2025-03-14T04:37:50.9452143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh.h 2025-03-14T04:37:50.9455733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9459233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2025-03-14T04:37:50.9462879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2025-03-14T04:37:50.9466718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2025-03-14T04:37:50.9470584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2025-03-14T04:37:50.9474298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2025-03-14T04:37:50.9477783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2025-03-14T04:37:50.9481245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2025-03-14T04:37:50.9485104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9488648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2025-03-14T04:37:50.9492380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2025-03-14T04:37:50.9496849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2025-03-14T04:37:50.9500785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9504539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2025-03-14T04:37:50.9508218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2025-03-14T04:37:50.9512129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9515602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2025-03-14T04:37:50.9519177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2025-03-14T04:37:50.9522863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2025-03-14T04:37:50.9526220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2025-03-14T04:37:50.9529751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2025-03-14T04:37:50.9533244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2025-03-14T04:37:50.9536567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2025-03-14T04:37:50.9540246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9544066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2025-03-14T04:37:50.9547646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2025-03-14T04:37:50.9551477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2025-03-14T04:37:50.9555010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2025-03-14T04:37:50.9558656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov.h 2025-03-14T04:37:50.9562273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9565905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2025-03-14T04:37:50.9569457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2025-03-14T04:37:50.9572759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross.h 2025-03-14T04:37:50.9576917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9581156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2025-03-14T04:37:50.9585338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9589495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2025-03-14T04:37:50.9593683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2025-03-14T04:37:50.9597516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2025-03-14T04:37:50.9602235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2025-03-14T04:37:50.9606498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2025-03-14T04:37:50.9610856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9614710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2025-03-14T04:37:50.9619491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9623726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9627555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2025-03-14T04:37:50.9631707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2025-03-14T04:37:50.9636454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2025-03-14T04:37:50.9640682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2025-03-14T04:37:50.9644644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2025-03-14T04:37:50.9648657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9652756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2025-03-14T04:37:50.9656497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2025-03-14T04:37:50.9660718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2025-03-14T04:37:50.9674801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2025-03-14T04:37:50.9679139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9683399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2025-03-14T04:37:50.9687363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2025-03-14T04:37:50.9691643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2025-03-14T04:37:50.9696357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9700561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2025-03-14T04:37:50.9704617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2025-03-14T04:37:50.9708871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2025-03-14T04:37:50.9713791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2025-03-14T04:37:50.9718202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2025-03-14T04:37:50.9722584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9726848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2025-03-14T04:37:50.9731165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2025-03-14T04:37:50.9735259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2025-03-14T04:37:50.9739694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9743896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2025-03-14T04:37:50.9762788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2025-03-14T04:37:50.9768102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2025-03-14T04:37:50.9773792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2025-03-14T04:37:50.9778169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2025-03-14T04:37:50.9784378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9789853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2025-03-14T04:37:50.9794142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2025-03-14T04:37:50.9798119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2025-03-14T04:37:50.9802642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2025-03-14T04:37:50.9807028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2025-03-14T04:37:50.9811030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2025-03-14T04:37:50.9815889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2025-03-14T04:37:50.9819986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9824858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2025-03-14T04:37:50.9828771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2025-03-14T04:37:50.9832526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2025-03-14T04:37:50.9836896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2025-03-14T04:37:50.9841510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9845607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2025-03-14T04:37:50.9849353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2025-03-14T04:37:50.9853838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2025-03-14T04:37:50.9856935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2025-03-14T04:37:50.9861143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2025-03-14T04:37:50.9865179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9869249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2025-03-14T04:37:50.9873620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2025-03-14T04:37:50.9877426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2025-03-14T04:37:50.9881426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9885240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2025-03-14T04:37:50.9889193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2025-03-14T04:37:50.9892950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2025-03-14T04:37:50.9896743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2025-03-14T04:37:50.9900586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9904171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2025-03-14T04:37:50.9907777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2025-03-14T04:37:50.9911401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax.h 2025-03-14T04:37:50.9915041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2025-03-14T04:37:50.9919489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9923307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2025-03-14T04:37:50.9927213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2025-03-14T04:37:50.9931503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9935279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9939227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2025-03-14T04:37:50.9942909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2025-03-14T04:37:50.9946543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin.h 2025-03-14T04:37:50.9950353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:50.9954094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9957675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2025-03-14T04:37:50.9962147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2025-03-14T04:37:50.9965624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2025-03-14T04:37:50.9969127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2025-03-14T04:37:50.9972925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9976456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2025-03-14T04:37:50.9980119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2025-03-14T04:37:50.9984025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:50.9987912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:50.9991608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2025-03-14T04:37:50.9995295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2025-03-14T04:37:50.9998905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2025-03-14T04:37:51.0002700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2025-03-14T04:37:51.0006422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2025-03-14T04:37:51.0010122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2025-03-14T04:37:51.0013662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2025-03-14T04:37:51.0017383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0021088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0024556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2025-03-14T04:37:51.0028105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2025-03-14T04:37:51.0032010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2025-03-14T04:37:51.0035675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2025-03-14T04:37:51.0039355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2025-03-14T04:37:51.0043068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2025-03-14T04:37:51.0046838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2025-03-14T04:37:51.0050632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0054206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2025-03-14T04:37:51.0057948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2025-03-14T04:37:51.0061615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data.h 2025-03-14T04:37:51.0065077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0068534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_native.h 2025-03-14T04:37:51.0072134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2025-03-14T04:37:51.0075923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2025-03-14T04:37:51.0079614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0083397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2025-03-14T04:37:51.0087099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2025-03-14T04:37:51.0090690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2025-03-14T04:37:51.0094508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0097988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2025-03-14T04:37:51.0101675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2025-03-14T04:37:51.0105324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2025-03-14T04:37:51.0108876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0112523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2025-03-14T04:37:51.0116153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2025-03-14T04:37:51.0119760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2025-03-14T04:37:51.0123569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2025-03-14T04:37:51.0127456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det.h 2025-03-14T04:37:51.0131215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach.h 2025-03-14T04:37:51.0134767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0138645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2025-03-14T04:37:51.0142454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0146389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0149864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2025-03-14T04:37:51.0153629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2025-03-14T04:37:51.0157278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2025-03-14T04:37:51.0161036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2025-03-14T04:37:51.0164940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0168548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_native.h 2025-03-14T04:37:51.0172183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2025-03-14T04:37:51.0175601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag.h 2025-03-14T04:37:51.0179636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2025-03-14T04:37:51.0183456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0187258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2025-03-14T04:37:51.0190872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2025-03-14T04:37:51.0194529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2025-03-14T04:37:51.0198018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2025-03-14T04:37:51.0201973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0205591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2025-03-14T04:37:51.0209355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2025-03-14T04:37:51.0213314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0217104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0221138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2025-03-14T04:37:51.0225002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0228761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0232520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2025-03-14T04:37:51.0236236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2025-03-14T04:37:51.0240646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2025-03-14T04:37:51.0244397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2025-03-14T04:37:51.0248154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2025-03-14T04:37:51.0252025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0255728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0259644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2025-03-14T04:37:51.0263323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2025-03-14T04:37:51.0267161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0270741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2025-03-14T04:37:51.0274533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0278796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0283359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2025-03-14T04:37:51.0286979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2025-03-14T04:37:51.0290622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2025-03-14T04:37:51.0294123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2025-03-14T04:37:51.0297444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff.h 2025-03-14T04:37:51.0300915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0304398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2025-03-14T04:37:51.0307941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2025-03-14T04:37:51.0311259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma.h 2025-03-14T04:37:51.0314980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0318461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2025-03-14T04:37:51.0322211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2025-03-14T04:37:51.0325729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2025-03-14T04:37:51.0329288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2025-03-14T04:37:51.0332835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2025-03-14T04:37:51.0336359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2025-03-14T04:37:51.0340024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist.h 2025-03-14T04:37:51.0343765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0347240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2025-03-14T04:37:51.0350682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2025-03-14T04:37:51.0354360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div.h 2025-03-14T04:37:51.0357958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide.h 2025-03-14T04:37:51.0361508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0365152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2025-03-14T04:37:51.0368642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2025-03-14T04:37:51.0372425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0376019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0380852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2025-03-14T04:37:51.0386025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2025-03-14T04:37:51.0391507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2025-03-14T04:37:51.0396975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2025-03-14T04:37:51.0402450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_native.h 2025-03-14T04:37:51.0407766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2025-03-14T04:37:51.0411192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot.h 2025-03-14T04:37:51.0416038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0419896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2025-03-14T04:37:51.0423817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2025-03-14T04:37:51.0427878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2025-03-14T04:37:51.0431667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2025-03-14T04:37:51.0435435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout.h 2025-03-14T04:37:51.0439103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0443357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2025-03-14T04:37:51.0447477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2025-03-14T04:37:51.0451151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2025-03-14T04:37:51.0455232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0459103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2025-03-14T04:37:51.0462675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2025-03-14T04:37:51.0467501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack.h 2025-03-14T04:37:51.0471522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0475390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2025-03-14T04:37:51.0479410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2025-03-14T04:37:51.0483548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum.h 2025-03-14T04:37:51.0487337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0491374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2025-03-14T04:37:51.0495476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2025-03-14T04:37:51.0499373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu.h 2025-03-14T04:37:51.0503293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2025-03-14T04:37:51.0507822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0511755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2025-03-14T04:37:51.0515785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2025-03-14T04:37:51.0519848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2025-03-14T04:37:51.0523935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2025-03-14T04:37:51.0527938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2025-03-14T04:37:51.0532433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2025-03-14T04:37:51.0536980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0540490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2025-03-14T04:37:51.0544571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2025-03-14T04:37:51.0548728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2025-03-14T04:37:51.0552299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2025-03-14T04:37:51.0556407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2025-03-14T04:37:51.0560431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2025-03-14T04:37:51.0564399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding.h 2025-03-14T04:37:51.0568450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2025-03-14T04:37:51.0572745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0576616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2025-03-14T04:37:51.0580698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2025-03-14T04:37:51.0584928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2025-03-14T04:37:51.0588831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0592767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2025-03-14T04:37:51.0596410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2025-03-14T04:37:51.0600729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0604555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2025-03-14T04:37:51.0608523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0612200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2025-03-14T04:37:51.0616230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2025-03-14T04:37:51.0619862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2025-03-14T04:37:51.0623575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2025-03-14T04:37:51.0627275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2025-03-14T04:37:51.0631454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2025-03-14T04:37:51.0635299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2025-03-14T04:37:51.0639324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0643378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2025-03-14T04:37:51.0647686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2025-03-14T04:37:51.0651396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2025-03-14T04:37:51.0655047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2025-03-14T04:37:51.0658701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2025-03-14T04:37:51.0662442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2025-03-14T04:37:51.0666440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0670188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2025-03-14T04:37:51.0674153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2025-03-14T04:37:51.0678266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty.h 2025-03-14T04:37:51.0681984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0685827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.0690529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2025-03-14T04:37:51.0694499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2025-03-14T04:37:51.0698350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2025-03-14T04:37:51.0702203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0705765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2025-03-14T04:37:51.0709319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2025-03-14T04:37:51.0712954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2025-03-14T04:37:51.0716603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2025-03-14T04:37:51.0720448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2025-03-14T04:37:51.0724217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2025-03-14T04:37:51.0727900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0731650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2025-03-14T04:37:51.0735308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2025-03-14T04:37:51.0739126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2025-03-14T04:37:51.0742984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0746884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2025-03-14T04:37:51.0750552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2025-03-14T04:37:51.0754596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2025-03-14T04:37:51.0758159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.0779127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2025-03-14T04:37:51.0782920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2025-03-14T04:37:51.0786413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2025-03-14T04:37:51.0791436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2025-03-14T04:37:51.0795508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2025-03-14T04:37:51.0799171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq.h 2025-03-14T04:37:51.0804052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal.h 2025-03-14T04:37:51.0807729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2025-03-14T04:37:51.0811386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2025-03-14T04:37:51.0814993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2025-03-14T04:37:51.0818711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2025-03-14T04:37:51.0822862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0826350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2025-03-14T04:37:51.0829914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2025-03-14T04:37:51.0833378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2025-03-14T04:37:51.0836710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2025-03-14T04:37:51.0840195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2025-03-14T04:37:51.0843789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2025-03-14T04:37:51.0847044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf.h 2025-03-14T04:37:51.0850563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc.h 2025-03-14T04:37:51.0854169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0868253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2025-03-14T04:37:51.0872039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2025-03-14T04:37:51.0875553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2025-03-14T04:37:51.0879050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2025-03-14T04:37:51.0882767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2025-03-14T04:37:51.0886244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2025-03-14T04:37:51.0890222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2025-03-14T04:37:51.0893973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0898613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2025-03-14T04:37:51.0902869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2025-03-14T04:37:51.0906982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2025-03-14T04:37:51.0911897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2025-03-14T04:37:51.0915995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2025-03-14T04:37:51.0921051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2025-03-14T04:37:51.0926068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0930596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2025-03-14T04:37:51.0934720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2025-03-14T04:37:51.0938421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2025-03-14T04:37:51.0942388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2025-03-14T04:37:51.0946516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2025-03-14T04:37:51.0950437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2025-03-14T04:37:51.0955153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp.h 2025-03-14T04:37:51.0959179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2.h 2025-03-14T04:37:51.0963350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.0967391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2025-03-14T04:37:51.0971434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2025-03-14T04:37:51.0975004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2025-03-14T04:37:51.0979339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2025-03-14T04:37:51.0983238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2025-03-14T04:37:51.0986823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2025-03-14T04:37:51.0990882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand.h 2025-03-14T04:37:51.0994771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2025-03-14T04:37:51.0998933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1003136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2025-03-14T04:37:51.1007149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2025-03-14T04:37:51.1010945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1015027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2025-03-14T04:37:51.1019389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.1023559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1027786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2025-03-14T04:37:51.1032223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2025-03-14T04:37:51.1036206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2025-03-14T04:37:51.1040062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2025-03-14T04:37:51.1044255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1.h 2025-03-14T04:37:51.1048894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.1052808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2025-03-14T04:37:51.1056936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2025-03-14T04:37:51.1061042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2025-03-14T04:37:51.1064793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2025-03-14T04:37:51.1068967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2025-03-14T04:37:51.1073264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2025-03-14T04:37:51.1077217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential.h 2025-03-14T04:37:51.1081778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1086020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2025-03-14T04:37:51.1089981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2025-03-14T04:37:51.1094022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2025-03-14T04:37:51.1098498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2025-03-14T04:37:51.1102604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2025-03-14T04:37:51.1107013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.1111253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2025-03-14T04:37:51.1115373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2025-03-14T04:37:51.1118994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2025-03-14T04:37:51.1123104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2025-03-14T04:37:51.1127260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2025-03-14T04:37:51.1130831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2025-03-14T04:37:51.1134653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye.h 2025-03-14T04:37:51.1138379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1142662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2025-03-14T04:37:51.1146784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2025-03-14T04:37:51.1150743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2025-03-14T04:37:51.1154510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2025-03-14T04:37:51.1158563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2025-03-14T04:37:51.1162450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2025-03-14T04:37:51.1166886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2025-03-14T04:37:51.1171317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2025-03-14T04:37:51.1175993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1179818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2025-03-14T04:37:51.1184129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2025-03-14T04:37:51.1188609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1193008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2025-03-14T04:37:51.1197333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2025-03-14T04:37:51.1201663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2025-03-14T04:37:51.1206052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2025-03-14T04:37:51.1210965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1214996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2025-03-14T04:37:51.1219379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2025-03-14T04:37:51.1223296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2025-03-14T04:37:51.1227070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2025-03-14T04:37:51.1231671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2025-03-14T04:37:51.1235815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1239642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2025-03-14T04:37:51.1244042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2025-03-14T04:37:51.1249171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1253344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2025-03-14T04:37:51.1257269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2025-03-14T04:37:51.1261081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2025-03-14T04:37:51.1264872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2025-03-14T04:37:51.1269063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1272844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2025-03-14T04:37:51.1277372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2025-03-14T04:37:51.1281344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2025-03-14T04:37:51.1285380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1289486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2025-03-14T04:37:51.1293371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1297205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2025-03-14T04:37:51.1301176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2025-03-14T04:37:51.1305059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2025-03-14T04:37:51.1309127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2025-03-14T04:37:51.1312986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2025-03-14T04:37:51.1316960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1320791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2025-03-14T04:37:51.1324891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1329304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2025-03-14T04:37:51.1334004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2025-03-14T04:37:51.1338050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2025-03-14T04:37:51.1341715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2025-03-14T04:37:51.1345506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2025-03-14T04:37:51.1349530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1353500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2025-03-14T04:37:51.1357307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2025-03-14T04:37:51.1361231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2025-03-14T04:37:51.1365368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1369068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2025-03-14T04:37:51.1372966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2025-03-14T04:37:51.1376751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2025-03-14T04:37:51.1381115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1384905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2025-03-14T04:37:51.1388679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2025-03-14T04:37:51.1392404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2025-03-14T04:37:51.1396374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1399977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2025-03-14T04:37:51.1403854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2025-03-14T04:37:51.1407819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2025-03-14T04:37:51.1411736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1415363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2025-03-14T04:37:51.1419834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2025-03-14T04:37:51.1423573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2025-03-14T04:37:51.1426968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2025-03-14T04:37:51.1430817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1434444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2025-03-14T04:37:51.1438540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2025-03-14T04:37:51.1442404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2025-03-14T04:37:51.1446169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1449961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2025-03-14T04:37:51.1453645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2025-03-14T04:37:51.1457449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2025-03-14T04:37:51.1460995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1464530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2025-03-14T04:37:51.1468210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2025-03-14T04:37:51.1471884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2025-03-14T04:37:51.1475842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1479721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2025-03-14T04:37:51.1483494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2025-03-14T04:37:51.1487207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1490756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2025-03-14T04:37:51.1500959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2025-03-14T04:37:51.1501564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2025-03-14T04:37:51.1502118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2025-03-14T04:37:51.1505041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1508590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2025-03-14T04:37:51.1512308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2025-03-14T04:37:51.1516613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2025-03-14T04:37:51.1520360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1524734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2025-03-14T04:37:51.1529173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2025-03-14T04:37:51.1533168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1536736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2025-03-14T04:37:51.1540348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2025-03-14T04:37:51.1544268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2025-03-14T04:37:51.1547514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2025-03-14T04:37:51.1551197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1554740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2025-03-14T04:37:51.1558262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2025-03-14T04:37:51.1562087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2025-03-14T04:37:51.1565831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1569442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2025-03-14T04:37:51.1573152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2025-03-14T04:37:51.1576845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2025-03-14T04:37:51.1580681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1585098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2025-03-14T04:37:51.1588892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2025-03-14T04:37:51.1593484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1597561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2025-03-14T04:37:51.1601385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2025-03-14T04:37:51.1605564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2025-03-14T04:37:51.1609611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2025-03-14T04:37:51.1613409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1617785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2025-03-14T04:37:51.1621990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2025-03-14T04:37:51.1625920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2025-03-14T04:37:51.1630171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1634835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2025-03-14T04:37:51.1639053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2025-03-14T04:37:51.1643078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1647452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2025-03-14T04:37:51.1651698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2025-03-14T04:37:51.1655420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2025-03-14T04:37:51.1659743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2025-03-14T04:37:51.1663904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1667599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2025-03-14T04:37:51.1671950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2025-03-14T04:37:51.1676200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2025-03-14T04:37:51.1680411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1684635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2025-03-14T04:37:51.1688760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2025-03-14T04:37:51.1692947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1696991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2025-03-14T04:37:51.1701142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2025-03-14T04:37:51.1705258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2025-03-14T04:37:51.1709211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2025-03-14T04:37:51.1713530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1717767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2025-03-14T04:37:51.1721598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2025-03-14T04:37:51.1725776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2025-03-14T04:37:51.1730097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1733939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2025-03-14T04:37:51.1738226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2025-03-14T04:37:51.1742716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2025-03-14T04:37:51.1746534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1751189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2025-03-14T04:37:51.1755391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2025-03-14T04:37:51.1759728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1763559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2025-03-14T04:37:51.1767907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2025-03-14T04:37:51.1772231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill.h 2025-03-14T04:37:51.1775937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1781352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2025-03-14T04:37:51.1785318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2025-03-14T04:37:51.1790388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2025-03-14T04:37:51.1796336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1801928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2025-03-14T04:37:51.1807516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2025-03-14T04:37:51.1812526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2025-03-14T04:37:51.1817055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2025-03-14T04:37:51.1820845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2025-03-14T04:37:51.1841144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix.h 2025-03-14T04:37:51.1844819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1849077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2025-03-14T04:37:51.1852683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2025-03-14T04:37:51.1856176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten.h 2025-03-14T04:37:51.1859875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1864077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2025-03-14T04:37:51.1868003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1871752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2025-03-14T04:37:51.1875388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2025-03-14T04:37:51.1879043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2025-03-14T04:37:51.1882785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2025-03-14T04:37:51.1894160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip.h 2025-03-14T04:37:51.1895384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2025-03-14T04:37:51.1899456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1903142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2025-03-14T04:37:51.1906698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2025-03-14T04:37:51.1910667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud.h 2025-03-14T04:37:51.1914129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1917550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2025-03-14T04:37:51.1921287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2025-03-14T04:37:51.1925068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1928574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2025-03-14T04:37:51.1932391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2025-03-14T04:37:51.1936130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2025-03-14T04:37:51.1939523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2025-03-14T04:37:51.1942815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power.h 2025-03-14T04:37:51.1946466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.1950157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2025-03-14T04:37:51.1953828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2025-03-14T04:37:51.1957455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor.h 2025-03-14T04:37:51.1961029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.1964641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2025-03-14T04:37:51.1968210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2025-03-14T04:37:51.1972438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2025-03-14T04:37:51.1976273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.1979932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2025-03-14T04:37:51.1983705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2025-03-14T04:37:51.1987347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2025-03-14T04:37:51.1990968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2025-03-14T04:37:51.1994637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2025-03-14T04:37:51.1998846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2025-03-14T04:37:51.2003531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2025-03-14T04:37:51.2007213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2025-03-14T04:37:51.2010797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2025-03-14T04:37:51.2014420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax.h 2025-03-14T04:37:51.2018081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2021714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2025-03-14T04:37:51.2025249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2025-03-14T04:37:51.2029039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2025-03-14T04:37:51.2032542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2025-03-14T04:37:51.2036005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2025-03-14T04:37:51.2040213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2025-03-14T04:37:51.2043098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin.h 2025-03-14T04:37:51.2046661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2050684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2025-03-14T04:37:51.2054268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2025-03-14T04:37:51.2058038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2025-03-14T04:37:51.2072153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2025-03-14T04:37:51.2075640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2025-03-14T04:37:51.2079169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2025-03-14T04:37:51.2083046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod.h 2025-03-14T04:37:51.2086817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2092279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2096080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2025-03-14T04:37:51.2100317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2025-03-14T04:37:51.2103853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2025-03-14T04:37:51.2107501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2025-03-14T04:37:51.2111159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2025-03-14T04:37:51.2114673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2025-03-14T04:37:51.2118329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac.h 2025-03-14T04:37:51.2123460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2025-03-14T04:37:51.2126991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2025-03-14T04:37:51.2131020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2134743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2025-03-14T04:37:51.2138763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2025-03-14T04:37:51.2142775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2025-03-14T04:37:51.2146645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2025-03-14T04:37:51.2150585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2025-03-14T04:37:51.2154262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2025-03-14T04:37:51.2158167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2161940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2025-03-14T04:37:51.2167062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2025-03-14T04:37:51.2170829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2025-03-14T04:37:51.2175386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2025-03-14T04:37:51.2180292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2025-03-14T04:37:51.2184422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2025-03-14T04:37:51.2188777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2025-03-14T04:37:51.2193005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2025-03-14T04:37:51.2197418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2025-03-14T04:37:51.2202280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2025-03-14T04:37:51.2206745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2025-03-14T04:37:51.2211537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2025-03-14T04:37:51.2217146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2221695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2025-03-14T04:37:51.2226474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2025-03-14T04:37:51.2230859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2025-03-14T04:37:51.2235659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2025-03-14T04:37:51.2240019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2025-03-14T04:37:51.2244512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2025-03-14T04:37:51.2249237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2253767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2025-03-14T04:37:51.2257384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2025-03-14T04:37:51.2261161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2025-03-14T04:37:51.2265162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2025-03-14T04:37:51.2269020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2025-03-14T04:37:51.2272551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2025-03-14T04:37:51.2275952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp.h 2025-03-14T04:37:51.2280339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2284568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2025-03-14T04:37:51.2288233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2025-03-14T04:37:51.2292345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2025-03-14T04:37:51.2296463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2025-03-14T04:37:51.2300751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2025-03-14T04:37:51.2305051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2308668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2025-03-14T04:37:51.2312701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2025-03-14T04:37:51.2317090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2025-03-14T04:37:51.2320982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file.h 2025-03-14T04:37:51.2325489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2329222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2025-03-14T04:37:51.2332871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2025-03-14T04:37:51.2336654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2025-03-14T04:37:51.2340348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full.h 2025-03-14T04:37:51.2343944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2348031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like.h 2025-03-14T04:37:51.2351737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2355253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2025-03-14T04:37:51.2358995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2025-03-14T04:37:51.2362675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_native.h 2025-03-14T04:37:51.2366330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2025-03-14T04:37:51.2369731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2025-03-14T04:37:51.2373702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2377555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2025-03-14T04:37:51.2381355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2025-03-14T04:37:51.2384895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather.h 2025-03-14T04:37:51.2388486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2025-03-14T04:37:51.2392312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2396023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2025-03-14T04:37:51.2399644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2025-03-14T04:37:51.2403963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2407999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2411747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2025-03-14T04:37:51.2415371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2025-03-14T04:37:51.2419024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2025-03-14T04:37:51.2422903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2025-03-14T04:37:51.2426536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2025-03-14T04:37:51.2430572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2025-03-14T04:37:51.2434284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd.h 2025-03-14T04:37:51.2437878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2441487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2025-03-14T04:37:51.2445147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2025-03-14T04:37:51.2448747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2025-03-14T04:37:51.2452377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2025-03-14T04:37:51.2455790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2025-03-14T04:37:51.2459291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2025-03-14T04:37:51.2462814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge.h 2025-03-14T04:37:51.2466184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu.h 2025-03-14T04:37:51.2469625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2025-03-14T04:37:51.2473410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2477074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2025-03-14T04:37:51.2480941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2025-03-14T04:37:51.2484714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2025-03-14T04:37:51.2544409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2025-03-14T04:37:51.2548013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2025-03-14T04:37:51.2551676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2025-03-14T04:37:51.2555528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2559033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2025-03-14T04:37:51.2562913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2025-03-14T04:37:51.2566672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2025-03-14T04:37:51.2570227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2025-03-14T04:37:51.2573950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2025-03-14T04:37:51.2577450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2025-03-14T04:37:51.2580840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric.h 2025-03-14T04:37:51.2584551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2588310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2025-03-14T04:37:51.2593171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2025-03-14T04:37:51.2597010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2025-03-14T04:37:51.2600702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2025-03-14T04:37:51.2604592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2025-03-14T04:37:51.2608619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2025-03-14T04:37:51.2612044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2025-03-14T04:37:51.2615796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2025-03-14T04:37:51.2619598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2025-03-14T04:37:51.2623524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2025-03-14T04:37:51.2627433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger.h 2025-03-14T04:37:51.2631094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2634677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2025-03-14T04:37:51.2638274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2025-03-14T04:37:51.2642630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2646301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2025-03-14T04:37:51.2649981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2025-03-14T04:37:51.2654057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2025-03-14T04:37:51.2657571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2025-03-14T04:37:51.2661050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2025-03-14T04:37:51.2664658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2025-03-14T04:37:51.2667907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu.h 2025-03-14T04:37:51.2671513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2025-03-14T04:37:51.2675303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2025-03-14T04:37:51.2678931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2025-03-14T04:37:51.2683066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2025-03-14T04:37:51.2686900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2690914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2025-03-14T04:37:51.2694809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2025-03-14T04:37:51.2698517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2025-03-14T04:37:51.2702829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2025-03-14T04:37:51.2706686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2025-03-14T04:37:51.2710532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2025-03-14T04:37:51.2714745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2718394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2025-03-14T04:37:51.2722038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2025-03-14T04:37:51.2726220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2025-03-14T04:37:51.2729903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2733476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2025-03-14T04:37:51.2737471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2025-03-14T04:37:51.2741085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2025-03-14T04:37:51.2744752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2025-03-14T04:37:51.2748459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2025-03-14T04:37:51.2751825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2025-03-14T04:37:51.2755530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2025-03-14T04:37:51.2759113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2025-03-14T04:37:51.2762747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient.h 2025-03-14T04:37:51.2766375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2770166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2025-03-14T04:37:51.2773851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2025-03-14T04:37:51.2777590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater.h 2025-03-14T04:37:51.2781465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2785497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2025-03-14T04:37:51.2789724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2794019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2025-03-14T04:37:51.2798240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2025-03-14T04:37:51.2802418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2025-03-14T04:37:51.2806190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2025-03-14T04:37:51.2809809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2025-03-14T04:37:51.2814397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2025-03-14T04:37:51.2817979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2025-03-14T04:37:51.2822090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2826204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2025-03-14T04:37:51.2830052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2025-03-14T04:37:51.2833783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2025-03-14T04:37:51.2838253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2025-03-14T04:37:51.2842380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2846246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2025-03-14T04:37:51.2850099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2025-03-14T04:37:51.2853902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2025-03-14T04:37:51.2857652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2025-03-14T04:37:51.2861293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2025-03-14T04:37:51.2865458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2025-03-14T04:37:51.2869360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2873155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2025-03-14T04:37:51.2876855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2025-03-14T04:37:51.2880608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2025-03-14T04:37:51.2885223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2025-03-14T04:37:51.2889415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.2893063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2025-03-14T04:37:51.2897237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2025-03-14T04:37:51.2919463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2025-03-14T04:37:51.2923297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2025-03-14T04:37:51.2927814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2931342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2025-03-14T04:37:51.2935034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2025-03-14T04:37:51.2938767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2025-03-14T04:37:51.2942618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2946335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2025-03-14T04:37:51.2949920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2025-03-14T04:37:51.2953499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru.h 2025-03-14T04:37:51.2956855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2025-03-14T04:37:51.2960343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2964422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2025-03-14T04:37:51.2968030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2025-03-14T04:37:51.2971881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.2975376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2025-03-14T04:37:51.2978875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2025-03-14T04:37:51.2982218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt.h 2025-03-14T04:37:51.2985890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.2989414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2025-03-14T04:37:51.2993178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2025-03-14T04:37:51.2996753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2025-03-14T04:37:51.3000387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2025-03-14T04:37:51.3003986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2025-03-14T04:37:51.3008013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2025-03-14T04:37:51.3011369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2025-03-14T04:37:51.3015076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3018607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2025-03-14T04:37:51.3022600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2025-03-14T04:37:51.3026381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2025-03-14T04:37:51.3030198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3034500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2025-03-14T04:37:51.3038296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2025-03-14T04:37:51.3041908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2025-03-14T04:37:51.3045453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2025-03-14T04:37:51.3049272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3053193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2025-03-14T04:37:51.3056816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2025-03-14T04:37:51.3060832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2025-03-14T04:37:51.3064659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2025-03-14T04:37:51.3068521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2025-03-14T04:37:51.3072193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2025-03-14T04:37:51.3076227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3079773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2025-03-14T04:37:51.3083801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2025-03-14T04:37:51.3087509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2025-03-14T04:37:51.3091358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2025-03-14T04:37:51.3095427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2025-03-14T04:37:51.3099126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2025-03-14T04:37:51.3103047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2025-03-14T04:37:51.3106747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2025-03-14T04:37:51.3111021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3114940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2025-03-14T04:37:51.3118764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2025-03-14T04:37:51.3122612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2025-03-14T04:37:51.3126482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2025-03-14T04:37:51.3130444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2025-03-14T04:37:51.3135339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2025-03-14T04:37:51.3139510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3143235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2025-03-14T04:37:51.3147000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2025-03-14T04:37:51.3150929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2025-03-14T04:37:51.3154929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2025-03-14T04:37:51.3159593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2025-03-14T04:37:51.3163381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2025-03-14T04:37:51.3167142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2025-03-14T04:37:51.3170863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2025-03-14T04:37:51.3174852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3178540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2025-03-14T04:37:51.3182527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2025-03-14T04:37:51.3187313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2025-03-14T04:37:51.3190683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2025-03-14T04:37:51.3194406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2025-03-14T04:37:51.3198194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2025-03-14T04:37:51.3202021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2025-03-14T04:37:51.3205887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2025-03-14T04:37:51.3209924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2025-03-14T04:37:51.3213716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2025-03-14T04:37:51.3217256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2025-03-14T04:37:51.3221195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2025-03-14T04:37:51.3224867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2025-03-14T04:37:51.3228537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2025-03-14T04:37:51.3232163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2025-03-14T04:37:51.3235960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2025-03-14T04:37:51.3240596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2025-03-14T04:37:51.3244408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2025-03-14T04:37:51.3248222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2025-03-14T04:37:51.3253073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2025-03-14T04:37:51.3256726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2025-03-14T04:37:51.3260710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3278608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2025-03-14T04:37:51.3282878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2025-03-14T04:37:51.3286828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2025-03-14T04:37:51.3290492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2025-03-14T04:37:51.3294715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2025-03-14T04:37:51.3299027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2025-03-14T04:37:51.3303362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2025-03-14T04:37:51.3308277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3312589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2025-03-14T04:37:51.3316864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2025-03-14T04:37:51.3320571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc.h 2025-03-14T04:37:51.3324275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2025-03-14T04:37:51.3327999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2025-03-14T04:37:51.3331757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2025-03-14T04:37:51.3335531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2025-03-14T04:37:51.3339425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram.h 2025-03-14T04:37:51.3343121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2025-03-14T04:37:51.3346911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3350617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2025-03-14T04:37:51.3354410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2025-03-14T04:37:51.3358026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2025-03-14T04:37:51.3361710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2025-03-14T04:37:51.3366002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2025-03-14T04:37:51.3370353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2025-03-14T04:37:51.3374100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3377617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2025-03-14T04:37:51.3382252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2025-03-14T04:37:51.3385727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2025-03-14T04:37:51.3389093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2025-03-14T04:37:51.3392625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2025-03-14T04:37:51.3396382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack.h 2025-03-14T04:37:51.3399842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3403769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2025-03-14T04:37:51.3407262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2025-03-14T04:37:51.3410827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2025-03-14T04:37:51.3414339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2025-03-14T04:37:51.3418160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3421761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2025-03-14T04:37:51.3425437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2025-03-14T04:37:51.3429456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2025-03-14T04:37:51.3433097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2025-03-14T04:37:51.3436698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2025-03-14T04:37:51.3440443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2025-03-14T04:37:51.3444590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2025-03-14T04:37:51.3448129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2025-03-14T04:37:51.3451733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot.h 2025-03-14T04:37:51.3455335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3458959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2025-03-14T04:37:51.3462537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2025-03-14T04:37:51.3466816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2025-03-14T04:37:51.3470818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2025-03-14T04:37:51.3474365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2025-03-14T04:37:51.3478405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2025-03-14T04:37:51.3482112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0.h 2025-03-14T04:37:51.3485865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3489501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2025-03-14T04:37:51.3493297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2025-03-14T04:37:51.3496815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2025-03-14T04:37:51.3500120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2025-03-14T04:37:51.3503697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2025-03-14T04:37:51.3507076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2025-03-14T04:37:51.3510363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma.h 2025-03-14T04:37:51.3513641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac.h 2025-03-14T04:37:51.3517325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3520907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2025-03-14T04:37:51.3524573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2025-03-14T04:37:51.3528837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2025-03-14T04:37:51.3532484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2025-03-14T04:37:51.3536104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2025-03-14T04:37:51.3539790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2025-03-14T04:37:51.3543763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3547087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2025-03-14T04:37:51.3550668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2025-03-14T04:37:51.3554216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2025-03-14T04:37:51.3557846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2025-03-14T04:37:51.3561627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2025-03-14T04:37:51.3565180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2025-03-14T04:37:51.3568689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col.h 2025-03-14T04:37:51.3572332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2025-03-14T04:37:51.3575811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2025-03-14T04:37:51.3579717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2025-03-14T04:37:51.3583126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2025-03-14T04:37:51.3587354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag.h 2025-03-14T04:37:51.3590903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3594392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2025-03-14T04:37:51.3597950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2025-03-14T04:37:51.3601675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index.h 2025-03-14T04:37:51.3604834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add.h 2025-03-14T04:37:51.3608520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3612244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3616147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2025-03-14T04:37:51.3619357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2025-03-14T04:37:51.3622905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2025-03-14T04:37:51.3626657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2025-03-14T04:37:51.3630308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2025-03-14T04:37:51.3634036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2025-03-14T04:37:51.3637823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3642268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2025-03-14T04:37:51.3646079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3649813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3653498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2025-03-14T04:37:51.3657270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2025-03-14T04:37:51.3661012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2025-03-14T04:37:51.3664634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2025-03-14T04:37:51.3668269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2025-03-14T04:37:51.3671695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2025-03-14T04:37:51.3675209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2025-03-14T04:37:51.3678987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2025-03-14T04:37:51.3682816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2025-03-14T04:37:51.3687053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3690761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3694310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2025-03-14T04:37:51.3698125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2025-03-14T04:37:51.3701881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2025-03-14T04:37:51.3705537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2025-03-14T04:37:51.3709105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2025-03-14T04:37:51.3712999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2025-03-14T04:37:51.3716597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2025-03-14T04:37:51.3720147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_native.h 2025-03-14T04:37:51.3723880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2025-03-14T04:37:51.3727626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put.h 2025-03-14T04:37:51.3731481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3735145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2025-03-14T04:37:51.3738731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2025-03-14T04:37:51.3742414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2025-03-14T04:37:51.3746244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3750156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2025-03-14T04:37:51.3753812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2025-03-14T04:37:51.3757553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2025-03-14T04:37:51.3761278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2025-03-14T04:37:51.3765010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2025-03-14T04:37:51.3768856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2025-03-14T04:37:51.3772450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select.h 2025-03-14T04:37:51.3776085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2025-03-14T04:37:51.3779990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3783823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2025-03-14T04:37:51.3788044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2025-03-14T04:37:51.3792057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3795744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2025-03-14T04:37:51.3799966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2025-03-14T04:37:51.3804214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2025-03-14T04:37:51.3808173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2025-03-14T04:37:51.3812028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices.h 2025-03-14T04:37:51.3816034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3819991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2025-03-14T04:37:51.3824564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3828773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3833103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2025-03-14T04:37:51.3837799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2025-03-14T04:37:51.3841884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2025-03-14T04:37:51.3845956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2025-03-14T04:37:51.3851126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2025-03-14T04:37:51.3855416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3859052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2025-03-14T04:37:51.3863209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2025-03-14T04:37:51.3866716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner.h 2025-03-14T04:37:51.3870311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3873944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2025-03-14T04:37:51.3877633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2025-03-14T04:37:51.3882536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2025-03-14T04:37:51.3886264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3889943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2025-03-14T04:37:51.3894055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2025-03-14T04:37:51.3897627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2025-03-14T04:37:51.3901152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3904610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2025-03-14T04:37:51.3922682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2025-03-14T04:37:51.3926294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse.h 2025-03-14T04:37:51.3929883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3933548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2025-03-14T04:37:51.3937018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2025-03-14T04:37:51.3940755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose.h 2025-03-14T04:37:51.3944218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3947703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2025-03-14T04:37:51.3951167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2025-03-14T04:37:51.3954723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2025-03-14T04:37:51.3958218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.3962054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2025-03-14T04:37:51.3965542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2025-03-14T04:37:51.3969061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin.h 2025-03-14T04:37:51.3972383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf.h 2025-03-14T04:37:51.3975765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.3979202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2025-03-14T04:37:51.3982733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2025-03-14T04:37:51.3986465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.3990091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2025-03-14T04:37:51.3993631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2025-03-14T04:37:51.3997742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2025-03-14T04:37:51.4001389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2025-03-14T04:37:51.4005030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2025-03-14T04:37:51.4008438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2025-03-14T04:37:51.4011726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan.h 2025-03-14T04:37:51.4015506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4019136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2025-03-14T04:37:51.4022688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2025-03-14T04:37:51.4027145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2025-03-14T04:37:51.4030733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2025-03-14T04:37:51.4034338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2025-03-14T04:37:51.4037997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4041652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2025-03-14T04:37:51.4045356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2025-03-14T04:37:51.4048850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2025-03-14T04:37:51.4052465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2025-03-14T04:37:51.4056098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2025-03-14T04:37:51.4059660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2025-03-14T04:37:51.4063302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2025-03-14T04:37:51.4066863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4070457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2025-03-14T04:37:51.4074016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2025-03-14T04:37:51.4077687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2025-03-14T04:37:51.4081254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2025-03-14T04:37:51.4084924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2025-03-14T04:37:51.4088519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2025-03-14T04:37:51.4092318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal.h 2025-03-14T04:37:51.4095813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4099590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2025-03-14T04:37:51.4103059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2025-03-14T04:37:51.4106581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft.h 2025-03-14T04:37:51.4110064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4113599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2025-03-14T04:37:51.4117210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2025-03-14T04:37:51.4121235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2025-03-14T04:37:51.4124977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4128675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2025-03-14T04:37:51.4132603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2025-03-14T04:37:51.4136297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2025-03-14T04:37:51.4139878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4143564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2025-03-14T04:37:51.4147064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2025-03-14T04:37:51.4150684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2025-03-14T04:37:51.4154241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4157704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2025-03-14T04:37:51.4161177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2025-03-14T04:37:51.4165491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2025-03-14T04:37:51.4169287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4172854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2025-03-14T04:37:51.4176429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2025-03-14T04:37:51.4180186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2025-03-14T04:37:51.4184006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4187491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2025-03-14T04:37:51.4191044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2025-03-14T04:37:51.4194583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2025-03-14T04:37:51.4198567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4202190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2025-03-14T04:37:51.4205952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2025-03-14T04:37:51.4209535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2025-03-14T04:37:51.4212993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4216582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2025-03-14T04:37:51.4220063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2025-03-14T04:37:51.4224127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2025-03-14T04:37:51.4227751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4231359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2025-03-14T04:37:51.4234827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2025-03-14T04:37:51.4238295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2025-03-14T04:37:51.4242069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4245583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2025-03-14T04:37:51.4249194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2025-03-14T04:37:51.4253366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2025-03-14T04:37:51.4256975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4261374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2025-03-14T04:37:51.4264438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2025-03-14T04:37:51.4268204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2025-03-14T04:37:51.4271826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4275382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2025-03-14T04:37:51.4279016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2025-03-14T04:37:51.4282786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2025-03-14T04:37:51.4286283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2025-03-14T04:37:51.4289952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2025-03-14T04:37:51.4293500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2025-03-14T04:37:51.4297039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2025-03-14T04:37:51.4300858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2025-03-14T04:37:51.4304697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4308213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2025-03-14T04:37:51.4311748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2025-03-14T04:37:51.4315543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2025-03-14T04:37:51.4319448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4323061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2025-03-14T04:37:51.4326957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2025-03-14T04:37:51.4330548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item.h 2025-03-14T04:37:51.4334039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4337569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_native.h 2025-03-14T04:37:51.4341084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2025-03-14T04:37:51.4344440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2025-03-14T04:37:51.4349169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4358964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2025-03-14T04:37:51.4362795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2025-03-14T04:37:51.4366249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2025-03-14T04:37:51.4369846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4373733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2025-03-14T04:37:51.4377432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2025-03-14T04:37:51.4381292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron.h 2025-03-14T04:37:51.4384944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4388521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2025-03-14T04:37:51.4392181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2025-03-14T04:37:51.4395535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2025-03-14T04:37:51.4399161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4403200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4407286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2025-03-14T04:37:51.4410886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2025-03-14T04:37:51.4414623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2025-03-14T04:37:51.4418461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2025-03-14T04:37:51.4422019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2025-03-14T04:37:51.4425503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4429000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2025-03-14T04:37:51.4432611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2025-03-14T04:37:51.4436297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2025-03-14T04:37:51.4440491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4444312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2025-03-14T04:37:51.4447806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2025-03-14T04:37:51.4451348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm.h 2025-03-14T04:37:51.4455023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4458690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2025-03-14T04:37:51.4462303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2025-03-14T04:37:51.4465879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2025-03-14T04:37:51.4469465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2025-03-14T04:37:51.4473326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2025-03-14T04:37:51.4476773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2025-03-14T04:37:51.4480076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2025-03-14T04:37:51.4483668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4487154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2025-03-14T04:37:51.4490874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2025-03-14T04:37:51.4494502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le.h 2025-03-14T04:37:51.4497848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2025-03-14T04:37:51.4501407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2025-03-14T04:37:51.4505439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4509264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2025-03-14T04:37:51.4512972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2025-03-14T04:37:51.4516878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2025-03-14T04:37:51.4520786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2025-03-14T04:37:51.4524633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2025-03-14T04:37:51.4528305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2025-03-14T04:37:51.4532822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4536406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2025-03-14T04:37:51.4541244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2025-03-14T04:37:51.4545052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2025-03-14T04:37:51.4548770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2025-03-14T04:37:51.4552558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2025-03-14T04:37:51.4556192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2025-03-14T04:37:51.4559823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp.h 2025-03-14T04:37:51.4563631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4567332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2025-03-14T04:37:51.4571044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2025-03-14T04:37:51.4574739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2025-03-14T04:37:51.4578397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2025-03-14T04:37:51.4582108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2025-03-14T04:37:51.4585743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2025-03-14T04:37:51.4589102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less.h 2025-03-14T04:37:51.4592579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4596324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2025-03-14T04:37:51.4600249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4603978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2025-03-14T04:37:51.4607647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2025-03-14T04:37:51.4611145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_native.h 2025-03-14T04:37:51.4614803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2025-03-14T04:37:51.4618423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4622080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2025-03-14T04:37:51.4625895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2025-03-14T04:37:51.4629591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2025-03-14T04:37:51.4633003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2025-03-14T04:37:51.4636584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_native.h 2025-03-14T04:37:51.4640106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2025-03-14T04:37:51.4643532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2025-03-14T04:37:51.4648065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4651693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2025-03-14T04:37:51.4655642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2025-03-14T04:37:51.4660474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2025-03-14T04:37:51.4664457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2025-03-14T04:37:51.4669016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2025-03-14T04:37:51.4673192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2025-03-14T04:37:51.4676850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift.h 2025-03-14T04:37:51.4680522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4684283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2025-03-14T04:37:51.4688322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4692270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2025-03-14T04:37:51.4696490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4700150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.4704472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2025-03-14T04:37:51.4708534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2025-03-14T04:37:51.4713153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2025-03-14T04:37:51.4716906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2025-03-14T04:37:51.4720803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2025-03-14T04:37:51.4724578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2025-03-14T04:37:51.4728112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2025-03-14T04:37:51.4732387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4735971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2025-03-14T04:37:51.4740044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4743918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2025-03-14T04:37:51.4747806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2025-03-14T04:37:51.4752219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2025-03-14T04:37:51.4756157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2025-03-14T04:37:51.4759975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2025-03-14T04:37:51.4763937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2025-03-14T04:37:51.4767812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2025-03-14T04:37:51.4771639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2025-03-14T04:37:51.4775806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2025-03-14T04:37:51.4779762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4783539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2025-03-14T04:37:51.4787399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2025-03-14T04:37:51.4792591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2025-03-14T04:37:51.4797376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4802282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2025-03-14T04:37:51.4806310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2025-03-14T04:37:51.4810662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2025-03-14T04:37:51.4814889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2025-03-14T04:37:51.4819444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2025-03-14T04:37:51.4823649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2025-03-14T04:37:51.4827916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2025-03-14T04:37:51.4831921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4836110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2025-03-14T04:37:51.4839765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2025-03-14T04:37:51.4843743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2025-03-14T04:37:51.4847846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4852169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2025-03-14T04:37:51.4855853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2025-03-14T04:37:51.4859441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2025-03-14T04:37:51.4863766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2025-03-14T04:37:51.4867646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4871201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2025-03-14T04:37:51.4874927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2025-03-14T04:37:51.4878822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2025-03-14T04:37:51.4882977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2025-03-14T04:37:51.4886772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4910692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2025-03-14T04:37:51.4914524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2025-03-14T04:37:51.4918471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4922507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2025-03-14T04:37:51.4926364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2025-03-14T04:37:51.4930144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2025-03-14T04:37:51.4933613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2025-03-14T04:37:51.4937101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2025-03-14T04:37:51.4940658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2025-03-14T04:37:51.4944462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2025-03-14T04:37:51.4948607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2025-03-14T04:37:51.4952528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2025-03-14T04:37:51.4956510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2025-03-14T04:37:51.4961000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2025-03-14T04:37:51.4965085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2025-03-14T04:37:51.4968823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2025-03-14T04:37:51.4972518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2025-03-14T04:37:51.4976500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.4980841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2025-03-14T04:37:51.4985957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.4989625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2025-03-14T04:37:51.4993353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2025-03-14T04:37:51.4997054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2025-03-14T04:37:51.5000899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2025-03-14T04:37:51.5004801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2025-03-14T04:37:51.5008677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2025-03-14T04:37:51.5012324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2025-03-14T04:37:51.5015964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2025-03-14T04:37:51.5019615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2025-03-14T04:37:51.5023487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5027322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2025-03-14T04:37:51.5031404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5035371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2025-03-14T04:37:51.5039078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2025-03-14T04:37:51.5042821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2025-03-14T04:37:51.5046535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2025-03-14T04:37:51.5050232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2025-03-14T04:37:51.5054026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2025-03-14T04:37:51.5058073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2025-03-14T04:37:51.5061818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2025-03-14T04:37:51.5066083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2025-03-14T04:37:51.5069999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5074048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2025-03-14T04:37:51.5078512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2025-03-14T04:37:51.5083767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2025-03-14T04:37:51.5088721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2025-03-14T04:37:51.5093040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2025-03-14T04:37:51.5097222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2025-03-14T04:37:51.5101436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2025-03-14T04:37:51.5105802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5110290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2025-03-14T04:37:51.5114654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2025-03-14T04:37:51.5118467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2025-03-14T04:37:51.5122430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2025-03-14T04:37:51.5126068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2025-03-14T04:37:51.5130216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5133935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2025-03-14T04:37:51.5138052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2025-03-14T04:37:51.5141976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2025-03-14T04:37:51.5145830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5149563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2025-03-14T04:37:51.5153760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5157354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2025-03-14T04:37:51.5161340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2025-03-14T04:37:51.5165179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2025-03-14T04:37:51.5169015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2025-03-14T04:37:51.5172754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2025-03-14T04:37:51.5176441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2025-03-14T04:37:51.5180169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2025-03-14T04:37:51.5183877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2025-03-14T04:37:51.5188271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2025-03-14T04:37:51.5191946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2025-03-14T04:37:51.5196042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2025-03-14T04:37:51.5199889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2025-03-14T04:37:51.5203843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2025-03-14T04:37:51.5208621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5212571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2025-03-14T04:37:51.5216614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2025-03-14T04:37:51.5220320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2025-03-14T04:37:51.5225199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2025-03-14T04:37:51.5228911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2025-03-14T04:37:51.5232648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2025-03-14T04:37:51.5236463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2025-03-14T04:37:51.5240454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5244786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2025-03-14T04:37:51.5248550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2025-03-14T04:37:51.5252199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2025-03-14T04:37:51.5256161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5260336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2025-03-14T04:37:51.5264126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2025-03-14T04:37:51.5267912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2025-03-14T04:37:51.5271666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2025-03-14T04:37:51.5275394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2025-03-14T04:37:51.5279305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5283194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2025-03-14T04:37:51.5286902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2025-03-14T04:37:51.5291069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2025-03-14T04:37:51.5295181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5298845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2025-03-14T04:37:51.5302560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2025-03-14T04:37:51.5306283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2025-03-14T04:37:51.5310263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5313963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2025-03-14T04:37:51.5317793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2025-03-14T04:37:51.5321461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2025-03-14T04:37:51.5325429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5329007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2025-03-14T04:37:51.5332625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2025-03-14T04:37:51.5336727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2025-03-14T04:37:51.5340640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5344520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2025-03-14T04:37:51.5348121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2025-03-14T04:37:51.5351671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2025-03-14T04:37:51.5355531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5359513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5363855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5367776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2025-03-14T04:37:51.5371614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2025-03-14T04:37:51.5375366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2025-03-14T04:37:51.5379223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5382920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2025-03-14T04:37:51.5386604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2025-03-14T04:37:51.5390778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2025-03-14T04:37:51.5394722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2025-03-14T04:37:51.5398500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2025-03-14T04:37:51.5402358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2025-03-14T04:37:51.5406052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2025-03-14T04:37:51.5410090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5413816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2025-03-14T04:37:51.5417516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2025-03-14T04:37:51.5421369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2025-03-14T04:37:51.5425231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5429269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2025-03-14T04:37:51.5433266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5436943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2025-03-14T04:37:51.5440560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2025-03-14T04:37:51.5444427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2025-03-14T04:37:51.5448732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2025-03-14T04:37:51.5452179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2025-03-14T04:37:51.5456423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2025-03-14T04:37:51.5460048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2025-03-14T04:37:51.5463750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2025-03-14T04:37:51.5467461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2025-03-14T04:37:51.5471883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2025-03-14T04:37:51.5475676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2025-03-14T04:37:51.5479646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5483630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2025-03-14T04:37:51.5487272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2025-03-14T04:37:51.5491056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5495216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2025-03-14T04:37:51.5499268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2025-03-14T04:37:51.5503170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2025-03-14T04:37:51.5507164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5510926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2025-03-14T04:37:51.5514610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2025-03-14T04:37:51.5518320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2025-03-14T04:37:51.5522311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5526267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2025-03-14T04:37:51.5530042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2025-03-14T04:37:51.5533781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2025-03-14T04:37:51.5537583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5541328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2025-03-14T04:37:51.5544954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2025-03-14T04:37:51.5548578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2025-03-14T04:37:51.5552657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5578177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2025-03-14T04:37:51.5581952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2025-03-14T04:37:51.5585554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2025-03-14T04:37:51.5589575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5593201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2025-03-14T04:37:51.5597148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2025-03-14T04:37:51.5600872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2025-03-14T04:37:51.5604876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2025-03-14T04:37:51.5608718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2025-03-14T04:37:51.5612472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2025-03-14T04:37:51.5616851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear.h 2025-03-14T04:37:51.5620431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2025-03-14T04:37:51.5624417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5627891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2025-03-14T04:37:51.5631515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2025-03-14T04:37:51.5635709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5639047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5642731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2025-03-14T04:37:51.5646290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2025-03-14T04:37:51.5650121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace.h 2025-03-14T04:37:51.5653571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5657602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2025-03-14T04:37:51.5661305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2025-03-14T04:37:51.5664862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2025-03-14T04:37:51.5668587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2025-03-14T04:37:51.5672277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2025-03-14T04:37:51.5676163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log.h 2025-03-14T04:37:51.5679654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10.h 2025-03-14T04:37:51.5683467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5687313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2025-03-14T04:37:51.5691080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2025-03-14T04:37:51.5694699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2025-03-14T04:37:51.5698475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2025-03-14T04:37:51.5702135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2025-03-14T04:37:51.5705979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2025-03-14T04:37:51.5709819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p.h 2025-03-14T04:37:51.5713425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5716976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2025-03-14T04:37:51.5721005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2025-03-14T04:37:51.5724876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2025-03-14T04:37:51.5728696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2025-03-14T04:37:51.5732482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2025-03-14T04:37:51.5736660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2025-03-14T04:37:51.5740894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2.h 2025-03-14T04:37:51.5744432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5748029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2025-03-14T04:37:51.5751591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2025-03-14T04:37:51.5755417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2025-03-14T04:37:51.5759046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2025-03-14T04:37:51.5762834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2025-03-14T04:37:51.5766610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2025-03-14T04:37:51.5770093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2025-03-14T04:37:51.5773621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2025-03-14T04:37:51.5777622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5781145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2025-03-14T04:37:51.5785105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2025-03-14T04:37:51.5789681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2025-03-14T04:37:51.5793150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2025-03-14T04:37:51.5797399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2025-03-14T04:37:51.5802101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2025-03-14T04:37:51.5806403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5810434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2025-03-14T04:37:51.5814938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2025-03-14T04:37:51.5818953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2025-03-14T04:37:51.5823089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2025-03-14T04:37:51.5827501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2025-03-14T04:37:51.5831691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2025-03-14T04:37:51.5835865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2025-03-14T04:37:51.5840013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5844670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5848389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2025-03-14T04:37:51.5852157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2025-03-14T04:37:51.5856183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet.h 2025-03-14T04:37:51.5859874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.5863803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2025-03-14T04:37:51.5867164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2025-03-14T04:37:51.5870940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2025-03-14T04:37:51.5874593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5878127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2025-03-14T04:37:51.5882079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2025-03-14T04:37:51.5885972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2025-03-14T04:37:51.5889814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2025-03-14T04:37:51.5893576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2025-03-14T04:37:51.5897291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5900968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2025-03-14T04:37:51.5904680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2025-03-14T04:37:51.5908492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2025-03-14T04:37:51.5912427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2025-03-14T04:37:51.5916365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2025-03-14T04:37:51.5920212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5923957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2025-03-14T04:37:51.5945184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2025-03-14T04:37:51.5948875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2025-03-14T04:37:51.5952880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2025-03-14T04:37:51.5956740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2025-03-14T04:37:51.5960954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.5964707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2025-03-14T04:37:51.5968773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2025-03-14T04:37:51.5972234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2025-03-14T04:37:51.5975983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2025-03-14T04:37:51.5979589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit.h 2025-03-14T04:37:51.5983404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2025-03-14T04:37:51.5987081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.5990740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2025-03-14T04:37:51.5994436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2025-03-14T04:37:51.5998051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2025-03-14T04:37:51.6001852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2025-03-14T04:37:51.6005585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2025-03-14T04:37:51.6018774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2025-03-14T04:37:51.6019477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2025-03-14T04:37:51.6020083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2025-03-14T04:37:51.6020731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2025-03-14T04:37:51.6024481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2025-03-14T04:37:51.6028088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2025-03-14T04:37:51.6031970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace.h 2025-03-14T04:37:51.6035509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.6039398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2025-03-14T04:37:51.6042981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2025-03-14T04:37:51.6046624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2025-03-14T04:37:51.6050297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2025-03-14T04:37:51.6053961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2025-03-14T04:37:51.6057754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2025-03-14T04:37:51.6061587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.6065675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.6069653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.6073382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2025-03-14T04:37:51.6077192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2025-03-14T04:37:51.6081708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.6085401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2025-03-14T04:37:51.6089201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2025-03-14T04:37:51.6092676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2025-03-14T04:37:51.6096182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2025-03-14T04:37:51.6101737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_native.h 2025-03-14T04:37:51.6106547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2025-03-14T04:37:51.6110586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.6115982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2025-03-14T04:37:51.6121575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2025-03-14T04:37:51.8657461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2025-03-14T04:37:51.8662449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2025-03-14T04:37:51.8667487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2025-03-14T04:37:51.8672432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2025-03-14T04:37:51.8676077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2025-03-14T04:37:51.8680182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2025-03-14T04:37:51.8685197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2025-03-14T04:37:51.8689224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2025-03-14T04:37:51.8694639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2025-03-14T04:37:51.8697460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2025-03-14T04:37:51.8701746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8705669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2025-03-14T04:37:51.8709613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2025-03-14T04:37:51.8714146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2025-03-14T04:37:51.8719045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2025-03-14T04:37:51.8723079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2025-03-14T04:37:51.8726764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2025-03-14T04:37:51.8730639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2025-03-14T04:37:51.8734469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2025-03-14T04:37:51.8738230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8742109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8747280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2025-03-14T04:37:51.8751502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2025-03-14T04:37:51.8755370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift.h 2025-03-14T04:37:51.8759911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8764199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2025-03-14T04:37:51.8767976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2025-03-14T04:37:51.8772686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2025-03-14T04:37:51.8777171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2025-03-14T04:37:51.8781292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2025-03-14T04:37:51.8785306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm.h 2025-03-14T04:37:51.8789263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2025-03-14T04:37:51.8793398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8797325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2025-03-14T04:37:51.8801645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2025-03-14T04:37:51.8805524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8809389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2025-03-14T04:37:51.8813307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8817198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2025-03-14T04:37:51.8821170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2025-03-14T04:37:51.8825386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2025-03-14T04:37:51.8829187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2025-03-14T04:37:51.8832845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt.h 2025-03-14T04:37:51.8836826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.8840380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2025-03-14T04:37:51.8844286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2025-03-14T04:37:51.8847949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2025-03-14T04:37:51.8851544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2025-03-14T04:37:51.8855169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2025-03-14T04:37:51.8858942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2025-03-14T04:37:51.8862177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2025-03-14T04:37:51.8865759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8869400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2025-03-14T04:37:51.8873075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2025-03-14T04:37:51.8876679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2025-03-14T04:37:51.8880548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.8884073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2025-03-14T04:37:51.8887814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2025-03-14T04:37:51.8891721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2025-03-14T04:37:51.8895490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2025-03-14T04:37:51.8899817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2025-03-14T04:37:51.8903384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2025-03-14T04:37:51.8907026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2025-03-14T04:37:51.8911104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.8914548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2025-03-14T04:37:51.8918504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2025-03-14T04:37:51.8922444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2025-03-14T04:37:51.8926193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8929865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2025-03-14T04:37:51.8933953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2025-03-14T04:37:51.8937643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2025-03-14T04:37:51.8941309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2025-03-14T04:37:51.8945237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2025-03-14T04:37:51.8948840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2025-03-14T04:37:51.8952561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2025-03-14T04:37:51.8956494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8960169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2025-03-14T04:37:51.8964184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2025-03-14T04:37:51.8968244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.8972154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2025-03-14T04:37:51.8975891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2025-03-14T04:37:51.8979575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2025-03-14T04:37:51.8983239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2025-03-14T04:37:51.8987703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2025-03-14T04:37:51.8991662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2025-03-14T04:37:51.8995563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2025-03-14T04:37:51.8999831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9003668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2025-03-14T04:37:51.9007791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2025-03-14T04:37:51.9011664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2025-03-14T04:37:51.9015608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2025-03-14T04:37:51.9019499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2025-03-14T04:37:51.9023411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2025-03-14T04:37:51.9027019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul.h 2025-03-14T04:37:51.9030492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2025-03-14T04:37:51.9034740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9043273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2025-03-14T04:37:51.9047097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2025-03-14T04:37:51.9050968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9055686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2025-03-14T04:37:51.9059430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2025-03-14T04:37:51.9063277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2025-03-14T04:37:51.9066890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2025-03-14T04:37:51.9070825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9074431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2025-03-14T04:37:51.9078099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2025-03-14T04:37:51.9082295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9086038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2025-03-14T04:37:51.9089677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2025-03-14T04:37:51.9093363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2025-03-14T04:37:51.9096903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9100674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2025-03-14T04:37:51.9104323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2025-03-14T04:37:51.9108214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2025-03-14T04:37:51.9112119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9115955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2025-03-14T04:37:51.9119636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2025-03-14T04:37:51.9123483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max.h 2025-03-14T04:37:51.9127324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum.h 2025-03-14T04:37:51.9131484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9135224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2025-03-14T04:37:51.9146828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2025-03-14T04:37:51.9151539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2025-03-14T04:37:51.9155075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2025-03-14T04:37:51.9158968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2025-03-14T04:37:51.9162932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2025-03-14T04:37:51.9167132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9171004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9175216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2025-03-14T04:37:51.9178917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2025-03-14T04:37:51.9183007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2025-03-14T04:37:51.9186818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2025-03-14T04:37:51.9190985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_native.h 2025-03-14T04:37:51.9194539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2025-03-14T04:37:51.9198373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2025-03-14T04:37:51.9202721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9205940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2025-03-14T04:37:51.9210225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2025-03-14T04:37:51.9214087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2025-03-14T04:37:51.9217960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9221844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2025-03-14T04:37:51.9225672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2025-03-14T04:37:51.9229568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2025-03-14T04:37:51.9233522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2025-03-14T04:37:51.9237565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9241300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2025-03-14T04:37:51.9245173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2025-03-14T04:37:51.9249521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9253541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2025-03-14T04:37:51.9257967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2025-03-14T04:37:51.9261717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2025-03-14T04:37:51.9265894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2025-03-14T04:37:51.9269800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9273565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2025-03-14T04:37:51.9277360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2025-03-14T04:37:51.9281442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2025-03-14T04:37:51.9285325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2025-03-14T04:37:51.9289335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2025-03-14T04:37:51.9293826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2025-03-14T04:37:51.9299389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9303762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2025-03-14T04:37:51.9308312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2025-03-14T04:37:51.9312848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2025-03-14T04:37:51.9316998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2025-03-14T04:37:51.9322905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2025-03-14T04:37:51.9329016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2025-03-14T04:37:51.9334791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2025-03-14T04:37:51.9339178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9343170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2025-03-14T04:37:51.9347508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2025-03-14T04:37:51.9351968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2025-03-14T04:37:51.9356573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2025-03-14T04:37:51.9362819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2025-03-14T04:37:51.9367368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2025-03-14T04:37:51.9372344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2025-03-14T04:37:51.9376856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2025-03-14T04:37:51.9381519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2025-03-14T04:37:51.9386845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2025-03-14T04:37:51.9391501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2025-03-14T04:37:51.9396070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2025-03-14T04:37:51.9400591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2025-03-14T04:37:51.9405290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2025-03-14T04:37:51.9410237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2025-03-14T04:37:51.9413902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2025-03-14T04:37:51.9418289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2025-03-14T04:37:51.9422277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2025-03-14T04:37:51.9426069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2025-03-14T04:37:51.9429889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2025-03-14T04:37:51.9433715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2025-03-14T04:37:51.9437580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2025-03-14T04:37:51.9441262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean.h 2025-03-14T04:37:51.9445014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9448812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9452449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9456081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2025-03-14T04:37:51.9459693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2025-03-14T04:37:51.9463354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2025-03-14T04:37:51.9466960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2025-03-14T04:37:51.9471057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2025-03-14T04:37:51.9475234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2025-03-14T04:37:51.9478957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median.h 2025-03-14T04:37:51.9483008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9487626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9491546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2025-03-14T04:37:51.9495567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2025-03-14T04:37:51.9499766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_native.h 2025-03-14T04:37:51.9504109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2025-03-14T04:37:51.9507979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2025-03-14T04:37:51.9512132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9516338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2025-03-14T04:37:51.9539650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2025-03-14T04:37:51.9543314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH.h 2025-03-14T04:37:51.9547672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9551756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2025-03-14T04:37:51.9555475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2025-03-14T04:37:51.9559497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min.h 2025-03-14T04:37:51.9563472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum.h 2025-03-14T04:37:51.9567169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9571408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2025-03-14T04:37:51.9575585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2025-03-14T04:37:51.9579295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2025-03-14T04:37:51.9583654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2025-03-14T04:37:51.9587875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2025-03-14T04:37:51.9591802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2025-03-14T04:37:51.9596190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9600294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9604243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2025-03-14T04:37:51.9608910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2025-03-14T04:37:51.9613257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2025-03-14T04:37:51.9617092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2025-03-14T04:37:51.9620977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_native.h 2025-03-14T04:37:51.9624996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2025-03-14T04:37:51.9628648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2025-03-14T04:37:51.9632750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2025-03-14T04:37:51.9637170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9641139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2025-03-14T04:37:51.9645184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2025-03-14T04:37:51.9649649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2025-03-14T04:37:51.9654512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9658415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2025-03-14T04:37:51.9662580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2025-03-14T04:37:51.9666888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2025-03-14T04:37:51.9671285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2025-03-14T04:37:51.9675289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2025-03-14T04:37:51.9679664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2025-03-14T04:37:51.9684092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2025-03-14T04:37:51.9688017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2025-03-14T04:37:51.9692548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9696973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2025-03-14T04:37:51.9701713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2025-03-14T04:37:51.9705772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2025-03-14T04:37:51.9710298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2025-03-14T04:37:51.9715096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2025-03-14T04:37:51.9719423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2025-03-14T04:37:51.9723543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2025-03-14T04:37:51.9727957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2025-03-14T04:37:51.9732682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9736979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2025-03-14T04:37:51.9741185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2025-03-14T04:37:51.9745568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2025-03-14T04:37:51.9750093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2025-03-14T04:37:51.9754359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9758760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2025-03-14T04:37:51.9763149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2025-03-14T04:37:51.9767489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2025-03-14T04:37:51.9771387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2025-03-14T04:37:51.9775641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2025-03-14T04:37:51.9780246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9784084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2025-03-14T04:37:51.9788383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2025-03-14T04:37:51.9792722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2025-03-14T04:37:51.9797074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9802707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2025-03-14T04:37:51.9807204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2025-03-14T04:37:51.9810987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2025-03-14T04:37:51.9815307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish.h 2025-03-14T04:37:51.9818972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2025-03-14T04:37:51.9823308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:51.9827203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2025-03-14T04:37:51.9831468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2025-03-14T04:37:51.9835302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2025-03-14T04:37:51.9839159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2025-03-14T04:37:51.9843174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:51.9847005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2025-03-14T04:37:51.9850484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2025-03-14T04:37:51.9854102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2025-03-14T04:37:51.9857664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2025-03-14T04:37:51.9861627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2025-03-14T04:37:51.9865848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2025-03-14T04:37:51.9869302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2025-03-14T04:37:51.9872983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2025-03-14T04:37:51.9876747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9880309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2025-03-14T04:37:51.9884107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2025-03-14T04:37:51.9888083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2025-03-14T04:37:51.9891922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2025-03-14T04:37:51.9895715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2025-03-14T04:37:51.9899518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9903252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2025-03-14T04:37:51.9906903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2025-03-14T04:37:51.9911084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2025-03-14T04:37:51.9914815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2025-03-14T04:37:51.9919866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9923838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2025-03-14T04:37:51.9928029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9931728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2025-03-14T04:37:51.9935840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2025-03-14T04:37:51.9939847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2025-03-14T04:37:51.9943571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2025-03-14T04:37:51.9947296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2025-03-14T04:37:51.9951219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9955065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2025-03-14T04:37:51.9958984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2025-03-14T04:37:51.9963011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9966730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2025-03-14T04:37:51.9970567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2025-03-14T04:37:51.9974397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2025-03-14T04:37:51.9978325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2025-03-14T04:37:51.9982625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9986353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2025-03-14T04:37:51.9990763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2025-03-14T04:37:51.9994665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:51.9998335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2025-03-14T04:37:52.0002238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2025-03-14T04:37:52.0006282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2025-03-14T04:37:52.0010020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2025-03-14T04:37:52.0014462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0018190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2025-03-14T04:37:52.0022283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2025-03-14T04:37:52.0026203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0030144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2025-03-14T04:37:52.0033860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2025-03-14T04:37:52.0037563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2025-03-14T04:37:52.0041449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0045322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2025-03-14T04:37:52.0049087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2025-03-14T04:37:52.0053054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2025-03-14T04:37:52.0056924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0060724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2025-03-14T04:37:52.0064496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2025-03-14T04:37:52.0068340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2025-03-14T04:37:52.0072098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2025-03-14T04:37:52.0076540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0080446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2025-03-14T04:37:52.0084226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2025-03-14T04:37:52.0087938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2025-03-14T04:37:52.0091865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0095917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2025-03-14T04:37:52.0099942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2025-03-14T04:37:52.0104007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2025-03-14T04:37:52.0107699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm.h 2025-03-14T04:37:52.0111366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.0114992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2025-03-14T04:37:52.0118694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2025-03-14T04:37:52.0122390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2025-03-14T04:37:52.0125951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2025-03-14T04:37:52.0129624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2025-03-14T04:37:52.0133639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2025-03-14T04:37:52.0137315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode.h 2025-03-14T04:37:52.0141207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0145541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0148964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2025-03-14T04:37:52.0153096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2025-03-14T04:37:52.0157520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2025-03-14T04:37:52.0161335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2025-03-14T04:37:52.0165214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2025-03-14T04:37:52.0169230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0173311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2025-03-14T04:37:52.0177319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2025-03-14T04:37:52.0181372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim.h 2025-03-14T04:37:52.0185077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0189390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2025-03-14T04:37:52.0193511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2025-03-14T04:37:52.0197376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2025-03-14T04:37:52.0201625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0205782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2025-03-14T04:37:52.0210123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2025-03-14T04:37:52.0214610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2025-03-14T04:37:52.0219539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0223886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2025-03-14T04:37:52.0228076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2025-03-14T04:37:52.0232118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2025-03-14T04:37:52.0235934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2025-03-14T04:37:52.0240440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2025-03-14T04:37:52.0244402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2025-03-14T04:37:52.0248470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2025-03-14T04:37:52.0252698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2025-03-14T04:37:52.0256726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.0261379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2025-03-14T04:37:52.0265955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2025-03-14T04:37:52.0270308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2025-03-14T04:37:52.0274254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2025-03-14T04:37:52.0278634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2025-03-14T04:37:52.0283146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2025-03-14T04:37:52.0286967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort.h 2025-03-14T04:37:52.0291067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0295184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2025-03-14T04:37:52.0298941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2025-03-14T04:37:52.0303104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT.h 2025-03-14T04:37:52.0307152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0310743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2025-03-14T04:37:52.0314960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2025-03-14T04:37:52.0318842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul.h 2025-03-14T04:37:52.0322506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2025-03-14T04:37:52.0328732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2025-03-14T04:37:52.0334017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2025-03-14T04:37:52.0339937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2025-03-14T04:37:52.0344266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2025-03-14T04:37:52.0348613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2025-03-14T04:37:52.0353103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0357508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2025-03-14T04:37:52.0362774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2025-03-14T04:37:52.0367681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2025-03-14T04:37:52.0371434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2025-03-14T04:37:52.0375104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2025-03-14T04:37:52.0379987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2025-03-14T04:37:52.0383961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2025-03-14T04:37:52.0388163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2025-03-14T04:37:52.0391932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2025-03-14T04:37:52.0396246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2025-03-14T04:37:52.0400032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2025-03-14T04:37:52.0403820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2025-03-14T04:37:52.0407487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply.h 2025-03-14T04:37:52.0411160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0414843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2025-03-14T04:37:52.0418443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2025-03-14T04:37:52.0422076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2025-03-14T04:37:52.0426339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2025-03-14T04:37:52.0430311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2025-03-14T04:37:52.0434468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2025-03-14T04:37:52.0438809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2025-03-14T04:37:52.0443024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2025-03-14T04:37:52.0446888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2025-03-14T04:37:52.0450589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2025-03-14T04:37:52.0454209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2025-03-14T04:37:52.0457939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2025-03-14T04:37:52.0462156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.0466023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0469620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2025-03-14T04:37:52.0473183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2025-03-14T04:37:52.0477237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2025-03-14T04:37:52.0480839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2025-03-14T04:37:52.0484586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2025-03-14T04:37:52.0501533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2025-03-14T04:37:52.0504737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv.h 2025-03-14T04:37:52.0508236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2025-03-14T04:37:52.0511767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0515381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2025-03-14T04:37:52.0518982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2025-03-14T04:37:52.0523233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2025-03-14T04:37:52.0526777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2025-03-14T04:37:52.0531012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0534474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2025-03-14T04:37:52.0538311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2025-03-14T04:37:52.0541687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2025-03-14T04:37:52.0545168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0548629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2025-03-14T04:37:52.0552652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2025-03-14T04:37:52.0556330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2025-03-14T04:37:52.0560153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0564120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0567691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2025-03-14T04:37:52.0571387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2025-03-14T04:37:52.0575167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2025-03-14T04:37:52.0579304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2025-03-14T04:37:52.0583092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2025-03-14T04:37:52.0602856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0606618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2025-03-14T04:37:52.0610786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2025-03-14T04:37:52.0614861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum.h 2025-03-14T04:37:52.0618419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2025-03-14T04:37:52.0622530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2025-03-14T04:37:52.0626731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2025-03-14T04:37:52.0630331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2025-03-14T04:37:52.0634574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2025-03-14T04:37:52.0638805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0642854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2025-03-14T04:37:52.0646946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2025-03-14T04:37:52.0651130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2025-03-14T04:37:52.0655159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2025-03-14T04:37:52.0659233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow.h 2025-03-14T04:37:52.0663314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0667331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2025-03-14T04:37:52.0671556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.0676297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2025-03-14T04:37:52.0680939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2025-03-14T04:37:52.0685227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2025-03-14T04:37:52.0689187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2025-03-14T04:37:52.0693562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2025-03-14T04:37:52.0697203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2025-03-14T04:37:52.0701447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2025-03-14T04:37:52.0705763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0710289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2025-03-14T04:37:52.0714237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2025-03-14T04:37:52.0718546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2025-03-14T04:37:52.0722943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2025-03-14T04:37:52.0727041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2025-03-14T04:37:52.0731384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2025-03-14T04:37:52.0735660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2025-03-14T04:37:52.0739858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2025-03-14T04:37:52.0743880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2025-03-14T04:37:52.0748550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0753124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2025-03-14T04:37:52.0757215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2025-03-14T04:37:52.0761640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2025-03-14T04:37:52.0766027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2025-03-14T04:37:52.0770213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2025-03-14T04:37:52.0774483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0779634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2025-03-14T04:37:52.0784032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2025-03-14T04:37:52.0788825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2025-03-14T04:37:52.0792815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2025-03-14T04:37:52.0797313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0801747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2025-03-14T04:37:52.0806420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2025-03-14T04:37:52.0810366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2025-03-14T04:37:52.0814813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2025-03-14T04:37:52.0819228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2025-03-14T04:37:52.0822985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2025-03-14T04:37:52.0830429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0836528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2025-03-14T04:37:52.0842619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2025-03-14T04:37:52.0848440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2025-03-14T04:37:52.0852522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2025-03-14T04:37:52.0857273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0861981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2025-03-14T04:37:52.0866224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2025-03-14T04:37:52.0870635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2025-03-14T04:37:52.0875060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2025-03-14T04:37:52.0879032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2025-03-14T04:37:52.0882964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2025-03-14T04:37:52.0887605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0891744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2025-03-14T04:37:52.0896297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2025-03-14T04:37:52.0901534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2025-03-14T04:37:52.0905568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2025-03-14T04:37:52.0909848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0913612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2025-03-14T04:37:52.0917773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2025-03-14T04:37:52.0921675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2025-03-14T04:37:52.0925435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2025-03-14T04:37:52.0929200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2025-03-14T04:37:52.0933871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.0937751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2025-03-14T04:37:52.0941547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2025-03-14T04:37:52.0945339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne.h 2025-03-14T04:37:52.0948718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg.h 2025-03-14T04:37:52.0952335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative.h 2025-03-14T04:37:52.0956005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.0959600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2025-03-14T04:37:52.0963136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2025-03-14T04:37:52.0967081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.0970657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2025-03-14T04:37:52.0974361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2025-03-14T04:37:52.0979023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2025-03-14T04:37:52.0982612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2025-03-14T04:37:52.0986360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2025-03-14T04:37:52.0990277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2025-03-14T04:37:52.0994277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2025-03-14T04:37:52.0998469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1002430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2025-03-14T04:37:52.1006582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2025-03-14T04:37:52.1010182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2025-03-14T04:37:52.1013828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1017402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2025-03-14T04:37:52.1021001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2025-03-14T04:37:52.1024733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2025-03-14T04:37:52.1028751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1032627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1036234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2025-03-14T04:37:52.1039944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2025-03-14T04:37:52.1043687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full.h 2025-03-14T04:37:52.1047289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1050871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2025-03-14T04:37:52.1054522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2025-03-14T04:37:52.1058326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2025-03-14T04:37:52.1061826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1065477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2025-03-14T04:37:52.1069005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2025-03-14T04:37:52.1072533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2025-03-14T04:37:52.1076133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1079906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2025-03-14T04:37:52.1083612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2025-03-14T04:37:52.1087855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2025-03-14T04:37:52.1091814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1095223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2025-03-14T04:37:52.1098982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2025-03-14T04:37:52.1102911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2025-03-14T04:37:52.1107266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2025-03-14T04:37:52.1110974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2025-03-14T04:37:52.1115014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2025-03-14T04:37:52.1118943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1122580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2025-03-14T04:37:52.1126124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2025-03-14T04:37:52.1129661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2025-03-14T04:37:52.1133007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2025-03-14T04:37:52.1137210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2025-03-14T04:37:52.1140886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2025-03-14T04:37:52.1144152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2025-03-14T04:37:52.1147397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2025-03-14T04:37:52.1150890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2025-03-14T04:37:52.1154515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.1158209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.1161975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2025-03-14T04:37:52.1165882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2025-03-14T04:37:52.1169852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1173353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2025-03-14T04:37:52.1177253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2025-03-14T04:37:52.1180917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2025-03-14T04:37:52.1184535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2025-03-14T04:37:52.1188414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2025-03-14T04:37:52.1192128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2025-03-14T04:37:52.1195802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2025-03-14T04:37:52.1199694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2025-03-14T04:37:52.1203762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1208056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2025-03-14T04:37:52.1211779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2025-03-14T04:37:52.1215710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2025-03-14T04:37:52.1220156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2025-03-14T04:37:52.1223595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2025-03-14T04:37:52.1227215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2025-03-14T04:37:52.1231241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1234766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2025-03-14T04:37:52.1239247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1243370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2025-03-14T04:37:52.1247163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2025-03-14T04:37:52.1251443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2025-03-14T04:37:52.1255305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2025-03-14T04:37:52.1259014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2025-03-14T04:37:52.1262814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2025-03-14T04:37:52.1266709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2025-03-14T04:37:52.1270345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2025-03-14T04:37:52.1274132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1277753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2025-03-14T04:37:52.1281542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2025-03-14T04:37:52.1285367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2025-03-14T04:37:52.1288970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2025-03-14T04:37:52.1292770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2025-03-14T04:37:52.1296724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2025-03-14T04:37:52.1300432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2025-03-14T04:37:52.1304026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2025-03-14T04:37:52.1307822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1312030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2025-03-14T04:37:52.1315708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2025-03-14T04:37:52.1319310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2025-03-14T04:37:52.1323306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2025-03-14T04:37:52.1326961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2025-03-14T04:37:52.1330662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h 2025-03-14T04:37:52.1334322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2025-03-14T04:37:52.1339389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2025-03-14T04:37:52.1343299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm.h 2025-03-14T04:37:52.1348887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal.h 2025-03-14T04:37:52.1353277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1357569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2025-03-14T04:37:52.1361455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2025-03-14T04:37:52.1367156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2025-03-14T04:37:52.1374074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2025-03-14T04:37:52.1379820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2025-03-14T04:37:52.1385800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1391762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1397775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1404109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2025-03-14T04:37:52.1408027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2025-03-14T04:37:52.1412350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2025-03-14T04:37:52.1416516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1420468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2025-03-14T04:37:52.1424810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2025-03-14T04:37:52.1429046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2025-03-14T04:37:52.1433110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2025-03-14T04:37:52.1436736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2025-03-14T04:37:52.1441570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2025-03-14T04:37:52.1445034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2025-03-14T04:37:52.1448814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1452427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2025-03-14T04:37:52.1456162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2025-03-14T04:37:52.1460476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2025-03-14T04:37:52.1464297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1467988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2025-03-14T04:37:52.1471688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2025-03-14T04:37:52.1475474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2025-03-14T04:37:52.1478964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1483105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2025-03-14T04:37:52.1487015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2025-03-14T04:37:52.1490669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones.h 2025-03-14T04:37:52.1494102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1497618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2025-03-14T04:37:52.1501365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1505135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2025-03-14T04:37:52.1508647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2025-03-14T04:37:52.1512474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2025-03-14T04:37:52.1516148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2025-03-14T04:37:52.1519571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2025-03-14T04:37:52.1523167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1526703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2025-03-14T04:37:52.1530349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2025-03-14T04:37:52.1533936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or.h 2025-03-14T04:37:52.1537322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2025-03-14T04:37:52.1541376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1545138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2025-03-14T04:37:52.1549378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2025-03-14T04:37:52.1553287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2025-03-14T04:37:52.1556725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2025-03-14T04:37:52.1560354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2025-03-14T04:37:52.1564019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2025-03-14T04:37:52.1567532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2025-03-14T04:37:52.1571252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1574925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_native.h 2025-03-14T04:37:52.1578496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2025-03-14T04:37:52.1581829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer.h 2025-03-14T04:37:52.1585498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1588998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2025-03-14T04:37:52.1592586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2025-03-14T04:37:52.1596147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2025-03-14T04:37:52.1599764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1603429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2025-03-14T04:37:52.1607215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2025-03-14T04:37:52.1610858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad.h 2025-03-14T04:37:52.1614516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1618076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2025-03-14T04:37:52.1621622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2025-03-14T04:37:52.1625330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2025-03-14T04:37:52.1629228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1650554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2025-03-14T04:37:52.1654230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2025-03-14T04:37:52.1657991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2025-03-14T04:37:52.1661600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1665193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2025-03-14T04:37:52.1668857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2025-03-14T04:37:52.1672956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist.h 2025-03-14T04:37:52.1676800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1680661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2025-03-14T04:37:52.1684279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2025-03-14T04:37:52.1687849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute.h 2025-03-14T04:37:52.1691311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1695140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2025-03-14T04:37:52.1706609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1712958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1718605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2025-03-14T04:37:52.1724656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2025-03-14T04:37:52.1730416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2025-03-14T04:37:52.1735944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2025-03-14T04:37:52.1741781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2025-03-14T04:37:52.1746960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1752627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2025-03-14T04:37:52.1758233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2025-03-14T04:37:52.1763819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2025-03-14T04:37:52.1769339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1774893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2025-03-14T04:37:52.1778576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2025-03-14T04:37:52.1782288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2025-03-14T04:37:52.1786160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1790052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1793831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2025-03-14T04:37:52.1797986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2025-03-14T04:37:52.1801811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2025-03-14T04:37:52.1806411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2025-03-14T04:37:52.1810568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1814649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1818209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2025-03-14T04:37:52.1821960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2025-03-14T04:37:52.1825605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2025-03-14T04:37:52.1829207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson.h 2025-03-14T04:37:52.1832711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1836281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2025-03-14T04:37:52.1840123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2025-03-14T04:37:52.1845154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2025-03-14T04:37:52.1849180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2025-03-14T04:37:52.1855300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1861205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2025-03-14T04:37:52.1867570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2025-03-14T04:37:52.1873385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2025-03-14T04:37:52.1879813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar.h 2025-03-14T04:37:52.1885179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1890663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2025-03-14T04:37:52.1895480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2025-03-14T04:37:52.1899900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2025-03-14T04:37:52.1904044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2025-03-14T04:37:52.1908115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2025-03-14T04:37:52.1912596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1917627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.1921430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2025-03-14T04:37:52.1925271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2025-03-14T04:37:52.1929873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2025-03-14T04:37:52.1933728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2025-03-14T04:37:52.1937436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2025-03-14T04:37:52.1941303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2025-03-14T04:37:52.1945549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive.h 2025-03-14T04:37:52.1949161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1952768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2025-03-14T04:37:52.1956438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2025-03-14T04:37:52.1960005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow.h 2025-03-14T04:37:52.1963691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.1967496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2025-03-14T04:37:52.1971116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2025-03-14T04:37:52.1974981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2025-03-14T04:37:52.1978690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2025-03-14T04:37:52.1982230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2025-03-14T04:37:52.1986099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2025-03-14T04:37:52.1989618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu.h 2025-03-14T04:37:52.1993281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.1996921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2025-03-14T04:37:52.2009124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2025-03-14T04:37:52.2009700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod.h 2025-03-14T04:37:52.2010402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2011365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2015331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2018969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2025-03-14T04:37:52.2022630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2025-03-14T04:37:52.2026874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2025-03-14T04:37:52.2030586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2025-03-14T04:37:52.2034198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2025-03-14T04:37:52.2038235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2025-03-14T04:37:52.2041695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2025-03-14T04:37:52.2045489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2049107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2025-03-14T04:37:52.2052852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2025-03-14T04:37:52.2056985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put.h 2025-03-14T04:37:52.2060494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2064064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2025-03-14T04:37:52.2067566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2025-03-14T04:37:52.2071041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2025-03-14T04:37:52.2074495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_native.h 2025-03-14T04:37:52.2078020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2025-03-14T04:37:52.2081353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr.h 2025-03-14T04:37:52.2085191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2088595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2025-03-14T04:37:52.2092163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2025-03-14T04:37:52.2095456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2025-03-14T04:37:52.2098864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2025-03-14T04:37:52.2102236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2025-03-14T04:37:52.2105885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile.h 2025-03-14T04:37:52.2109866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2113580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2025-03-14T04:37:52.2117091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2025-03-14T04:37:52.2120703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2025-03-14T04:37:52.2124663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2128303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2025-03-14T04:37:52.2132064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2025-03-14T04:37:52.2135784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2025-03-14T04:37:52.2139925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2144938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2025-03-14T04:37:52.2148801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2025-03-14T04:37:52.2153463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2025-03-14T04:37:52.2157977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2162249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2025-03-14T04:37:52.2166920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2025-03-14T04:37:52.2171193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2025-03-14T04:37:52.2175873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2180128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2025-03-14T04:37:52.2183996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2025-03-14T04:37:52.2188335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2025-03-14T04:37:52.2192803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2197264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2025-03-14T04:37:52.2201247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2025-03-14T04:37:52.2205515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2025-03-14T04:37:52.2210046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2213906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2025-03-14T04:37:52.2218919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2025-03-14T04:37:52.2223590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2025-03-14T04:37:52.2227991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2231719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2025-03-14T04:37:52.2236125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2025-03-14T04:37:52.2240249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2025-03-14T04:37:52.2244452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2248801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2025-03-14T04:37:52.2254052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2025-03-14T04:37:52.2258398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2025-03-14T04:37:52.2262463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2266746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2025-03-14T04:37:52.2271184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2025-03-14T04:37:52.2275621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2025-03-14T04:37:52.2279455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2025-03-14T04:37:52.2283762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2025-03-14T04:37:52.2288213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2292066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2025-03-14T04:37:52.2296470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2025-03-14T04:37:52.2301036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2025-03-14T04:37:52.2305337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2309785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2025-03-14T04:37:52.2314154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2025-03-14T04:37:52.2318532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2025-03-14T04:37:52.2322853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2025-03-14T04:37:52.2327045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2025-03-14T04:37:52.2331243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2025-03-14T04:37:52.2335320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2025-03-14T04:37:52.2340874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2025-03-14T04:37:52.2346335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2025-03-14T04:37:52.2351891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2025-03-14T04:37:52.2356040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2360824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2025-03-14T04:37:52.2365330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2025-03-14T04:37:52.2369146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2025-03-14T04:37:52.2374221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2378443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2025-03-14T04:37:52.2382285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2025-03-14T04:37:52.2386012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2025-03-14T04:37:52.2390010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2025-03-14T04:37:52.2394204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2025-03-14T04:37:52.2397991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2025-03-14T04:37:52.2401711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2025-03-14T04:37:52.2406003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2025-03-14T04:37:52.2409680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2025-03-14T04:37:52.2413372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2417007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2025-03-14T04:37:52.2420537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2025-03-14T04:37:52.2424154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand.h 2025-03-14T04:37:52.2427630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint.h 2025-03-14T04:37:52.2431334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2435036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2025-03-14T04:37:52.2439790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2443944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2025-03-14T04:37:52.2448041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2025-03-14T04:37:52.2451803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2025-03-14T04:37:52.2455465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2025-03-14T04:37:52.2459378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn.h 2025-03-14T04:37:52.2462992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2466690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2470786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2025-03-14T04:37:52.2474602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2478413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-03-14T04:37:52.2482087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2025-03-14T04:37:52.2485763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2025-03-14T04:37:52.2489413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2025-03-14T04:37:52.2494495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2025-03-14T04:37:52.2498079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random.h 2025-03-14T04:37:52.2501586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2505093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2025-03-14T04:37:52.2508696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2025-03-14T04:37:52.2512517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2025-03-14T04:37:52.2515993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_native.h 2025-03-14T04:37:52.2519631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2025-03-14T04:37:52.2523288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm.h 2025-03-14T04:37:52.2527374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2530642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2025-03-14T04:37:52.2534284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2025-03-14T04:37:52.2537982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2025-03-14T04:37:52.2541555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2025-03-14T04:37:52.2545287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2548889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2552591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2025-03-14T04:37:52.2556253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2559719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2025-03-14T04:37:52.2563512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2025-03-14T04:37:52.2567281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2025-03-14T04:37:52.2570844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2025-03-14T04:37:52.2574650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range.h 2025-03-14T04:37:52.2578250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2581946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2025-03-14T04:37:52.2585588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2025-03-14T04:37:52.2589202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2025-03-14T04:37:52.2593319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_native.h 2025-03-14T04:37:52.2597523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2025-03-14T04:37:52.2601816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel.h 2025-03-14T04:37:52.2605352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2608916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2025-03-14T04:37:52.2612883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2025-03-14T04:37:52.2616290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real.h 2025-03-14T04:37:52.2619699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2623174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_native.h 2025-03-14T04:37:52.2626709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2025-03-14T04:37:52.2630074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2025-03-14T04:37:52.2634172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2637421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2025-03-14T04:37:52.2641500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2025-03-14T04:37:52.2645202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2025-03-14T04:37:52.2648856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2025-03-14T04:37:52.2652541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2025-03-14T04:37:52.2656152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2025-03-14T04:37:52.2659831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2025-03-14T04:37:52.2663359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2025-03-14T04:37:52.2667166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2025-03-14T04:37:52.2670750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2025-03-14T04:37:52.2674360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2025-03-14T04:37:52.2678154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2682490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2025-03-14T04:37:52.2686229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2025-03-14T04:37:52.2689905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2025-03-14T04:37:52.2693806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2025-03-14T04:37:52.2713224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2717189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2025-03-14T04:37:52.2721322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2025-03-14T04:37:52.2725793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2025-03-14T04:37:52.2730120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2025-03-14T04:37:52.2734379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2025-03-14T04:37:52.2738755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2025-03-14T04:37:52.2743238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2747326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2025-03-14T04:37:52.2751796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2025-03-14T04:37:52.2756139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2025-03-14T04:37:52.2760606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2025-03-14T04:37:52.2764702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2025-03-14T04:37:52.2769290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2025-03-14T04:37:52.2773664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2025-03-14T04:37:52.2778047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2025-03-14T04:37:52.2782024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.2786397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.2791172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2025-03-14T04:37:52.2795051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2025-03-14T04:37:52.2799319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2025-03-14T04:37:52.2804118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2025-03-14T04:37:52.2808425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2025-03-14T04:37:52.2812315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2025-03-14T04:37:52.2816787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2025-03-14T04:37:52.2821170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2025-03-14T04:37:52.2825417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2829558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2025-03-14T04:37:52.2833917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2025-03-14T04:37:52.2838601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2025-03-14T04:37:52.2846000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2025-03-14T04:37:52.2850764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2025-03-14T04:37:52.2855818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2025-03-14T04:37:52.2862157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2867974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2025-03-14T04:37:52.2873757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2025-03-14T04:37:52.2877670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2025-03-14T04:37:52.2882276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2025-03-14T04:37:52.2886755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2025-03-14T04:37:52.2890663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2025-03-14T04:37:52.2895089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu.h 2025-03-14T04:37:52.2899127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6.h 2025-03-14T04:37:52.2903164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2906921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2025-03-14T04:37:52.2911624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2025-03-14T04:37:52.2930596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2934819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2025-03-14T04:37:52.2938487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2025-03-14T04:37:52.2942459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2025-03-14T04:37:52.2946076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2025-03-14T04:37:52.2949666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2025-03-14T04:37:52.2953194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder.h 2025-03-14T04:37:52.2957746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.2961460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.2965310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2025-03-14T04:37:52.2969012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2025-03-14T04:37:52.2972757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2025-03-14T04:37:52.2976626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2025-03-14T04:37:52.2980326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2025-03-14T04:37:52.2983935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2025-03-14T04:37:52.2987584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename.h 2025-03-14T04:37:52.2991220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.2995130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2025-03-14T04:37:52.2998831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2025-03-14T04:37:52.3002548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm.h 2025-03-14T04:37:52.3006173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3009929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2025-03-14T04:37:52.3013567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2025-03-14T04:37:52.3017188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2025-03-14T04:37:52.3020818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2025-03-14T04:37:52.3024549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2025-03-14T04:37:52.3028178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2025-03-14T04:37:52.3031801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat.h 2025-03-14T04:37:52.3035532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3039066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2025-03-14T04:37:52.3043385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3047368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3051117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2025-03-14T04:37:52.3055197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2025-03-14T04:37:52.3059062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2025-03-14T04:37:52.3063217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2025-03-14T04:37:52.3067153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2025-03-14T04:37:52.3070832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2025-03-14T04:37:52.3074466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2025-03-14T04:37:52.3078116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2025-03-14T04:37:52.3082033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3085921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2025-03-14T04:37:52.3089639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2025-03-14T04:37:52.3093379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2025-03-14T04:37:52.3097187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2025-03-14T04:37:52.3101036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2025-03-14T04:37:52.3104957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2025-03-14T04:37:52.3108966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3113279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2025-03-14T04:37:52.3117536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2025-03-14T04:37:52.3121380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2025-03-14T04:37:52.3125886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2025-03-14T04:37:52.3129959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2025-03-14T04:37:52.3133857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2025-03-14T04:37:52.3138160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2025-03-14T04:37:52.3142112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2025-03-14T04:37:52.3145993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.3150170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.3154144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2025-03-14T04:37:52.3158573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2025-03-14T04:37:52.3163544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3167628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2025-03-14T04:37:52.3171859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2025-03-14T04:37:52.3176541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2025-03-14T04:37:52.3180651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2025-03-14T04:37:52.3184928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2025-03-14T04:37:52.3189330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2025-03-14T04:37:52.3193907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2025-03-14T04:37:52.3197999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2025-03-14T04:37:52.3202139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2025-03-14T04:37:52.3206851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2025-03-14T04:37:52.3211346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2025-03-14T04:37:52.3216498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2025-03-14T04:37:52.3220619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3224977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2025-03-14T04:37:52.3229477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2025-03-14T04:37:52.3233506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2025-03-14T04:37:52.3238042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2025-03-14T04:37:52.3242867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2025-03-14T04:37:52.3247295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2025-03-14T04:37:52.3251278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2025-03-14T04:37:52.3255975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3259989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2025-03-14T04:37:52.3263973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2025-03-14T04:37:52.3268107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape.h 2025-03-14T04:37:52.3272045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2025-03-14T04:37:52.3276156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2025-03-14T04:37:52.3280865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3285173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2025-03-14T04:37:52.3289439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2025-03-14T04:37:52.3293546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2025-03-14T04:37:52.3298266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3302664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2025-03-14T04:37:52.3306961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2025-03-14T04:37:52.3310748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize.h 2025-03-14T04:37:52.3314595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2025-03-14T04:37:52.3318951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3323013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2025-03-14T04:37:52.3327302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2025-03-14T04:37:52.3331543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2025-03-14T04:37:52.3336066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3340455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2025-03-14T04:37:52.3345750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2025-03-14T04:37:52.3349787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2025-03-14T04:37:52.3357299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3363159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2025-03-14T04:37:52.3368329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2025-03-14T04:37:52.3372272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2025-03-14T04:37:52.3376496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2025-03-14T04:37:52.3380870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2025-03-14T04:37:52.3384873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2025-03-14T04:37:52.3389120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3393629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2025-03-14T04:37:52.3397430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2025-03-14T04:37:52.3401131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2025-03-14T04:37:52.3406358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3410076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2025-03-14T04:37:52.3413725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2025-03-14T04:37:52.3417358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type.h 2025-03-14T04:37:52.3421837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3425744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2025-03-14T04:37:52.3429095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2025-03-14T04:37:52.3432664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2025-03-14T04:37:52.3436394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3439956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2025-03-14T04:37:52.3443645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2025-03-14T04:37:52.3447830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2025-03-14T04:37:52.3452145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3455841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2025-03-14T04:37:52.3459340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2025-03-14T04:37:52.3462881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2025-03-14T04:37:52.3466674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3470567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2025-03-14T04:37:52.3474423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2025-03-14T04:37:52.3478018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2025-03-14T04:37:52.3481461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2025-03-14T04:37:52.3485296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3488981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2025-03-14T04:37:52.3493136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2025-03-14T04:37:52.3497519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3501680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2025-03-14T04:37:52.3506235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2025-03-14T04:37:52.3509580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2025-03-14T04:37:52.3512955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2025-03-14T04:37:52.3516692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3520321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2025-03-14T04:37:52.3524305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2025-03-14T04:37:52.3528124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3531820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2025-03-14T04:37:52.3535837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2025-03-14T04:37:52.3539878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll.h 2025-03-14T04:37:52.3543410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3547055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2025-03-14T04:37:52.3550931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2025-03-14T04:37:52.3554621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2025-03-14T04:37:52.3558139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2025-03-14T04:37:52.3562063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90.h 2025-03-14T04:37:52.3565645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3569582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2025-03-14T04:37:52.3573134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2025-03-14T04:37:52.3576844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round.h 2025-03-14T04:37:52.3581064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3584542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2025-03-14T04:37:52.3588528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2025-03-14T04:37:52.3592478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2025-03-14T04:37:52.3596364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2025-03-14T04:37:52.3600360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_native.h 2025-03-14T04:37:52.3604500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2025-03-14T04:37:52.3608167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2025-03-14T04:37:52.3611837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3615600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2025-03-14T04:37:52.3619518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3623459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3627427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2025-03-14T04:37:52.3631201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2025-03-14T04:37:52.3635214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2025-03-14T04:37:52.3639429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2025-03-14T04:37:52.3643749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2025-03-14T04:37:52.3648433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3652016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2025-03-14T04:37:52.3656177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2025-03-14T04:37:52.3659920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2025-03-14T04:37:52.3664031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3667744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2025-03-14T04:37:52.3671281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2025-03-14T04:37:52.3675069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2025-03-14T04:37:52.3679090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2025-03-14T04:37:52.3683534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3687848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2025-03-14T04:37:52.3691846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2025-03-14T04:37:52.3695722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3699434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2025-03-14T04:37:52.3703337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2025-03-14T04:37:52.3707339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2025-03-14T04:37:52.3711626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2025-03-14T04:37:52.3715226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2025-03-14T04:37:52.3719237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift.h 2025-03-14T04:37:52.3722897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3726588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2025-03-14T04:37:52.3730203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2025-03-14T04:37:52.3734108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2025-03-14T04:37:52.3737915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2025-03-14T04:37:52.3741469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2025-03-14T04:37:52.3745001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2025-03-14T04:37:52.3748554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3752024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2025-03-14T04:37:52.3756434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2025-03-14T04:37:52.3760235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2025-03-14T04:37:52.3763921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2025-03-14T04:37:52.3767661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2025-03-14T04:37:52.3771456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2025-03-14T04:37:52.3795280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub.h 2025-03-14T04:37:52.3799066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3802875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2025-03-14T04:37:52.3806862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2025-03-14T04:37:52.3810603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2025-03-14T04:37:52.3814674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2025-03-14T04:37:52.3818752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2025-03-14T04:37:52.3822803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.3826381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2025-03-14T04:37:52.3830186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2025-03-14T04:37:52.3834047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2025-03-14T04:37:52.3838372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3842167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2025-03-14T04:37:52.3846246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2025-03-14T04:37:52.3850144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter.h 2025-03-14T04:37:52.3853466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2025-03-14T04:37:52.3858784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3862978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3870056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2025-03-14T04:37:52.3874693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2025-03-14T04:37:52.3879521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2025-03-14T04:37:52.3884431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2025-03-14T04:37:52.3890340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2025-03-14T04:37:52.3896648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2025-03-14T04:37:52.3902719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3908654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.3914398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2025-03-14T04:37:52.3918659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2025-03-14T04:37:52.3923361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2025-03-14T04:37:52.3927630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2025-03-14T04:37:52.3932024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2025-03-14T04:37:52.3936907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2025-03-14T04:37:52.3941647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2025-03-14T04:37:52.3946142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.3949783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2025-03-14T04:37:52.3954718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2025-03-14T04:37:52.3958841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2025-03-14T04:37:52.3963275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2025-03-14T04:37:52.3967605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2025-03-14T04:37:52.3972205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2025-03-14T04:37:52.3976888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2025-03-14T04:37:52.3980766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2025-03-14T04:37:52.3984640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2025-03-14T04:37:52.3988603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2025-03-14T04:37:52.3992649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2025-03-14T04:37:52.3996776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2025-03-14T04:37:52.4000603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4004321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2025-03-14T04:37:52.4008283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2025-03-14T04:37:52.4012008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2025-03-14T04:37:52.4015897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2025-03-14T04:37:52.4019571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select.h 2025-03-14T04:37:52.4023167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2025-03-14T04:37:52.4027080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4031015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4034588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2025-03-14T04:37:52.4038455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2025-03-14T04:37:52.4043100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4047111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4050769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2025-03-14T04:37:52.4055020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4059100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4062973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2025-03-14T04:37:52.4068104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2025-03-14T04:37:52.4072694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_native.h 2025-03-14T04:37:52.4076395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2025-03-14T04:37:52.4080131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2025-03-14T04:37:52.4084345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4087964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4091981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2025-03-14T04:37:52.4095959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2025-03-14T04:37:52.4099923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu.h 2025-03-14T04:37:52.4103634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4107252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2025-03-14T04:37:52.4110990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2025-03-14T04:37:52.4114567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set.h 2025-03-14T04:37:52.4118188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4122084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4125822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2025-03-14T04:37:52.4129458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2025-03-14T04:37:52.4132988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data.h 2025-03-14T04:37:52.4136827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4140515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2025-03-14T04:37:52.4144095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2025-03-14T04:37:52.4148668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2025-03-14T04:37:52.4152535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_native.h 2025-03-14T04:37:52.4156348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2025-03-14T04:37:52.4159762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn.h 2025-03-14T04:37:52.4163568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4167211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2025-03-14T04:37:52.4171342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2025-03-14T04:37:52.4175143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2025-03-14T04:37:52.4178742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2025-03-14T04:37:52.4182438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2025-03-14T04:37:52.4186034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2025-03-14T04:37:52.4189548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2025-03-14T04:37:52.4193386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2025-03-14T04:37:52.4197420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4200951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2025-03-14T04:37:52.4204754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2025-03-14T04:37:52.4208487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2025-03-14T04:37:52.4212323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2025-03-14T04:37:52.4217594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2025-03-14T04:37:52.4222384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2025-03-14T04:37:52.4226647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4230925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2025-03-14T04:37:52.4235196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2025-03-14T04:37:52.4240003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2025-03-14T04:37:52.4244836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2025-03-14T04:37:52.4248643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2025-03-14T04:37:52.4252931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2025-03-14T04:37:52.4257950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign.h 2025-03-14T04:37:52.4262766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit.h 2025-03-14T04:37:52.4267397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4271520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2025-03-14T04:37:52.4276014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2025-03-14T04:37:52.4280333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2025-03-14T04:37:52.4284433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2025-03-14T04:37:52.4288778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2025-03-14T04:37:52.4293024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2025-03-14T04:37:52.4296994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4301109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2025-03-14T04:37:52.4305779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2025-03-14T04:37:52.4309280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2025-03-14T04:37:52.4313989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2025-03-14T04:37:52.4321958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2025-03-14T04:37:52.4325295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2025-03-14T04:37:52.4329237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu.h 2025-03-14T04:37:52.4332529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2025-03-14T04:37:52.4336493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4340409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4346373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2025-03-14T04:37:52.4348583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2025-03-14T04:37:52.4352522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2025-03-14T04:37:52.4356255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2025-03-14T04:37:52.4360205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2025-03-14T04:37:52.4364684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2025-03-14T04:37:52.4368468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4372342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2025-03-14T04:37:52.4375824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2025-03-14T04:37:52.4381027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2025-03-14T04:37:52.4383738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2025-03-14T04:37:52.4387388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2025-03-14T04:37:52.4391264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2025-03-14T04:37:52.4394473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin.h 2025-03-14T04:37:52.4397828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc.h 2025-03-14T04:37:52.4401514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4405517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2025-03-14T04:37:52.4409070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2025-03-14T04:37:52.4412646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2025-03-14T04:37:52.4417358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2025-03-14T04:37:52.4420986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2025-03-14T04:37:52.4424735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2025-03-14T04:37:52.4428952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh.h 2025-03-14T04:37:52.4432742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4436504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2025-03-14T04:37:52.4440471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2025-03-14T04:37:52.4444337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2025-03-14T04:37:52.4448749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2025-03-14T04:37:52.4452466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2025-03-14T04:37:52.4455999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2025-03-14T04:37:52.4459922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4464388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2025-03-14T04:37:52.4467833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2025-03-14T04:37:52.4471540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2025-03-14T04:37:52.4474901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2025-03-14T04:37:52.4478431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2025-03-14T04:37:52.4482113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2025-03-14T04:37:52.4485832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size.h 2025-03-14T04:37:52.4489332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4493483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_native.h 2025-03-14T04:37:52.4497217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2025-03-14T04:37:52.4500514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice.h 2025-03-14T04:37:52.4504068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2025-03-14T04:37:52.4507713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4511246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2025-03-14T04:37:52.4515034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2025-03-14T04:37:52.4518776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4522803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2025-03-14T04:37:52.4526617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4530305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4533947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2025-03-14T04:37:52.4537619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2025-03-14T04:37:52.4541451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2025-03-14T04:37:52.4545410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4549397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2025-03-14T04:37:52.4553307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2025-03-14T04:37:52.4557218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2025-03-14T04:37:52.4560978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2025-03-14T04:37:52.4564708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2025-03-14T04:37:52.4568865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4573070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4577007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2025-03-14T04:37:52.4581084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2025-03-14T04:37:52.4585353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2025-03-14T04:37:52.4589055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4592810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2025-03-14T04:37:52.4597347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2025-03-14T04:37:52.4601528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2025-03-14T04:37:52.4605735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4609515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2025-03-14T04:37:52.4613374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2025-03-14T04:37:52.4617156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2025-03-14T04:37:52.4621292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2025-03-14T04:37:52.4625030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2025-03-14T04:37:52.4629205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2025-03-14T04:37:52.4633311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2025-03-14T04:37:52.4637278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4641355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2025-03-14T04:37:52.4645379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2025-03-14T04:37:52.4649622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2025-03-14T04:37:52.4653580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2025-03-14T04:37:52.4657551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2025-03-14T04:37:52.4662308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4666254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2025-03-14T04:37:52.4670008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2025-03-14T04:37:52.4674510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2025-03-14T04:37:52.4678447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2025-03-14T04:37:52.4682819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2025-03-14T04:37:52.4687040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4691479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2025-03-14T04:37:52.4695747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2025-03-14T04:37:52.4700457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2025-03-14T04:37:52.4704652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2025-03-14T04:37:52.4708753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2025-03-14T04:37:52.4712968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2025-03-14T04:37:52.4716804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2025-03-14T04:37:52.4720767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2025-03-14T04:37:52.4725015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2025-03-14T04:37:52.4729102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2025-03-14T04:37:52.4733628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2025-03-14T04:37:52.4737233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm.h 2025-03-14T04:37:52.4740918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4744469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2025-03-14T04:37:52.4748509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2025-03-14T04:37:52.4752203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2025-03-14T04:37:52.4756051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2025-03-14T04:37:52.4760396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4764654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2025-03-14T04:37:52.4768621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2025-03-14T04:37:52.4772254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2025-03-14T04:37:52.4776446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2025-03-14T04:37:52.4780632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4784576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2025-03-14T04:37:52.4788756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2025-03-14T04:37:52.4792711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2025-03-14T04:37:52.4796462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2025-03-14T04:37:52.4800140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2025-03-14T04:37:52.4804620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2025-03-14T04:37:52.4808344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax.h 2025-03-14T04:37:52.4812080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4816205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.4820363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2025-03-14T04:37:52.4824001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2025-03-14T04:37:52.4827873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus.h 2025-03-14T04:37:52.4831530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2025-03-14T04:37:52.4851827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4857263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2025-03-14T04:37:52.4863067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2025-03-14T04:37:52.4868782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2025-03-14T04:37:52.4874376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2025-03-14T04:37:52.4878601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2025-03-14T04:37:52.4883188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2025-03-14T04:37:52.4888246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4892656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2025-03-14T04:37:52.4896761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2025-03-14T04:37:52.4901337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2025-03-14T04:37:52.4905444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2025-03-14T04:37:52.4909646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2025-03-14T04:37:52.4914055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2025-03-14T04:37:52.4918037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2025-03-14T04:37:52.4921947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2025-03-14T04:37:52.4926894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4930923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2025-03-14T04:37:52.4935597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2025-03-14T04:37:52.4939669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2025-03-14T04:37:52.4943854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2025-03-14T04:37:52.4947930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2025-03-14T04:37:52.4951832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2025-03-14T04:37:52.4955760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.4959889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2025-03-14T04:37:52.4964071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2025-03-14T04:37:52.4967882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2025-03-14T04:37:52.4971946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2025-03-14T04:37:52.4976263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2025-03-14T04:37:52.4980505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2025-03-14T04:37:52.4983976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2025-03-14T04:37:52.4987665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2025-03-14T04:37:52.4991544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.4995298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2025-03-14T04:37:52.4999135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2025-03-14T04:37:52.5003117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5006820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2025-03-14T04:37:52.5011251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2025-03-14T04:37:52.5015416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort.h 2025-03-14T04:37:52.5019371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5023726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5027904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5031895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2025-03-14T04:37:52.5037161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2025-03-14T04:37:52.5041746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2025-03-14T04:37:52.5045942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2025-03-14T04:37:52.5049684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2025-03-14T04:37:52.5053680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2025-03-14T04:37:52.5057769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2025-03-14T04:37:52.5061622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5065917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2025-03-14T04:37:52.5070147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2025-03-14T04:37:52.5074055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2025-03-14T04:37:52.5078714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5083197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2025-03-14T04:37:52.5087461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2025-03-14T04:37:52.5091317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2025-03-14T04:37:52.5095724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5100031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2025-03-14T04:37:52.5103855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2025-03-14T04:37:52.5108643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2025-03-14T04:37:52.5113398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5117920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5122108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2025-03-14T04:37:52.5126400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2025-03-14T04:37:52.5130654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2025-03-14T04:37:52.5134927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5139146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2025-03-14T04:37:52.5143495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2025-03-14T04:37:52.5148984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2025-03-14T04:37:52.5153708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5157887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2025-03-14T04:37:52.5162657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2025-03-14T04:37:52.5167140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2025-03-14T04:37:52.5171511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5175240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2025-03-14T04:37:52.5179608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2025-03-14T04:37:52.5183970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2025-03-14T04:37:52.5187657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5191785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2025-03-14T04:37:52.5196665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2025-03-14T04:37:52.5201057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2025-03-14T04:37:52.5205209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2025-03-14T04:37:52.5209943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5214355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2025-03-14T04:37:52.5218301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2025-03-14T04:37:52.5222914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2025-03-14T04:37:52.5227552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5231908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2025-03-14T04:37:52.5235733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2025-03-14T04:37:52.5240175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2025-03-14T04:37:52.5244444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2025-03-14T04:37:52.5248901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2025-03-14T04:37:52.5253239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2025-03-14T04:37:52.5257740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2025-03-14T04:37:52.5262639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5267194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2025-03-14T04:37:52.5271198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2025-03-14T04:37:52.5275639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2025-03-14T04:37:52.5280630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2025-03-14T04:37:52.5285307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2025-03-14T04:37:52.5289327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2025-03-14T04:37:52.5293832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2025-03-14T04:37:52.5298589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5302547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2025-03-14T04:37:52.5307433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2025-03-14T04:37:52.5330553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2025-03-14T04:37:52.5335476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2025-03-14T04:37:52.5339740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2025-03-14T04:37:52.5343876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2025-03-14T04:37:52.5348082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2025-03-14T04:37:52.5352830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5357654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2025-03-14T04:37:52.5362653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2025-03-14T04:37:52.5367367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2025-03-14T04:37:52.5372420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2025-03-14T04:37:52.5376499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2025-03-14T04:37:52.5381122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2025-03-14T04:37:52.5385790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2025-03-14T04:37:52.5390337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5394953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2025-03-14T04:37:52.5399611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2025-03-14T04:37:52.5403691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2025-03-14T04:37:52.5407659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2025-03-14T04:37:52.5412004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2025-03-14T04:37:52.5416570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2025-03-14T04:37:52.5420705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2025-03-14T04:37:52.5425056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5429221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2025-03-14T04:37:52.5433254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2025-03-14T04:37:52.5437495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2025-03-14T04:37:52.5441736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2025-03-14T04:37:52.5446168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2025-03-14T04:37:52.5450083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2025-03-14T04:37:52.5453849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2025-03-14T04:37:52.5457803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5462085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5466255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2025-03-14T04:37:52.5470140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2025-03-14T04:37:52.5473852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2025-03-14T04:37:52.5477975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2025-03-14T04:37:52.5481899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2025-03-14T04:37:52.5485976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2025-03-14T04:37:52.5489658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2025-03-14T04:37:52.5494525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5498546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5503210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2025-03-14T04:37:52.5507330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2025-03-14T04:37:52.5511607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2025-03-14T04:37:52.5515697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2025-03-14T04:37:52.5519584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2025-03-14T04:37:52.5523789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2025-03-14T04:37:52.5528046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2025-03-14T04:37:52.5532169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5536008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5539852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2025-03-14T04:37:52.5543897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2025-03-14T04:37:52.5547856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2025-03-14T04:37:52.5551646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2025-03-14T04:37:52.5555446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2025-03-14T04:37:52.5559407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2025-03-14T04:37:52.5563301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2025-03-14T04:37:52.5567360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5571799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5576497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2025-03-14T04:37:52.5580541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2025-03-14T04:37:52.5584542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2025-03-14T04:37:52.5588670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2025-03-14T04:37:52.5592543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2025-03-14T04:37:52.5596329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2025-03-14T04:37:52.5599992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2025-03-14T04:37:52.5604607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5609243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2025-03-14T04:37:52.5613513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2025-03-14T04:37:52.5618162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2025-03-14T04:37:52.5622870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5627582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2025-03-14T04:37:52.5631776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2025-03-14T04:37:52.5636130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2025-03-14T04:37:52.5640611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2025-03-14T04:37:52.5645316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2025-03-14T04:37:52.5649201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2025-03-14T04:37:52.5653676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2025-03-14T04:37:52.5657997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2025-03-14T04:37:52.5661876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2025-03-14T04:37:52.5666361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5670894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2025-03-14T04:37:52.5675847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2025-03-14T04:37:52.5679492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2025-03-14T04:37:52.5684670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2025-03-14T04:37:52.5689678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2025-03-14T04:37:52.5694305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2025-03-14T04:37:52.5698359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5702808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2025-03-14T04:37:52.5707431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2025-03-14T04:37:52.5711670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2025-03-14T04:37:52.5715944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5720075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2025-03-14T04:37:52.5724620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2025-03-14T04:37:52.5728965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5733557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2025-03-14T04:37:52.5738176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2025-03-14T04:37:52.5742424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2025-03-14T04:37:52.5746865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5751627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2025-03-14T04:37:52.5756103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2025-03-14T04:37:52.5760412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2025-03-14T04:37:52.5764525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5768919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2025-03-14T04:37:52.5773346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2025-03-14T04:37:52.5778865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2025-03-14T04:37:52.5782182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5786468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2025-03-14T04:37:52.5790848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2025-03-14T04:37:52.5795079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2025-03-14T04:37:52.5799303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2025-03-14T04:37:52.5803996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5808926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2025-03-14T04:37:52.5813521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2025-03-14T04:37:52.5818020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5822522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2025-03-14T04:37:52.5827225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2025-03-14T04:37:52.5831617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2025-03-14T04:37:52.5835948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5840337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2025-03-14T04:37:52.5844919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2025-03-14T04:37:52.5849132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2025-03-14T04:37:52.5853278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2025-03-14T04:37:52.5859111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5865392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5871722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2025-03-14T04:37:52.5876191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2025-03-14T04:37:52.5880879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2025-03-14T04:37:52.5885935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2025-03-14T04:37:52.5889698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2025-03-14T04:37:52.5894236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2025-03-14T04:37:52.5898998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5903002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.5907029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2025-03-14T04:37:52.5912255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2025-03-14T04:37:52.5916157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2025-03-14T04:37:52.5920562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2025-03-14T04:37:52.5924412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2025-03-14T04:37:52.5928924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2025-03-14T04:37:52.5932971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2025-03-14T04:37:52.5936722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2025-03-14T04:37:52.5940703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.5944345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2025-03-14T04:37:52.5948115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2025-03-14T04:37:52.5952106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2025-03-14T04:37:52.5955965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2025-03-14T04:37:52.5960616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2025-03-14T04:37:52.5964976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2025-03-14T04:37:52.5968883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.5972629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2025-03-14T04:37:52.5976360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2025-03-14T04:37:52.5998655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2025-03-14T04:37:52.6002503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2025-03-14T04:37:52.6006698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6010486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2025-03-14T04:37:52.6015985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2025-03-14T04:37:52.6021358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2025-03-14T04:37:52.6026919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2025-03-14T04:37:52.6033832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2025-03-14T04:37:52.6039722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2025-03-14T04:37:52.6046567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6051950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2025-03-14T04:37:52.6057809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2025-03-14T04:37:52.6063702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2025-03-14T04:37:52.6069330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2025-03-14T04:37:52.6074922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2025-03-14T04:37:52.6080791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2025-03-14T04:37:52.6087279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2025-03-14T04:37:52.6093343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6099352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6104089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2025-03-14T04:37:52.6107641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2025-03-14T04:37:52.6111546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2025-03-14T04:37:52.6115950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2025-03-14T04:37:52.6119964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2025-03-14T04:37:52.6124317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2025-03-14T04:37:52.6128587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2025-03-14T04:37:52.6133202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6137443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6141654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2025-03-14T04:37:52.6145712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2025-03-14T04:37:52.6149394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2025-03-14T04:37:52.6154227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2025-03-14T04:37:52.6157960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2025-03-14T04:37:52.6162402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2025-03-14T04:37:52.6166930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2025-03-14T04:37:52.6171568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6176038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2025-03-14T04:37:52.6180590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2025-03-14T04:37:52.6185130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2025-03-14T04:37:52.6189660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6193968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2025-03-14T04:37:52.6198057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2025-03-14T04:37:52.6202305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2025-03-14T04:37:52.6206745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6210766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2025-03-14T04:37:52.6215049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2025-03-14T04:37:52.6219338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2025-03-14T04:37:52.6224278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6228115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2025-03-14T04:37:52.6232401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2025-03-14T04:37:52.6236947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2025-03-14T04:37:52.6240750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2025-03-14T04:37:52.6245098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2025-03-14T04:37:52.6249265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2025-03-14T04:37:52.6253326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2025-03-14T04:37:52.6257673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6262477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2025-03-14T04:37:52.6266952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2025-03-14T04:37:52.6271523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2025-03-14T04:37:52.6276517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6281423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2025-03-14T04:37:52.6286218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2025-03-14T04:37:52.6290696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2025-03-14T04:37:52.6294941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2025-03-14T04:37:52.6299381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2025-03-14T04:37:52.6303880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2025-03-14T04:37:52.6309391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2025-03-14T04:37:52.6314406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6318586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2025-03-14T04:37:52.6323070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2025-03-14T04:37:52.6327423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2025-03-14T04:37:52.6331656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2025-03-14T04:37:52.6335772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2025-03-14T04:37:52.6340431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2025-03-14T04:37:52.6345510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2025-03-14T04:37:52.6349988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6354002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2025-03-14T04:37:52.6358888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2025-03-14T04:37:52.6364092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2025-03-14T04:37:52.6370241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2025-03-14T04:37:52.6376592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2025-03-14T04:37:52.6382194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2025-03-14T04:37:52.6386407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2025-03-14T04:37:52.6391215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6396100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2025-03-14T04:37:52.6401867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2025-03-14T04:37:52.6405858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2025-03-14T04:37:52.6411046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2025-03-14T04:37:52.6415454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2025-03-14T04:37:52.6419921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2025-03-14T04:37:52.6424031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2025-03-14T04:37:52.6428066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6432456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2025-03-14T04:37:52.6436837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2025-03-14T04:37:52.6440730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2025-03-14T04:37:52.6444606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2025-03-14T04:37:52.6448519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6452492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2025-03-14T04:37:52.6456220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2025-03-14T04:37:52.6459833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2025-03-14T04:37:52.6464468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2025-03-14T04:37:52.6468796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2025-03-14T04:37:52.6472576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2025-03-14T04:37:52.6477012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6480982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2025-03-14T04:37:52.6485212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2025-03-14T04:37:52.6489837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2025-03-14T04:37:52.6494002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6497738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2025-03-14T04:37:52.6501444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2025-03-14T04:37:52.6505443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2025-03-14T04:37:52.6509358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6513087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2025-03-14T04:37:52.6517796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2025-03-14T04:37:52.6522510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round.h 2025-03-14T04:37:52.6527011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6531481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2025-03-14T04:37:52.6535372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2025-03-14T04:37:52.6539271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2025-03-14T04:37:52.6543604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6547064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2025-03-14T04:37:52.6551464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2025-03-14T04:37:52.6555137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2025-03-14T04:37:52.6559080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2025-03-14T04:37:52.6562909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2025-03-14T04:37:52.6566710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2025-03-14T04:37:52.6570459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2025-03-14T04:37:52.6575056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6579067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2025-03-14T04:37:52.6583779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2025-03-14T04:37:52.6587750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2025-03-14T04:37:52.6591886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2025-03-14T04:37:52.6597047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2025-03-14T04:37:52.6601475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2025-03-14T04:37:52.6605325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2025-03-14T04:37:52.6609380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6613296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6617273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2025-03-14T04:37:52.6621675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2025-03-14T04:37:52.6625463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2025-03-14T04:37:52.6629344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2025-03-14T04:37:52.6633146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2025-03-14T04:37:52.6637394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2025-03-14T04:37:52.6641522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2025-03-14T04:37:52.6645738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6649728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6660427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2025-03-14T04:37:52.6662754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2025-03-14T04:37:52.6668405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2025-03-14T04:37:52.6673053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2025-03-14T04:37:52.6684714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2025-03-14T04:37:52.6685538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2025-03-14T04:37:52.6686318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2025-03-14T04:37:52.6689932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6693751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6697492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2025-03-14T04:37:52.6703582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2025-03-14T04:37:52.6707233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2025-03-14T04:37:52.6711038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2025-03-14T04:37:52.6714801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2025-03-14T04:37:52.6718509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2025-03-14T04:37:52.6722480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2025-03-14T04:37:52.6726520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6730483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6734579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2025-03-14T04:37:52.6739155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2025-03-14T04:37:52.6743007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2025-03-14T04:37:52.6746769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2025-03-14T04:37:52.6750560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2025-03-14T04:37:52.6754300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2025-03-14T04:37:52.6758212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2025-03-14T04:37:52.6762089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6765875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2025-03-14T04:37:52.6769639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2025-03-14T04:37:52.6773449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2025-03-14T04:37:52.6778313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6781801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2025-03-14T04:37:52.6785783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2025-03-14T04:37:52.6789666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2025-03-14T04:37:52.6793566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6798155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2025-03-14T04:37:52.6803636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2025-03-14T04:37:52.6807988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2025-03-14T04:37:52.6812520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2025-03-14T04:37:52.6816320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2025-03-14T04:37:52.6820040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2025-03-14T04:37:52.6823681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2025-03-14T04:37:52.6827571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6832132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6836011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2025-03-14T04:37:52.6839898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2025-03-14T04:37:52.6843872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2025-03-14T04:37:52.6847763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2025-03-14T04:37:52.6851898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2025-03-14T04:37:52.6855735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2025-03-14T04:37:52.6859330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2025-03-14T04:37:52.6863582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6867222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2025-03-14T04:37:52.6870908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2025-03-14T04:37:52.6874498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2025-03-14T04:37:52.6879124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6883316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6887203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2025-03-14T04:37:52.6890840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2025-03-14T04:37:52.6894531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2025-03-14T04:37:52.6898413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2025-03-14T04:37:52.6902206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2025-03-14T04:37:52.6906004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2025-03-14T04:37:52.6909718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split.h 2025-03-14T04:37:52.6913199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6917036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.6920410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2025-03-14T04:37:52.6924677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6928714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6932548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2025-03-14T04:37:52.6936131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2025-03-14T04:37:52.6940118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_native.h 2025-03-14T04:37:52.6943625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2025-03-14T04:37:52.6947264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2025-03-14T04:37:52.6950984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6954562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2025-03-14T04:37:52.6959195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6963391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.6967101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2025-03-14T04:37:52.6970813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2025-03-14T04:37:52.6974448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2025-03-14T04:37:52.6978259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2025-03-14T04:37:52.6982562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2025-03-14T04:37:52.6986500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2025-03-14T04:37:52.6990042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.6993465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2025-03-14T04:37:52.6996918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2025-03-14T04:37:52.7002808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2025-03-14T04:37:52.7007509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2025-03-14T04:37:52.7011265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2025-03-14T04:37:52.7015288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2025-03-14T04:37:52.7019248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square.h 2025-03-14T04:37:52.7022961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7026619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_native.h 2025-03-14T04:37:52.7030502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2025-03-14T04:37:52.7034963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2025-03-14T04:37:52.7038386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7043090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7046743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2025-03-14T04:37:52.7050907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7054940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7059243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2025-03-14T04:37:52.7062946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2025-03-14T04:37:52.7066624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2025-03-14T04:37:52.7070288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2025-03-14T04:37:52.7073976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2025-03-14T04:37:52.7077357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7081331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2025-03-14T04:37:52.7085350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2025-03-14T04:37:52.7089107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2025-03-14T04:37:52.7092764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2025-03-14T04:37:52.7113172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack.h 2025-03-14T04:37:52.7116567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7119960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2025-03-14T04:37:52.7123473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2025-03-14T04:37:52.7127238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std.h 2025-03-14T04:37:52.7130785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7134824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2025-03-14T04:37:52.7138377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2025-03-14T04:37:52.7143133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2025-03-14T04:37:52.7146702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7150209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7154097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2025-03-14T04:37:52.7157590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2025-03-14T04:37:52.7161587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2025-03-14T04:37:52.7165911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2025-03-14T04:37:52.7169448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_native.h 2025-03-14T04:37:52.7172876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2025-03-14T04:37:52.7176350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft.h 2025-03-14T04:37:52.7179987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7183465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2025-03-14T04:37:52.7187134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2025-03-14T04:37:52.7190274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride.h 2025-03-14T04:37:52.7193540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7196904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2025-03-14T04:37:52.7200883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2025-03-14T04:37:52.7204601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub.h 2025-03-14T04:37:52.7207769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract.h 2025-03-14T04:37:52.7211083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7214544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2025-03-14T04:37:52.7218099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2025-03-14T04:37:52.7222312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7226022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7229501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2025-03-14T04:37:52.7233380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2025-03-14T04:37:52.7236880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2025-03-14T04:37:52.7240329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2025-03-14T04:37:52.7244199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2025-03-14T04:37:52.7247708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2025-03-14T04:37:52.7250840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum.h 2025-03-14T04:37:52.7254386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7259059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7262723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7266442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2025-03-14T04:37:52.7269915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2025-03-14T04:37:52.7273287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2025-03-14T04:37:52.7276620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2025-03-14T04:37:52.7280900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2025-03-14T04:37:52.7285136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2025-03-14T04:37:52.7288614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2025-03-14T04:37:52.7292909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7297259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2025-03-14T04:37:52.7300832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2025-03-14T04:37:52.7305042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd.h 2025-03-14T04:37:52.7309375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7313068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2025-03-14T04:37:52.7317049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2025-03-14T04:37:52.7320907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2025-03-14T04:37:52.7324587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7328656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2025-03-14T04:37:52.7332846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2025-03-14T04:37:52.7336774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2025-03-14T04:37:52.7340762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7344975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2025-03-14T04:37:52.7348599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2025-03-14T04:37:52.7353128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2025-03-14T04:37:52.7357421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7361042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2025-03-14T04:37:52.7365580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7370689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2025-03-14T04:37:52.7375230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2025-03-14T04:37:52.7382884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2025-03-14T04:37:52.7387484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2025-03-14T04:37:52.7393220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2025-03-14T04:37:52.7399079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7403738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2025-03-14T04:37:52.7408454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2025-03-14T04:37:52.7414313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2025-03-14T04:37:52.7419764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7424508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2025-03-14T04:37:52.7429831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2025-03-14T04:37:52.7433979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2025-03-14T04:37:52.7438527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7442878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2025-03-14T04:37:52.7447353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2025-03-14T04:37:52.7452876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2025-03-14T04:37:52.7457334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7461286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2025-03-14T04:37:52.7464898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2025-03-14T04:37:52.7470014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t.h 2025-03-14T04:37:52.7474437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take.h 2025-03-14T04:37:52.7478101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2025-03-14T04:37:52.7481769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7487224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2025-03-14T04:37:52.7491274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2025-03-14T04:37:52.7495114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2025-03-14T04:37:52.7498574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2025-03-14T04:37:52.7502511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_native.h 2025-03-14T04:37:52.7506239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2025-03-14T04:37:52.7510402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan.h 2025-03-14T04:37:52.7514683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh.h 2025-03-14T04:37:52.7518344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2025-03-14T04:37:52.7522657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7526275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2025-03-14T04:37:52.7529843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2025-03-14T04:37:52.7533559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2025-03-14T04:37:52.7537712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2025-03-14T04:37:52.7542069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2025-03-14T04:37:52.7545850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2025-03-14T04:37:52.7549623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7553279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2025-03-14T04:37:52.7557458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2025-03-14T04:37:52.7560983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2025-03-14T04:37:52.7564728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2025-03-14T04:37:52.7568944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2025-03-14T04:37:52.7572561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2025-03-14T04:37:52.7576152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7579672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2025-03-14T04:37:52.7583624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2025-03-14T04:37:52.7587108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2025-03-14T04:37:52.7591014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2025-03-14T04:37:52.7594694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2025-03-14T04:37:52.7598412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2025-03-14T04:37:52.7601747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor.h 2025-03-14T04:37:52.7605040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2025-03-14T04:37:52.7609321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7613468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2025-03-14T04:37:52.7617112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2025-03-14T04:37:52.7620659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2025-03-14T04:37:52.7624525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7628268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2025-03-14T04:37:52.7631900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2025-03-14T04:37:52.7635581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2025-03-14T04:37:52.7639158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7642744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2025-03-14T04:37:52.7646332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2025-03-14T04:37:52.7649890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold.h 2025-03-14T04:37:52.7673352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2025-03-14T04:37:52.7677330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7680859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2025-03-14T04:37:52.7684501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2025-03-14T04:37:52.7688141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2025-03-14T04:37:52.7691864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2025-03-14T04:37:52.7696270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2025-03-14T04:37:52.7700358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2025-03-14T04:37:52.7704325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7707823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2025-03-14T04:37:52.7711399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2025-03-14T04:37:52.7717204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2025-03-14T04:37:52.7721489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2025-03-14T04:37:52.7725741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2025-03-14T04:37:52.7729917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2025-03-14T04:37:52.7734200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile.h 2025-03-14T04:37:52.7739284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7743488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2025-03-14T04:37:52.7747683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2025-03-14T04:37:52.7750914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to.h 2025-03-14T04:37:52.7755515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk.h 2025-03-14T04:37:52.7762165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.7766971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2025-03-14T04:37:52.7771017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2025-03-14T04:37:52.7776514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2025-03-14T04:37:52.7782010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2025-03-14T04:37:52.7787505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2025-03-14T04:37:52.7792866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2025-03-14T04:37:52.7798525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7802751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2025-03-14T04:37:52.7806760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2025-03-14T04:37:52.7810798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7815083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2025-03-14T04:37:52.7819311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2025-03-14T04:37:52.7823139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7827380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2025-03-14T04:37:52.7831211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2025-03-14T04:37:52.7834828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2025-03-14T04:37:52.7839105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2025-03-14T04:37:52.7843569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7847366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2025-03-14T04:37:52.7851580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2025-03-14T04:37:52.7856371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7860670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2025-03-14T04:37:52.7865036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2025-03-14T04:37:52.7870615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2025-03-14T04:37:52.7874743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_native.h 2025-03-14T04:37:52.7879722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2025-03-14T04:37:52.7884902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2025-03-14T04:37:52.7891034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.7897240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2025-03-14T04:37:52.7901111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2025-03-14T04:37:52.7906135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2025-03-14T04:37:52.7911710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2025-03-14T04:37:52.7915649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7920992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2025-03-14T04:37:52.7924881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2025-03-14T04:37:52.7929281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2025-03-14T04:37:52.7933674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7937422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2025-03-14T04:37:52.7941712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2025-03-14T04:37:52.7946039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7949844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2025-03-14T04:37:52.7953623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7958572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2025-03-14T04:37:52.7962990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2025-03-14T04:37:52.7966598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2025-03-14T04:37:52.7970922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.7975269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2025-03-14T04:37:52.7978960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2025-03-14T04:37:52.7983255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2025-03-14T04:37:52.7987362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2025-03-14T04:37:52.7990892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace.h 2025-03-14T04:37:52.7994215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2025-03-14T04:37:52.7997883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8001565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2025-03-14T04:37:52.8005922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2025-03-14T04:37:52.8009810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8014107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2025-03-14T04:37:52.8017760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2025-03-14T04:37:52.8021651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2025-03-14T04:37:52.8025367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2025-03-14T04:37:52.8028969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose.h 2025-03-14T04:37:52.8032637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8036739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8040737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2025-03-14T04:37:52.8044916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8049402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8053091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2025-03-14T04:37:52.8056875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2025-03-14T04:37:52.8060515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2025-03-14T04:37:52.8064236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2025-03-14T04:37:52.8068729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2025-03-14T04:37:52.8072386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8075930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2025-03-14T04:37:52.8079483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2025-03-14T04:37:52.8083218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz.h 2025-03-14T04:37:52.8086999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8091181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2025-03-14T04:37:52.8095104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2025-03-14T04:37:52.8098798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2025-03-14T04:37:52.8102563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8106602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2025-03-14T04:37:52.8110293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2025-03-14T04:37:52.8113825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2025-03-14T04:37:52.8117545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2025-03-14T04:37:52.8121498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2025-03-14T04:37:52.8125965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2025-03-14T04:37:52.8130429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril.h 2025-03-14T04:37:52.8133859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8137295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2025-03-14T04:37:52.8140740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2025-03-14T04:37:52.8144593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2025-03-14T04:37:52.8148909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8153113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2025-03-14T04:37:52.8156802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2025-03-14T04:37:52.8160591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2025-03-14T04:37:52.8164348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2025-03-14T04:37:52.8168100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2025-03-14T04:37:52.8171582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2025-03-14T04:37:52.8198108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2025-03-14T04:37:52.8202335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2025-03-14T04:37:52.8205945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2025-03-14T04:37:52.8210329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8214213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2025-03-14T04:37:52.8218207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2025-03-14T04:37:52.8222549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu.h 2025-03-14T04:37:52.8226636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8230482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2025-03-14T04:37:52.8234666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2025-03-14T04:37:52.8238616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2025-03-14T04:37:52.8242488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8246626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2025-03-14T04:37:52.8250823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2025-03-14T04:37:52.8254682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2025-03-14T04:37:52.8259045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2025-03-14T04:37:52.8263213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2025-03-14T04:37:52.8266851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2025-03-14T04:37:52.8270840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2025-03-14T04:37:52.8274922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2025-03-14T04:37:52.8278304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2025-03-14T04:37:52.8282592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8286664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2025-03-14T04:37:52.8290509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2025-03-14T04:37:52.8295281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc.h 2025-03-14T04:37:52.8299329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8302964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2025-03-14T04:37:52.8307080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2025-03-14T04:37:52.8311151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2025-03-14T04:37:52.8315744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2025-03-14T04:37:52.8319927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2025-03-14T04:37:52.8324540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2025-03-14T04:37:52.8328725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as.h 2025-03-14T04:37:52.8332303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8337238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2025-03-14T04:37:52.8341160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2025-03-14T04:37:52.8344975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8348918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2025-03-14T04:37:52.8353169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8357046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8361658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2025-03-14T04:37:52.8365590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2025-03-14T04:37:52.8369286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_native.h 2025-03-14T04:37:52.8374312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2025-03-14T04:37:52.8379841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind.h 2025-03-14T04:37:52.8385101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8389889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8393995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2025-03-14T04:37:52.8398079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8402640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8406859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2025-03-14T04:37:52.8410714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2025-03-14T04:37:52.8415220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2025-03-14T04:37:52.8418944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2025-03-14T04:37:52.8422856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2025-03-14T04:37:52.8427539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8431087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2025-03-14T04:37:52.8434887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8438481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2025-03-14T04:37:52.8443175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2025-03-14T04:37:52.8446981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2025-03-14T04:37:52.8451041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2025-03-14T04:37:52.8454712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold.h 2025-03-14T04:37:52.8458057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2025-03-14T04:37:52.8461763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8465874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2025-03-14T04:37:52.8469808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2025-03-14T04:37:52.8473958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2025-03-14T04:37:52.8477688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2025-03-14T04:37:52.8481384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2025-03-14T04:37:52.8485604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8489111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8492749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2025-03-14T04:37:52.8496457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2025-03-14T04:37:52.8500109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2025-03-14T04:37:52.8504461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2025-03-14T04:37:52.8508232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2025-03-14T04:37:52.8511760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2025-03-14T04:37:52.8515411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2025-03-14T04:37:52.8519064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform.h 2025-03-14T04:37:52.8523174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8526967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2025-03-14T04:37:52.8530509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2025-03-14T04:37:52.8534088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2025-03-14T04:37:52.8538080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2025-03-14T04:37:52.8541709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2025-03-14T04:37:52.8545577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2025-03-14T04:37:52.8549514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8553808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2025-03-14T04:37:52.8557571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2025-03-14T04:37:52.8561560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2025-03-14T04:37:52.8565340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2025-03-14T04:37:52.8569251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2025-03-14T04:37:52.8573027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8577328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2025-03-14T04:37:52.8581228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8584886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2025-03-14T04:37:52.8588818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2025-03-14T04:37:52.8592717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2025-03-14T04:37:52.8596514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2025-03-14T04:37:52.8600759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2025-03-14T04:37:52.8604686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2025-03-14T04:37:52.8608463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2025-03-14T04:37:52.8612147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2025-03-14T04:37:52.8616045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2025-03-14T04:37:52.8619577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8623081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2025-03-14T04:37:52.8626790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2025-03-14T04:37:52.8631327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2025-03-14T04:37:52.8635129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8638650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2025-03-14T04:37:52.8642415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2025-03-14T04:37:52.8646064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2025-03-14T04:37:52.8650034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8654602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2025-03-14T04:37:52.8658278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2025-03-14T04:37:52.8661870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2025-03-14T04:37:52.8665547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8669503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2025-03-14T04:37:52.8673374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8677224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8681668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2025-03-14T04:37:52.8685917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2025-03-14T04:37:52.8696070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2025-03-14T04:37:52.8697424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2025-03-14T04:37:52.8701630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2025-03-14T04:37:52.8705599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2025-03-14T04:37:52.8709830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8713554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.8717755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.8721960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2025-03-14T04:37:52.8725734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2025-03-14T04:37:52.8729652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2025-03-14T04:37:52.8733547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2025-03-14T04:37:52.8737757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8742047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8746075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2025-03-14T04:37:52.8749859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2025-03-14T04:37:52.8754233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2025-03-14T04:37:52.8758062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2025-03-14T04:37:52.8762334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2025-03-14T04:37:52.8766337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2025-03-14T04:37:52.8770182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2025-03-14T04:37:52.8774245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2025-03-14T04:37:52.8778425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8782125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.8786165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.8790223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2025-03-14T04:37:52.8794111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2025-03-14T04:37:52.8798010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2025-03-14T04:37:52.8801971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2025-03-14T04:37:52.8806367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8811457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.8815560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8820100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2025-03-14T04:37:52.8824643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2025-03-14T04:37:52.8828662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2025-03-14T04:37:52.8832956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2025-03-14T04:37:52.8837109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2025-03-14T04:37:52.8841047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2025-03-14T04:37:52.8845321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2025-03-14T04:37:52.8850391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2025-03-14T04:37:52.8855512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8859541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2025-03-14T04:37:52.8863805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2025-03-14T04:37:52.8868060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2025-03-14T04:37:52.8873055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2025-03-14T04:37:52.8879548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2025-03-14T04:37:52.8885577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2025-03-14T04:37:52.8891119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8895918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8900388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2025-03-14T04:37:52.8904185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2025-03-14T04:37:52.8908162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2025-03-14T04:37:52.8912597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2025-03-14T04:37:52.8916384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2025-03-14T04:37:52.8920355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2025-03-14T04:37:52.8924422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2025-03-14T04:37:52.8928200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2025-03-14T04:37:52.8932660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8936434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2025-03-14T04:37:52.8940477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2025-03-14T04:37:52.8944286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2025-03-14T04:37:52.8948112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2025-03-14T04:37:52.8952631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2025-03-14T04:37:52.8956386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2025-03-14T04:37:52.8960337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.8964445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.8968219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2025-03-14T04:37:52.8972139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2025-03-14T04:37:52.8975961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2025-03-14T04:37:52.8979719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2025-03-14T04:37:52.8983607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2025-03-14T04:37:52.8987622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2025-03-14T04:37:52.8991920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2025-03-14T04:37:52.8995508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2025-03-14T04:37:52.8999613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9003400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.9007490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.9011245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2025-03-14T04:37:52.9014862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2025-03-14T04:37:52.9018804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2025-03-14T04:37:52.9022551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2025-03-14T04:37:52.9026660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9031152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9036082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9040243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2025-03-14T04:37:52.9044784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2025-03-14T04:37:52.9048540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2025-03-14T04:37:52.9052677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2025-03-14T04:37:52.9056720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2025-03-14T04:37:52.9060457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2025-03-14T04:37:52.9064636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2025-03-14T04:37:52.9068450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2025-03-14T04:37:52.9073938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9077751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2025-03-14T04:37:52.9082374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2025-03-14T04:37:52.9086772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2025-03-14T04:37:52.9091427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2025-03-14T04:37:52.9095533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2025-03-14T04:37:52.9099936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2025-03-14T04:37:52.9104660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9108966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9113105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2025-03-14T04:37:52.9117491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2025-03-14T04:37:52.9122295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2025-03-14T04:37:52.9126614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2025-03-14T04:37:52.9130693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2025-03-14T04:37:52.9135086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2025-03-14T04:37:52.9139760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2025-03-14T04:37:52.9143782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2025-03-14T04:37:52.9148927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9153793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2025-03-14T04:37:52.9158150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2025-03-14T04:37:52.9161932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2025-03-14T04:37:52.9166494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2025-03-14T04:37:52.9170795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2025-03-14T04:37:52.9174997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2025-03-14T04:37:52.9179815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9184294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9188825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2025-03-14T04:37:52.9192968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2025-03-14T04:37:52.9197156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2025-03-14T04:37:52.9201775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2025-03-14T04:37:52.9206236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2025-03-14T04:37:52.9210394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2025-03-14T04:37:52.9214819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values.h 2025-03-14T04:37:52.9218996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9223263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2025-03-14T04:37:52.9227931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9232286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9236555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2025-03-14T04:37:52.9240787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2025-03-14T04:37:52.9245091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_native.h 2025-03-14T04:37:52.9249491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2025-03-14T04:37:52.9254138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2025-03-14T04:37:52.9275789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9279974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2025-03-14T04:37:52.9284342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2025-03-14T04:37:52.9289004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander.h 2025-03-14T04:37:52.9292848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9296793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2025-03-14T04:37:52.9300848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2025-03-14T04:37:52.9305180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var.h 2025-03-14T04:37:52.9309523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9313584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2025-03-14T04:37:52.9317416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2025-03-14T04:37:52.9321559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2025-03-14T04:37:52.9325758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9329475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9333632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2025-03-14T04:37:52.9337816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2025-03-14T04:37:52.9342756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2025-03-14T04:37:52.9346990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2025-03-14T04:37:52.9351150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_native.h 2025-03-14T04:37:52.9355119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2025-03-14T04:37:52.9358548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot.h 2025-03-14T04:37:52.9362623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9366312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2025-03-14T04:37:52.9369998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2025-03-14T04:37:52.9374268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2025-03-14T04:37:52.9377992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2025-03-14T04:37:52.9381313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view.h 2025-03-14T04:37:52.9385930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as.h 2025-03-14T04:37:52.9389926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2025-03-14T04:37:52.9393727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2025-03-14T04:37:52.9397599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9401419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9405374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2025-03-14T04:37:52.9409548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2025-03-14T04:37:52.9413542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2025-03-14T04:37:52.9417307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2025-03-14T04:37:52.9422318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2025-03-14T04:37:52.9426191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2025-03-14T04:37:52.9429910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2025-03-14T04:37:52.9434008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9437878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2025-03-14T04:37:52.9441593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2025-03-14T04:37:52.9445195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2025-03-14T04:37:52.9448895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2025-03-14T04:37:52.9452846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9456590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9460533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2025-03-14T04:37:52.9464270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2025-03-14T04:37:52.9468431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2025-03-14T04:37:52.9472335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2025-03-14T04:37:52.9476858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2025-03-14T04:37:52.9481926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2025-03-14T04:37:52.9486872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2025-03-14T04:37:52.9493845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9499309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2025-03-14T04:37:52.9505043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9510864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9516516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2025-03-14T04:37:52.9522240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2025-03-14T04:37:52.9526305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2025-03-14T04:37:52.9530683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2025-03-14T04:37:52.9535006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2025-03-14T04:37:52.9538862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_native.h 2025-03-14T04:37:52.9542864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2025-03-14T04:37:52.9546761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2025-03-14T04:37:52.9550377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9554334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2025-03-14T04:37:52.9558546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2025-03-14T04:37:52.9562406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack.h 2025-03-14T04:37:52.9566408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9570314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2025-03-14T04:37:52.9574316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2025-03-14T04:37:52.9578591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where.h 2025-03-14T04:37:52.9582348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9585921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2025-03-14T04:37:52.9590402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2025-03-14T04:37:52.9593824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_native.h 2025-03-14T04:37:52.9597378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2025-03-14T04:37:52.9601287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2025-03-14T04:37:52.9605209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9609420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9613349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2025-03-14T04:37:52.9617364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2025-03-14T04:37:52.9620931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2025-03-14T04:37:52.9624582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2025-03-14T04:37:52.9628185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2025-03-14T04:37:52.9631714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2025-03-14T04:37:52.9635748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor.h 2025-03-14T04:37:52.9639753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9644507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2025-03-14T04:37:52.9648348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2025-03-14T04:37:52.9651719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero.h 2025-03-14T04:37:52.9655025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros.h 2025-03-14T04:37:52.9658731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9662205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2025-03-14T04:37:52.9665915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9669670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-03-14T04:37:52.9673428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2025-03-14T04:37:52.9677113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2025-03-14T04:37:52.9680752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2025-03-14T04:37:52.9684453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2025-03-14T04:37:52.9688199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9692365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2025-03-14T04:37:52.9695951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2025-03-14T04:37:52.9700103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2025-03-14T04:37:52.9703951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2025-03-14T04:37:52.9707893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2025-03-14T04:37:52.9711244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2025-03-14T04:37:52.9714810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2025-03-14T04:37:52.9718751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9722966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2025-03-14T04:37:52.9726798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2025-03-14T04:37:52.9730758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2025-03-14T04:37:52.9734465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2025-03-14T04:37:52.9738464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9742193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2025-03-14T04:37:52.9745940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2025-03-14T04:37:52.9749801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2025-03-14T04:37:52.9753723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2025-03-14T04:37:52.9757426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2025-03-14T04:37:52.9761069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2025-03-14T04:37:52.9765350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9769289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-03-14T04:37:52.9773864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-03-14T04:37:52.9777717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2025-03-14T04:37:52.9782363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2025-03-14T04:37:52.9786629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9790483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2025-03-14T04:37:52.9794889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2025-03-14T04:37:52.9799496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2025-03-14T04:37:52.9803924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2025-03-14T04:37:52.9807888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2025-03-14T04:37:52.9812368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:52.9816788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2025-03-14T04:37:52.9820819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2025-03-14T04:37:52.9825270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2025-03-14T04:37:52.9829686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2025-03-14T04:37:52.9833903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2025-03-14T04:37:52.9837992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2025-03-14T04:37:52.9842285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2025-03-14T04:37:52.9846654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:52.9850608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2025-03-14T04:37:52.9854789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2025-03-14T04:37:52.9858975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2025-03-14T04:37:52.9862980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9867351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2025-03-14T04:37:52.9871702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2025-03-14T04:37:52.9875664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2025-03-14T04:37:52.9881873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2025-03-14T04:37:52.9887707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2025-03-14T04:37:52.9893069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9898828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2025-03-14T04:37:52.9904522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2025-03-14T04:37:52.9909927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2025-03-14T04:37:52.9913593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2025-03-14T04:37:52.9918082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2025-03-14T04:37:52.9922928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9927118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2025-03-14T04:37:52.9931445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2025-03-14T04:37:52.9936739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2025-03-14T04:37:52.9940929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2025-03-14T04:37:52.9944604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2025-03-14T04:37:52.9949045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:52.9952706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2025-03-14T04:37:52.9956401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2025-03-14T04:37:52.9960051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2025-03-14T04:37:52.9964794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2025-03-14T04:37:52.9969955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2025-03-14T04:37:52.9973734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2025-03-14T04:37:52.9977396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2025-03-14T04:37:52.9981007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2025-03-14T04:37:52.9984515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2025-03-14T04:37:52.9988483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2025-03-14T04:37:52.9992289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2025-03-14T04:37:52.9996837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0000532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2025-03-14T04:37:53.0004282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2025-03-14T04:37:53.0008089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2025-03-14T04:37:53.0011954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0015805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h 2025-03-14T04:37:53.0019698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2025-03-14T04:37:53.0023315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2025-03-14T04:37:53.0027069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2025-03-14T04:37:53.0031232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0035341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2025-03-14T04:37:53.0039292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2025-03-14T04:37:53.0043934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2025-03-14T04:37:53.0048391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0052152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2025-03-14T04:37:53.0055895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2025-03-14T04:37:53.0059575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward.h 2025-03-14T04:37:53.0063501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0067163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2025-03-14T04:37:53.0070715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2025-03-14T04:37:53.0074710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2025-03-14T04:37:53.0078275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2025-03-14T04:37:53.0082153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0085790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2025-03-14T04:37:53.0089766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2025-03-14T04:37:53.0107460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0111059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2025-03-14T04:37:53.0114739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2025-03-14T04:37:53.0118535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2025-03-14T04:37:53.0122745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0126453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2025-03-14T04:37:53.0130216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2025-03-14T04:37:53.0134551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2025-03-14T04:37:53.0138568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0143264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2025-03-14T04:37:53.0147982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2025-03-14T04:37:53.0152380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2025-03-14T04:37:53.0156574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2025-03-14T04:37:53.0160725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2025-03-14T04:37:53.0164867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0169204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2025-03-14T04:37:53.0173322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2025-03-14T04:37:53.0177658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2025-03-14T04:37:53.0181659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0185908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2025-03-14T04:37:53.0190134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2025-03-14T04:37:53.0193869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2025-03-14T04:37:53.0198154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0202388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2025-03-14T04:37:53.0206300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2025-03-14T04:37:53.0210419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2025-03-14T04:37:53.0214718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0218757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2025-03-14T04:37:53.0222958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2025-03-14T04:37:53.0227552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2025-03-14T04:37:53.0232061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0236073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2025-03-14T04:37:53.0240197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2025-03-14T04:37:53.0244409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2025-03-14T04:37:53.0248367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0252597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2025-03-14T04:37:53.0257271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2025-03-14T04:37:53.0261423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2025-03-14T04:37:53.0265444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0270146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2025-03-14T04:37:53.0275384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2025-03-14T04:37:53.0278593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2025-03-14T04:37:53.0282873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0286941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2025-03-14T04:37:53.0290890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2025-03-14T04:37:53.0294867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2025-03-14T04:37:53.0299218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0303227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2025-03-14T04:37:53.0307094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2025-03-14T04:37:53.0311202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2025-03-14T04:37:53.0315842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2025-03-14T04:37:53.0319690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2025-03-14T04:37:53.0323954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0328430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2025-03-14T04:37:53.0332197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2025-03-14T04:37:53.0336744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2025-03-14T04:37:53.0340941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2025-03-14T04:37:53.0365608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2025-03-14T04:37:53.0370153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0375222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2025-03-14T04:37:53.0381458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2025-03-14T04:37:53.0387129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2025-03-14T04:37:53.0393227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2025-03-14T04:37:53.0397533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2025-03-14T04:37:53.0402213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0407027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2025-03-14T04:37:53.0410867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2025-03-14T04:37:53.0415172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2025-03-14T04:37:53.0419438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0423404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2025-03-14T04:37:53.0427294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2025-03-14T04:37:53.0431844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2025-03-14T04:37:53.0435615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2025-03-14T04:37:53.0439407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2025-03-14T04:37:53.0443103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0447260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2025-03-14T04:37:53.0451233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2025-03-14T04:37:53.0454926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2025-03-14T04:37:53.0458882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0462873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2025-03-14T04:37:53.0466533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2025-03-14T04:37:53.0470425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2025-03-14T04:37:53.0474321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2025-03-14T04:37:53.0478229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2025-03-14T04:37:53.0482552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2025-03-14T04:37:53.0486693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2025-03-14T04:37:53.0490353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj.h 2025-03-14T04:37:53.0493889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0497813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2025-03-14T04:37:53.0502152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.0505818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0509899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2025-03-14T04:37:53.0513577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2025-03-14T04:37:53.0517215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2025-03-14T04:37:53.0520817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2025-03-14T04:37:53.0524595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2025-03-14T04:37:53.0528368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0532145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2025-03-14T04:37:53.0536981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2025-03-14T04:37:53.0540901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2025-03-14T04:37:53.0545325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.0548958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2025-03-14T04:37:53.0552717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2025-03-14T04:37:53.0556408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2025-03-14T04:37:53.0560354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2025-03-14T04:37:53.0564462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2025-03-14T04:37:53.0568089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2025-03-14T04:37:53.0571775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2025-03-14T04:37:53.0575756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.0579668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2025-03-14T04:37:53.0583470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2025-03-14T04:37:53.0587826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2025-03-14T04:37:53.0591664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2025-03-14T04:37:53.0595506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2025-03-14T04:37:53.0599408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2025-03-14T04:37:53.0603315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2025-03-14T04:37:53.0607114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2025-03-14T04:37:53.0610869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h 2025-03-14T04:37:53.0614653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h 2025-03-14T04:37:53.0618462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h 2025-03-14T04:37:53.0622418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h 2025-03-14T04:37:53.0626361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2025-03-14T04:37:53.0630087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2025-03-14T04:37:53.0633832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2025-03-14T04:37:53.0638201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0642538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0646976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2025-03-14T04:37:53.0651469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0655740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2025-03-14T04:37:53.0659604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2025-03-14T04:37:53.0663931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2025-03-14T04:37:53.0668928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0673984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2025-03-14T04:37:53.0678031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2025-03-14T04:37:53.0683315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2025-03-14T04:37:53.0687758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2025-03-14T04:37:53.0692084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2025-03-14T04:37:53.0695897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2025-03-14T04:37:53.0700145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2025-03-14T04:37:53.0704330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2025-03-14T04:37:53.0708345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2025-03-14T04:37:53.0712322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2025-03-14T04:37:53.0717293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0721588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2025-03-14T04:37:53.0725523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2025-03-14T04:37:53.0730139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0734474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2025-03-14T04:37:53.0738464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2025-03-14T04:37:53.0742355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2025-03-14T04:37:53.0746436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2025-03-14T04:37:53.0750384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2025-03-14T04:37:53.0754413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2025-03-14T04:37:53.0758705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2025-03-14T04:37:53.0763263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2025-03-14T04:37:53.0767174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2025-03-14T04:37:53.0771481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2025-03-14T04:37:53.0775880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2025-03-14T04:37:53.0779973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2025-03-14T04:37:53.0784292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2025-03-14T04:37:53.0788594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2025-03-14T04:37:53.0792741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2025-03-14T04:37:53.0797313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2025-03-14T04:37:53.0802084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0806405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2025-03-14T04:37:53.0810325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2025-03-14T04:37:53.0814543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2025-03-14T04:37:53.0818967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2025-03-14T04:37:53.0823437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0827741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2025-03-14T04:37:53.0832321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2025-03-14T04:37:53.0836643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2025-03-14T04:37:53.0840918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2025-03-14T04:37:53.0844901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2025-03-14T04:37:53.0849229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward.h 2025-03-14T04:37:53.0853323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h 2025-03-14T04:37:53.0857118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_native.h 2025-03-14T04:37:53.0861698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_ops.h 2025-03-14T04:37:53.0865999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2025-03-14T04:37:53.0870067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0874773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2025-03-14T04:37:53.0879219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2025-03-14T04:37:53.0884530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2025-03-14T04:37:53.0890478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2025-03-14T04:37:53.0894360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0899009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2025-03-14T04:37:53.0904013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2025-03-14T04:37:53.0908439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2025-03-14T04:37:53.0912813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2025-03-14T04:37:53.0917335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2025-03-14T04:37:53.0921636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0926093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2025-03-14T04:37:53.0929906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2025-03-14T04:37:53.0934471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2025-03-14T04:37:53.0938445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0942289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2025-03-14T04:37:53.0946018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2025-03-14T04:37:53.0950381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.0954435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2025-03-14T04:37:53.0958348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2025-03-14T04:37:53.0962201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2025-03-14T04:37:53.0965957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2025-03-14T04:37:53.0969750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2025-03-14T04:37:53.0973524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2025-03-14T04:37:53.0977397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0981480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2025-03-14T04:37:53.0985895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2025-03-14T04:37:53.0989885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2025-03-14T04:37:53.0993726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.0997399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2025-03-14T04:37:53.1001084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2025-03-14T04:37:53.1005763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2025-03-14T04:37:53.1009884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.1013577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2025-03-14T04:37:53.1017301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2025-03-14T04:37:53.1021007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2025-03-14T04:37:53.1025142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.1028975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2025-03-14T04:37:53.1032730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2025-03-14T04:37:53.1036972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2025-03-14T04:37:53.1041520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2025-03-14T04:37:53.1045408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2025-03-14T04:37:53.1049563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2025-03-14T04:37:53.1053789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2025-03-14T04:37:53.1057841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2025-03-14T04:37:53.1061398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2025-03-14T04:37:53.1065002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2025-03-14T04:37:53.1068574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2025-03-14T04:37:53.1072260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2025-03-14T04:37:53.1076057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2025-03-14T04:37:53.1080281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.1084042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2025-03-14T04:37:53.1087666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2025-03-14T04:37:53.1091264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2025-03-14T04:37:53.1094879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2025-03-14T04:37:53.1099558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2025-03-14T04:37:53.1103409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2025-03-14T04:37:53.1107306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2025-03-14T04:37:53.1110921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2025-03-14T04:37:53.1114651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2025-03-14T04:37:53.1118324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.1122018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2025-03-14T04:37:53.1125605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2025-03-14T04:37:53.1129207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2025-03-14T04:37:53.1133028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1137162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2025-03-14T04:37:53.1141249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2025-03-14T04:37:53.1145159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2025-03-14T04:37:53.1148828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2025-03-14T04:37:53.1152546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h 2025-03-14T04:37:53.1156306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h 2025-03-14T04:37:53.1160075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h 2025-03-14T04:37:53.1164125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h 2025-03-14T04:37:53.1168084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h 2025-03-14T04:37:53.1171870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h 2025-03-14T04:37:53.1175692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h 2025-03-14T04:37:53.1179556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h 2025-03-14T04:37:53.1183371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2025-03-14T04:37:53.1187282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1191379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2025-03-14T04:37:53.1195155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2025-03-14T04:37:53.1198919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2025-03-14T04:37:53.1203050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2025-03-14T04:37:53.1207655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2025-03-14T04:37:53.1211541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2025-03-14T04:37:53.1215427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2025-03-14T04:37:53.1219477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2025-03-14T04:37:53.1223216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2025-03-14T04:37:53.1227267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2025-03-14T04:37:53.1231384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2025-03-14T04:37:53.1235091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2025-03-14T04:37:53.1238847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2025-03-14T04:37:53.1243445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2025-03-14T04:37:53.1248222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2025-03-14T04:37:53.1262246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2025-03-14T04:37:53.1263085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2025-03-14T04:37:53.1263824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2025-03-14T04:37:53.1265628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2025-03-14T04:37:53.1269621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1273866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2025-03-14T04:37:53.1278479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2025-03-14T04:37:53.1282589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2025-03-14T04:37:53.1287239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1291778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2025-03-14T04:37:53.1296467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2025-03-14T04:37:53.1300858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2025-03-14T04:37:53.1305237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2025-03-14T04:37:53.1310586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2025-03-14T04:37:53.1315311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1319881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2025-03-14T04:37:53.1323943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2025-03-14T04:37:53.1328296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2025-03-14T04:37:53.1332775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2025-03-14T04:37:53.1337348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2025-03-14T04:37:53.1341233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2025-03-14T04:37:53.1345913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2025-03-14T04:37:53.1350781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1355410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2025-03-14T04:37:53.1359632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2025-03-14T04:37:53.1364294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2025-03-14T04:37:53.1368513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2025-03-14T04:37:53.1372626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2025-03-14T04:37:53.1377070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.1381688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2025-03-14T04:37:53.1386574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2025-03-14T04:37:53.1393451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2025-03-14T04:37:53.1397814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1402598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2025-03-14T04:37:53.1407330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2025-03-14T04:37:53.1412443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2025-03-14T04:37:53.1416795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2025-03-14T04:37:53.1421415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1425240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2025-03-14T04:37:53.1429136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2025-03-14T04:37:53.1449698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2025-03-14T04:37:53.1453688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2025-03-14T04:37:53.1457748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1462103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2025-03-14T04:37:53.1466194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2025-03-14T04:37:53.1470232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2025-03-14T04:37:53.1474201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2025-03-14T04:37:53.1478907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2025-03-14T04:37:53.1483480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2025-03-14T04:37:53.1487300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2025-03-14T04:37:53.1491292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2025-03-14T04:37:53.1495601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1499657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2025-03-14T04:37:53.1503546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2025-03-14T04:37:53.1507519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2025-03-14T04:37:53.1511499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2025-03-14T04:37:53.1516641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2025-03-14T04:37:53.1520780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2025-03-14T04:37:53.1524932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2025-03-14T04:37:53.1529188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2025-03-14T04:37:53.1533178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2025-03-14T04:37:53.1537645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2025-03-14T04:37:53.1542252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1546377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2025-03-14T04:37:53.1550203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2025-03-14T04:37:53.1554110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2025-03-14T04:37:53.1558234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2025-03-14T04:37:53.1562161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2025-03-14T04:37:53.1566237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1570058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2025-03-14T04:37:53.1574047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2025-03-14T04:37:53.1577920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2025-03-14T04:37:53.1582130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2025-03-14T04:37:53.1586024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2025-03-14T04:37:53.1589426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2025-03-14T04:37:53.1593466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2025-03-14T04:37:53.1597231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2025-03-14T04:37:53.1601023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2025-03-14T04:37:53.1604872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2025-03-14T04:37:53.1608769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2025-03-14T04:37:53.1612550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2025-03-14T04:37:53.1616302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2025-03-14T04:37:53.1620319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2025-03-14T04:37:53.1623960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2025-03-14T04:37:53.1627412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2025-03-14T04:37:53.1630829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2025-03-14T04:37:53.1634687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2025-03-14T04:37:53.1638588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2025-03-14T04:37:53.1642323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2025-03-14T04:37:53.1646210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2025-03-14T04:37:53.1649828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2025-03-14T04:37:53.1653638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2025-03-14T04:37:53.1657345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2025-03-14T04:37:53.1661408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2025-03-14T04:37:53.1665009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2025-03-14T04:37:53.1668627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2025-03-14T04:37:53.1672587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2025-03-14T04:37:53.1676295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2025-03-14T04:37:53.1680100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2025-03-14T04:37:53.1684185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2025-03-14T04:37:53.1688143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2025-03-14T04:37:53.1692087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2025-03-14T04:37:53.1696692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1700526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2025-03-14T04:37:53.1704757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2025-03-14T04:37:53.1714080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2025-03-14T04:37:53.1717258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2025-03-14T04:37:53.1723938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1729562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2025-03-14T04:37:53.1735422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2025-03-14T04:37:53.1741469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2025-03-14T04:37:53.1747613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2025-03-14T04:37:53.1753755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1759656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2025-03-14T04:37:53.1765888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2025-03-14T04:37:53.1771996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2025-03-14T04:37:53.1778073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2025-03-14T04:37:53.1783909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2025-03-14T04:37:53.1790254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1796269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2025-03-14T04:37:53.1802661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2025-03-14T04:37:53.1808638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2025-03-14T04:37:53.1814012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2025-03-14T04:37:53.1818639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1822643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2025-03-14T04:37:53.1826871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2025-03-14T04:37:53.1831674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2025-03-14T04:37:53.1836746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1841722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2025-03-14T04:37:53.1845699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2025-03-14T04:37:53.1850478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2025-03-14T04:37:53.1854904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2025-03-14T04:37:53.1859261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1863448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2025-03-14T04:37:53.1868012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2025-03-14T04:37:53.1872261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2025-03-14T04:37:53.1876193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2025-03-14T04:37:53.1880586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1884887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2025-03-14T04:37:53.1889150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2025-03-14T04:37:53.1894340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2025-03-14T04:37:53.1899216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2025-03-14T04:37:53.1904483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1908890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2025-03-14T04:37:53.1914770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2025-03-14T04:37:53.1918968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2025-03-14T04:37:53.1923511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2025-03-14T04:37:53.1928119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1932559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2025-03-14T04:37:53.1937047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2025-03-14T04:37:53.1942003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2025-03-14T04:37:53.1945740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2025-03-14T04:37:53.1949914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1954416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2025-03-14T04:37:53.1959232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2025-03-14T04:37:53.1963230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2025-03-14T04:37:53.1967202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2025-03-14T04:37:53.1971913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.1975684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2025-03-14T04:37:53.1979653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2025-03-14T04:37:53.1984033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2025-03-14T04:37:53.1988183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2025-03-14T04:37:53.1991849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2025-03-14T04:37:53.1995729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2000162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2025-03-14T04:37:53.2004106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2025-03-14T04:37:53.2008132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2025-03-14T04:37:53.2012172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2016445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2025-03-14T04:37:53.2020301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2025-03-14T04:37:53.2024278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2025-03-14T04:37:53.2028070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2025-03-14T04:37:53.2032041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2036286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2025-03-14T04:37:53.2040233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2025-03-14T04:37:53.2044756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2025-03-14T04:37:53.2048896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2025-03-14T04:37:53.2053396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2025-03-14T04:37:53.2057294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2061215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2025-03-14T04:37:53.2064999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2025-03-14T04:37:53.2069268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2025-03-14T04:37:53.2073539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2077368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2025-03-14T04:37:53.2081400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2025-03-14T04:37:53.2085416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2025-03-14T04:37:53.2089015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2025-03-14T04:37:53.2092831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2025-03-14T04:37:53.2096784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2100966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2025-03-14T04:37:53.2104800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2025-03-14T04:37:53.2109128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2025-03-14T04:37:53.2113543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2117613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2025-03-14T04:37:53.2121383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2025-03-14T04:37:53.2125348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2025-03-14T04:37:53.2129395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2025-03-14T04:37:53.2133236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2136990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2025-03-14T04:37:53.2140744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2025-03-14T04:37:53.2144531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2025-03-14T04:37:53.2148806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2025-03-14T04:37:53.2153254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2157672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2025-03-14T04:37:53.2162280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2025-03-14T04:37:53.2166543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2025-03-14T04:37:53.2171873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2025-03-14T04:37:53.2176677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2180865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2025-03-14T04:37:53.2185468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2025-03-14T04:37:53.2189963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2025-03-14T04:37:53.2194070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2025-03-14T04:37:53.2198597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2203347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2025-03-14T04:37:53.2207657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2025-03-14T04:37:53.2211797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2025-03-14T04:37:53.2216680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2025-03-14T04:37:53.2221244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2025-03-14T04:37:53.2225754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2229802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2025-03-14T04:37:53.2234026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2025-03-14T04:37:53.2238520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2025-03-14T04:37:53.2242545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2025-03-14T04:37:53.2247328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2251780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2025-03-14T04:37:53.2256136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2025-03-14T04:37:53.2260227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2025-03-14T04:37:53.2264866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2025-03-14T04:37:53.2269555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2273876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2025-03-14T04:37:53.2278021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2025-03-14T04:37:53.2282656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2025-03-14T04:37:53.2287219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2292009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2025-03-14T04:37:53.2296090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2025-03-14T04:37:53.2300431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2025-03-14T04:37:53.2304745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2025-03-14T04:37:53.2308880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2025-03-14T04:37:53.2313152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2317537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2025-03-14T04:37:53.2321737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2025-03-14T04:37:53.2325616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2025-03-14T04:37:53.2330073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2334587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2025-03-14T04:37:53.2338723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2025-03-14T04:37:53.2343103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2025-03-14T04:37:53.2347352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2025-03-14T04:37:53.2351790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2356080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2025-03-14T04:37:53.2360678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2025-03-14T04:37:53.2365337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2025-03-14T04:37:53.2369527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2025-03-14T04:37:53.2373672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2377922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2025-03-14T04:37:53.2382194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2025-03-14T04:37:53.2386094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2025-03-14T04:37:53.2391407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2025-03-14T04:37:53.2397759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2403267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2025-03-14T04:37:53.2407142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2025-03-14T04:37:53.2412560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2025-03-14T04:37:53.2417212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2025-03-14T04:37:53.2421941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2425876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2025-03-14T04:37:53.2430556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2025-03-14T04:37:53.2434420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2025-03-14T04:37:53.2438553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2025-03-14T04:37:53.2443390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2447206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2025-03-14T04:37:53.2451027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2025-03-14T04:37:53.2455100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2025-03-14T04:37:53.2459347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2025-03-14T04:37:53.2463335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2467195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2025-03-14T04:37:53.2471175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2025-03-14T04:37:53.2474902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2025-03-14T04:37:53.2478876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2025-03-14T04:37:53.2483018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2487742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2025-03-14T04:37:53.2491678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2025-03-14T04:37:53.2495527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2025-03-14T04:37:53.2499430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt.h 2025-03-14T04:37:53.2503463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2507176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h 2025-03-14T04:37:53.2511583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_native.h 2025-03-14T04:37:53.2515377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_ops.h 2025-03-14T04:37:53.2520263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2025-03-14T04:37:53.2523872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2527561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2025-03-14T04:37:53.2531567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2025-03-14T04:37:53.2535308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2025-03-14T04:37:53.2539215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2025-03-14T04:37:53.2556399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2560694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2025-03-14T04:37:53.2564947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2025-03-14T04:37:53.2569415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2025-03-14T04:37:53.2593244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2025-03-14T04:37:53.2597529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2025-03-14T04:37:53.2602355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2606329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2025-03-14T04:37:53.2610614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2025-03-14T04:37:53.2615004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2025-03-14T04:37:53.2619142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2623763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2025-03-14T04:37:53.2628500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2025-03-14T04:37:53.2632919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2025-03-14T04:37:53.2636770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2025-03-14T04:37:53.2641356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2645891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2025-03-14T04:37:53.2650422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2025-03-14T04:37:53.2654253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2025-03-14T04:37:53.2658746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2025-03-14T04:37:53.2664452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2669028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2025-03-14T04:37:53.2673012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2025-03-14T04:37:53.2677287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2025-03-14T04:37:53.2682127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2025-03-14T04:37:53.2686773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2025-03-14T04:37:53.2690842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2695508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2025-03-14T04:37:53.2699972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2025-03-14T04:37:53.2704131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2025-03-14T04:37:53.2708167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2712715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2025-03-14T04:37:53.2717306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2025-03-14T04:37:53.2721415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2025-03-14T04:37:53.2725725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2025-03-14T04:37:53.2730159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2735431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2025-03-14T04:37:53.2739819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2025-03-14T04:37:53.2743886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2025-03-14T04:37:53.2748141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2025-03-14T04:37:53.2752608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2756951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2025-03-14T04:37:53.2762458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2025-03-14T04:37:53.2766999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2025-03-14T04:37:53.2771792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2025-03-14T04:37:53.2776121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2025-03-14T04:37:53.2780844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2025-03-14T04:37:53.2785524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2025-03-14T04:37:53.2790250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2025-03-14T04:37:53.2794804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2799222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2025-03-14T04:37:53.2803790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2025-03-14T04:37:53.2808493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2025-03-14T04:37:53.2813829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2818603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2025-03-14T04:37:53.2823237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2827880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2025-03-14T04:37:53.2832769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2025-03-14T04:37:53.2838526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2025-03-14T04:37:53.2843208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2025-03-14T04:37:53.2847075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2025-03-14T04:37:53.2851575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2855891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2025-03-14T04:37:53.2860409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2025-03-14T04:37:53.2865855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2025-03-14T04:37:53.2870475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2025-03-14T04:37:53.2874877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2025-03-14T04:37:53.2879103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2883745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2025-03-14T04:37:53.2889145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2025-03-14T04:37:53.2893590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2025-03-14T04:37:53.2897366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2025-03-14T04:37:53.2902168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2906039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2025-03-14T04:37:53.2910126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2025-03-14T04:37:53.2914067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2025-03-14T04:37:53.2917903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2025-03-14T04:37:53.2922001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2025-03-14T04:37:53.2925908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2930273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2025-03-14T04:37:53.2935362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2025-03-14T04:37:53.2939723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2025-03-14T04:37:53.2943871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2025-03-14T04:37:53.2948685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.2953319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2025-03-14T04:37:53.2957992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2025-03-14T04:37:53.2962384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2025-03-14T04:37:53.2966728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2025-03-14T04:37:53.2970644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2025-03-14T04:37:53.2974498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2025-03-14T04:37:53.2979221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2025-03-14T04:37:53.2983367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2025-03-14T04:37:53.2988023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2025-03-14T04:37:53.2994688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2025-03-14T04:37:53.3000937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2025-03-14T04:37:53.3005979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3012442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2025-03-14T04:37:53.3018818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2025-03-14T04:37:53.3024771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2025-03-14T04:37:53.3030947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2025-03-14T04:37:53.3036531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2025-03-14T04:37:53.3040560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3045101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2025-03-14T04:37:53.3049588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3053984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3058272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2025-03-14T04:37:53.3062552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2025-03-14T04:37:53.3067073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2025-03-14T04:37:53.3071945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2025-03-14T04:37:53.3076191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2025-03-14T04:37:53.3080602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.3085364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2025-03-14T04:37:53.3089145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2025-03-14T04:37:53.3093522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2025-03-14T04:37:53.3097851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2025-03-14T04:37:53.3102216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.3106843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2025-03-14T04:37:53.3111268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2025-03-14T04:37:53.3116023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3120719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2025-03-14T04:37:53.3125040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2025-03-14T04:37:53.3129924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2025-03-14T04:37:53.3134550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.3139272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2025-03-14T04:37:53.3143616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2025-03-14T04:37:53.3147779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2025-03-14T04:37:53.3151874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3156347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2025-03-14T04:37:53.3160162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2025-03-14T04:37:53.3164476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2025-03-14T04:37:53.3168389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3172752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2025-03-14T04:37:53.3176909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2025-03-14T04:37:53.3180765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2025-03-14T04:37:53.3184515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2025-03-14T04:37:53.3188802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3192731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2025-03-14T04:37:53.3196627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2025-03-14T04:37:53.3200945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2025-03-14T04:37:53.3205450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2025-03-14T04:37:53.3209731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3214187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2025-03-14T04:37:53.3218943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2025-03-14T04:37:53.3223084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2025-03-14T04:37:53.3226937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2025-03-14T04:37:53.3230699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3234397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2025-03-14T04:37:53.3238222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2025-03-14T04:37:53.3242193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2025-03-14T04:37:53.3246075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2025-03-14T04:37:53.3249881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2025-03-14T04:37:53.3253473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices.h 2025-03-14T04:37:53.3257000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2025-03-14T04:37:53.3261536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3265329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3269057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2025-03-14T04:37:53.3273288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2025-03-14T04:37:53.3277174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2025-03-14T04:37:53.3281107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2025-03-14T04:37:53.3285082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2025-03-14T04:37:53.3288554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2025-03-14T04:37:53.3292636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2025-03-14T04:37:53.3296623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2025-03-14T04:37:53.3300248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2025-03-14T04:37:53.3304008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2025-03-14T04:37:53.3307798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3311466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2025-03-14T04:37:53.3315146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2025-03-14T04:37:53.3318997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2025-03-14T04:37:53.3323348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3327265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2025-03-14T04:37:53.3331034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2025-03-14T04:37:53.3335108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2025-03-14T04:37:53.3338822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.3342757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2025-03-14T04:37:53.3346385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2025-03-14T04:37:53.3350249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2025-03-14T04:37:53.3354039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2025-03-14T04:37:53.3358553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2025-03-14T04:37:53.3363094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2025-03-14T04:37:53.3367328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2025-03-14T04:37:53.3371742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2025-03-14T04:37:53.3375758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3380141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2025-03-14T04:37:53.3384780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2025-03-14T04:37:53.3388715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2025-03-14T04:37:53.3393594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3398688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2025-03-14T04:37:53.3404744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2025-03-14T04:37:53.3410449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2025-03-14T04:37:53.3416816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3423258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2025-03-14T04:37:53.3429221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2025-03-14T04:37:53.3435219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2025-03-14T04:37:53.3439811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2025-03-14T04:37:53.3444375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2025-03-14T04:37:53.3448921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2025-03-14T04:37:53.3452811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2025-03-14T04:37:53.3457706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3462270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2025-03-14T04:37:53.3466241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2025-03-14T04:37:53.3470170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2025-03-14T04:37:53.3474896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2025-03-14T04:37:53.3479024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2025-03-14T04:37:53.3483727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2025-03-14T04:37:53.3488452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2025-03-14T04:37:53.3492818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2025-03-14T04:37:53.3496794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2025-03-14T04:37:53.3500609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2025-03-14T04:37:53.3504503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2025-03-14T04:37:53.3508205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2025-03-14T04:37:53.3512327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3517275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2025-03-14T04:37:53.3521974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2025-03-14T04:37:53.3526442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2025-03-14T04:37:53.3530479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2025-03-14T04:37:53.3534389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2025-03-14T04:37:53.3538262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2025-03-14T04:37:53.3542333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2025-03-14T04:37:53.3546889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3551757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2025-03-14T04:37:53.3555703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2025-03-14T04:37:53.3559657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2025-03-14T04:37:53.3563959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2025-03-14T04:37:53.3567618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2025-03-14T04:37:53.3571450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2025-03-14T04:37:53.3575201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2025-03-14T04:37:53.3579291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3583399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2025-03-14T04:37:53.3587527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2025-03-14T04:37:53.3591201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2025-03-14T04:37:53.3595294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2025-03-14T04:37:53.3599399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2025-03-14T04:37:53.3603331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2025-03-14T04:37:53.3607280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2025-03-14T04:37:53.3612064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2025-03-14T04:37:53.3616485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2025-03-14T04:37:53.3620242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2025-03-14T04:37:53.3624292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2025-03-14T04:37:53.3628270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2025-03-14T04:37:53.3631917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2025-03-14T04:37:53.3635752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2025-03-14T04:37:53.3639404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2025-03-14T04:37:53.3643154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2025-03-14T04:37:53.3647213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2025-03-14T04:37:53.3650988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2025-03-14T04:37:53.3655836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3659474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2025-03-14T04:37:53.3663413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2025-03-14T04:37:53.3667484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2025-03-14T04:37:53.3671405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2025-03-14T04:37:53.3675185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2025-03-14T04:37:53.3679216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2025-03-14T04:37:53.3683571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3687686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2025-03-14T04:37:53.3691563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2025-03-14T04:37:53.3695697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2025-03-14T04:37:53.3699896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2025-03-14T04:37:53.3703935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2025-03-14T04:37:53.3708388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2025-03-14T04:37:53.3728043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2025-03-14T04:37:53.3732275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3736714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2025-03-14T04:37:53.3740894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2025-03-14T04:37:53.3745345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2025-03-14T04:37:53.3749847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.3753765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2025-03-14T04:37:53.3758301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2025-03-14T04:37:53.3762718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2025-03-14T04:37:53.3766723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2025-03-14T04:37:53.3770879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2025-03-14T04:37:53.3775551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2025-03-14T04:37:53.3779765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2025-03-14T04:37:53.3784733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3788925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2025-03-14T04:37:53.3793539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.3798131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3801971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2025-03-14T04:37:53.3806300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2025-03-14T04:37:53.3810850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2025-03-14T04:37:53.3815026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2025-03-14T04:37:53.3818991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2025-03-14T04:37:53.3823660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3828042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2025-03-14T04:37:53.3832359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2025-03-14T04:37:53.3836951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2025-03-14T04:37:53.3841248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2025-03-14T04:37:53.3845635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2025-03-14T04:37:53.3849929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3854632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2025-03-14T04:37:53.3859200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2025-03-14T04:37:53.3863508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2025-03-14T04:37:53.3867805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2025-03-14T04:37:53.3872136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2025-03-14T04:37:53.3876832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3881265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2025-03-14T04:37:53.3885271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2025-03-14T04:37:53.3889751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2025-03-14T04:37:53.3894336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2025-03-14T04:37:53.3898499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2025-03-14T04:37:53.3904741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3910763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2025-03-14T04:37:53.3916478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2025-03-14T04:37:53.3920731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2025-03-14T04:37:53.3926263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2025-03-14T04:37:53.3930735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3935095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2025-03-14T04:37:53.3939575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2025-03-14T04:37:53.3944242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2025-03-14T04:37:53.3948475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2025-03-14T04:37:53.3952837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2025-03-14T04:37:53.3956766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2025-03-14T04:37:53.3961454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2025-03-14T04:37:53.3965320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2025-03-14T04:37:53.3969292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2025-03-14T04:37:53.3973297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3977838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2025-03-14T04:37:53.3981537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2025-03-14T04:37:53.3985635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2025-03-14T04:37:53.3990428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.3994338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2025-03-14T04:37:53.3998484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2025-03-14T04:37:53.4002318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2025-03-14T04:37:53.4006046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2025-03-14T04:37:53.4010724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4014757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2025-03-14T04:37:53.4018247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2025-03-14T04:37:53.4021937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2025-03-14T04:37:53.4025973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4029759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2025-03-14T04:37:53.4034234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2025-03-14T04:37:53.4037812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2025-03-14T04:37:53.4041652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4045974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2025-03-14T04:37:53.4049892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2025-03-14T04:37:53.4054318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2025-03-14T04:37:53.4058703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2025-03-14T04:37:53.4062804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4066887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2025-03-14T04:37:53.4071086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2025-03-14T04:37:53.4075271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2025-03-14T04:37:53.4079597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2025-03-14T04:37:53.4084318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4088218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2025-03-14T04:37:53.4092164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2025-03-14T04:37:53.4097123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2025-03-14T04:37:53.4100967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2025-03-14T04:37:53.4104782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2025-03-14T04:37:53.4108741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4112301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2025-03-14T04:37:53.4116586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.4120762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4124640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2025-03-14T04:37:53.4128223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2025-03-14T04:37:53.4132125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2025-03-14T04:37:53.4135811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2025-03-14T04:37:53.4139790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2025-03-14T04:37:53.4143656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2025-03-14T04:37:53.4147360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2025-03-14T04:37:53.4151150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2025-03-14T04:37:53.4155865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2025-03-14T04:37:53.4159572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2025-03-14T04:37:53.4163634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2025-03-14T04:37:53.4167539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4171524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2025-03-14T04:37:53.4176309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2025-03-14T04:37:53.4180937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4185481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2025-03-14T04:37:53.4189634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2025-03-14T04:37:53.4193444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2025-03-14T04:37:53.4197726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2025-03-14T04:37:53.4201566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2025-03-14T04:37:53.4205593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2025-03-14T04:37:53.4209498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2025-03-14T04:37:53.4214022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2025-03-14T04:37:53.4218242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2025-03-14T04:37:53.4222277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2025-03-14T04:37:53.4226170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2025-03-14T04:37:53.4229982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2025-03-14T04:37:53.4233655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2025-03-14T04:37:53.4237905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2025-03-14T04:37:53.4242012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2025-03-14T04:37:53.4246104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2025-03-14T04:37:53.4249908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2025-03-14T04:37:53.4254068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2025-03-14T04:37:53.4257689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2025-03-14T04:37:53.4261544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2025-03-14T04:37:53.4265904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2025-03-14T04:37:53.4269855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2025-03-14T04:37:53.4273641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2025-03-14T04:37:53.4277882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2025-03-14T04:37:53.4282357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2025-03-14T04:37:53.4286272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2025-03-14T04:37:53.4290632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2025-03-14T04:37:53.4294786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.4299294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4303193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2025-03-14T04:37:53.4307071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2025-03-14T04:37:53.4310767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2025-03-14T04:37:53.4315159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2025-03-14T04:37:53.4319046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2025-03-14T04:37:53.4323104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2025-03-14T04:37:53.4327074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2025-03-14T04:37:53.4331252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2025-03-14T04:37:53.4335287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2025-03-14T04:37:53.4339312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2025-03-14T04:37:53.4343541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2025-03-14T04:37:53.4347906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4351725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2025-03-14T04:37:53.4355655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2025-03-14T04:37:53.4360546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2025-03-14T04:37:53.4364469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2025-03-14T04:37:53.4368464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2025-03-14T04:37:53.4372380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2025-03-14T04:37:53.4376417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2025-03-14T04:37:53.4380625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2025-03-14T04:37:53.4384676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2025-03-14T04:37:53.4388711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2025-03-14T04:37:53.4392735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4396833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2025-03-14T04:37:53.4400853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2025-03-14T04:37:53.4404649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2025-03-14T04:37:53.4408838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4414088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2025-03-14T04:37:53.4416844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2025-03-14T04:37:53.4421707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2025-03-14T04:37:53.4425743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2025-03-14T04:37:53.4429493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2025-03-14T04:37:53.4433573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2025-03-14T04:37:53.4438683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4442628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2025-03-14T04:37:53.4446629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2025-03-14T04:37:53.4450437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2025-03-14T04:37:53.4454318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4458503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2025-03-14T04:37:53.4462395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2025-03-14T04:37:53.4466115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2025-03-14T04:37:53.4469802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2025-03-14T04:37:53.4474349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.4478760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4483173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2025-03-14T04:37:53.4487295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2025-03-14T04:37:53.4491507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2025-03-14T04:37:53.4495589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2025-03-14T04:37:53.4499532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2025-03-14T04:37:53.4503769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2025-03-14T04:37:53.4507661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2025-03-14T04:37:53.4511838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2025-03-14T04:37:53.4517361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.4522098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4527863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2025-03-14T04:37:53.4533797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2025-03-14T04:37:53.4539879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2025-03-14T04:37:53.4545983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2025-03-14T04:37:53.4552254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2025-03-14T04:37:53.4557263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4561841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2025-03-14T04:37:53.4565700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2025-03-14T04:37:53.4570214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2025-03-14T04:37:53.4574665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4579201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2025-03-14T04:37:53.4583676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2025-03-14T04:37:53.4588266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2025-03-14T04:37:53.4592957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4597198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2025-03-14T04:37:53.4601530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2025-03-14T04:37:53.4606028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2025-03-14T04:37:53.4610231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2025-03-14T04:37:53.4617211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2025-03-14T04:37:53.4621960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2025-03-14T04:37:53.4625910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2025-03-14T04:37:53.4630330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4634235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2025-03-14T04:37:53.4638158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2025-03-14T04:37:53.4642725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4646517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2025-03-14T04:37:53.4650291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2025-03-14T04:37:53.4654355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2025-03-14T04:37:53.4658300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2025-03-14T04:37:53.4661942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2025-03-14T04:37:53.4665998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2025-03-14T04:37:53.4670300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2025-03-14T04:37:53.4675171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2025-03-14T04:37:53.4679032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4683471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2025-03-14T04:37:53.4687606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2025-03-14T04:37:53.4691674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2025-03-14T04:37:53.4695728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4699401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2025-03-14T04:37:53.4703113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2025-03-14T04:37:53.4707364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2025-03-14T04:37:53.4711248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4715813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2025-03-14T04:37:53.4719760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2025-03-14T04:37:53.4723911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2025-03-14T04:37:53.4727871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4731875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2025-03-14T04:37:53.4735807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2025-03-14T04:37:53.4739746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2025-03-14T04:37:53.4743501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2025-03-14T04:37:53.4747427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2025-03-14T04:37:53.4751357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4755525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2025-03-14T04:37:53.4759270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2025-03-14T04:37:53.4763370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2025-03-14T04:37:53.4767307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2025-03-14T04:37:53.4771926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2025-03-14T04:37:53.4776054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4779403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2025-03-14T04:37:53.4783219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2025-03-14T04:37:53.4786827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2025-03-14T04:37:53.4792552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2025-03-14T04:37:53.4795437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2025-03-14T04:37:53.4799089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2025-03-14T04:37:53.4803311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2025-03-14T04:37:53.4807058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2025-03-14T04:37:53.4829283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2025-03-14T04:37:53.4833333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2025-03-14T04:37:53.4837102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2025-03-14T04:37:53.4840832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2025-03-14T04:37:53.4844590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print.h 2025-03-14T04:37:53.4848511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4852466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2025-03-14T04:37:53.4856195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2025-03-14T04:37:53.4859798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2025-03-14T04:37:53.4863618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4867211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2025-03-14T04:37:53.4871048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2025-03-14T04:37:53.4875671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2025-03-14T04:37:53.4880096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4899977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2025-03-14T04:37:53.4905461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2025-03-14T04:37:53.4909532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2025-03-14T04:37:53.4914573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2025-03-14T04:37:53.4919569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.4925163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4929354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2025-03-14T04:37:53.4934842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2025-03-14T04:37:53.4939859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2025-03-14T04:37:53.4944032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2025-03-14T04:37:53.4950304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2025-03-14T04:37:53.4954967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2025-03-14T04:37:53.4960004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2025-03-14T04:37:53.4966089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2025-03-14T04:37:53.4972616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.4976895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2025-03-14T04:37:53.4981142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2025-03-14T04:37:53.4985945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2025-03-14T04:37:53.4990444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.4995109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2025-03-14T04:37:53.4999776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2025-03-14T04:37:53.5003882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2025-03-14T04:37:53.5007842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5012292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2025-03-14T04:37:53.5016151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2025-03-14T04:37:53.5020196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2025-03-14T04:37:53.5024053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2025-03-14T04:37:53.5028465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5032352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2025-03-14T04:37:53.5036062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2025-03-14T04:37:53.5039971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2025-03-14T04:37:53.5044221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5047792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2025-03-14T04:37:53.5051900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2025-03-14T04:37:53.5056155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2025-03-14T04:37:53.5060694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5064581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2025-03-14T04:37:53.5068504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2025-03-14T04:37:53.5072527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2025-03-14T04:37:53.5076305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2025-03-14T04:37:53.5080263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2025-03-14T04:37:53.5084262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5087912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2025-03-14T04:37:53.5091982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2025-03-14T04:37:53.5095794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2025-03-14T04:37:53.5100003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5104057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2025-03-14T04:37:53.5108279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2025-03-14T04:37:53.5112571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2025-03-14T04:37:53.5117266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2025-03-14T04:37:53.5121640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2025-03-14T04:37:53.5126239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2025-03-14T04:37:53.5130640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2025-03-14T04:37:53.5134902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2025-03-14T04:37:53.5139960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2025-03-14T04:37:53.5144968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2025-03-14T04:37:53.5149521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2025-03-14T04:37:53.5153455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2025-03-14T04:37:53.5157999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2025-03-14T04:37:53.5162711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2025-03-14T04:37:53.5167174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2025-03-14T04:37:53.5171294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2025-03-14T04:37:53.5176011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2025-03-14T04:37:53.5180667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2025-03-14T04:37:53.5185543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2025-03-14T04:37:53.5189684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2025-03-14T04:37:53.5194084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2025-03-14T04:37:53.5198708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2025-03-14T04:37:53.5203464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2025-03-14T04:37:53.5208067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2025-03-14T04:37:53.5212586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2025-03-14T04:37:53.5216960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2025-03-14T04:37:53.5221436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2025-03-14T04:37:53.5225627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2025-03-14T04:37:53.5230388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2025-03-14T04:37:53.5235686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2025-03-14T04:37:53.5240412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2025-03-14T04:37:53.5244743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2025-03-14T04:37:53.5249264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2025-03-14T04:37:53.5253664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2025-03-14T04:37:53.5258264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2025-03-14T04:37:53.5262900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2025-03-14T04:37:53.5267509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2025-03-14T04:37:53.5272162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2025-03-14T04:37:53.5276688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2025-03-14T04:37:53.5281657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5285729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2025-03-14T04:37:53.5290209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2025-03-14T04:37:53.5295313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5299443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2025-03-14T04:37:53.5303821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2025-03-14T04:37:53.5308577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm.h 2025-03-14T04:37:53.5313493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h 2025-03-14T04:37:53.5318097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_native.h 2025-03-14T04:37:53.5322134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_ops.h 2025-03-14T04:37:53.5326910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2025-03-14T04:37:53.5331307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2025-03-14T04:37:53.5335627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2025-03-14T04:37:53.5339747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2025-03-14T04:37:53.5344301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2025-03-14T04:37:53.5349049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5353203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2025-03-14T04:37:53.5357319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2025-03-14T04:37:53.5362850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2025-03-14T04:37:53.5368790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2025-03-14T04:37:53.5374992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2025-03-14T04:37:53.5378894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5383174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2025-03-14T04:37:53.5387380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2025-03-14T04:37:53.5391402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2025-03-14T04:37:53.5395923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5400421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2025-03-14T04:37:53.5404650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2025-03-14T04:37:53.5409011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2025-03-14T04:37:53.5413415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2025-03-14T04:37:53.5417400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2025-03-14T04:37:53.5421153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2025-03-14T04:37:53.5424893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2025-03-14T04:37:53.5430353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2025-03-14T04:37:53.5434046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2025-03-14T04:37:53.5438624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2025-03-14T04:37:53.5442737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5446366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2025-03-14T04:37:53.5451244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2025-03-14T04:37:53.5455094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2025-03-14T04:37:53.5459245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5462860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2025-03-14T04:37:53.5466509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2025-03-14T04:37:53.5470367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2025-03-14T04:37:53.5474320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5478422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2025-03-14T04:37:53.5482237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2025-03-14T04:37:53.5485980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2025-03-14T04:37:53.5490229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5493946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2025-03-14T04:37:53.5497981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2025-03-14T04:37:53.5502196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2025-03-14T04:37:53.5505769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2025-03-14T04:37:53.5509640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.5524216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2025-03-14T04:37:53.5524567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2025-03-14T04:37:53.5524847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2025-03-14T04:37:53.5527065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2025-03-14T04:37:53.5531334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2025-03-14T04:37:53.5535987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2025-03-14T04:37:53.5541005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.5544785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2025-03-14T04:37:53.5549037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2025-03-14T04:37:53.5552685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2025-03-14T04:37:53.5558096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2025-03-14T04:37:53.5562516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2025-03-14T04:37:53.5567032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2025-03-14T04:37:53.5571193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2025-03-14T04:37:53.5575905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5580155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2025-03-14T04:37:53.5584526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2025-03-14T04:37:53.5588916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2025-03-14T04:37:53.5593366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2025-03-14T04:37:53.5597635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.5602597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5606959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2025-03-14T04:37:53.5611199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2025-03-14T04:37:53.5615324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2025-03-14T04:37:53.5619591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2025-03-14T04:37:53.5624007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2025-03-14T04:37:53.5628380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5632894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2025-03-14T04:37:53.5637328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2025-03-14T04:37:53.5641923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2025-03-14T04:37:53.5647976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5652012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2025-03-14T04:37:53.5656455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2025-03-14T04:37:53.5661095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2025-03-14T04:37:53.5665894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5670061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2025-03-14T04:37:53.5674641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2025-03-14T04:37:53.5679050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2025-03-14T04:37:53.5683681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5687673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2025-03-14T04:37:53.5692414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2025-03-14T04:37:53.5696252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2025-03-14T04:37:53.5701045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5705191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2025-03-14T04:37:53.5709256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2025-03-14T04:37:53.5713501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2025-03-14T04:37:53.5717268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2025-03-14T04:37:53.5721451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5725362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2025-03-14T04:37:53.5729458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2025-03-14T04:37:53.5733719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2025-03-14T04:37:53.5738350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5742305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2025-03-14T04:37:53.5746670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2025-03-14T04:37:53.5750523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2025-03-14T04:37:53.5754387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2025-03-14T04:37:53.5758661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5762897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2025-03-14T04:37:53.5766674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2025-03-14T04:37:53.5770471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2025-03-14T04:37:53.5774985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5778616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2025-03-14T04:37:53.5783011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2025-03-14T04:37:53.5786971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2025-03-14T04:37:53.5791143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5794868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2025-03-14T04:37:53.5799716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2025-03-14T04:37:53.5803767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2025-03-14T04:37:53.5808014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5812097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2025-03-14T04:37:53.5815978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2025-03-14T04:37:53.5820087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2025-03-14T04:37:53.5824161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2025-03-14T04:37:53.5828172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5832564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2025-03-14T04:37:53.5836353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2025-03-14T04:37:53.5840245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5844231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5848037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2025-03-14T04:37:53.5852320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2025-03-14T04:37:53.5856358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2025-03-14T04:37:53.5860349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.5864445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2025-03-14T04:37:53.5868597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2025-03-14T04:37:53.5872296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2025-03-14T04:37:53.5876360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.5880365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2025-03-14T04:37:53.5884184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2025-03-14T04:37:53.5887944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2025-03-14T04:37:53.5892664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2025-03-14T04:37:53.5896609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2025-03-14T04:37:53.5900496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2025-03-14T04:37:53.5904608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2025-03-14T04:37:53.5908328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2025-03-14T04:37:53.5912126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2025-03-14T04:37:53.5916280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2025-03-14T04:37:53.5920366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2025-03-14T04:37:53.5924311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2025-03-14T04:37:53.5928796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2025-03-14T04:37:53.5932788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2025-03-14T04:37:53.5936985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2025-03-14T04:37:53.5941279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2025-03-14T04:37:53.5945337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2025-03-14T04:37:53.5966333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2025-03-14T04:37:53.5970494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2025-03-14T04:37:53.5974496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2025-03-14T04:37:53.5978351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2025-03-14T04:37:53.5982278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2025-03-14T04:37:53.5986051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2025-03-14T04:37:53.5990091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2025-03-14T04:37:53.5995487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2025-03-14T04:37:53.5999410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2025-03-14T04:37:53.6005297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2025-03-14T04:37:53.6011706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2025-03-14T04:37:53.6017754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2025-03-14T04:37:53.6023940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2025-03-14T04:37:53.6031029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2025-03-14T04:37:53.6049504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2025-03-14T04:37:53.6050322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2025-03-14T04:37:53.6050967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2025-03-14T04:37:53.6052653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6057808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2025-03-14T04:37:53.6062512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2025-03-14T04:37:53.6066950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6071868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6075629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2025-03-14T04:37:53.6079902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2025-03-14T04:37:53.6084006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2025-03-14T04:37:53.6087958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6091900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2025-03-14T04:37:53.6096152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2025-03-14T04:37:53.6099965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2025-03-14T04:37:53.6103708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2025-03-14T04:37:53.6107825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6111791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2025-03-14T04:37:53.6115834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2025-03-14T04:37:53.6119885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6124047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6128594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2025-03-14T04:37:53.6132576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2025-03-14T04:37:53.6136696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2025-03-14T04:37:53.6140077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6143691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2025-03-14T04:37:53.6147265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2025-03-14T04:37:53.6151170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2025-03-14T04:37:53.6155036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2025-03-14T04:37:53.6158429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2025-03-14T04:37:53.6163411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2025-03-14T04:37:53.6167324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack.h 2025-03-14T04:37:53.6171310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6174823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2025-03-14T04:37:53.6178421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2025-03-14T04:37:53.6182651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2025-03-14T04:37:53.6186484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2025-03-14T04:37:53.6190380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6194089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2025-03-14T04:37:53.6197972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2025-03-14T04:37:53.6201911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2025-03-14T04:37:53.6205874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6209864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2025-03-14T04:37:53.6213870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2025-03-14T04:37:53.6217639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2025-03-14T04:37:53.6221517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2025-03-14T04:37:53.6225321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2025-03-14T04:37:53.6229144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2025-03-14T04:37:53.6233008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2025-03-14T04:37:53.6237105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6241023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2025-03-14T04:37:53.6245043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2025-03-14T04:37:53.6249235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2025-03-14T04:37:53.6253208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6257037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6261727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2025-03-14T04:37:53.6265938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2025-03-14T04:37:53.6269790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2025-03-14T04:37:53.6274023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6277936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2025-03-14T04:37:53.6282183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.6287164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6291807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2025-03-14T04:37:53.6296334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2025-03-14T04:37:53.6300594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2025-03-14T04:37:53.6304875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2025-03-14T04:37:53.6309579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2025-03-14T04:37:53.6314418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6318735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2025-03-14T04:37:53.6323054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2025-03-14T04:37:53.6327433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2025-03-14T04:37:53.6332135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6336102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2025-03-14T04:37:53.6340428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2025-03-14T04:37:53.6344994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2025-03-14T04:37:53.6349387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2025-03-14T04:37:53.6355017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6359578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2025-03-14T04:37:53.6364454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2025-03-14T04:37:53.6368871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2025-03-14T04:37:53.6373541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2025-03-14T04:37:53.6377813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6382967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2025-03-14T04:37:53.6387561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2025-03-14T04:37:53.6391986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2025-03-14T04:37:53.6395787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2025-03-14T04:37:53.6400264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6404519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2025-03-14T04:37:53.6408815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2025-03-14T04:37:53.6414298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2025-03-14T04:37:53.6418447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2025-03-14T04:37:53.6423411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6428134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2025-03-14T04:37:53.6433187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2025-03-14T04:37:53.6438474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2025-03-14T04:37:53.6443135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6448682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2025-03-14T04:37:53.6453078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2025-03-14T04:37:53.6457643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2025-03-14T04:37:53.6463542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6468418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2025-03-14T04:37:53.6473874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2025-03-14T04:37:53.6477741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2025-03-14T04:37:53.6483604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6489317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2025-03-14T04:37:53.6493686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2025-03-14T04:37:53.6498621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2025-03-14T04:37:53.6503455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6507258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2025-03-14T04:37:53.6511534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2025-03-14T04:37:53.6515957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2025-03-14T04:37:53.6520310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6524961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2025-03-14T04:37:53.6529159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2025-03-14T04:37:53.6533123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2025-03-14T04:37:53.6537028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2025-03-14T04:37:53.6541286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6545197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2025-03-14T04:37:53.6550069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2025-03-14T04:37:53.6553952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2025-03-14T04:37:53.6559005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6563645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2025-03-14T04:37:53.6568221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2025-03-14T04:37:53.6571491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2025-03-14T04:37:53.6576088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2025-03-14T04:37:53.6580117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2025-03-14T04:37:53.6584342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6588282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2025-03-14T04:37:53.6592385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6597204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2025-03-14T04:37:53.6601245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2025-03-14T04:37:53.6604937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2025-03-14T04:37:53.6609094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2025-03-14T04:37:53.6613020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2025-03-14T04:37:53.6616926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6620780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2025-03-14T04:37:53.6625166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2025-03-14T04:37:53.6629645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2025-03-14T04:37:53.6633463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2025-03-14T04:37:53.6637266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6641563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2025-03-14T04:37:53.6645242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2025-03-14T04:37:53.6649077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2025-03-14T04:37:53.6652739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.6656602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2025-03-14T04:37:53.6661052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2025-03-14T04:37:53.6664762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2025-03-14T04:37:53.6668481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6672322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2025-03-14T04:37:53.6676221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2025-03-14T04:37:53.6679871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2025-03-14T04:37:53.6683692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2025-03-14T04:37:53.6687491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6691256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2025-03-14T04:37:53.6694995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2025-03-14T04:37:53.6698921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2025-03-14T04:37:53.6702587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2025-03-14T04:37:53.6706265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2025-03-14T04:37:53.6710397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6714468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2025-03-14T04:37:53.6718600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2025-03-14T04:37:53.6722478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2025-03-14T04:37:53.6726796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2025-03-14T04:37:53.6731049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6735124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2025-03-14T04:37:53.6739202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2025-03-14T04:37:53.6744407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6748618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2025-03-14T04:37:53.6752863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2025-03-14T04:37:53.6757449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2025-03-14T04:37:53.6762161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2025-03-14T04:37:53.6766264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2025-03-14T04:37:53.6771254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6775892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2025-03-14T04:37:53.6780321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2025-03-14T04:37:53.6784915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2025-03-14T04:37:53.6789414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2025-03-14T04:37:53.6793667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2025-03-14T04:37:53.6798119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2025-03-14T04:37:53.6802596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2025-03-14T04:37:53.6807094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2025-03-14T04:37:53.6811987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2025-03-14T04:37:53.6816796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2025-03-14T04:37:53.6821067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2025-03-14T04:37:53.6825317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2025-03-14T04:37:53.6829600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6834195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2025-03-14T04:37:53.6838034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2025-03-14T04:37:53.6842591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2025-03-14T04:37:53.6846966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2025-03-14T04:37:53.6850808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2025-03-14T04:37:53.6855447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6860377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2025-03-14T04:37:53.6864673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2025-03-14T04:37:53.6868481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2025-03-14T04:37:53.6872845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2025-03-14T04:37:53.6877837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2025-03-14T04:37:53.6882955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.6886846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6890929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2025-03-14T04:37:53.6895224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2025-03-14T04:37:53.6899660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2025-03-14T04:37:53.6904160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6908696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2025-03-14T04:37:53.6913571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2025-03-14T04:37:53.6917797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2025-03-14T04:37:53.6923208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2025-03-14T04:37:53.6930003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6936053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2025-03-14T04:37:53.6941871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2025-03-14T04:37:53.6946063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2025-03-14T04:37:53.6950788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique.h 2025-03-14T04:37:53.6954828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2025-03-14T04:37:53.6958460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6962945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2025-03-14T04:37:53.6967565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2025-03-14T04:37:53.6971351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2025-03-14T04:37:53.6975043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2025-03-14T04:37:53.6979629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.6983371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2025-03-14T04:37:53.6987002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2025-03-14T04:37:53.6991159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2025-03-14T04:37:53.6995633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2025-03-14T04:37:53.6999394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2025-03-14T04:37:53.7003388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7006977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2025-03-14T04:37:53.7010995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2025-03-14T04:37:53.7014895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2025-03-14T04:37:53.7018554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7022958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2025-03-14T04:37:53.7026876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2025-03-14T04:37:53.7030922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2025-03-14T04:37:53.7034794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7038379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2025-03-14T04:37:53.7042358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2025-03-14T04:37:53.7046033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2025-03-14T04:37:53.7050105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7053920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2025-03-14T04:37:53.7057946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2025-03-14T04:37:53.7061724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2025-03-14T04:37:53.7066230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7070099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2025-03-14T04:37:53.7097878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2025-03-14T04:37:53.7101569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2025-03-14T04:37:53.7105662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7109342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2025-03-14T04:37:53.7113549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2025-03-14T04:37:53.7117599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2025-03-14T04:37:53.7121707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2025-03-14T04:37:53.7125878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7129529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2025-03-14T04:37:53.7133275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2025-03-14T04:37:53.7137093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2025-03-14T04:37:53.7141762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2025-03-14T04:37:53.7146028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2025-03-14T04:37:53.7150029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2025-03-14T04:37:53.7154214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7158054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7176504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2025-03-14T04:37:53.7180560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2025-03-14T04:37:53.7184582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2025-03-14T04:37:53.7188548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2025-03-14T04:37:53.7192334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2025-03-14T04:37:53.7196074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2025-03-14T04:37:53.7200033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2025-03-14T04:37:53.7204816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2025-03-14T04:37:53.7209207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7213068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2025-03-14T04:37:53.7217341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2025-03-14T04:37:53.7221201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2025-03-14T04:37:53.7226178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2025-03-14T04:37:53.7230447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2025-03-14T04:37:53.7234636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2025-03-14T04:37:53.7238758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7242656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7246548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2025-03-14T04:37:53.7250333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2025-03-14T04:37:53.7254204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2025-03-14T04:37:53.7258194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2025-03-14T04:37:53.7262049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2025-03-14T04:37:53.7266065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2025-03-14T04:37:53.7270289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2025-03-14T04:37:53.7274116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2025-03-14T04:37:53.7278692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7282773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2025-03-14T04:37:53.7286712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2025-03-14T04:37:53.7290675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2025-03-14T04:37:53.7294685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2025-03-14T04:37:53.7298579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2025-03-14T04:37:53.7302419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2025-03-14T04:37:53.7308247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7312564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7316437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2025-03-14T04:37:53.7320288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2025-03-14T04:37:53.7324813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2025-03-14T04:37:53.7329615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2025-03-14T04:37:53.7332821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2025-03-14T04:37:53.7337309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2025-03-14T04:37:53.7341313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2025-03-14T04:37:53.7345390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2025-03-14T04:37:53.7349542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7353536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2025-03-14T04:37:53.7358248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2025-03-14T04:37:53.7361648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2025-03-14T04:37:53.7366430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2025-03-14T04:37:53.7371075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2025-03-14T04:37:53.7382956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2025-03-14T04:37:53.7387431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7391140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7395425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2025-03-14T04:37:53.7399002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2025-03-14T04:37:53.7403325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2025-03-14T04:37:53.7409055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2025-03-14T04:37:53.7415973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2025-03-14T04:37:53.7422035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2025-03-14T04:37:53.7428272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2025-03-14T04:37:53.7434421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2025-03-14T04:37:53.7439378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7444971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2025-03-14T04:37:53.7449666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2025-03-14T04:37:53.7454285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2025-03-14T04:37:53.7458897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2025-03-14T04:37:53.7463064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2025-03-14T04:37:53.7467593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2025-03-14T04:37:53.7472287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7476455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7480384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2025-03-14T04:37:53.7485176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2025-03-14T04:37:53.7489063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2025-03-14T04:37:53.7492926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2025-03-14T04:37:53.7497340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2025-03-14T04:37:53.7501835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2025-03-14T04:37:53.7505627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2025-03-14T04:37:53.7509908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2025-03-14T04:37:53.7513966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2025-03-14T04:37:53.7517782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2025-03-14T04:37:53.7521628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2025-03-14T04:37:53.7525817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7530118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2025-03-14T04:37:53.7534368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2025-03-14T04:37:53.7538303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2025-03-14T04:37:53.7542130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2025-03-14T04:37:53.7546025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2025-03-14T04:37:53.7549800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2025-03-14T04:37:53.7553767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2025-03-14T04:37:53.7558045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2025-03-14T04:37:53.7562467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7566788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2025-03-14T04:37:53.7570705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2025-03-14T04:37:53.7574636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2025-03-14T04:37:53.7578671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7582446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2025-03-14T04:37:53.7586427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2025-03-14T04:37:53.7590350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2025-03-14T04:37:53.7594381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7598800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2025-03-14T04:37:53.7603336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2025-03-14T04:37:53.7607189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2025-03-14T04:37:53.7611108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7614847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2025-03-14T04:37:53.7618893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2025-03-14T04:37:53.7623007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2025-03-14T04:37:53.7626973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7630744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2025-03-14T04:37:53.7634586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2025-03-14T04:37:53.7638642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2025-03-14T04:37:53.7642661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7646436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2025-03-14T04:37:53.7650368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2025-03-14T04:37:53.7654083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values.h 2025-03-14T04:37:53.7657464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2025-03-14T04:37:53.7661609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-03-14T04:37:53.7665361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7669070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2025-03-14T04:37:53.7673313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2025-03-14T04:37:53.7677032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2025-03-14T04:37:53.7680647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2025-03-14T04:37:53.7684674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version.h 2025-03-14T04:37:53.7688873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7692428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2025-03-14T04:37:53.7696175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2025-03-14T04:37:53.7699727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2025-03-14T04:37:53.7703356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2025-03-14T04:37:53.7707170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h 2025-03-14T04:37:53.7710991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h 2025-03-14T04:37:53.7715076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h 2025-03-14T04:37:53.7718825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h 2025-03-14T04:37:53.7723177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2025-03-14T04:37:53.7727891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2025-03-14T04:37:53.7733064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2025-03-14T04:37:53.7739358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2025-03-14T04:37:53.7745613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2025-03-14T04:37:53.7751600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2025-03-14T04:37:53.7757057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2025-03-14T04:37:53.7762358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7766825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2025-03-14T04:37:53.7772003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7778299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2025-03-14T04:37:53.7784454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2025-03-14T04:37:53.7788883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2025-03-14T04:37:53.7795210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2025-03-14T04:37:53.7798150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7802612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2025-03-14T04:37:53.7807086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2025-03-14T04:37:53.7810952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2025-03-14T04:37:53.7815896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2025-03-14T04:37:53.7820478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2025-03-14T04:37:53.7824751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2025-03-14T04:37:53.7828862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2025-03-14T04:37:53.7832873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2025-03-14T04:37:53.7837299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2025-03-14T04:37:53.7842298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2025-03-14T04:37:53.7846232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2025-03-14T04:37:53.7850064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2025-03-14T04:37:53.7853916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7858008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2025-03-14T04:37:53.7861965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2025-03-14T04:37:53.7865999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2025-03-14T04:37:53.7870209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2025-03-14T04:37:53.7873951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2025-03-14T04:37:53.7877862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2025-03-14T04:37:53.8128822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2025-03-14T04:37:53.8132175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2025-03-14T04:37:53.8141267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2025-03-14T04:37:53.8145080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2025-03-14T04:37:53.8148534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2025-03-14T04:37:53.8151900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2025-03-14T04:37:53.8159819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2025-03-14T04:37:53.8163388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2025-03-14T04:37:53.8170067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2025-03-14T04:37:53.8181898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\alignment.h 2025-03-14T04:37:53.8185431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Allocator.h 2025-03-14T04:37:53.8188755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\AutogradState.h 2025-03-14T04:37:53.8192307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Backend.h 2025-03-14T04:37:53.8200242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2025-03-14T04:37:53.8203727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2025-03-14T04:37:53.8207049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2025-03-14T04:37:53.8210338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Contiguity.h 2025-03-14T04:37:53.8213614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2025-03-14T04:37:53.8217110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2025-03-14T04:37:53.8220490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2025-03-14T04:37:53.8224436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2025-03-14T04:37:53.8228464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Device.h 2025-03-14T04:37:53.8232182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2025-03-14T04:37:53.8235622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2025-03-14T04:37:53.8239597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceType.h 2025-03-14T04:37:53.8243647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2025-03-14T04:37:53.8247462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2025-03-14T04:37:53.8251461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2025-03-14T04:37:53.8255343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Event.h 2025-03-14T04:37:53.8264162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2025-03-14T04:37:53.8268028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GradMode.h 2025-03-14T04:37:53.8271710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2025-03-14T04:37:53.8275614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Layout.h 2025-03-14T04:37:53.8279423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2025-03-14T04:37:53.8283012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2025-03-14T04:37:53.8286891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2025-03-14T04:37:53.8291027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QEngine.h 2025-03-14T04:37:53.8294255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QScheme.h 2025-03-14T04:37:53.8298577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2025-03-14T04:37:53.8302657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2025-03-14T04:37:53.8306171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Scalar.h 2025-03-14T04:37:53.8309727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarType.h 2025-03-14T04:37:53.8318658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2025-03-14T04:37:53.8322685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Storage.h 2025-03-14T04:37:53.8326501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2025-03-14T04:37:53.8329931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Stream.h 2025-03-14T04:37:53.8333840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2025-03-14T04:37:53.8338256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2025-03-14T04:37:53.8341638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymBool.h 2025-03-14T04:37:53.8345564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymFloat.h 2025-03-14T04:37:53.8349145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymInt.h 2025-03-14T04:37:53.8352947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2025-03-14T04:37:53.8357130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2025-03-14T04:37:53.8360818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2025-03-14T04:37:53.8370088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2025-03-14T04:37:53.8374165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\thread_pool.h 2025-03-14T04:37:53.8377854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2025-03-14T04:37:53.8382135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2025-03-14T04:37:53.8390147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2025-03-14T04:37:53.8393990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COW.h 2025-03-14T04:37:53.8398316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2025-03-14T04:37:53.8402177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2025-03-14T04:37:53.8410377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2025-03-14T04:37:53.8413844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2025-03-14T04:37:53.8418997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2025-03-14T04:37:53.8425047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2025-03-14T04:37:53.8430042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2025-03-14T04:37:53.8435131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2025-03-14T04:37:53.8439135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2025-03-14T04:37:53.8443563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2025-03-14T04:37:53.8462696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2025-03-14T04:37:53.8466410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2025-03-14T04:37:53.8470056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2025-03-14T04:37:53.8474271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2025-03-14T04:37:53.8477705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2025-03-14T04:37:53.8486462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2025-03-14T04:37:53.8490842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2025-03-14T04:37:53.8494438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2025-03-14T04:37:53.8497832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2025-03-14T04:37:53.8505244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2025-03-14T04:37:53.8508792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2025-03-14T04:37:53.8512022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2025-03-14T04:37:53.8515443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2025-03-14T04:37:53.8519412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2025-03-14T04:37:53.8523359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2025-03-14T04:37:53.8526942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2025-03-14T04:37:53.8530347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2025-03-14T04:37:53.8533702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2025-03-14T04:37:53.8537353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2025-03-14T04:37:53.8544723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2025-03-14T04:37:53.8547759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2025-03-14T04:37:53.8555029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2025-03-14T04:37:53.8558257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Export.h 2025-03-14T04:37:53.8561540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Macros.h 2025-03-14T04:37:53.8568666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\indexing.h 2025-03-14T04:37:53.8572324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\random.h 2025-03-14T04:37:53.8575696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\reduction_utils.h 2025-03-14T04:37:53.8579057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\special_math.h 2025-03-14T04:37:53.8582326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\utils.h 2025-03-14T04:37:53.8594106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2025-03-14T04:37:53.8597316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\accumulate.h 2025-03-14T04:37:53.8600436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AlignOf.h 2025-03-14T04:37:53.8603739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2025-03-14T04:37:53.8611024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Array.h 2025-03-14T04:37:53.8614380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2025-03-14T04:37:53.8617600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Backtrace.h 2025-03-14T04:37:53.8621274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2025-03-14T04:37:53.8624528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2025-03-14T04:37:53.8627870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16.h 2025-03-14T04:37:53.8631708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bits.h 2025-03-14T04:37:53.8634787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Bitset.h 2025-03-14T04:37:53.8638002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bit_cast.h 2025-03-14T04:37:53.8641251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\C++17.h 2025-03-14T04:37:53.8644644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\CallOnce.h 2025-03-14T04:37:53.8647977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex.h 2025-03-14T04:37:53.8651302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_math.h 2025-03-14T04:37:53.8654693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_utils.h 2025-03-14T04:37:53.8658132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2025-03-14T04:37:53.8661342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\copysign.h 2025-03-14T04:37:53.8664745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2025-03-14T04:37:53.8668052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Deprecated.h 2025-03-14T04:37:53.8671366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DimVector.h 2025-03-14T04:37:53.8675031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2025-03-14T04:37:53.8682739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\env.h 2025-03-14T04:37:53.8685986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\error.h 2025-03-14T04:37:53.8689170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Exception.h 2025-03-14T04:37:53.8692612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2025-03-14T04:37:53.8695980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2025-03-14T04:37:53.8699593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2025-03-14T04:37:53.8702999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Flags.h 2025-03-14T04:37:53.8706269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2025-03-14T04:37:53.8710703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2025-03-14T04:37:53.8714336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2025-03-14T04:37:53.8717928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2025-03-14T04:37:53.8725656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2025-03-14T04:37:53.8730301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2025-03-14T04:37:53.8734458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2025-03-14T04:37:53.8738308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2025-03-14T04:37:53.8742260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2025-03-14T04:37:53.8746414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu-inl.h 2025-03-14T04:37:53.8750177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu.h 2025-03-14T04:37:53.8754340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_fnuz_cvt.h 2025-03-14T04:37:53.8758478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2025-03-14T04:37:53.8767290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2025-03-14T04:37:53.8771140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Gauge.h 2025-03-14T04:37:53.8775028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\generic_math.h 2025-03-14T04:37:53.8779839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half-inl.h 2025-03-14T04:37:53.8784014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half.h 2025-03-14T04:37:53.8787492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\hash.h 2025-03-14T04:37:53.8791427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2025-03-14T04:37:53.8795471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\int128.h 2025-03-14T04:37:53.8798882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2025-03-14T04:37:53.8803316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\irange.h 2025-03-14T04:37:53.8807344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Lazy.h 2025-03-14T04:37:53.8810499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\LeftRight.h 2025-03-14T04:37:53.8814453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2025-03-14T04:37:53.8821823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Load.h 2025-03-14T04:37:53.8826254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Logging.h 2025-03-14T04:37:53.8830067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2025-03-14T04:37:53.8833737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2025-03-14T04:37:53.8837569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MathConstants.h 2025-03-14T04:37:53.8841046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2025-03-14T04:37:53.8845006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2025-03-14T04:37:53.8849034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2025-03-14T04:37:53.8852580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\numa.h 2025-03-14T04:37:53.8856498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Optional.h 2025-03-14T04:37:53.8860927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2025-03-14T04:37:53.8864418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2025-03-14T04:37:53.8875999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overflows.h 2025-03-14T04:37:53.8880175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overloaded.h 2025-03-14T04:37:53.8883934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2025-03-14T04:37:53.8887705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\python_stub.h 2025-03-14T04:37:53.8891565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint32.h 2025-03-14T04:37:53.8894899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint8.h 2025-03-14T04:37:53.8898696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint2x4.h 2025-03-14T04:37:53.8902477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint4x2.h 2025-03-14T04:37:53.8906290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint8.h 2025-03-14T04:37:53.8910234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Registry.h 2025-03-14T04:37:53.8913985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2025-03-14T04:37:53.8917740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2025-03-14T04:37:53.8928869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\signal_handler.h 2025-03-14T04:37:53.8934701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2025-03-14T04:37:53.8939933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallVector.h 2025-03-14T04:37:53.8946101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2025-03-14T04:37:53.8950717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ssize.h 2025-03-14T04:37:53.8954390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2025-03-14T04:37:53.8960664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2025-03-14T04:37:53.8965160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strides.h 2025-03-14T04:37:53.8969307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\StringUtil.h 2025-03-14T04:37:53.8972882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_utils.h 2025-03-14T04:37:53.8976854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_view.h 2025-03-14T04:37:53.8985658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strong_type.h 2025-03-14T04:37:53.8990261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Synchronized.h 2025-03-14T04:37:53.8993689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\tempfile.h 2025-03-14T04:37:53.8997194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2025-03-14T04:37:53.9001587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2025-03-14T04:37:53.9005324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\thread_name.h 2025-03-14T04:37:53.9009124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Type.h 2025-03-14T04:37:53.9012491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeCast.h 2025-03-14T04:37:53.9016369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\typeid.h 2025-03-14T04:37:53.9019809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2025-03-14T04:37:53.9023243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeList.h 2025-03-14T04:37:53.9026704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2025-03-14T04:37:53.9030554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2025-03-14T04:37:53.9034089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unicode.h 2025-03-14T04:37:53.9037375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2025-03-14T04:37:53.9040811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unroll.h 2025-03-14T04:37:53.9044627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2025-03-14T04:37:53.9048992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2025-03-14T04:37:53.9052526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\win32-headers.h 2025-03-14T04:37:53.9063636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2025-03-14T04:37:53.9067209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2025-03-14T04:37:53.9070843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2025-03-14T04:37:53.9074628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2025-03-14T04:37:53.9082682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2025-03-14T04:37:53.9086136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2025-03-14T04:37:53.9092702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2025-03-14T04:37:53.9105294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2025-03-14T04:37:53.9109361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2025-03-14T04:37:53.9112887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2025-03-14T04:37:53.9116334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2025-03-14T04:37:53.9124970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2025-03-14T04:37:53.9128326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2025-03-14T04:37:53.9131782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2025-03-14T04:37:53.9140124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2025-03-14T04:37:53.9143621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2025-03-14T04:37:53.9147407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2025-03-14T04:37:53.9155526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityType.h 2025-03-14T04:37:53.9159002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ClientInterface.h 2025-03-14T04:37:53.9163259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\Config.h 2025-03-14T04:37:53.9166803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2025-03-14T04:37:53.9170531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2025-03-14T04:37:53.9173920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2025-03-14T04:37:53.9177464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2025-03-14T04:37:53.9181031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\libkineto.h 2025-03-14T04:37:53.9184683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2025-03-14T04:37:53.9188248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\output_base.h 2025-03-14T04:37:53.9191769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2025-03-14T04:37:53.9195654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2025-03-14T04:37:53.9198919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\TraceSpan.h 2025-03-14T04:37:53.9206722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\attr.h 2025-03-14T04:37:53.9210542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\buffer_info.h 2025-03-14T04:37:53.9213967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\cast.h 2025-03-14T04:37:53.9218804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\chrono.h 2025-03-14T04:37:53.9222166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\common.h 2025-03-14T04:37:53.9225476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\complex.h 2025-03-14T04:37:53.9233971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen.h 2025-03-14T04:37:53.9237793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\embed.h 2025-03-14T04:37:53.9241477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eval.h 2025-03-14T04:37:53.9244993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\functional.h 2025-03-14T04:37:53.9248563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil.h 2025-03-14T04:37:53.9252148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2025-03-14T04:37:53.9255494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\iostream.h 2025-03-14T04:37:53.9259082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\numpy.h 2025-03-14T04:37:53.9262958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\operators.h 2025-03-14T04:37:53.9266717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\options.h 2025-03-14T04:37:53.9270161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pybind11.h 2025-03-14T04:37:53.9274682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pytypes.h 2025-03-14T04:37:53.9278890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl.h 2025-03-14T04:37:53.9282465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl_bind.h 2025-03-14T04:37:53.9285910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2025-03-14T04:37:53.9289365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\typing.h 2025-03-14T04:37:53.9296463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\class.h 2025-03-14T04:37:53.9300073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\common.h 2025-03-14T04:37:53.9303804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2025-03-14T04:37:53.9307228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\descr.h 2025-03-14T04:37:53.9310953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2025-03-14T04:37:53.9318782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\init.h 2025-03-14T04:37:53.9322922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\internals.h 2025-03-14T04:37:53.9326866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2025-03-14T04:37:53.9330352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2025-03-14T04:37:53.9334446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2025-03-14T04:37:53.9342659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\common.h 2025-03-14T04:37:53.9346311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2025-03-14T04:37:53.9350077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2025-03-14T04:37:53.9360390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class.h 2025-03-14T04:37:53.9364424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class_detail.h 2025-03-14T04:37:53.9368543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\extension.h 2025-03-14T04:37:53.9372282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\library.h 2025-03-14T04:37:53.9381292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\script.h 2025-03-14T04:37:53.9390177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2025-03-14T04:37:53.9394409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2025-03-14T04:37:53.9397814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2025-03-14T04:37:53.9401867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Device.h 2025-03-14T04:37:53.9409080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2025-03-14T04:37:53.9413349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2025-03-14T04:37:53.9417242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2025-03-14T04:37:53.9420916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Event.h 2025-03-14T04:37:53.9425579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2025-03-14T04:37:53.9429100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Export.h 2025-03-14T04:37:53.9434084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Generator.h 2025-03-14T04:37:53.9438873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2025-03-14T04:37:53.9452911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Layout.h 2025-03-14T04:37:53.9453168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2025-03-14T04:37:53.9453377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Module.h 2025-03-14T04:37:53.9454308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2025-03-14T04:37:53.9457800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2025-03-14T04:37:53.9463235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2025-03-14T04:37:53.9465656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2025-03-14T04:37:53.9469169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\serialization.h 2025-03-14T04:37:53.9472460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Size.h 2025-03-14T04:37:53.9475829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Storage.h 2025-03-14T04:37:53.9479405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2025-03-14T04:37:53.9482584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2025-03-14T04:37:53.9491395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Stream.h 2025-03-14T04:37:53.9494988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2025-03-14T04:37:53.9498224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THP.h 2025-03-14T04:37:53.9502125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2025-03-14T04:37:53.9505572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Types.h 2025-03-14T04:37:53.9508772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils.h 2025-03-14T04:37:53.9544320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2025-03-14T04:37:53.9547799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2025-03-14T04:37:53.9551154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2025-03-14T04:37:53.9554788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2025-03-14T04:37:53.9558310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2025-03-14T04:37:53.9561607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2025-03-14T04:37:53.9565317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2025-03-14T04:37:53.9585106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2025-03-14T04:37:53.9588904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2025-03-14T04:37:53.9593144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2025-03-14T04:37:53.9596477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2025-03-14T04:37:53.9599734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2025-03-14T04:37:53.9603078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2025-03-14T04:37:53.9606371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2025-03-14T04:37:53.9609587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2025-03-14T04:37:53.9613240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2025-03-14T04:37:53.9617372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2025-03-14T04:37:53.9620654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2025-03-14T04:37:53.9623731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2025-03-14T04:37:53.9627135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2025-03-14T04:37:53.9630362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2025-03-14T04:37:53.9633630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2025-03-14T04:37:53.9637066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2025-03-14T04:37:53.9640662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2025-03-14T04:37:53.9648447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2025-03-14T04:37:53.9651862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2025-03-14T04:37:53.9655268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2025-03-14T04:37:53.9658501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2025-03-14T04:37:53.9661703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2025-03-14T04:37:53.9670345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2025-03-14T04:37:53.9673646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2025-03-14T04:37:53.9676987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2025-03-14T04:37:53.9684161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2025-03-14T04:37:53.9687642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2025-03-14T04:37:53.9691374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2025-03-14T04:37:53.9699639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2025-03-14T04:37:53.9703131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2025-03-14T04:37:53.9706438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2025-03-14T04:37:53.9709738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2025-03-14T04:37:53.9713007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2025-03-14T04:37:53.9716442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2025-03-14T04:37:53.9720030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2025-03-14T04:37:53.9732919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2025-03-14T04:37:53.9736292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2025-03-14T04:37:53.9740020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2025-03-14T04:37:53.9746947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2025-03-14T04:37:53.9750797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2025-03-14T04:37:53.9754254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2025-03-14T04:37:53.9758148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2025-03-14T04:37:53.9760951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2025-03-14T04:37:53.9770029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2025-03-14T04:37:53.9773668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2025-03-14T04:37:53.9780974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2025-03-14T04:37:53.9784670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2025-03-14T04:37:53.9788376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2025-03-14T04:37:53.9792807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2025-03-14T04:37:53.9796300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2025-03-14T04:37:53.9804239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2025-03-14T04:37:53.9807889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2025-03-14T04:37:53.9815314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2025-03-14T04:37:53.9818970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2025-03-14T04:37:53.9822266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2025-03-14T04:37:53.9825548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2025-03-14T04:37:53.9829116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2025-03-14T04:37:53.9836698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2025-03-14T04:37:53.9839968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2025-03-14T04:37:53.9843474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2025-03-14T04:37:53.9847210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2025-03-14T04:37:53.9853964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2025-03-14T04:37:53.9857728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2025-03-14T04:37:53.9861431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2025-03-14T04:37:53.9864424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2025-03-14T04:37:53.9871854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2025-03-14T04:37:53.9875291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2025-03-14T04:37:53.9878729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2025-03-14T04:37:53.9882225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2025-03-14T04:37:53.9885743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2025-03-14T04:37:53.9889287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2025-03-14T04:37:53.9893106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2025-03-14T04:37:53.9897420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2025-03-14T04:37:53.9901329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2025-03-14T04:37:53.9904950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2025-03-14T04:37:53.9908907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2025-03-14T04:37:53.9913015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2025-03-14T04:37:53.9921392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2025-03-14T04:37:53.9926248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2025-03-14T04:37:53.9931533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2025-03-14T04:37:53.9936490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2025-03-14T04:37:53.9941246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2025-03-14T04:37:53.9950560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2025-03-14T04:37:53.9954221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2025-03-14T04:37:53.9959324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2025-03-14T04:37:53.9963055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2025-03-14T04:37:53.9967752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2025-03-14T04:37:53.9971783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2025-03-14T04:37:53.9975959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2025-03-14T04:37:53.9980626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2025-03-14T04:37:53.9984838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2025-03-14T04:37:53.9989134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2025-03-14T04:37:53.9993757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2025-03-14T04:37:53.9997304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2025-03-14T04:37:54.0001570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2025-03-14T04:37:54.0006106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2025-03-14T04:37:54.0012992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2025-03-14T04:37:54.0016485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2025-03-14T04:37:54.0020353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2025-03-14T04:37:54.0024402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2025-03-14T04:37:54.0031680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2025-03-14T04:37:54.0036048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2025-03-14T04:37:54.0039379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2025-03-14T04:37:54.0043166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2025-03-14T04:37:54.0051821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2025-03-14T04:37:54.0055559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2025-03-14T04:37:54.0059242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2025-03-14T04:37:54.0062746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2025-03-14T04:37:54.0066143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2025-03-14T04:37:54.0069789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2025-03-14T04:37:54.0078624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2025-03-14T04:37:54.0082187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2025-03-14T04:37:54.0085599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2025-03-14T04:37:54.0088993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2025-03-14T04:37:54.0092385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2025-03-14T04:37:54.0100314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2025-03-14T04:37:54.0103978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2025-03-14T04:37:54.0107401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2025-03-14T04:37:54.0111048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2025-03-14T04:37:54.0114468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2025-03-14T04:37:54.0117814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2025-03-14T04:37:54.0121340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2025-03-14T04:37:54.0124675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2025-03-14T04:37:54.0127991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2025-03-14T04:37:54.0132273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2025-03-14T04:37:54.0135881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2025-03-14T04:37:54.0139452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2025-03-14T04:37:54.0143009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2025-03-14T04:37:54.0146445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2025-03-14T04:37:54.0150242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2025-03-14T04:37:54.0153622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2025-03-14T04:37:54.0162021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2025-03-14T04:37:54.0169166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2025-03-14T04:37:54.0172817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2025-03-14T04:37:54.0176193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2025-03-14T04:37:54.0183987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2025-03-14T04:37:54.0187418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2025-03-14T04:37:54.0190691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2025-03-14T04:37:54.0193956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2025-03-14T04:37:54.0197414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2025-03-14T04:37:54.0200753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2025-03-14T04:37:54.0208984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2025-03-14T04:37:54.0212489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2025-03-14T04:37:54.0219545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2025-03-14T04:37:54.0223153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2025-03-14T04:37:54.0226897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2025-03-14T04:37:54.0239637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2025-03-14T04:37:54.0243474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2025-03-14T04:37:54.0247945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2025-03-14T04:37:54.0251209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2025-03-14T04:37:54.0267844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2025-03-14T04:37:54.0271734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2025-03-14T04:37:54.0275171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2025-03-14T04:37:54.0279145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2025-03-14T04:37:54.0287035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2025-03-14T04:37:54.0290753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2025-03-14T04:37:54.0294878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2025-03-14T04:37:54.0298407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2025-03-14T04:37:54.0302175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2025-03-14T04:37:54.0306522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2025-03-14T04:37:54.0310225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2025-03-14T04:37:54.0314376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2025-03-14T04:37:54.0318175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2025-03-14T04:37:54.0322003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2025-03-14T04:37:54.0326052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2025-03-14T04:37:54.0330071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2025-03-14T04:37:54.0334071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2025-03-14T04:37:54.0338618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2025-03-14T04:37:54.0343192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2025-03-14T04:37:54.0348287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2025-03-14T04:37:54.0353221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2025-03-14T04:37:54.0358667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2025-03-14T04:37:54.0414019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2025-03-14T04:37:54.0417789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2025-03-14T04:37:54.0422014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2025-03-14T04:37:54.0426489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2025-03-14T04:37:54.0430604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2025-03-14T04:37:54.0435498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2025-03-14T04:37:54.0439878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2025-03-14T04:37:54.0446175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2025-03-14T04:37:54.0450513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2025-03-14T04:37:54.0822255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2025-03-14T04:37:54.0826001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2025-03-14T04:37:54.0830594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2025-03-14T04:37:54.0834493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2025-03-14T04:37:54.0838519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2025-03-14T04:37:54.0842607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2025-03-14T04:37:54.0846522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2025-03-14T04:37:54.0850502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2025-03-14T04:37:54.0854704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2025-03-14T04:37:54.0858549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2025-03-14T04:37:54.0862473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2025-03-14T04:37:54.0870375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2025-03-14T04:37:54.0874171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2025-03-14T04:37:54.0877884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2025-03-14T04:37:54.0881872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2025-03-14T04:37:54.0891937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2025-03-14T04:37:54.0895305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2025-03-14T04:37:54.0899295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2025-03-14T04:37:54.0903137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2025-03-14T04:37:54.0911805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2025-03-14T04:37:54.0915620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2025-03-14T04:37:54.0923643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2025-03-14T04:37:54.0932594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2025-03-14T04:37:54.0937942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2025-03-14T04:37:54.0947125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2025-03-14T04:37:54.0950705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2025-03-14T04:37:54.0955240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2025-03-14T04:37:54.0965200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2025-03-14T04:37:54.0968811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2025-03-14T04:37:54.0972270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2025-03-14T04:37:54.0975743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2025-03-14T04:37:54.0985375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2025-03-14T04:37:54.0988556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2025-03-14T04:37:54.0997327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2025-03-14T04:37:54.1001119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2025-03-14T04:37:54.1004544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2025-03-14T04:37:54.1007937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2025-03-14T04:37:54.1011162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2025-03-14T04:37:54.1019378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2025-03-14T04:37:54.1022717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2025-03-14T04:37:54.1026702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2025-03-14T04:37:54.1029918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2025-03-14T04:37:54.1033422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2025-03-14T04:37:54.1036773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2025-03-14T04:37:54.1055747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2025-03-14T04:37:54.1071074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2025-03-14T04:37:54.1074292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2025-03-14T04:37:54.1082398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2025-03-14T04:37:54.1086445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2025-03-14T04:37:54.1094339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2025-03-14T04:37:54.1098065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2025-03-14T04:37:54.1101715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2025-03-14T04:37:54.1110245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2025-03-14T04:37:54.1114135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2025-03-14T04:37:54.1117609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2025-03-14T04:37:54.1131614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2025-03-14T04:37:54.1132657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2025-03-14T04:37:54.1133551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2025-03-14T04:37:54.1134426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2025-03-14T04:37:54.1140489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2025-03-14T04:37:54.1143869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2025-03-14T04:37:54.1147654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2025-03-14T04:37:54.1150903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2025-03-14T04:37:54.1154191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h 2025-03-14T04:37:54.1158006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp 2025-03-14T04:37:54.1166788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2025-03-14T04:37:54.1170160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2025-03-14T04:37:54.1173587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp 2025-03-14T04:37:54.1176933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2025-03-14T04:37:54.1180330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2025-03-14T04:37:54.1184568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2025-03-14T04:37:54.1188725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2025-03-14T04:37:54.1192310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp 2025-03-14T04:37:54.1196310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2025-03-14T04:37:54.1200051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2025-03-14T04:37:54.1203886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2025-03-14T04:37:54.1207765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2025-03-14T04:37:54.1211369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp 2025-03-14T04:37:54.1215612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2025-03-14T04:37:54.1219390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2025-03-14T04:37:54.1222826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2025-03-14T04:37:54.1226606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2025-03-14T04:37:54.1235880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2025-03-14T04:37:54.1239624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2025-03-14T04:37:54.1243824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2025-03-14T04:37:54.1247816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2025-03-14T04:37:54.1252190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2025-03-14T04:37:54.1256154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2025-03-14T04:37:54.1260519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2025-03-14T04:37:54.1264371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2025-03-14T04:37:54.1272806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2025-03-14T04:37:54.1276407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2025-03-14T04:37:54.1280320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2025-03-14T04:37:54.1284354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2025-03-14T04:37:54.1287976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2025-03-14T04:37:54.1292105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2025-03-14T04:37:54.1296393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2025-03-14T04:37:54.1299727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2025-03-14T04:37:54.1303785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2025-03-14T04:37:54.1307239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp 2025-03-14T04:37:54.1311352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2025-03-14T04:37:54.1315273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2025-03-14T04:37:54.1324426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2025-03-14T04:37:54.1328442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2025-03-14T04:37:54.1332231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2025-03-14T04:37:54.1335862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2025-03-14T04:37:54.1339524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2025-03-14T04:37:54.1343260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2025-03-14T04:37:54.1346820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2025-03-14T04:37:54.1350730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2025-03-14T04:37:54.1360722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2025-03-14T04:37:54.1364441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2025-03-14T04:37:54.1368290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2025-03-14T04:37:54.1371774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2025-03-14T04:37:54.1380140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2025-03-14T04:37:54.1383748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2025-03-14T04:37:54.1387901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2025-03-14T04:37:54.1391848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2025-03-14T04:37:54.1395591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2025-03-14T04:37:54.1399547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2025-03-14T04:37:54.1403338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2025-03-14T04:37:54.1407424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2025-03-14T04:37:54.1411230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2025-03-14T04:37:54.1414852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2025-03-14T04:37:54.1419224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2025-03-14T04:37:54.1423163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2025-03-14T04:37:54.1427065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2025-03-14T04:37:54.1431418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2025-03-14T04:37:54.1434963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2025-03-14T04:37:54.1440246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2025-03-14T04:37:54.1449567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2025-03-14T04:37:54.1453266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2025-03-14T04:37:54.1457085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2025-03-14T04:37:54.1461099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2025-03-14T04:37:54.1465034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2025-03-14T04:37:54.1469281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2025-03-14T04:37:54.1473362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2025-03-14T04:37:54.1482982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2025-03-14T04:37:54.1487009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2025-03-14T04:37:54.1490640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2025-03-14T04:37:54.1493918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2025-03-14T04:37:54.1503880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2025-03-14T04:37:54.1507278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2025-03-14T04:37:54.1510793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2025-03-14T04:37:54.1514157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame_cpp.h 2025-03-14T04:37:54.1517603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2025-03-14T04:37:54.1521180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2025-03-14T04:37:54.1524608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2025-03-14T04:37:54.1527846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2025-03-14T04:37:54.1531481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2025-03-14T04:37:54.1535177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2025-03-14T04:37:54.1543297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\array_ref_impl.h 2025-03-14T04:37:54.1546678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2025-03-14T04:37:54.1553507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\array_ref.h 2025-03-14T04:37:54.1556887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\common.h 2025-03-14T04:37:54.1560062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cpu.h 2025-03-14T04:37:54.1563619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cuda.h 2025-03-14T04:37:54.1566848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\xpu.h 2025-03-14T04:37:54.1583889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2025-03-14T04:37:54.1587471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2025-03-14T04:37:54.1594916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2025-03-14T04:37:54.1598494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2025-03-14T04:37:54.1601955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2025-03-14T04:37:54.1610901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h 2025-03-14T04:37:54.1614447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2025-03-14T04:37:54.1621618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2025-03-14T04:37:54.1625500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2025-03-14T04:37:54.1628868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2025-03-14T04:37:54.1637019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h 2025-03-14T04:37:54.1640355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2025-03-14T04:37:54.1644048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2025-03-14T04:37:54.1648045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2025-03-14T04:37:54.1651544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h 2025-03-14T04:37:54.1654806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2025-03-14T04:37:54.1658112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2025-03-14T04:37:54.1661768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2025-03-14T04:37:54.1665034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h 2025-03-14T04:37:54.1673060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2025-03-14T04:37:54.1676378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2025-03-14T04:37:54.1679840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2025-03-14T04:37:54.1688553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2025-03-14T04:37:54.1692843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2025-03-14T04:37:54.1699514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2025-03-14T04:37:54.1703498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h 2025-03-14T04:37:54.1707259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h 2025-03-14T04:37:54.1715204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2025-03-14T04:37:54.1718884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2025-03-14T04:37:54.1723021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h 2025-03-14T04:37:54.1740764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h 2025-03-14T04:37:54.1744647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\common.h 2025-03-14T04:37:54.1747960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h 2025-03-14T04:37:54.1751721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h 2025-03-14T04:37:54.1755944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h 2025-03-14T04:37:54.1769751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h 2025-03-14T04:37:54.1773001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h 2025-03-14T04:37:54.1776581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h 2025-03-14T04:37:54.1786514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2025-03-14T04:37:54.1789682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2025-03-14T04:37:54.1793532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2025-03-14T04:37:54.1800799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2025-03-14T04:37:54.1804731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2025-03-14T04:37:54.1808100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2025-03-14T04:37:54.1812317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2025-03-14T04:37:54.1816079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2025-03-14T04:37:54.1833894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2025-03-14T04:37:54.1837320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2025-03-14T04:37:54.1841676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2025-03-14T04:37:54.1845862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2025-03-14T04:37:54.1855111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2025-03-14T04:37:54.1859071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2025-03-14T04:37:54.1862771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2025-03-14T04:37:54.1866940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2025-03-14T04:37:54.1870921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2025-03-14T04:37:54.1882780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2025-03-14T04:37:54.1891290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2025-03-14T04:37:54.1895176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2025-03-14T04:37:54.1898540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2025-03-14T04:37:54.1908173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2025-03-14T04:37:54.1911659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2025-03-14T04:37:54.1915138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2025-03-14T04:37:54.1919087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2025-03-14T04:37:54.1922963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2025-03-14T04:37:54.1926842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2025-03-14T04:37:54.1931248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2025-03-14T04:37:54.1936526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2025-03-14T04:37:54.1940587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2025-03-14T04:37:54.1944538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2025-03-14T04:37:54.1948030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2025-03-14T04:37:54.1952003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2025-03-14T04:37:54.1955934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2025-03-14T04:37:54.1960428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2025-03-14T04:37:54.1964550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2025-03-14T04:37:54.1968040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2025-03-14T04:37:54.1971488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2025-03-14T04:37:54.1980413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2025-03-14T04:37:54.1984142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2025-03-14T04:37:54.1987603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2025-03-14T04:37:54.1992062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2025-03-14T04:37:54.1995681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2025-03-14T04:37:54.1998975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2025-03-14T04:37:54.2002503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2025-03-14T04:37:54.2006408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2025-03-14T04:37:54.2013898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2025-03-14T04:37:54.2017215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2025-03-14T04:37:54.2020448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2025-03-14T04:37:54.2024404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2025-03-14T04:37:54.2032886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2025-03-14T04:37:54.2037241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2025-03-14T04:37:54.2041307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2025-03-14T04:37:54.2044637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2025-03-14T04:37:54.2047828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2025-03-14T04:37:54.2051270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2025-03-14T04:37:54.2054615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2025-03-14T04:37:54.2057852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2025-03-14T04:37:54.2061178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2025-03-14T04:37:54.2068463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2025-03-14T04:37:54.2071944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2025-03-14T04:37:54.2075421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2025-03-14T04:37:54.2079199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2025-03-14T04:37:54.2086944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2025-03-14T04:37:54.2090216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2025-03-14T04:37:54.2093437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2025-03-14T04:37:54.2096731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2025-03-14T04:37:54.2100126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2025-03-14T04:37:54.2103527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2025-03-14T04:37:54.2107038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2025-03-14T04:37:54.2110325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2025-03-14T04:37:54.2113515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2025-03-14T04:37:54.2117272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2025-03-14T04:37:54.2120634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2025-03-14T04:37:54.2124248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2025-03-14T04:37:54.2127595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2025-03-14T04:37:54.2130910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2025-03-14T04:37:54.2134210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2025-03-14T04:37:54.2158859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2025-03-14T04:37:54.2162159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2025-03-14T04:37:54.2165599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2025-03-14T04:37:54.2177728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2025-03-14T04:37:54.2181031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2025-03-14T04:37:54.2184275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2025-03-14T04:37:54.2187674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2025-03-14T04:37:54.2195784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2025-03-14T04:37:54.2199219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2025-03-14T04:37:54.2203097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2025-03-14T04:37:54.2207057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2025-03-14T04:37:54.2210517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2025-03-14T04:37:54.2213980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2025-03-14T04:37:54.2217451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2025-03-14T04:37:54.2220689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2025-03-14T04:37:54.2224031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2025-03-14T04:37:54.2227537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2025-03-14T04:37:54.2231052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2025-03-14T04:37:54.2235185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2025-03-14T04:37:54.2238667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2025-03-14T04:37:54.2242697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2025-03-14T04:37:54.2246200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2025-03-14T04:37:54.2255650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2025-03-14T04:37:54.2259367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2025-03-14T04:37:54.2262712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2025-03-14T04:37:54.2266166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2025-03-14T04:37:54.2269549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2025-03-14T04:37:54.2272935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2025-03-14T04:37:54.2276277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2025-03-14T04:37:54.2279722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2025-03-14T04:37:54.2283769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2025-03-14T04:37:54.2291862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2025-03-14T04:37:54.2295731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2025-03-14T04:37:54.2299334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2025-03-14T04:37:54.2302676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2025-03-14T04:37:54.2306598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2025-03-14T04:37:54.2310034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2025-03-14T04:37:54.2313456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2025-03-14T04:37:54.2317060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2025-03-14T04:37:54.2320845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2025-03-14T04:37:54.2329912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2025-03-14T04:37:54.2333456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2025-03-14T04:37:54.2336915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2025-03-14T04:37:54.2340296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2025-03-14T04:37:54.2344305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2025-03-14T04:37:54.2347787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2025-03-14T04:37:54.2351225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2025-03-14T04:37:54.2354713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2025-03-14T04:37:54.2358091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2025-03-14T04:37:54.2365954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2025-03-14T04:37:54.2369321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2025-03-14T04:37:54.2372652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2025-03-14T04:37:54.2376440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2025-03-14T04:37:54.2379832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2025-03-14T04:37:54.2383284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2025-03-14T04:37:54.2386729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2025-03-14T04:37:54.2390249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2025-03-14T04:37:54.2393688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2025-03-14T04:37:54.2397120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2025-03-14T04:37:54.2408040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2025-03-14T04:37:54.2411424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2025-03-14T04:37:54.2415845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2025-03-14T04:37:54.2419446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2025-03-14T04:37:54.2422808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2025-03-14T04:37:54.2426400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2025-03-14T04:37:54.2429822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2025-03-14T04:37:54.2433340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2025-03-14T04:37:54.2436647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2025-03-14T04:37:54.2440067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2025-03-14T04:37:54.2444189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2025-03-14T04:37:54.2455024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2025-03-14T04:37:54.2459697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2025-03-14T04:37:54.2463590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2025-03-14T04:37:54.2468887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2025-03-14T04:37:54.2474399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2025-03-14T04:37:54.2479517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2025-03-14T04:37:54.2483188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2025-03-14T04:37:54.2488393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2025-03-14T04:37:54.2493361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2025-03-14T04:37:54.2503748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2025-03-14T04:37:54.2507521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2025-03-14T04:37:54.2512006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2025-03-14T04:37:54.2517380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2025-03-14T04:37:54.2522239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2025-03-14T04:37:54.2526132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2025-03-14T04:37:54.2530258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2025-03-14T04:37:54.2534425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2025-03-14T04:37:54.2538281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2025-03-14T04:37:54.2542291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2025-03-14T04:37:54.2546503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2025-03-14T04:37:54.2556026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2025-03-14T04:37:54.2560836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2025-03-14T04:37:54.2564335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2025-03-14T04:37:54.2567634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2025-03-14T04:37:54.2575614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2025-03-14T04:37:54.2579304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2025-03-14T04:37:54.2583338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2025-03-14T04:37:54.2588040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2025-03-14T04:37:54.2591364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2025-03-14T04:37:54.2599147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2025-03-14T04:37:54.2603132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2025-03-14T04:37:54.2606594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2025-03-14T04:37:54.2614672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2025-03-14T04:37:54.2618149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2025-03-14T04:37:54.2626432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2025-03-14T04:37:54.2629749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2025-03-14T04:37:54.2633200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2025-03-14T04:37:54.2636427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2025-03-14T04:37:54.2640262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2025-03-14T04:37:54.2649302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2025-03-14T04:37:54.2652802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2025-03-14T04:37:54.2656691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2025-03-14T04:37:54.2660406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2025-03-14T04:37:54.2663800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2025-03-14T04:37:54.2667193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2025-03-14T04:37:54.2670613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2025-03-14T04:37:54.2674131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2025-03-14T04:37:54.2677486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2025-03-14T04:37:54.2681663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2025-03-14T04:37:54.2685158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2025-03-14T04:37:54.2693248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2025-03-14T04:37:54.2696739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2025-03-14T04:37:54.2700097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2025-03-14T04:37:54.2703494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2025-03-14T04:37:54.2711878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2025-03-14T04:37:54.2715420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2025-03-14T04:37:54.2718752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2025-03-14T04:37:54.2722530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2025-03-14T04:37:54.2725855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2025-03-14T04:37:54.2729340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2025-03-14T04:37:54.2732763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2025-03-14T04:37:54.2736067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2025-03-14T04:37:54.2739331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2025-03-14T04:37:54.2742831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2025-03-14T04:37:54.2746206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2025-03-14T04:37:54.2749497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2025-03-14T04:37:54.2752751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2025-03-14T04:37:54.2756316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2025-03-14T04:37:54.2760321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2025-03-14T04:37:54.2764365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2025-03-14T04:37:54.2772647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2025-03-14T04:37:54.2776829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2025-03-14T04:37:54.2780642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2025-03-14T04:37:54.2785263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2025-03-14T04:37:54.2789252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2025-03-14T04:37:54.2792774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2025-03-14T04:37:54.2796751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2025-03-14T04:37:54.2800816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2025-03-14T04:37:54.2804548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2025-03-14T04:37:54.2813749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2025-03-14T04:37:54.2817357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2025-03-14T04:37:54.2826965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2025-03-14T04:37:54.2830821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2025-03-14T04:37:54.2841570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2025-03-14T04:37:54.2845425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2025-03-14T04:37:54.2849101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2025-03-14T04:37:54.2852838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2025-03-14T04:37:54.2856606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2025-03-14T04:37:54.2860687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2025-03-14T04:37:54.2864268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2025-03-14T04:37:54.2868168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2025-03-14T04:37:54.2872271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2025-03-14T04:37:54.2875987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2025-03-14T04:37:54.2880747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2025-03-14T04:37:54.2885078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2025-03-14T04:37:54.2890496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2025-03-14T04:37:54.2893040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2025-03-14T04:37:54.2896726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2025-03-14T04:37:54.2900286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2025-03-14T04:37:54.2904455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2025-03-14T04:37:54.2908058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2025-03-14T04:37:54.2916068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2025-03-14T04:37:54.2925567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2025-03-14T04:37:54.2928983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2025-03-14T04:37:54.2932816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2025-03-14T04:37:54.2936341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2025-03-14T04:37:54.2947226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2025-03-14T04:37:54.2952644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2025-03-14T04:37:54.2957464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2025-03-14T04:37:54.2961411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2025-03-14T04:37:54.2965229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2025-03-14T04:37:54.2969334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2025-03-14T04:37:54.2972506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2025-03-14T04:37:54.2976741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2025-03-14T04:37:54.2980541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2025-03-14T04:37:54.2984292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2025-03-14T04:37:54.2988567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2025-03-14T04:37:54.2992761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2025-03-14T04:37:54.2996289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2025-03-14T04:37:54.2999852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2025-03-14T04:37:54.3003270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2025-03-14T04:37:54.3006702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2025-03-14T04:37:54.3011016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2025-03-14T04:37:54.3018871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2025-03-14T04:37:54.3022186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2025-03-14T04:37:54.3026148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2025-03-14T04:37:54.3029980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2025-03-14T04:37:54.3033415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2025-03-14T04:37:54.3037032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2025-03-14T04:37:54.3040458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2025-03-14T04:37:54.3043900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2025-03-14T04:37:54.3047376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2025-03-14T04:37:54.3050702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2025-03-14T04:37:54.3054049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2025-03-14T04:37:54.3062355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2025-03-14T04:37:54.3065872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2025-03-14T04:37:54.3069288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2025-03-14T04:37:54.3072910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2025-03-14T04:37:54.3076303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2025-03-14T04:37:54.3079738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2025-03-14T04:37:54.3083164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2025-03-14T04:37:54.3086848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2025-03-14T04:37:54.3090339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2025-03-14T04:37:54.3093731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2025-03-14T04:37:54.3102044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2025-03-14T04:37:54.3105691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2025-03-14T04:37:54.3109010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2025-03-14T04:37:54.3112707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2025-03-14T04:37:54.3115993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2025-03-14T04:37:54.3123772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2025-03-14T04:37:54.3127307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2025-03-14T04:37:54.3130688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2025-03-14T04:37:54.3134107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2025-03-14T04:37:54.3141818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2025-03-14T04:37:54.3145594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2025-03-14T04:37:54.3156994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2025-03-14T04:37:54.3160437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2025-03-14T04:37:54.3163727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2025-03-14T04:37:54.3166962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2025-03-14T04:37:54.3177841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2025-03-14T04:37:54.3181255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2025-03-14T04:37:54.3184512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2025-03-14T04:37:54.3188437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2025-03-14T04:37:54.3191665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2025-03-14T04:37:54.3199328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2025-03-14T04:37:54.3202730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2025-03-14T04:37:54.3205938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2025-03-14T04:37:54.3209201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2025-03-14T04:37:54.3212649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2025-03-14T04:37:54.3215896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2025-03-14T04:37:54.3219400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2025-03-14T04:37:54.3222931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2025-03-14T04:37:54.3226191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2025-03-14T04:37:54.3229588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2025-03-14T04:37:54.3248364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2025-03-14T04:37:54.3251632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2025-03-14T04:37:54.3254921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2025-03-14T04:37:54.3258169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2025-03-14T04:37:54.3261573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2025-03-14T04:37:54.3265074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2025-03-14T04:37:54.3268436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2025-03-14T04:37:54.3271739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2025-03-14T04:37:54.3274964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2025-03-14T04:37:54.3286107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2025-03-14T04:37:54.3293500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2025-03-14T04:37:54.3297423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2025-03-14T04:37:54.3305745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2025-03-14T04:37:54.3313197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2025-03-14T04:37:54.3316934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2025-03-14T04:37:54.3320786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2025-03-14T04:37:54.3324885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2025-03-14T04:37:54.3332687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2025-03-14T04:37:54.3336574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2025-03-14T04:37:54.3340440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2025-03-14T04:37:54.3344519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2025-03-14T04:37:54.3348372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2025-03-14T04:37:54.3352220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2025-03-14T04:37:54.3360841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2025-03-14T04:37:54.3364731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2025-03-14T04:37:54.3368071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2025-03-14T04:37:54.3375906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2025-03-14T04:37:54.3379287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2025-03-14T04:37:54.3383432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2025-03-14T04:37:54.3388097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2025-03-14T04:37:54.3396022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2025-03-14T04:37:54.3399833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2025-03-14T04:37:54.3403811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2025-03-14T04:37:54.3407586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2025-03-14T04:37:54.3411413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2025-03-14T04:37:54.3414946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2025-03-14T04:37:54.3418798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2025-03-14T04:37:54.3426348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2025-03-14T04:37:54.3430192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2025-03-14T04:37:54.3433747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2025-03-14T04:37:54.3441645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2025-03-14T04:37:54.3446943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2025-03-14T04:37:54.3452401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2025-03-14T04:37:54.3461270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2025-03-14T04:37:54.3466415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2025-03-14T04:37:54.3470933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2025-03-14T04:37:54.3478558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2025-03-14T04:37:54.3486640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2025-03-14T04:37:54.3494239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2025-03-14T04:37:54.3498015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2025-03-14T04:37:54.3501473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2025-03-14T04:37:54.3504831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2025-03-14T04:37:54.3513120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2025-03-14T04:37:54.3516477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2025-03-14T04:37:54.3519884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2025-03-14T04:37:54.3523968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2025-03-14T04:37:54.3527243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2025-03-14T04:37:54.3530589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2025-03-14T04:37:54.3533972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2025-03-14T04:37:54.3537512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2025-03-14T04:37:54.3541010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2025-03-14T04:37:54.3544262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2025-03-14T04:37:54.3547502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2025-03-14T04:37:54.3550739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2025-03-14T04:37:54.3559837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\stable\library.h 2025-03-14T04:37:54.3566927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2025-03-14T04:37:54.3574477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2025-03-14T04:37:54.3578045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2025-03-14T04:37:54.3581374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2025-03-14T04:37:54.3585044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2025-03-14T04:37:54.3593032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2025-03-14T04:37:54.3596453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\generated_serialization_types.h 2025-03-14T04:37:54.3601034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2025-03-14T04:37:54.3604501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2025-03-14T04:37:54.3608283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2025-03-14T04:37:54.3611579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2025-03-14T04:37:54.3614991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2025-03-14T04:37:54.3618862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2025-03-14T04:37:54.3622134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2025-03-14T04:37:54.3625398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2025-03-14T04:37:54.3628806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2025-03-14T04:37:54.3632400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2025-03-14T04:37:54.3636830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2025-03-14T04:37:54.3640633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2025-03-14T04:37:54.3644271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2025-03-14T04:37:54.3647708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2025-03-14T04:37:54.3655086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2025-03-14T04:37:54.3658535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2025-03-14T04:37:54.3661877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2025-03-14T04:37:54.3665435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2025-03-14T04:37:54.3668852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2025-03-14T04:37:54.3672279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2025-03-14T04:37:54.3676209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2025-03-14T04:37:54.3679746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2025-03-14T04:37:54.3683250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2025-03-14T04:37:54.3686519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2025-03-14T04:37:54.3693845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2025-03-14T04:37:54.3697269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2025-03-14T04:37:54.3700686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2025-03-14T04:37:54.3704289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2025-03-14T04:37:54.3707661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2025-03-14T04:37:54.3711327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2025-03-14T04:37:54.3714773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2025-03-14T04:37:54.3718197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2025-03-14T04:37:54.3721789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2025-03-14T04:37:54.3729465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2025-03-14T04:37:54.3732927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2025-03-14T04:37:54.3736245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2025-03-14T04:37:54.3739601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2025-03-14T04:37:54.3742944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2025-03-14T04:37:54.3746316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2025-03-14T04:37:54.3754816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2025-03-14T04:37:54.3758498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2025-03-14T04:37:54.3761837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2025-03-14T04:37:54.3778308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\annotations.py 2025-03-14T04:37:54.3783221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\frontend.py 2025-03-14T04:37:54.3787348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\generate_bytecode.py 2025-03-14T04:37:54.3790799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\quantized.py 2025-03-14T04:37:54.3840394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\supported_ops.py 2025-03-14T04:37:54.3844490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2025-03-14T04:37:54.3848087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_async.py 2025-03-14T04:37:54.3851666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_await.py 2025-03-14T04:37:54.3854900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_builtins.py 2025-03-14T04:37:54.3858640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_check.py 2025-03-14T04:37:54.3862299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_dataclass_impls.py 2025-03-14T04:37:54.3865734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decompositions.py 2025-03-14T04:37:54.3869716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decomposition_utils.py 2025-03-14T04:37:54.3873111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_freeze.py 2025-03-14T04:37:54.3876981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_fuser.py 2025-03-14T04:37:54.3880691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_ir_utils.py 2025-03-14T04:37:54.3884221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_logging.py 2025-03-14T04:37:54.3887946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_monkeytype_config.py 2025-03-14T04:37:54.3891487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_pickle.py 2025-03-14T04:37:54.3895585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_recursive.py 2025-03-14T04:37:54.3899470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.py 2025-03-14T04:37:54.3903109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.pyi 2025-03-14T04:37:54.3907035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_serialization.py 2025-03-14T04:37:54.3910859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_shape_functions.py 2025-03-14T04:37:54.3919385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_state.py 2025-03-14T04:37:54.3923230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_trace.py 2025-03-14T04:37:54.3926747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__init__.py 2025-03-14T04:37:54.3934209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__init__.py 2025-03-14T04:37:54.3942300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.3952452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2025-03-14T04:37:54.3957373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__init__.py 2025-03-14T04:37:54.3966729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-39.pyc 2025-03-14T04:37:54.3970285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.3978959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-39.pyc 2025-03-14T04:37:54.3982988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-39.pyc 2025-03-14T04:37:54.3987136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-39.pyc 2025-03-14T04:37:54.3994839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-39.pyc 2025-03-14T04:37:54.3998652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-39.pyc 2025-03-14T04:37:54.4002142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-39.pyc 2025-03-14T04:37:54.4006113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_async.cpython-39.pyc 2025-03-14T04:37:54.4009509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_await.cpython-39.pyc 2025-03-14T04:37:54.4013375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-39.pyc 2025-03-14T04:37:54.4016741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_check.cpython-39.pyc 2025-03-14T04:37:54.4021268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-39.pyc 2025-03-14T04:37:54.4024720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-39.pyc 2025-03-14T04:37:54.4028288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-39.pyc 2025-03-14T04:37:54.4031574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-39.pyc 2025-03-14T04:37:54.4034919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-39.pyc 2025-03-14T04:37:54.4038669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-39.pyc 2025-03-14T04:37:54.4042203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-39.pyc 2025-03-14T04:37:54.4050075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-39.pyc 2025-03-14T04:37:54.4053998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-39.pyc 2025-03-14T04:37:54.4057441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-39.pyc 2025-03-14T04:37:54.4060986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_script.cpython-39.pyc 2025-03-14T04:37:54.4065255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-39.pyc 2025-03-14T04:37:54.4068977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-39.pyc 2025-03-14T04:37:54.4072516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_state.cpython-39.pyc 2025-03-14T04:37:54.4076045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-39.pyc 2025-03-14T04:37:54.4083816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.4092402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2025-03-14T04:37:54.4096948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2025-03-14T04:37:54.4100349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.dll 2025-03-14T04:37:54.4105660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.lib 2025-03-14T04:37:54.4109515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.dll 2025-03-14T04:37:54.4118026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.lib 2025-03-14T04:37:54.4121559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.dll 2025-03-14T04:37:54.4129656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.lib 2025-03-14T04:37:54.4136414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\cpuinfo.lib 2025-03-14T04:37:54.4140120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\dnnl.lib 2025-03-14T04:37:54.7707468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.dll 2025-03-14T04:37:54.7736206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.lib 2025-03-14T04:37:54.7746938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fmt.lib 2025-03-14T04:37:54.7757481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.dll 2025-03-14T04:37:54.7761902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.lib 2025-03-14T04:37:54.7765987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\kineto.lib 2025-03-14T04:37:54.7904831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf-lite.lib 2025-03-14T04:37:54.7933993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf.lib 2025-03-14T04:37:54.8139211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotoc.lib 2025-03-14T04:37:54.8333958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\microkernels-prod.lib 2025-03-14T04:37:54.8350176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\pthreadpool.lib 2025-03-14T04:37:54.8354609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.dll 2025-03-14T04:37:54.8358086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.lib 2025-03-14T04:37:54.8361545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\sleef.lib 2025-03-14T04:37:54.8412377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.dll 2025-03-14T04:37:54.8415666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.lib 2025-03-14T04:37:54.8543671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.dll 2025-03-14T04:37:54.8549186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.lib 2025-03-14T04:37:54.8552718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.dll 2025-03-14T04:37:54.9331265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.lib 2025-03-14T04:37:54.9484835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_global_deps.dll 2025-03-14T04:37:54.9490151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.dll 2025-03-14T04:37:54.9579577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.lib 2025-03-14T04:37:54.9584440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\XNNPACK.lib 2025-03-14T04:37:54.9601348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\_C.lib 2025-03-14T04:37:54.9610116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__init__.py 2025-03-14T04:37:54.9617657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9625959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_docs.py 2025-03-14T04:37:54.9629586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_ops.py 2025-03-14T04:37:54.9633078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__init__.py 2025-03-14T04:37:54.9640233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\binary.py 2025-03-14T04:37:54.9643538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\core.py 2025-03-14T04:37:54.9646757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\creation.py 2025-03-14T04:37:54.9650036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2025-03-14T04:37:54.9653676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2025-03-14T04:37:54.9662607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\unary.py 2025-03-14T04:37:54.9670795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2025-03-14T04:37:54.9674853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2025-03-14T04:37:54.9682523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-39.pyc 2025-03-14T04:37:54.9685943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-39.pyc 2025-03-14T04:37:54.9689333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-39.pyc 2025-03-14T04:37:54.9698985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-39.pyc 2025-03-14T04:37:54.9702402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-39.pyc 2025-03-14T04:37:54.9727780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-39.pyc 2025-03-14T04:37:54.9731151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-39.pyc 2025-03-14T04:37:54.9734436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9747087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-39.pyc 2025-03-14T04:37:54.9750635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-39.pyc 2025-03-14T04:37:54.9754045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9767652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__init__.py 2025-03-14T04:37:54.9774224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9781351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\event.py 2025-03-14T04:37:54.9785049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\profiler.py 2025-03-14T04:37:54.9788513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__init__.py 2025-03-14T04:37:54.9794856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\event.cpython-39.pyc 2025-03-14T04:37:54.9798389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-39.pyc 2025-03-14T04:37:54.9801809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9814164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\memory.py 2025-03-14T04:37:54.9817433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\_utils.py 2025-03-14T04:37:54.9820634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__init__.py 2025-03-14T04:37:54.9827203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\memory.cpython-39.pyc 2025-03-14T04:37:54.9830541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:54.9833937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9846755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\pool.py 2025-03-14T04:37:54.9849757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\queue.py 2025-03-14T04:37:54.9852913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\reductions.py 2025-03-14T04:37:54.9856591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\spawn.py 2025-03-14T04:37:54.9859809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\_atfork.py 2025-03-14T04:37:54.9869147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__init__.py 2025-03-14T04:37:54.9875994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-39.pyc 2025-03-14T04:37:54.9879411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-39.pyc 2025-03-14T04:37:54.9882862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-39.pyc 2025-03-14T04:37:54.9890926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-39.pyc 2025-03-14T04:37:54.9894215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-39.pyc 2025-03-14T04:37:54.9897571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9905188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__init__.py 2025-03-14T04:37:54.9912414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_int.py 2025-03-14T04:37:54.9915697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2025-03-14T04:37:54.9918901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\ops.py 2025-03-14T04:37:54.9922554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\sdpa.py 2025-03-14T04:37:54.9931502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__init__.py 2025-03-14T04:37:54.9937824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_int.cpython-39.pyc 2025-03-14T04:37:54.9941276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-39.pyc 2025-03-14T04:37:54.9945419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-39.pyc 2025-03-14T04:37:54.9954579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-39.pyc 2025-03-14T04:37:54.9958991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9967734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:54.9976468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\common_types.py 2025-03-14T04:37:54.9981045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\cpp.py 2025-03-14T04:37:54.9984929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.py 2025-03-14T04:37:54.9990534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.pyi 2025-03-14T04:37:55.0000572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\grad.py 2025-03-14T04:37:55.0006040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\init.py 2025-03-14T04:37:55.0011105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.py 2025-03-14T04:37:55.0016086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.pyi 2025-03-14T04:37:55.0021335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\_reduction.py 2025-03-14T04:37:55.0026447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__init__.py 2025-03-14T04:37:55.0034361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\bias.py 2025-03-14T04:37:55.0038114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\flex_attention.py 2025-03-14T04:37:55.0042764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\_utils.py 2025-03-14T04:37:55.0046075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__init__.py 2025-03-14T04:37:55.0058182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2025-03-14T04:37:55.0061446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2025-03-14T04:37:55.0068813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-39.pyc 2025-03-14T04:37:55.0072189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0079715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-39.pyc 2025-03-14T04:37:55.0083570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-39.pyc 2025-03-14T04:37:55.0087062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:55.0095556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0103306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\thnn.py 2025-03-14T04:37:55.0106618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__init__.py 2025-03-14T04:37:55.0112757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-39.pyc 2025-03-14T04:37:55.0116344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0124196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__init__.py 2025-03-14T04:37:55.0130610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2025-03-14T04:37:55.0133783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2025-03-14T04:37:55.0140413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-03-14T04:37:55.0144263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0151747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2025-03-14T04:37:55.0158036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2025-03-14T04:37:55.0161471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2025-03-14T04:37:55.0164882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2025-03-14T04:37:55.0168123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2025-03-14T04:37:55.0179182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-03-14T04:37:55.0183257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-03-14T04:37:55.0186918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:55.0196352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0204276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0213892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2025-03-14T04:37:55.0220681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2025-03-14T04:37:55.0227675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-03-14T04:37:55.0231100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-03-14T04:37:55.0237711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:55.0241106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0248518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0256268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2025-03-14T04:37:55.0259440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2025-03-14T04:37:55.0262623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2025-03-14T04:37:55.0265870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2025-03-14T04:37:55.0278370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-03-14T04:37:55.0282164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-03-14T04:37:55.0285638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-03-14T04:37:55.0293711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0301498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0317412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0325442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\activation.py 2025-03-14T04:37:55.0328910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\adaptive.py 2025-03-14T04:37:55.0332068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\batchnorm.py 2025-03-14T04:37:55.0335483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\channelshuffle.py 2025-03-14T04:37:55.0344897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\container.py 2025-03-14T04:37:55.0348188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\conv.py 2025-03-14T04:37:55.0351796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\distance.py 2025-03-14T04:37:55.0354976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\dropout.py 2025-03-14T04:37:55.0358118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\flatten.py 2025-03-14T04:37:55.0361292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\fold.py 2025-03-14T04:37:55.0364699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\instancenorm.py 2025-03-14T04:37:55.0367963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\lazy.py 2025-03-14T04:37:55.0371194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\linear.py 2025-03-14T04:37:55.0374308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\loss.py 2025-03-14T04:37:55.0377781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\module.py 2025-03-14T04:37:55.0381900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\normalization.py 2025-03-14T04:37:55.0385253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\padding.py 2025-03-14T04:37:55.0388826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2025-03-14T04:37:55.0391971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pooling.py 2025-03-14T04:37:55.0395457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\rnn.py 2025-03-14T04:37:55.0399162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\sparse.py 2025-03-14T04:37:55.0403814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\transformer.py 2025-03-14T04:37:55.0407940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\upsampling.py 2025-03-14T04:37:55.0411528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\utils.py 2025-03-14T04:37:55.0415719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\_functions.py 2025-03-14T04:37:55.0420052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__init__.py 2025-03-14T04:37:55.0432395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-39.pyc 2025-03-14T04:37:55.0437586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-39.pyc 2025-03-14T04:37:55.0443207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-39.pyc 2025-03-14T04:37:55.0454961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-39.pyc 2025-03-14T04:37:55.0458583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-39.pyc 2025-03-14T04:37:55.0462572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:55.0466644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-39.pyc 2025-03-14T04:37:55.0470771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-39.pyc 2025-03-14T04:37:55.0474680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-39.pyc 2025-03-14T04:37:55.0478697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-39.pyc 2025-03-14T04:37:55.0483013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-39.pyc 2025-03-14T04:37:55.0486646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-39.pyc 2025-03-14T04:37:55.0490210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.0494905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-39.pyc 2025-03-14T04:37:55.0500773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-39.pyc 2025-03-14T04:37:55.0506613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-39.pyc 2025-03-14T04:37:55.0512335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-39.pyc 2025-03-14T04:37:55.0523269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-39.pyc 2025-03-14T04:37:55.0527708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-39.pyc 2025-03-14T04:37:55.0531722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.0536610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-39.pyc 2025-03-14T04:37:55.0552196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-39.pyc 2025-03-14T04:37:55.0553134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-39.pyc 2025-03-14T04:37:55.0553863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:55.0554529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-39.pyc 2025-03-14T04:37:55.0556735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.0569934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\comm.py 2025-03-14T04:37:55.0573727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\data_parallel.py 2025-03-14T04:37:55.0577095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\distributed.py 2025-03-14T04:37:55.0580944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2025-03-14T04:37:55.0593772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\replicate.py 2025-03-14T04:37:55.0597066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2025-03-14T04:37:55.0600499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\_functions.py 2025-03-14T04:37:55.0603868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__init__.py 2025-03-14T04:37:55.1987890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-39.pyc 2025-03-14T04:37:55.1991999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-39.pyc 2025-03-14T04:37:55.1995965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:55.2005943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-39.pyc 2025-03-14T04:37:55.2009415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-39.pyc 2025-03-14T04:37:55.2014792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-39.pyc 2025-03-14T04:37:55.2020100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-39.pyc 2025-03-14T04:37:55.2025142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2034464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__init__.py 2025-03-14T04:37:55.2042317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2025-03-14T04:37:55.2049447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2025-03-14T04:37:55.2053284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2025-03-14T04:37:55.2059802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.2063853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2071323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2079254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\conv.py 2025-03-14T04:37:55.2082870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2025-03-14T04:37:55.2086136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\linear.py 2025-03-14T04:37:55.2089387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__init__.py 2025-03-14T04:37:55.2100465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:55.2103980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-03-14T04:37:55.2107352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.2116813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2124814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2133227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__init__.py 2025-03-14T04:37:55.2139728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2025-03-14T04:37:55.2143030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2025-03-14T04:37:55.2146192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2025-03-14T04:37:55.2153832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-03-14T04:37:55.2157011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.2160740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2173243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2181751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\functional.py 2025-03-14T04:37:55.2185107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__init__.py 2025-03-14T04:37:55.2192060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2025-03-14T04:37:55.2198346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2025-03-14T04:37:55.2201683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2025-03-14T04:37:55.2205200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2025-03-14T04:37:55.2208401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2025-03-14T04:37:55.2230743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:55.2234297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.2237850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.2245588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2253242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2260706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\activation.py 2025-03-14T04:37:55.2263884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2025-03-14T04:37:55.2267028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\conv.py 2025-03-14T04:37:55.2270173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2025-03-14T04:37:55.2273468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2025-03-14T04:37:55.2282157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2025-03-14T04:37:55.2285378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\linear.py 2025-03-14T04:37:55.2289032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2025-03-14T04:37:55.2292401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2025-03-14T04:37:55.2295564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\utils.py 2025-03-14T04:37:55.2298926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2025-03-14T04:37:55.2307213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-03-14T04:37:55.2311284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-03-14T04:37:55.2315181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:55.2324650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-03-14T04:37:55.2329051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-03-14T04:37:55.2332752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-03-14T04:37:55.2336749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.2340223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-03-14T04:37:55.2344265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.2348122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:55.2351676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2365772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2025-03-14T04:37:55.2373250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2025-03-14T04:37:55.2377014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2025-03-14T04:37:55.2380291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2025-03-14T04:37:55.2383848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2025-03-14T04:37:55.2387216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2025-03-14T04:37:55.2390852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2025-03-14T04:37:55.2404098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:55.2408050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-39.pyc 2025-03-14T04:37:55.2411597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.2420261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-39.pyc 2025-03-14T04:37:55.2424520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:55.2428402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2437434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2445763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:55.2449627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2458406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\clip_grad.py 2025-03-14T04:37:55.2462424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\convert_parameters.py 2025-03-14T04:37:55.2465959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\fusion.py 2025-03-14T04:37:55.2469706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\init.py 2025-03-14T04:37:55.2473506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\memory_format.py 2025-03-14T04:37:55.2482571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrizations.py 2025-03-14T04:37:55.2486473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrize.py 2025-03-14T04:37:55.2490201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\prune.py 2025-03-14T04:37:55.2493833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\rnn.py 2025-03-14T04:37:55.2497546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\spectral_norm.py 2025-03-14T04:37:55.2501178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\stateless.py 2025-03-14T04:37:55.2505414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\weight_norm.py 2025-03-14T04:37:55.2509982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2025-03-14T04:37:55.2514200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2025-03-14T04:37:55.2518298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2025-03-14T04:37:55.2523820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__init__.py 2025-03-14T04:37:55.2533290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2025-03-14T04:37:55.2537150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2025-03-14T04:37:55.2540935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2025-03-14T04:37:55.2548946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2025-03-14T04:37:55.2552750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2025-03-14T04:37:55.2556720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2025-03-14T04:37:55.2560274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2025-03-14T04:37:55.2564081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2025-03-14T04:37:55.2568068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2025-03-14T04:37:55.2571699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2025-03-14T04:37:55.2578784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2582251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-39.pyc 2025-03-14T04:37:55.2586610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2960920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-39.pyc 2025-03-14T04:37:55.2964971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-39.pyc 2025-03-14T04:37:55.2969030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2972687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2976670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2980286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-39.pyc 2025-03-14T04:37:55.2984262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.2993380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-39.pyc 2025-03-14T04:37:55.2996905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-39.pyc 2025-03-14T04:37:55.3000708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-39.pyc 2025-03-14T04:37:55.3009078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-39.pyc 2025-03-14T04:37:55.3014433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-39.pyc 2025-03-14T04:37:55.3019546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-39.pyc 2025-03-14T04:37:55.3024972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-39.pyc 2025-03-14T04:37:55.3030388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-39.pyc 2025-03-14T04:37:55.3034152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-39.pyc 2025-03-14T04:37:55.3038428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-39.pyc 2025-03-14T04:37:55.3041860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-39.pyc 2025-03-14T04:37:55.3045780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-39.pyc 2025-03-14T04:37:55.3049855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-39.pyc 2025-03-14T04:37:55.3053732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-39.pyc 2025-03-14T04:37:55.3057890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-39.pyc 2025-03-14T04:37:55.3061408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.3070619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-39.pyc 2025-03-14T04:37:55.3074109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-39.pyc 2025-03-14T04:37:55.3077528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:55.3088558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\grad.cpython-39.pyc 2025-03-14T04:37:55.3092066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\init.cpython-39.pyc 2025-03-14T04:37:55.3095513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-39.pyc 2025-03-14T04:37:55.3098837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-39.pyc 2025-03-14T04:37:55.3102184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.3112454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\errors.py 2025-03-14T04:37:55.3116257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\operators.py 2025-03-14T04:37:55.3119630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_caffe2.py 2025-03-14T04:37:55.3123439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_helper.py 2025-03-14T04:37:55.3132008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset10.py 2025-03-14T04:37:55.3135423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset11.py 2025-03-14T04:37:55.3139039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset12.py 2025-03-14T04:37:55.3142346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset13.py 2025-03-14T04:37:55.3145802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset14.py 2025-03-14T04:37:55.3149254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset15.py 2025-03-14T04:37:55.3152804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset16.py 2025-03-14T04:37:55.3156406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset17.py 2025-03-14T04:37:55.3159787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset18.py 2025-03-14T04:37:55.3163198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset19.py 2025-03-14T04:37:55.3166521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset20.py 2025-03-14T04:37:55.3170405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset7.py 2025-03-14T04:37:55.3174250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset8.py 2025-03-14T04:37:55.3177669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset9.py 2025-03-14T04:37:55.3182248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\utils.py 2025-03-14T04:37:55.3185984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\verification.py 2025-03-14T04:37:55.3194313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_constants.py 2025-03-14T04:37:55.3197748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_experimental.py 2025-03-14T04:37:55.3201217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_flags.py 2025-03-14T04:37:55.3204515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_globals.py 2025-03-14T04:37:55.3207885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_onnx_supported_ops.py 2025-03-14T04:37:55.3211104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_type_utils.py 2025-03-14T04:37:55.3214437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__init__.py 2025-03-14T04:37:55.3224290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\io_adapter.py 2025-03-14T04:37:55.3228164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\jit_utils.py 2025-03-14T04:37:55.3231569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnxruntime.py 2025-03-14T04:37:55.3239742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnx_proto_utils.py 2025-03-14T04:37:55.3243146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\registration.py 2025-03-14T04:37:55.3246456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_exporter_legacy.py 2025-03-14T04:37:55.3249895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2025-03-14T04:37:55.3253344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__init__.py 2025-03-14T04:37:55.3259935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_diagnostic.py 2025-03-14T04:37:55.3263308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_rules.py 2025-03-14T04:37:55.3266646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__init__.py 2025-03-14T04:37:55.3273750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\context.py 2025-03-14T04:37:55.3277573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\decorator.py 2025-03-14T04:37:55.3281570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\formatter.py 2025-03-14T04:37:55.3285304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\utils.py 2025-03-14T04:37:55.3288563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\_infra.py 2025-03-14T04:37:55.3297524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__init__.py 2025-03-14T04:37:55.3305231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\version.py 2025-03-14T04:37:55.3308899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_address.py 2025-03-14T04:37:55.3312215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py 2025-03-14T04:37:55.3316048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py 2025-03-14T04:37:55.3319946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py 2025-03-14T04:37:55.3329345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py 2025-03-14T04:37:55.3333269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py 2025-03-14T04:37:55.3336990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py 2025-03-14T04:37:55.3341061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py 2025-03-14T04:37:55.3344978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py 2025-03-14T04:37:55.3348574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py 2025-03-14T04:37:55.3352376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py 2025-03-14T04:37:55.3356350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py 2025-03-14T04:37:55.3359901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py 2025-03-14T04:37:55.3364201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py 2025-03-14T04:37:55.3368158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py 2025-03-14T04:37:55.3371836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py 2025-03-14T04:37:55.3375639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py 2025-03-14T04:37:55.3379748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py 2025-03-14T04:37:55.3383357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py 2025-03-14T04:37:55.3387225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location.py 2025-03-14T04:37:55.3395606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py 2025-03-14T04:37:55.3399604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py 2025-03-14T04:37:55.3403675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_message.py 2025-03-14T04:37:55.3407422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py 2025-03-14T04:37:55.3411284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_node.py 2025-03-14T04:37:55.3414943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py 2025-03-14T04:37:55.3418929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py 2025-03-14T04:37:55.3422866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py 2025-03-14T04:37:55.3426364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py 2025-03-14T04:37:55.3430754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_region.py 2025-03-14T04:37:55.3440133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py 2025-03-14T04:37:55.3444036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py 2025-03-14T04:37:55.3447913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py 2025-03-14T04:37:55.3452072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py 2025-03-14T04:37:55.3455764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py 2025-03-14T04:37:55.3459707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result.py 2025-03-14T04:37:55.3463496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py 2025-03-14T04:37:55.3467004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run.py 2025-03-14T04:37:55.3470773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py 2025-03-14T04:37:55.3475155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py 2025-03-14T04:37:55.3991218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py 2025-03-14T04:37:55.3994670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py 2025-03-14T04:37:55.3998223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py 2025-03-14T04:37:55.4002642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py 2025-03-14T04:37:55.4006639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py 2025-03-14T04:37:55.4010394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py 2025-03-14T04:37:55.4014478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py 2025-03-14T04:37:55.4018688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py 2025-03-14T04:37:55.4024266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py 2025-03-14T04:37:55.4029657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py 2025-03-14T04:37:55.4041591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py 2025-03-14T04:37:55.4045300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py 2025-03-14T04:37:55.4050717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py 2025-03-14T04:37:55.4054464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py 2025-03-14T04:37:55.4065850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\version.cpython-39.pyc 2025-03-14T04:37:55.4069950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_address.cpython-39.pyc 2025-03-14T04:37:55.4074221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact.cpython-39.pyc 2025-03-14T04:37:55.4083347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_change.cpython-39.pyc 2025-03-14T04:37:55.4087548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_content.cpython-39.pyc 2025-03-14T04:37:55.4091208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_location.cpython-39.pyc 2025-03-14T04:37:55.4094990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_attachment.cpython-39.pyc 2025-03-14T04:37:55.4099328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_code_flow.cpython-39.pyc 2025-03-14T04:37:55.4103370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_configuration_override.cpython-39.pyc 2025-03-14T04:37:55.4107207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_conversion.cpython-39.pyc 2025-03-14T04:37:55.4110684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge.cpython-39.pyc 2025-03-14T04:37:55.4114938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge_traversal.cpython-39.pyc 2025-03-14T04:37:55.4118702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_exception.cpython-39.pyc 2025-03-14T04:37:55.4122469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_properties.cpython-39.pyc 2025-03-14T04:37:55.4127393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_reference.cpython-39.pyc 2025-03-14T04:37:55.4131059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_references.cpython-39.pyc 2025-03-14T04:37:55.4139255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_fix.cpython-39.pyc 2025-03-14T04:37:55.4143103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph.cpython-39.pyc 2025-03-14T04:37:55.4147163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph_traversal.cpython-39.pyc 2025-03-14T04:37:55.4151399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_invocation.cpython-39.pyc 2025-03-14T04:37:55.4155255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location.cpython-39.pyc 2025-03-14T04:37:55.4158898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location_relationship.cpython-39.pyc 2025-03-14T04:37:55.4162701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_logical_location.cpython-39.pyc 2025-03-14T04:37:55.4166199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_message.cpython-39.pyc 2025-03-14T04:37:55.4175503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_multiformat_message_string.cpython-39.pyc 2025-03-14T04:37:55.4179348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_node.cpython-39.pyc 2025-03-14T04:37:55.4183007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_notification.cpython-39.pyc 2025-03-14T04:37:55.4186730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_physical_location.cpython-39.pyc 2025-03-14T04:37:55.4190250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_property_bag.cpython-39.pyc 2025-03-14T04:37:55.4193743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_rectangle.cpython-39.pyc 2025-03-14T04:37:55.4197584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_region.cpython-39.pyc 2025-03-14T04:37:55.4201116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_replacement.cpython-39.pyc 2025-03-14T04:37:55.4209212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_configuration.cpython-39.pyc 2025-03-14T04:37:55.4212876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor.cpython-39.pyc 2025-03-14T04:37:55.4238341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_reference.cpython-39.pyc 2025-03-14T04:37:55.4242341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_relationship.cpython-39.pyc 2025-03-14T04:37:55.4246030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result.cpython-39.pyc 2025-03-14T04:37:55.4249711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result_provenance.cpython-39.pyc 2025-03-14T04:37:55.4253554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run.cpython-39.pyc 2025-03-14T04:37:55.4257402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run_automation_details.cpython-39.pyc 2025-03-14T04:37:55.4271850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_sarif_log.cpython-39.pyc 2025-03-14T04:37:55.4275573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_special_locations.cpython-39.pyc 2025-03-14T04:37:55.4279163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack.cpython-39.pyc 2025-03-14T04:37:55.4283131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack_frame.cpython-39.pyc 2025-03-14T04:37:55.4287054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_suppression.cpython-39.pyc 2025-03-14T04:37:55.4290768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow.cpython-39.pyc 2025-03-14T04:37:55.4294550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow_location.cpython-39.pyc 2025-03-14T04:37:55.4298547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool.cpython-39.pyc 2025-03-14T04:37:55.4306678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component.cpython-39.pyc 2025-03-14T04:37:55.4311182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component_reference.cpython-39.pyc 2025-03-14T04:37:55.4314683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_translation_metadata.cpython-39.pyc 2025-03-14T04:37:55.4318268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_version_control_details.cpython-39.pyc 2025-03-14T04:37:55.4323155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_request.cpython-39.pyc 2025-03-14T04:37:55.4326881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_response.cpython-39.pyc 2025-03-14T04:37:55.4330500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4341365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\context.cpython-39.pyc 2025-03-14T04:37:55.4345720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\decorator.cpython-39.pyc 2025-03-14T04:37:55.4349312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\formatter.cpython-39.pyc 2025-03-14T04:37:55.4358726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:55.4363009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\_infra.cpython-39.pyc 2025-03-14T04:37:55.4366685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4379962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_diagnostic.cpython-39.pyc 2025-03-14T04:37:55.4383757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_rules.cpython-39.pyc 2025-03-14T04:37:55.4387813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4402891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2025-03-14T04:37:55.4406646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2025-03-14T04:37:55.4410410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2025-03-14T04:37:55.4414286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2025-03-14T04:37:55.4422657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_constants.py 2025-03-14T04:37:55.4426086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2025-03-14T04:37:55.4430350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2025-03-14T04:37:55.4434011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2025-03-14T04:37:55.4437917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dynamic_shapes.py 2025-03-14T04:37:55.4441833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2025-03-14T04:37:55.4445097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2025-03-14T04:37:55.4449241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2025-03-14T04:37:55.4453111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2025-03-14T04:37:55.4456609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2025-03-14T04:37:55.4460432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2025-03-14T04:37:55.4464152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2025-03-14T04:37:55.4467706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2025-03-14T04:37:55.4471476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2025-03-14T04:37:55.4475085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2025-03-14T04:37:55.4478950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2025-03-14T04:37:55.4482887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2025-03-14T04:37:55.4490892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py 2025-03-14T04:37:55.4494814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py 2025-03-14T04:37:55.4498393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__init__.py 2025-03-14T04:37:55.4510963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\core.py 2025-03-14T04:37:55.4515096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\hop.py 2025-03-14T04:37:55.4519060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py 2025-03-14T04:37:55.4526967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\core.cpython-39.pyc 2025-03-14T04:37:55.4531090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\hop.cpython-39.pyc 2025-03-14T04:37:55.4536541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4551081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_tensor_typing.cpython-39.pyc 2025-03-14T04:37:55.4554847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_torchlib_registry.cpython-39.pyc 2025-03-14T04:37:55.4559492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4577917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-39.pyc 2025-03-14T04:37:55.4581758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-39.pyc 2025-03-14T04:37:55.4585489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-39.pyc 2025-03-14T04:37:55.4595883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-39.pyc 2025-03-14T04:37:55.4600153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_constants.cpython-39.pyc 2025-03-14T04:37:55.4604019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-39.pyc 2025-03-14T04:37:55.4607566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-39.pyc 2025-03-14T04:37:55.4611677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-39.pyc 2025-03-14T04:37:55.4615002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dynamic_shapes.cpython-39.pyc 2025-03-14T04:37:55.4618404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-39.pyc 2025-03-14T04:37:55.4621844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-39.pyc 2025-03-14T04:37:55.4625407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-39.pyc 2025-03-14T04:37:55.4629823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-39.pyc 2025-03-14T04:37:55.4633471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-39.pyc 2025-03-14T04:37:55.4637420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-39.pyc 2025-03-14T04:37:55.4640868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-39.pyc 2025-03-14T04:37:55.4644436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-39.pyc 2025-03-14T04:37:55.4652498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-39.pyc 2025-03-14T04:37:55.4655876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-39.pyc 2025-03-14T04:37:55.4659572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-39.pyc 2025-03-14T04:37:55.4663061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4671696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_skip.py 2025-03-14T04:37:55.4674966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_table.py 2025-03-14T04:37:55.4678210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\diagnostics.py 2025-03-14T04:37:55.4683607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\dynamo_graph_extractor.py 2025-03-14T04:37:55.4792842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_onnx_interpreter.py 2025-03-14T04:37:55.4797800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py 2025-03-14T04:37:55.4802557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\onnxfunction_dispatcher.py 2025-03-14T04:37:55.4806657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\patcher.py 2025-03-14T04:37:55.4809973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\registration.py 2025-03-14T04:37:55.4814125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\serialization.py 2025-03-14T04:37:55.4817991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2025-03-14T04:37:55.4821888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2025-03-14T04:37:55.4827009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2025-03-14T04:37:55.4835220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\unsupported_nodes.py 2025-03-14T04:37:55.4839693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__init__.py 2025-03-14T04:37:55.4848358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\unsupported_nodes.cpython-39.pyc 2025-03-14T04:37:55.4852610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.4861398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\decomp.py 2025-03-14T04:37:55.4865358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\functionalization.py 2025-03-14T04:37:55.4869615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\modularization.py 2025-03-14T04:37:55.4873751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\readability.py 2025-03-14T04:37:55.4974536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2025-03-14T04:37:55.4979270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\virtualization.py 2025-03-14T04:37:55.4984405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\_utils.py 2025-03-14T04:37:55.4988457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2025-03-14T04:37:55.4998703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\decomp.cpython-39.pyc 2025-03-14T04:37:55.5002872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\functionalization.cpython-39.pyc 2025-03-14T04:37:55.5007524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\modularization.cpython-39.pyc 2025-03-14T04:37:55.5109499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\readability.cpython-39.pyc 2025-03-14T04:37:55.5113993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-39.pyc 2025-03-14T04:37:55.5118403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\virtualization.cpython-39.pyc 2025-03-14T04:37:55.5122411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:55.5126964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.5136482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_skip.cpython-39.pyc 2025-03-14T04:37:55.5140786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_table.cpython-39.pyc 2025-03-14T04:37:55.5145243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\diagnostics.cpython-39.pyc 2025-03-14T04:37:55.5655104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\dynamo_graph_extractor.cpython-39.pyc 2025-03-14T04:37:55.5659323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_onnx_interpreter.cpython-39.pyc 2025-03-14T04:37:55.5663494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_symbolic_graph_extractor.cpython-39.pyc 2025-03-14T04:37:55.5668435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\onnxfunction_dispatcher.cpython-39.pyc 2025-03-14T04:37:55.5672272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\patcher.cpython-39.pyc 2025-03-14T04:37:55.5677205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\registration.cpython-39.pyc 2025-03-14T04:37:55.5681876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\serialization.cpython-39.pyc 2025-03-14T04:37:55.5687151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-39.pyc 2025-03-14T04:37:55.5690790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-39.pyc 2025-03-14T04:37:55.5695941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.5706241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\io_adapter.cpython-39.pyc 2025-03-14T04:37:55.5712152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-03-14T04:37:55.5716698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnxruntime.cpython-39.pyc 2025-03-14T04:37:55.5789089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnx_proto_utils.cpython-39.pyc 2025-03-14T04:37:55.5793853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\registration.cpython-39.pyc 2025-03-14T04:37:55.5798393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_exporter_legacy.cpython-39.pyc 2025-03-14T04:37:55.5803182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-39.pyc 2025-03-14T04:37:55.5807784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:55.5819813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-39.pyc 2025-03-14T04:37:55.5824127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-39.pyc 2025-03-14T04:37:55.5829108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_caffe2.cpython-39.pyc 2025-03-14T04:37:55.5913834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-39.pyc 2025-03-14T04:37:55.5917799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-39.pyc 2025-03-14T04:37:55.5922167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-39.pyc 2025-03-14T04:37:55.5926030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-39.pyc 2025-03-14T04:37:55.5929493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-39.pyc 2025-03-14T04:37:55.5934858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-39.pyc 2025-03-14T04:37:55.5942236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-39.pyc 2025-03-14T04:37:55.5947176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-39.pyc 2025-03-14T04:37:55.5952399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-39.pyc 2025-03-14T04:37:55.5957367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-39.pyc 2025-03-14T04:37:55.5962807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-39.pyc 2025-03-14T04:37:55.5967790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-39.pyc 2025-03-14T04:37:55.5972207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-39.pyc 2025-03-14T04:37:56.0541387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-39.pyc 2025-03-14T04:37:56.0545499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-39.pyc 2025-03-14T04:37:56.0551470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:56.0555994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-39.pyc 2025-03-14T04:37:56.0560081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-39.pyc 2025-03-14T04:37:56.0564659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_experimental.cpython-39.pyc 2025-03-14T04:37:56.0568437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-39.pyc 2025-03-14T04:37:56.0573845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_globals.cpython-39.pyc 2025-03-14T04:37:56.0580311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_onnx_supported_ops.cpython-39.pyc 2025-03-14T04:37:56.0637508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_type_utils.cpython-39.pyc 2025-03-14T04:37:56.5735646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:56.5748874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adadelta.py 2025-03-14T04:37:56.5752352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adagrad.py 2025-03-14T04:37:56.5756179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adam.py 2025-03-14T04:37:56.5759381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamax.py 2025-03-14T04:37:56.5763144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamw.py 2025-03-14T04:37:56.5766271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\asgd.py 2025-03-14T04:37:56.5769638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lbfgs.py 2025-03-14T04:37:56.5867413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lr_scheduler.py 2025-03-14T04:37:56.5871251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\nadam.py 2025-03-14T04:37:56.5876223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\optimizer.py 2025-03-14T04:37:56.5880319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\radam.py 2025-03-14T04:37:56.5883695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rmsprop.py 2025-03-14T04:37:56.5886922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rprop.py 2025-03-14T04:37:56.5890153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sgd.py 2025-03-14T04:37:56.5893534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sparse_adam.py 2025-03-14T04:37:56.5897125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\swa_utils.py 2025-03-14T04:37:56.5901326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_adafactor.py 2025-03-14T04:37:56.5904765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_functional.py 2025-03-14T04:37:56.5908510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__init__.py 2025-03-14T04:37:56.5916038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2025-03-14T04:37:56.5919604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2025-03-14T04:37:56.5926506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:56.5934574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-39.pyc 2025-03-14T04:37:56.5938342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-39.pyc 2025-03-14T04:37:56.5942053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adam.cpython-39.pyc 2025-03-14T04:37:56.6076657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-39.pyc 2025-03-14T04:37:56.6080367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-39.pyc 2025-03-14T04:37:56.6084960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-39.pyc 2025-03-14T04:37:56.6089007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-39.pyc 2025-03-14T04:37:56.6092847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-39.pyc 2025-03-14T04:37:56.6097112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-39.pyc 2025-03-14T04:37:56.6101786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-39.pyc 2025-03-14T04:37:56.6106478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\radam.cpython-39.pyc 2025-03-14T04:37:56.6112102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-39.pyc 2025-03-14T04:37:56.6117111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-39.pyc 2025-03-14T04:37:56.6122533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-39.pyc 2025-03-14T04:37:56.6126788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-39.pyc 2025-03-14T04:37:56.6131042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-39.pyc 2025-03-14T04:37:56.6136879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-39.pyc 2025-03-14T04:37:57.1261568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-39.pyc 2025-03-14T04:37:57.1265864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1276741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\file_structure_representation.py 2025-03-14T04:37:57.1281791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\find_file_dependencies.py 2025-03-14T04:37:57.1286411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\glob_group.py 2025-03-14T04:37:57.1384302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\importer.py 2025-03-14T04:37:57.1387300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_exporter.py 2025-03-14T04:37:57.1391004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_importer.py 2025-03-14T04:37:57.1394408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_digraph.py 2025-03-14T04:37:57.1397655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_directory_reader.py 2025-03-14T04:37:57.1401046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_importlib.py 2025-03-14T04:37:57.1405112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mangling.py 2025-03-14T04:37:57.1408958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mock.py 2025-03-14T04:37:57.1412318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_pickler.py 2025-03-14T04:37:57.1415705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_unpickler.py 2025-03-14T04:37:57.1419222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_stdlib.py 2025-03-14T04:37:57.1422424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__init__.py 2025-03-14T04:37:57.1429227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2025-03-14T04:37:57.1432670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\is_from_package.py 2025-03-14T04:37:57.1435990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2025-03-14T04:37:57.1450904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__init__.py 2025-03-14T04:37:57.1458553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-39.pyc 2025-03-14T04:37:57.1462224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-39.pyc 2025-03-14T04:37:57.1465807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-39.pyc 2025-03-14T04:37:57.1479685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1488021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-39.pyc 2025-03-14T04:37:57.1491371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-39.pyc 2025-03-14T04:37:57.1530176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-39.pyc 2025-03-14T04:37:57.1538168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\importer.cpython-39.pyc 2025-03-14T04:37:57.1542214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-39.pyc 2025-03-14T04:37:57.1545954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-39.pyc 2025-03-14T04:37:57.1549976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-39.pyc 2025-03-14T04:37:57.1554049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-39.pyc 2025-03-14T04:37:57.1557669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-39.pyc 2025-03-14T04:37:57.1561948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-39.pyc 2025-03-14T04:37:57.1566014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mock.cpython-39.pyc 2025-03-14T04:37:57.1569754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-39.pyc 2025-03-14T04:37:57.1574379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-39.pyc 2025-03-14T04:37:57.1578108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-39.pyc 2025-03-14T04:37:57.1581952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1591111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\itt.py 2025-03-14T04:37:57.1595408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\profiler.py 2025-03-14T04:37:57.1599254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\python_tracer.py 2025-03-14T04:37:57.1602955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_memory_profiler.py 2025-03-14T04:37:57.1606876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_pattern_matcher.py 2025-03-14T04:37:57.1621901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_utils.py 2025-03-14T04:37:57.1625190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__init__.py 2025-03-14T04:37:57.1632302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-39.pyc 2025-03-14T04:37:57.1644379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-39.pyc 2025-03-14T04:37:57.1645081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-39.pyc 2025-03-14T04:37:57.1657859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-39.pyc 2025-03-14T04:37:57.1663462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-39.pyc 2025-03-14T04:37:57.1668136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:57.1671684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1682663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fake_quantize.py 2025-03-14T04:37:57.1686819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2025-03-14T04:37:57.1690291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuse_modules.py 2025-03-14T04:37:57.1704832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\observer.py 2025-03-14T04:37:57.1708140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\qconfig.py 2025-03-14T04:37:57.1711432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantization_mappings.py 2025-03-14T04:37:57.1715089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize.py 2025-03-14T04:37:57.1718266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_fx.py 2025-03-14T04:37:57.1722474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_jit.py 2025-03-14T04:37:57.1726533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quant_type.py 2025-03-14T04:37:57.1730257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\stubs.py 2025-03-14T04:37:57.1733288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\utils.py 2025-03-14T04:37:57.1736596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite.py 2025-03-14T04:37:57.1740022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2025-03-14T04:37:57.1743456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_quantized_conversions.py 2025-03-14T04:37:57.1746874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__init__.py 2025-03-14T04:37:57.1754550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\convert.py 2025-03-14T04:37:57.1757883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fuse.py 2025-03-14T04:37:57.1761198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2025-03-14T04:37:57.1764470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\graph_module.py 2025-03-14T04:37:57.1769134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\match_utils.py 2025-03-14T04:37:57.1782266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2025-03-14T04:37:57.1785618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\prepare.py 2025-03-14T04:37:57.1789008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2025-03-14T04:37:57.1793010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_types.py 2025-03-14T04:37:57.1796551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\utils.py 2025-03-14T04:37:57.1799766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\_equalize.py 2025-03-14T04:37:57.1803159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__init__.py 2025-03-14T04:37:57.1812321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-03-14T04:37:57.1816760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-03-14T04:37:57.1820420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-39.pyc 2025-03-14T04:37:57.1835382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-03-14T04:37:57.1839128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-03-14T04:37:57.1842855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-03-14T04:37:57.1846660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-03-14T04:37:57.1849936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-39.pyc 2025-03-14T04:37:57.1853391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-39.pyc 2025-03-14T04:37:57.1859286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.1862936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-03-14T04:37:57.1871499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1875966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-03-14T04:37:57.1879435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-03-14T04:37:57.1882958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-03-14T04:37:57.1898019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-39.pyc 2025-03-14T04:37:57.1901439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-39.pyc 2025-03-14T04:37:57.1905080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-03-14T04:37:57.1908577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-39.pyc 2025-03-14T04:37:57.1912348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-03-14T04:37:57.1915593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-03-14T04:37:57.1919267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-39.pyc 2025-03-14T04:37:57.1922558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-39.pyc 2025-03-14T04:37:57.1926013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.1929802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-39.pyc 2025-03-14T04:37:57.1933419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-03-14T04:37:57.1936828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-39.pyc 2025-03-14T04:37:57.1940147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.1968749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2025-03-14T04:37:57.1976164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2025-03-14T04:37:57.1980139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2025-03-14T04:37:57.1984090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2025-03-14T04:37:57.1998788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2025-03-14T04:37:57.2003160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2025-03-14T04:37:57.2007340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2025-03-14T04:37:57.2011317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2025-03-14T04:37:57.2019404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2025-03-14T04:37:57.2023631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2025-03-14T04:37:57.2042940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2025-03-14T04:37:57.2046472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2025-03-14T04:37:57.2050532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake 2025-03-14T04:37:57.2065589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2025-03-14T04:37:57.2073487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2025-03-14T04:37:57.2077000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2025-03-14T04:37:57.2080420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2025-03-14T04:37:57.2094416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2025-03-14T04:37:57.2101846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2025-03-14T04:37:57.2105484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2025-03-14T04:37:57.2108643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2025-03-14T04:37:57.2111817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2025-03-14T04:37:57.2126562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2025-03-14T04:37:57.2130214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2025-03-14T04:37:57.2133589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2025-03-14T04:37:57.2136880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2025-03-14T04:37:57.2140394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2025-03-14T04:37:57.2147632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2025-03-14T04:37:57.2150937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2025-03-14T04:37:57.2160993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__init__.py 2025-03-14T04:37:57.2167662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\windows.py 2025-03-14T04:37:57.2170794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__init__.py 2025-03-14T04:37:57.2178223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-39.pyc 2025-03-14T04:37:57.2181745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.2188891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.2196475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\semi_structured.py 2025-03-14T04:37:57.2199955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2025-03-14T04:37:57.2203409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2025-03-14T04:37:57.2217095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops.py 2025-03-14T04:37:57.2220844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2025-03-14T04:37:57.2226376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__init__.py 2025-03-14T04:37:57.2233629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-39.pyc 2025-03-14T04:37:57.2237069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-39.pyc 2025-03-14T04:37:57.2240389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-39.pyc 2025-03-14T04:37:57.2254485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-39.pyc 2025-03-14T04:37:57.2258267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-39.pyc 2025-03-14T04:37:57.2269966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.2280165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__init__.py 2025-03-14T04:37:57.2289126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.5137881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\apply_utils_test.exe 2025-03-14T04:37:57.5143148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\atest.exe 2025-03-14T04:37:57.5148541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\backend_fallback_test.exe 2025-03-14T04:37:57.5153877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\basic.exe 2025-03-14T04:37:57.5165672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\broadcast_test.exe 2025-03-14T04:37:57.5170959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_accumulate_test.exe 2025-03-14T04:37:57.5175894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ArrayRef_test.exe 2025-03-14T04:37:57.5181485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2025-03-14T04:37:57.5186555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Bitset_test.exe 2025-03-14T04:37:57.5191946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2025-03-14T04:37:57.5196773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2025-03-14T04:37:57.5201564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_math_test.exe 2025-03-14T04:37:57.5206856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_test.exe 2025-03-14T04:37:57.5211847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2025-03-14T04:37:57.5216713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_cow_test.exe 2025-03-14T04:37:57.5221825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2025-03-14T04:37:57.5226759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2025-03-14T04:37:57.5233944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Device_test.exe 2025-03-14T04:37:57.5244554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2025-03-14T04:37:57.5250424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_error_test.exe 2025-03-14T04:37:57.5255681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_exception_test.exe 2025-03-14T04:37:57.5261253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_flags_test.exe 2025-03-14T04:37:57.5266644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_generic_math_test.exe 2025-03-14T04:37:57.5271788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Half_test.exe 2025-03-14T04:37:57.5277742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2025-03-14T04:37:57.5282917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2025-03-14T04:37:57.5293494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2025-03-14T04:37:57.5298841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2025-03-14T04:37:57.5309258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_irange_test.exe 2025-03-14T04:37:57.5315272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_lazy_test.exe 2025-03-14T04:37:57.5319936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2025-03-14T04:37:57.5324909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_logging_test.exe 2025-03-14T04:37:57.5330312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Metaprogramming_test.exe 2025-03-14T04:37:57.5335305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2025-03-14T04:37:57.5340280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_optional_test.exe 2025-03-14T04:37:57.5350485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2025-03-14T04:37:57.5355678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_registry_test.exe 2025-03-14T04:37:57.5361094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Scalar_test.exe 2025-03-14T04:37:57.5366095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2025-03-14T04:37:57.5371112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_small_vector_test.exe 2025-03-14T04:37:57.5378915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ssize_test.exe 2025-03-14T04:37:57.5383611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2025-03-14T04:37:57.5388420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_util_test.exe 2025-03-14T04:37:57.5393253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_view_test.exe 2025-03-14T04:37:57.5406401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SymInt_test.exe 2025-03-14T04:37:57.5411987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2025-03-14T04:37:57.5417420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_tempfile_test.exe 2025-03-14T04:37:57.5422300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2025-03-14T04:37:57.5427123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_typeid_test.exe 2025-03-14T04:37:57.5432164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2025-03-14T04:37:57.5436919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeList_test.exe 2025-03-14T04:37:57.5441795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeTraits_test.exe 2025-03-14T04:37:57.5451492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\CppSignature_test.exe 2025-03-14T04:37:57.5456601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_allocator_test.exe 2025-03-14T04:37:57.5461561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_generator_test.exe 2025-03-14T04:37:57.5466911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2025-03-14T04:37:57.5472579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_rng_test.exe 2025-03-14T04:37:57.5479027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dict_test.exe 2025-03-14T04:37:57.5484939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dimname_test.exe 2025-03-14T04:37:57.5489703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dispatch_key_set_test.exe 2025-03-14T04:37:57.5494643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dlconvertor_test.exe 2025-03-14T04:37:57.5503611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\extension_backend_test.exe 2025-03-14T04:37:57.5508770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\half_test.exe 2025-03-14T04:37:57.5513899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\IListRef_test.exe 2025-03-14T04:37:57.5519723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\inline_container_test.exe 2025-03-14T04:37:57.5525229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\ivalue_test.exe 2025-03-14T04:37:57.5531481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\KernelFunction_test.exe 2025-03-14T04:37:57.5537469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2025-03-14T04:37:57.5544532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_test.exe 2025-03-14T04:37:57.5556718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2025-03-14T04:37:57.5564478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_test.exe 2025-03-14T04:37:57.5589028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2025-03-14T04:37:57.5589780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\lazy_tensor_test.exe 2025-03-14T04:37:57.5590305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\legacy_vmap_test.exe 2025-03-14T04:37:57.5590804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\List_test.exe 2025-03-14T04:37:57.5597799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2025-03-14T04:37:57.5604463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\math_kernel_test.exe 2025-03-14T04:37:57.5610037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\MaybeOwned_test.exe 2025-03-14T04:37:57.5616347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_format_test.exe 2025-03-14T04:37:57.5622140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_overlapping_test.exe 2025-03-14T04:37:57.5627993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2025-03-14T04:37:57.5633521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\NamedTensor_test.exe 2025-03-14T04:37:57.5639436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\native_test.exe 2025-03-14T04:37:57.5645445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operators_test.exe 2025-03-14T04:37:57.5650939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operator_name_test.exe 2025-03-14T04:37:57.5656661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_allowlist_test.exe 2025-03-14T04:37:57.5668949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_registration_test.exe 2025-03-14T04:37:57.5684751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2025-03-14T04:37:57.5692173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\pow_test.exe 2025-03-14T04:37:57.5698317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\quantized_test.exe 2025-03-14T04:37:57.5704120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reduce_ops_test.exe 2025-03-14T04:37:57.5709796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2025-03-14T04:37:57.5715624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_tensor_test.exe 2025-03-14T04:37:57.5721337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_test.exe 2025-03-14T04:37:57.5726997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\StorageUtils_test.exe 2025-03-14T04:37:57.5732676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\stride_properties_test.exe 2025-03-14T04:37:57.5737711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\tensor_iterator_test.exe 2025-03-14T04:37:57.5744573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\test_parallel.exe 2025-03-14T04:37:57.5749819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\thread_init_test.exe 2025-03-14T04:37:57.5773446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_ptr_test.exe 2025-03-14T04:37:57.5778344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_test.exe 2025-03-14T04:37:57.5783557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\undefined_tensor_test.exe 2025-03-14T04:37:57.5788952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\verify_api_visibility.exe 2025-03-14T04:37:57.5792775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\weakref_test.exe 2025-03-14T04:37:57.5802761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\wrapdim_test.exe 2025-03-14T04:37:57.5807662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\xla_tensor_test.exe 2025-03-14T04:37:57.5821218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_comparison.py 2025-03-14T04:37:57.5824722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_creation.py 2025-03-14T04:37:57.5828143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_utils.py 2025-03-14T04:37:57.5831350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__init__.py 2025-03-14T04:37:57.5844737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2025-03-14T04:37:57.5848201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2025-03-14T04:37:57.5851540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2025-03-14T04:37:57.5859631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_cuda.py 2025-03-14T04:37:57.5862938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_device_type.py 2025-03-14T04:37:57.5866588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_distributed.py 2025-03-14T04:37:57.5870177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2025-03-14T04:37:57.5873779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dtype.py 2025-03-14T04:37:57.5877476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2025-03-14T04:37:57.5881225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_jit.py 2025-03-14T04:37:57.5884739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2025-03-14T04:37:57.5894293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2025-03-14T04:37:57.5897768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_modules.py 2025-03-14T04:37:57.5902130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_nn.py 2025-03-14T04:37:57.5906278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2025-03-14T04:37:57.5910239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_pruning.py 2025-03-14T04:37:57.5913964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantization.py 2025-03-14T04:37:57.5918610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantized.py 2025-03-14T04:37:57.5926284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_subclass.py 2025-03-14T04:37:57.5929891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_utils.py 2025-03-14T04:37:57.5934471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2025-03-14T04:37:57.5937936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2025-03-14T04:37:57.5941991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2025-03-14T04:37:57.5945722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dist_utils.py 2025-03-14T04:37:57.5949040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2025-03-14T04:37:57.5952495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2025-03-14T04:37:57.5955704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module2.py 2025-03-14T04:37:57.5959241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module3.py 2025-03-14T04:37:57.5962717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hop_db.py 2025-03-14T04:37:57.5970638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2025-03-14T04:37:57.5973954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2025-03-14T04:37:57.5977307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2025-03-14T04:37:57.5980852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_utils.py 2025-03-14T04:37:57.5984219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2025-03-14T04:37:57.5987478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_utils.py 2025-03-14T04:37:57.5991038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2025-03-14T04:37:57.5995345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\static_module.py 2025-03-14T04:37:57.5998896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\subclasses.py 2025-03-14T04:37:57.6006905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2025-03-14T04:37:57.6010249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\triton_utils.py 2025-03-14T04:37:57.6013778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\two_tensor.py 2025-03-14T04:37:57.6017231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__init__.py 2025-03-14T04:37:57.6023728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2025-03-14T04:37:57.6031017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6039388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network1.py 2025-03-14T04:37:57.6043189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network2.py 2025-03-14T04:37:57.6046505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__init__.py 2025-03-14T04:37:57.6054817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-39.pyc 2025-03-14T04:37:57.6059563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-39.pyc 2025-03-14T04:37:57.6063392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6076728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2025-03-14T04:37:57.6080608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2025-03-14T04:37:57.6084695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2025-03-14T04:37:57.6093026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2025-03-14T04:37:57.6099175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2025-03-14T04:37:57.6103408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2025-03-14T04:37:57.6107215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2025-03-14T04:37:57.6110982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2025-03-14T04:37:57.6114947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2025-03-14T04:37:57.6122110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2025-03-14T04:37:57.6128299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2025-03-14T04:37:57.6132274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2025-03-14T04:37:57.6139333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-39.pyc 2025-03-14T04:37:57.6143397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6151528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6159988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2025-03-14T04:37:57.6165369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2025-03-14T04:37:57.6170471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2025-03-14T04:37:57.6179901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2025-03-14T04:37:57.6185201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2025-03-14T04:37:57.6189278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2025-03-14T04:37:57.6194264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2025-03-14T04:37:57.6197787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2025-03-14T04:37:57.6204942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2025-03-14T04:37:57.6208667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2025-03-14T04:37:57.6212606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2025-03-14T04:37:57.6223348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-39.pyc 2025-03-14T04:37:57.6227255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-39.pyc 2025-03-14T04:37:57.6230692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6242846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2025-03-14T04:37:57.6246064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2025-03-14T04:37:57.6249544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2025-03-14T04:37:57.6252782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2025-03-14T04:37:57.6264202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-39.pyc 2025-03-14T04:37:57.6267724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-39.pyc 2025-03-14T04:37:57.6272670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-39.pyc 2025-03-14T04:37:57.6279906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6289754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-39.pyc 2025-03-14T04:37:57.6294293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-39.pyc 2025-03-14T04:37:57.6297601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-39.pyc 2025-03-14T04:37:57.6305696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-39.pyc 2025-03-14T04:37:57.6309366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-39.pyc 2025-03-14T04:37:57.6312796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-39.pyc 2025-03-14T04:37:57.6317224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-39.pyc 2025-03-14T04:37:57.6320645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6329419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2025-03-14T04:37:57.6332711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2025-03-14T04:37:57.6339624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2025-03-14T04:37:57.6343075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2025-03-14T04:37:57.6346629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2025-03-14T04:37:57.6358030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-39.pyc 2025-03-14T04:37:57.6361637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-39.pyc 2025-03-14T04:37:57.6365185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6381351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-39.pyc 2025-03-14T04:37:57.6384777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6392360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2025-03-14T04:37:57.6395627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2025-03-14T04:37:57.6401566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-39.pyc 2025-03-14T04:37:57.6405015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6412708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-39.pyc 2025-03-14T04:37:57.6416119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-39.pyc 2025-03-14T04:37:57.6419541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-39.pyc 2025-03-14T04:37:57.6427292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-39.pyc 2025-03-14T04:37:57.6432126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-39.pyc 2025-03-14T04:37:57.6435764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-39.pyc 2025-03-14T04:37:57.6439394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-39.pyc 2025-03-14T04:37:57.6442828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-39.pyc 2025-03-14T04:37:57.6446175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6454104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2025-03-14T04:37:57.6460071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2025-03-14T04:37:57.6466229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-39.pyc 2025-03-14T04:37:57.6470163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6477897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2025-03-14T04:37:57.6481827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2025-03-14T04:37:57.6485339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2025-03-14T04:37:57.6488508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2025-03-14T04:37:57.6494989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2025-03-14T04:37:57.6498516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2025-03-14T04:37:57.6502509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2025-03-14T04:37:57.6507034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2025-03-14T04:37:57.6510916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2025-03-14T04:37:57.6514795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2025-03-14T04:37:57.6523186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2025-03-14T04:37:57.6526820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2025-03-14T04:37:57.6535293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-39.pyc 2025-03-14T04:37:57.6539315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-39.pyc 2025-03-14T04:37:57.6543099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-39.pyc 2025-03-14T04:37:57.6551688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-39.pyc 2025-03-14T04:37:57.6555160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-39.pyc 2025-03-14T04:37:57.6559051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-39.pyc 2025-03-14T04:37:57.6563048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-39.pyc 2025-03-14T04:37:57.6566719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6580044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-39.pyc 2025-03-14T04:37:57.6584169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-39.pyc 2025-03-14T04:37:57.6588053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.6595280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6604013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2025-03-14T04:37:57.6607423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2025-03-14T04:37:57.6611171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2025-03-14T04:37:57.6614486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2025-03-14T04:37:57.6623358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2025-03-14T04:37:57.6626785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2025-03-14T04:37:57.6634753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-39.pyc 2025-03-14T04:37:57.6638288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-39.pyc 2025-03-14T04:37:57.6642276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-39.pyc 2025-03-14T04:37:57.6650833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-39.pyc 2025-03-14T04:37:57.6654797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-39.pyc 2025-03-14T04:37:57.6658874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6667277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2025-03-14T04:37:57.6671163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2025-03-14T04:37:57.6674747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2025-03-14T04:37:57.6689039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-39.pyc 2025-03-14T04:37:57.6693402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-39.pyc 2025-03-14T04:37:57.6697375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6712146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-39.pyc 2025-03-14T04:37:57.6716025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-39.pyc 2025-03-14T04:37:57.6719888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-39.pyc 2025-03-14T04:37:57.6730300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-39.pyc 2025-03-14T04:37:57.6733725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-39.pyc 2025-03-14T04:37:57.6737569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-39.pyc 2025-03-14T04:37:57.6741221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-39.pyc 2025-03-14T04:37:57.6745401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-39.pyc 2025-03-14T04:37:57.6749182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-39.pyc 2025-03-14T04:37:57.6752822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-39.pyc 2025-03-14T04:37:57.6756495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-39.pyc 2025-03-14T04:37:57.6763207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-39.pyc 2025-03-14T04:37:57.6767065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-39.pyc 2025-03-14T04:37:57.6771181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-39.pyc 2025-03-14T04:37:57.6775642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-39.pyc 2025-03-14T04:37:57.6779470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-39.pyc 2025-03-14T04:37:57.6787518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-39.pyc 2025-03-14T04:37:57.6791527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-39.pyc 2025-03-14T04:37:57.6795259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-39.pyc 2025-03-14T04:37:57.6798807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-39.pyc 2025-03-14T04:37:57.6803225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-39.pyc 2025-03-14T04:37:57.6806943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-39.pyc 2025-03-14T04:37:57.6810407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-39.pyc 2025-03-14T04:37:57.6813836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-39.pyc 2025-03-14T04:37:57.6817322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-39.pyc 2025-03-14T04:37:57.6821452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-39.pyc 2025-03-14T04:37:57.6829913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module2.cpython-39.pyc 2025-03-14T04:37:57.6833382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module3.cpython-39.pyc 2025-03-14T04:37:57.6836823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-39.pyc 2025-03-14T04:37:57.6840312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-39.pyc 2025-03-14T04:37:57.6843818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-39.pyc 2025-03-14T04:37:57.6847570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-39.pyc 2025-03-14T04:37:57.6851210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-03-14T04:37:57.6854741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-39.pyc 2025-03-14T04:37:57.6866628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-39.pyc 2025-03-14T04:37:57.6870385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-39.pyc 2025-03-14T04:37:57.6873748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-39.pyc 2025-03-14T04:37:57.6877389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\subclasses.cpython-39.pyc 2025-03-14T04:37:57.6880951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-39.pyc 2025-03-14T04:37:57.6884462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-39.pyc 2025-03-14T04:37:57.6887915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-39.pyc 2025-03-14T04:37:57.6891414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6907105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-39.pyc 2025-03-14T04:37:57.6910798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-39.pyc 2025-03-14T04:37:57.6914262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:57.6936607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.6944934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backend_registration.py 2025-03-14T04:37:57.6948272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bundled_inputs.py 2025-03-14T04:37:57.6951575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\checkpoint.py 2025-03-14T04:37:57.6955032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\collect_env.py 2025-03-14T04:37:57.6964650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_backtrace.py 2025-03-14T04:37:57.6968043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_extension.py 2025-03-14T04:37:57.6972656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\deterministic.py 2025-03-14T04:37:57.6975904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\dlpack.py 2025-03-14T04:37:57.6979086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\file_baton.py 2025-03-14T04:37:57.6982616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\flop_counter.py 2025-03-14T04:37:57.6986520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hooks.py 2025-03-14T04:37:57.6990484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mkldnn.py 2025-03-14T04:37:57.6993778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mobile_optimizer.py 2025-03-14T04:37:57.6997565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_zoo.py 2025-03-14T04:37:57.7001551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\module_tracker.py 2025-03-14T04:37:57.7005129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\show_pickle.py 2025-03-14T04:37:57.7008997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\throughput_benchmark.py 2025-03-14T04:37:57.7012373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\weak.py 2025-03-14T04:37:57.7016499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_appending_byte_serializer.py 2025-03-14T04:37:57.7020443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_backport_slots.py 2025-03-14T04:37:57.7023769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_module.py 2025-03-14T04:37:57.7032188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_typing.pyi 2025-03-14T04:37:57.7035997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_content_store.py 2025-03-14T04:37:57.7040290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_contextlib.py 2025-03-14T04:37:57.7044459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_embed_headers.py 2025-03-14T04:37:57.7047940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2025-03-14T04:37:57.7051768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cxx_pytree.py 2025-03-14T04:37:57.7055600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_device.py 2025-03-14T04:37:57.7058939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_exposed_in.py 2025-03-14T04:37:57.7062697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_filelock.py 2025-03-14T04:37:57.7066126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_foreach_utils.py 2025-03-14T04:37:57.7074810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_freeze.py 2025-03-14T04:37:57.7077959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_functools.py 2025-03-14T04:37:57.7082401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_get_clean_triton.py 2025-03-14T04:37:57.7086645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_import_utils.py 2025-03-14T04:37:57.7090332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_mode_utils.py 2025-03-14T04:37:57.7094246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_ordered_set.py 2025-03-14T04:37:57.7098144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_python_dispatch.py 2025-03-14T04:37:57.7102159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_pytree.py 2025-03-14T04:37:57.7105980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_stats.py 2025-03-14T04:37:57.7109976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_thunk.py 2025-03-14T04:37:57.7113312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_traceback.py 2025-03-14T04:37:57.7121773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_triton.py 2025-03-14T04:37:57.7125019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_typing_utils.py 2025-03-14T04:37:57.7128708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_zip.py 2025-03-14T04:37:57.7131908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__init__.py 2025-03-14T04:37:57.7139980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__init__.py 2025-03-14T04:37:57.7147096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7155169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__init__.py 2025-03-14T04:37:57.7162086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\blas_compare_setup.py 2025-03-14T04:37:57.7165760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2025-03-14T04:37:57.7169857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2025-03-14T04:37:57.7173086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2025-03-14T04:37:57.7177093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2025-03-14T04:37:57.7188100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2025-03-14T04:37:57.7191626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2025-03-14T04:37:57.7200454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\blas_compare_setup.cpython-39.pyc 2025-03-14T04:37:57.7204794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-39.pyc 2025-03-14T04:37:57.7208572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-39.pyc 2025-03-14T04:37:57.7216802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-39.pyc 2025-03-14T04:37:57.7220195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-39.pyc 2025-03-14T04:37:57.7225797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-39.pyc 2025-03-14T04:37:57.7229946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7237941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2025-03-14T04:37:57.7241843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2025-03-14T04:37:57.7246216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2025-03-14T04:37:57.7249563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2025-03-14T04:37:57.7257214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2025-03-14T04:37:57.7260367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2025-03-14T04:37:57.7267636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-39.pyc 2025-03-14T04:37:57.7271217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-39.pyc 2025-03-14T04:37:57.7274977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-39.pyc 2025-03-14T04:37:57.7283358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-39.pyc 2025-03-14T04:37:57.7286551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-39.pyc 2025-03-14T04:37:57.7290215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7298886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\common.py 2025-03-14T04:37:57.7302131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2025-03-14T04:37:57.7305216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2025-03-14T04:37:57.7309172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2025-03-14T04:37:57.7312302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2025-03-14T04:37:57.7316202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2025-03-14T04:37:57.7323516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2025-03-14T04:37:57.7326823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2025-03-14T04:37:57.7330354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2025-03-14T04:37:57.7333772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2025-03-14T04:37:57.7339717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2025-03-14T04:37:57.7343092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2025-03-14T04:37:57.7346422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2025-03-14T04:37:57.7356364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2025-03-14T04:37:57.7360761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2025-03-14T04:37:57.7366499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2025-03-14T04:37:57.7374452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-39.pyc 2025-03-14T04:37:57.7378771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7386026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:57.7389663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-39.pyc 2025-03-14T04:37:57.7392951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-39.pyc 2025-03-14T04:37:57.7400861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-39.pyc 2025-03-14T04:37:57.7404242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-39.pyc 2025-03-14T04:37:57.7407516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-39.pyc 2025-03-14T04:37:57.7411096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-39.pyc 2025-03-14T04:37:57.7414439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-39.pyc 2025-03-14T04:37:57.7418144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7429896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7437482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__init__.py 2025-03-14T04:37:57.7439919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__main__.py 2025-03-14T04:37:57.7446812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7449979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__main__.cpython-39.pyc 2025-03-14T04:37:57.7457465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\backward_compatibility.py 2025-03-14T04:37:57.7461083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataloader.py 2025-03-14T04:37:57.7464905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataset.py 2025-03-14T04:37:57.7468481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\distributed.py 2025-03-14T04:37:57.7476203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph.py 2025-03-14T04:37:57.7479517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph_settings.py 2025-03-14T04:37:57.7482676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\sampler.py 2025-03-14T04:37:57.7485891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__init__.py 2025-03-14T04:37:57.7494154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2025-03-14T04:37:57.7497302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2025-03-14T04:37:57.7500551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2025-03-14T04:37:57.7503687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2025-03-14T04:37:57.7506803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2025-03-14T04:37:57.7515604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2025-03-14T04:37:57.7518841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2025-03-14T04:37:57.7525731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2025-03-14T04:37:57.7529126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2025-03-14T04:37:57.7532373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2025-03-14T04:37:57.7540064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2025-03-14T04:37:57.7543260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2025-03-14T04:37:57.7550281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-39.pyc 2025-03-14T04:37:57.7553755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-39.pyc 2025-03-14T04:37:57.7558090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-39.pyc 2025-03-14T04:37:57.7566686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-39.pyc 2025-03-14T04:37:57.7569954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7577582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2025-03-14T04:37:57.7580760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2025-03-14T04:37:57.7584460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2025-03-14T04:37:57.7588829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2025-03-14T04:37:57.7597623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2025-03-14T04:37:57.7601223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2025-03-14T04:37:57.7604642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2025-03-14T04:37:57.7607945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2025-03-14T04:37:57.7612317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2025-03-14T04:37:57.7614913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2025-03-14T04:37:57.7618982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2025-03-14T04:37:57.7622373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2025-03-14T04:37:57.7631036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-39.pyc 2025-03-14T04:37:57.7634300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-39.pyc 2025-03-14T04:37:57.7637903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-39.pyc 2025-03-14T04:37:57.7646677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-39.pyc 2025-03-14T04:37:57.7650359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-39.pyc 2025-03-14T04:37:57.7653760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-39.pyc 2025-03-14T04:37:57.7657322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-39.pyc 2025-03-14T04:37:57.7668079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-39.pyc 2025-03-14T04:37:57.7668904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-39.pyc 2025-03-14T04:37:57.7669729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-39.pyc 2025-03-14T04:37:57.7673118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.7676281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7683971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2025-03-14T04:37:57.7687355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2025-03-14T04:37:57.7690513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2025-03-14T04:37:57.7693753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2025-03-14T04:37:57.7696790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2025-03-14T04:37:57.7704453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2025-03-14T04:37:57.7710874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-39.pyc 2025-03-14T04:37:57.7714390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-39.pyc 2025-03-14T04:37:57.7717906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-39.pyc 2025-03-14T04:37:57.7725295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-39.pyc 2025-03-14T04:37:57.7728714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.7731967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7739582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2025-03-14T04:37:57.7743041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2025-03-14T04:37:57.7746673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2025-03-14T04:37:57.7750716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2025-03-14T04:37:57.7757652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:57.7760917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-39.pyc 2025-03-14T04:37:57.7766221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-39.pyc 2025-03-14T04:37:57.7773662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7781120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-39.pyc 2025-03-14T04:37:57.7784463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-39.pyc 2025-03-14T04:37:57.7787985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-39.pyc 2025-03-14T04:37:57.7796541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-39.pyc 2025-03-14T04:37:57.7800291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-39.pyc 2025-03-14T04:37:57.7802897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7811419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\collate.py 2025-03-14T04:37:57.7813723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\fetch.py 2025-03-14T04:37:57.7823803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2025-03-14T04:37:57.7824404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2025-03-14T04:37:57.7824954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\worker.py 2025-03-14T04:37:57.7832037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__init__.py 2025-03-14T04:37:57.7839411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-39.pyc 2025-03-14T04:37:57.7844386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-39.pyc 2025-03-14T04:37:57.7849472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-39.pyc 2025-03-14T04:37:57.7859225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-39.pyc 2025-03-14T04:37:57.7863696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-39.pyc 2025-03-14T04:37:57.7867309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7877515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-39.pyc 2025-03-14T04:37:57.7881508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-39.pyc 2025-03-14T04:37:57.7885061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-39.pyc 2025-03-14T04:37:57.7893395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:57.7896786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-39.pyc 2025-03-14T04:37:57.7900913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-39.pyc 2025-03-14T04:37:57.7904225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-39.pyc 2025-03-14T04:37:57.7907543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7915614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\constants.py 2025-03-14T04:37:57.7918831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2025-03-14T04:37:57.7924390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\hipify_python.py 2025-03-14T04:37:57.7928489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\version.py 2025-03-14T04:37:57.7935810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__init__.py 2025-03-14T04:37:57.7942788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-39.pyc 2025-03-14T04:37:57.7946447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-39.pyc 2025-03-14T04:37:57.7951141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-39.pyc 2025-03-14T04:37:57.7959434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-39.pyc 2025-03-14T04:37:57.7963960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7972827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\log_extract.py 2025-03-14T04:37:57.7978381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__init__.py 2025-03-14T04:37:57.7987095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-39.pyc 2025-03-14T04:37:57.7990615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.7998591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\code.js 2025-03-14T04:37:57.8002840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\htm.mjs 2025-03-14T04:37:57.8006184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\preact.mjs 2025-03-14T04:37:57.8011677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\skeleton.html 2025-03-14T04:37:57.8015901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__init__.py 2025-03-14T04:37:57.8040533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__main__.py 2025-03-14T04:37:57.8049243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8052999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-39.pyc 2025-03-14T04:37:57.8061311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\config.py 2025-03-14T04:37:57.8064589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__init__.py 2025-03-14T04:37:57.8071970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:57.8075486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8084023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\summary.py 2025-03-14T04:37:57.8090601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\writer.py 2025-03-14T04:37:57.8095480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2025-03-14T04:37:57.8099042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2025-03-14T04:37:57.8107586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2025-03-14T04:37:57.8111664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2025-03-14T04:37:57.8116111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2025-03-14T04:37:57.8120650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_utils.py 2025-03-14T04:37:57.8123987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__init__.py 2025-03-14T04:37:57.8132854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-39.pyc 2025-03-14T04:37:57.8136430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-39.pyc 2025-03-14T04:37:57.8140343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-39.pyc 2025-03-14T04:37:57.8148694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-39.pyc 2025-03-14T04:37:57.8152733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-39.pyc 2025-03-14T04:37:57.8156662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-39.pyc 2025-03-14T04:37:57.8160992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-39.pyc 2025-03-14T04:37:57.8164700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:57.8168405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8175833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\_cycles.py 2025-03-14T04:37:57.8179396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__init__.py 2025-03-14T04:37:57.8188194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-39.pyc 2025-03-14T04:37:57.8193081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8202290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2025-03-14T04:37:57.8205762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__init__.py 2025-03-14T04:37:57.8213002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-03-14T04:37:57.8217162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8225625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\functions.py 2025-03-14T04:37:57.8228977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\interp.py 2025-03-14T04:37:57.8232512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\numbers.py 2025-03-14T04:37:57.8235961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\printers.py 2025-03-14T04:37:57.8239153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\reference.py 2025-03-14T04:37:57.8247598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2025-03-14T04:37:57.8251591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\solve.py 2025-03-14T04:37:57.8254888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\symbol.py 2025-03-14T04:37:57.8258174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2025-03-14T04:37:57.8261523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__init__.py 2025-03-14T04:37:57.8267745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-39.pyc 2025-03-14T04:37:57.8271323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-39.pyc 2025-03-14T04:37:57.8274742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-39.pyc 2025-03-14T04:37:57.8283828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\printers.cpython-39.pyc 2025-03-14T04:37:57.8287167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-39.pyc 2025-03-14T04:37:57.8290838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-39.pyc 2025-03-14T04:37:57.8294190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-39.pyc 2025-03-14T04:37:57.8297549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-39.pyc 2025-03-14T04:37:57.8300998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-39.pyc 2025-03-14T04:37:57.8304354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8312778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-39.pyc 2025-03-14T04:37:57.8316407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-39.pyc 2025-03-14T04:37:57.8319608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-39.pyc 2025-03-14T04:37:57.8327202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-39.pyc 2025-03-14T04:37:57.8330577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-39.pyc 2025-03-14T04:37:57.8334459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-39.pyc 2025-03-14T04:37:57.8338744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-39.pyc 2025-03-14T04:37:57.8342787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-39.pyc 2025-03-14T04:37:57.8346374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-39.pyc 2025-03-14T04:37:57.8350374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-39.pyc 2025-03-14T04:37:57.8354016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-39.pyc 2025-03-14T04:37:57.8357732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-39.pyc 2025-03-14T04:37:57.8361854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-39.pyc 2025-03-14T04:37:57.8365179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-39.pyc 2025-03-14T04:37:57.8369051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-39.pyc 2025-03-14T04:37:57.8373725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-39.pyc 2025-03-14T04:37:57.8378647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-39.pyc 2025-03-14T04:37:57.8387015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\weak.cpython-39.pyc 2025-03-14T04:37:57.8390906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_appending_byte_serializer.cpython-39.pyc 2025-03-14T04:37:57.8394476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_backport_slots.cpython-39.pyc 2025-03-14T04:37:57.8398960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-39.pyc 2025-03-14T04:37:57.8405022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-39.pyc 2025-03-14T04:37:57.8409061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-39.pyc 2025-03-14T04:37:57.8412709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_embed_headers.cpython-39.pyc 2025-03-14T04:37:57.8421005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-39.pyc 2025-03-14T04:37:57.8424560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-39.pyc 2025-03-14T04:37:57.8428696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_device.cpython-39.pyc 2025-03-14T04:37:57.8432605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-39.pyc 2025-03-14T04:37:57.8436843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_filelock.cpython-39.pyc 2025-03-14T04:37:57.8440997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-39.pyc 2025-03-14T04:37:57.8445122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_freeze.cpython-39.pyc 2025-03-14T04:37:57.8448663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_functools.cpython-39.pyc 2025-03-14T04:37:57.8452632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-39.pyc 2025-03-14T04:37:57.8460429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-39.pyc 2025-03-14T04:37:57.8464389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-39.pyc 2025-03-14T04:37:57.8469035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-39.pyc 2025-03-14T04:37:57.8472342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-39.pyc 2025-03-14T04:37:57.8476254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-39.pyc 2025-03-14T04:37:57.8479919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-39.pyc 2025-03-14T04:37:57.8484425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-39.pyc 2025-03-14T04:37:57.8488893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-39.pyc 2025-03-14T04:37:57.8501196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-39.pyc 2025-03-14T04:37:57.8505270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-39.pyc 2025-03-14T04:37:57.8509000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-39.pyc 2025-03-14T04:37:57.8513005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8523545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\memory.py 2025-03-14T04:37:57.8526865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\random.py 2025-03-14T04:37:57.8530678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\streams.py 2025-03-14T04:37:57.8534293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_gpu_trace.py 2025-03-14T04:37:57.8537683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_utils.py 2025-03-14T04:37:57.8541416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__init__.py 2025-03-14T04:37:57.8553988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-39.pyc 2025-03-14T04:37:57.8557490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\random.cpython-39.pyc 2025-03-14T04:37:57.8561190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-39.pyc 2025-03-14T04:37:57.8568817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-39.pyc 2025-03-14T04:37:57.8573135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:57.8577018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8585067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__init__.py 2025-03-14T04:37:57.8592594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8600724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_aoti.pyi 2025-03-14T04:37:57.8604105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_autograd.pyi 2025-03-14T04:37:57.8607716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cpu.pyi 2025-03-14T04:37:57.8610977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cudnn.pyi 2025-03-14T04:37:57.8615057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cusparselt.pyi 2025-03-14T04:37:57.8622689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2025-03-14T04:37:57.8626492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2025-03-14T04:37:57.8630479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2025-03-14T04:37:57.8633919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2025-03-14T04:37:57.8637697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_export.pyi 2025-03-14T04:37:57.8640961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functions.pyi 2025-03-14T04:37:57.8644815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functorch.pyi 2025-03-14T04:37:57.8648612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_instruction_counter.pyi 2025-03-14T04:37:57.8652057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_itt.pyi 2025-03-14T04:37:57.8655697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy.pyi 2025-03-14T04:37:57.8659165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2025-03-14T04:37:57.8662741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_monitor.pyi 2025-03-14T04:37:57.8666402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nn.pyi 2025-03-14T04:37:57.8670353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nvtx.pyi 2025-03-14T04:37:57.8674064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_onnx.pyi 2025-03-14T04:37:57.8678438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_profiler.pyi 2025-03-14T04:37:57.8681982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2025-03-14T04:37:57.8691779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_verbose.pyi 2025-03-14T04:37:57.8695485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\__init__.pyi 2025-03-14T04:37:57.8710898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\autograd.py 2025-03-14T04:37:57.8714650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\impl.py 2025-03-14T04:37:57.8718087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__init__.py 2025-03-14T04:37:57.8724149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-39.pyc 2025-03-14T04:37:57.8727473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-39.pyc 2025-03-14T04:37:57.8730769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8742396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions.py 2025-03-14T04:37:57.8747486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2025-03-14T04:37:57.8750827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2025-03-14T04:37:57.8758254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__init__.py 2025-03-14T04:37:57.8765352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-39.pyc 2025-03-14T04:37:57.8769318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-39.pyc 2025-03-14T04:37:57.8772809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-39.pyc 2025-03-14T04:37:57.8781083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8788284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\python.py 2025-03-14T04:37:57.8791488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__init__.py 2025-03-14T04:37:57.8798978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-39.pyc 2025-03-14T04:37:57.8802936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.8811043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2025-03-14T04:37:57.8814318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2025-03-14T04:37:57.8818355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\cache_size.py 2025-03-14T04:37:57.8827565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\callback.py 2025-03-14T04:37:57.8830699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\codegen.py 2025-03-14T04:37:57.8834422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\code_context.py 2025-03-14T04:37:57.8837812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2025-03-14T04:37:57.8841784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\comptime.py 2025-03-14T04:37:57.8845069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\config.py 2025-03-14T04:37:57.8848293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\convert_frame.py 2025-03-14T04:37:57.8851921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2025-03-14T04:37:57.8855647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\current_scope_id.py 2025-03-14T04:37:57.8859102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\debug_utils.py 2025-03-14T04:37:57.8862338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\decorators.py 2025-03-14T04:37:57.8865677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\device_interface.py 2025-03-14T04:37:57.8869064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\distributed.py 2025-03-14T04:37:57.8872494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\eval_frame.py 2025-03-14T04:37:57.8876005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\exc.py 2025-03-14T04:37:57.8879367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\external_utils.py 2025-03-14T04:37:57.8882686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\funcname_cache.py 2025-03-14T04:37:57.8885994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_break_hints.py 2025-03-14T04:37:57.8893802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_deduplication.py 2025-03-14T04:37:57.8897156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_region_tracker.py 2025-03-14T04:37:57.8900460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\guards.py 2025-03-14T04:37:57.8904251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\hooks.py 2025-03-14T04:37:57.8907457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\logging.py 2025-03-14T04:37:57.8910694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\metrics_context.py 2025-03-14T04:37:57.8913909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\mutation_guard.py 2025-03-14T04:37:57.8917125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\output_graph.py 2025-03-14T04:37:57.8920846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\pgo.py 2025-03-14T04:37:57.8924375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\profiler.py 2025-03-14T04:37:57.8927572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\replay_record.py 2025-03-14T04:37:57.8930863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\resume_execution.py 2025-03-14T04:37:57.8939097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\side_effects.py 2025-03-14T04:37:57.8942626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\source.py 2025-03-14T04:37:57.8945936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2025-03-14T04:37:57.8949942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2025-03-14T04:37:57.8953252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\testing.py 2025-03-14T04:37:57.8956413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_case.py 2025-03-14T04:37:57.8959751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2025-03-14T04:37:57.8963175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\trace_rules.py 2025-03-14T04:37:57.8967148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\types.py 2025-03-14T04:37:57.8970575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\utils.py 2025-03-14T04:37:57.8974533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2025-03-14T04:37:57.8982906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__init__.py 2025-03-14T04:37:57.8989326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\common.py 2025-03-14T04:37:57.8992663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2025-03-14T04:37:57.8995873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\debugging.py 2025-03-14T04:37:57.9000179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\distributed.py 2025-03-14T04:37:57.9008113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\inductor.py 2025-03-14T04:37:57.9011984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2025-03-14T04:37:57.9015631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\registry.py 2025-03-14T04:37:57.9018904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2025-03-14T04:37:57.9023030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2025-03-14T04:37:57.9025816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tvm.py 2025-03-14T04:37:57.9029688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__init__.py 2025-03-14T04:37:57.9036399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:57.9040276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-03-14T04:37:57.9044506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-39.pyc 2025-03-14T04:37:57.9052924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:57.9056391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-39.pyc 2025-03-14T04:37:57.9060237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-39.pyc 2025-03-14T04:37:57.9064129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-39.pyc 2025-03-14T04:37:57.9067589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-39.pyc 2025-03-14T04:37:57.9071368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-39.pyc 2025-03-14T04:37:57.9074850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-39.pyc 2025-03-14T04:37:57.9078845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9088450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2025-03-14T04:37:57.9092214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2025-03-14T04:37:57.9096018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\fx.py 2025-03-14T04:37:57.9099603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2025-03-14T04:37:57.9107933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2025-03-14T04:37:57.9111623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\operator.py 2025-03-14T04:37:57.9115040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\os.py 2025-03-14T04:37:57.9118938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\pytree.py 2025-03-14T04:37:57.9137039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2025-03-14T04:37:57.9140724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2025-03-14T04:37:57.9147871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-39.pyc 2025-03-14T04:37:57.9151400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-39.pyc 2025-03-14T04:37:57.9154869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\fx.cpython-39.pyc 2025-03-14T04:37:57.9162585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-39.pyc 2025-03-14T04:37:57.9166007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-39.pyc 2025-03-14T04:37:57.9169589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\operator.cpython-39.pyc 2025-03-14T04:37:57.9173142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-39.pyc 2025-03-14T04:37:57.9176507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\pytree.cpython-39.pyc 2025-03-14T04:37:57.9180087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-39.pyc 2025-03-14T04:37:57.9183736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9191737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2025-03-14T04:37:57.9195613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2025-03-14T04:37:57.9199917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\aoti.py 2025-03-14T04:37:57.9204177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__init__.py 2025-03-14T04:37:57.9215197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-39.pyc 2025-03-14T04:37:57.9218683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-39.pyc 2025-03-14T04:37:57.9222236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\aoti.cpython-39.pyc 2025-03-14T04:37:57.9230286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9238043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\base.py 2025-03-14T04:37:57.9241658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builder.py 2025-03-14T04:37:57.9245589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builtin.py 2025-03-14T04:37:57.9249216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\constant.py 2025-03-14T04:37:57.9252403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2025-03-14T04:37:57.9260485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\dicts.py 2025-03-14T04:37:57.9263819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\distributed.py 2025-03-14T04:37:57.9267077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\functions.py 2025-03-14T04:37:57.9270583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2025-03-14T04:37:57.9274324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\iter.py 2025-03-14T04:37:57.9277651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lazy.py 2025-03-14T04:37:57.9280778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lists.py 2025-03-14T04:37:57.9284146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\misc.py 2025-03-14T04:37:57.9287905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2025-03-14T04:37:57.9291591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2025-03-14T04:37:57.9294929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\script_object.py 2025-03-14T04:37:57.9298334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2025-03-14T04:37:57.9301519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\tensor.py 2025-03-14T04:37:57.9304903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch.py 2025-03-14T04:37:57.9308487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2025-03-14T04:37:57.9311949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2025-03-14T04:37:57.9315447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__init__.py 2025-03-14T04:37:57.9323635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-39.pyc 2025-03-14T04:37:57.9327160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-39.pyc 2025-03-14T04:37:57.9330706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-39.pyc 2025-03-14T04:37:57.9340428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-39.pyc 2025-03-14T04:37:57.9343842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-39.pyc 2025-03-14T04:37:57.9347515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-39.pyc 2025-03-14T04:37:57.9350952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:57.9354442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-39.pyc 2025-03-14T04:37:57.9357924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-39.pyc 2025-03-14T04:37:57.9361632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-39.pyc 2025-03-14T04:37:57.9364969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-39.pyc 2025-03-14T04:37:57.9368281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-39.pyc 2025-03-14T04:37:57.9371834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-39.pyc 2025-03-14T04:37:57.9375383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-39.pyc 2025-03-14T04:37:57.9378788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-39.pyc 2025-03-14T04:37:57.9382615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-39.pyc 2025-03-14T04:37:57.9385939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-39.pyc 2025-03-14T04:37:57.9393466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-39.pyc 2025-03-14T04:37:57.9396977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-39.pyc 2025-03-14T04:37:57.9400631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-39.pyc 2025-03-14T04:37:57.9404292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-39.pyc 2025-03-14T04:37:57.9408042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9416589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-39.pyc 2025-03-14T04:37:57.9419957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-39.pyc 2025-03-14T04:37:57.9423736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-39.pyc 2025-03-14T04:37:57.9432650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-39.pyc 2025-03-14T04:37:57.9436030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-39.pyc 2025-03-14T04:37:57.9439404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-39.pyc 2025-03-14T04:37:57.9443001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-39.pyc 2025-03-14T04:37:57.9446509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-39.pyc 2025-03-14T04:37:57.9458783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:57.9459518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-39.pyc 2025-03-14T04:37:57.9460233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-39.pyc 2025-03-14T04:37:57.9460948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-39.pyc 2025-03-14T04:37:57.9463750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-39.pyc 2025-03-14T04:37:57.9467075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-39.pyc 2025-03-14T04:37:57.9470466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-39.pyc 2025-03-14T04:37:57.9474061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-39.pyc 2025-03-14T04:37:57.9481634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-39.pyc 2025-03-14T04:37:57.9485228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-39.pyc 2025-03-14T04:37:57.9488697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-39.pyc 2025-03-14T04:37:57.9492025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-39.pyc 2025-03-14T04:37:57.9495447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_break_hints.cpython-39.pyc 2025-03-14T04:37:57.9498999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_deduplication.cpython-39.pyc 2025-03-14T04:37:57.9502428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_region_tracker.cpython-39.pyc 2025-03-14T04:37:57.9505893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-39.pyc 2025-03-14T04:37:57.9514665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-39.pyc 2025-03-14T04:37:57.9518265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-39.pyc 2025-03-14T04:37:57.9522137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\metrics_context.cpython-39.pyc 2025-03-14T04:37:57.9525557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-39.pyc 2025-03-14T04:37:57.9529015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-39.pyc 2025-03-14T04:37:57.9532540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-39.pyc 2025-03-14T04:37:57.9536140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-39.pyc 2025-03-14T04:37:57.9539636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-39.pyc 2025-03-14T04:37:57.9543196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-39.pyc 2025-03-14T04:37:57.9550974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-39.pyc 2025-03-14T04:37:57.9554483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-39.pyc 2025-03-14T04:37:57.9558608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-39.pyc 2025-03-14T04:37:57.9562669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-39.pyc 2025-03-14T04:37:57.9566248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-39.pyc 2025-03-14T04:37:57.9569971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-39.pyc 2025-03-14T04:37:57.9573467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-39.pyc 2025-03-14T04:37:57.9576937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-39.pyc 2025-03-14T04:37:57.9588911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-39.pyc 2025-03-14T04:37:57.9592315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:57.9596401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-39.pyc 2025-03-14T04:37:57.9599879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9610024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\converter.py 2025-03-14T04:37:57.9614002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\error.py 2025-03-14T04:37:57.9617409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\non_strict_utils.py 2025-03-14T04:37:57.9620804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_base.py 2025-03-14T04:37:57.9628375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\tools.py 2025-03-14T04:37:57.9631689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\utils.py 2025-03-14T04:37:57.9635268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\verifier.py 2025-03-14T04:37:57.9638316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\wrappers.py 2025-03-14T04:37:57.9641741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__init__.py 2025-03-14T04:37:57.9648452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\case.py 2025-03-14T04:37:57.9651923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\gen_example.py 2025-03-14T04:37:57.9655183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\logging.py 2025-03-14T04:37:57.9658456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__init__.py 2025-03-14T04:37:57.9665774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2025-03-14T04:37:57.9669205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2025-03-14T04:37:57.9672589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\class_method.py 2025-03-14T04:37:57.9680316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2025-03-14T04:37:57.9684118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2025-03-14T04:37:57.9687713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2025-03-14T04:37:57.9691532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2025-03-14T04:37:57.9695418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2025-03-14T04:37:57.9699398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2025-03-14T04:37:57.9702987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2025-03-14T04:37:57.9706788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2025-03-14T04:37:57.9710576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\decorator.py 2025-03-14T04:37:57.9714343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dictionary.py 2025-03-14T04:37:57.9718440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2025-03-14T04:37:57.9722253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2025-03-14T04:37:57.9725709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2025-03-14T04:37:57.9729259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2025-03-14T04:37:57.9733131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2025-03-14T04:37:57.9741907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2025-03-14T04:37:57.9745992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2025-03-14T04:37:57.9749503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2025-03-14T04:37:57.9752856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_contains.py 2025-03-14T04:37:57.9756172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2025-03-14T04:37:57.9759674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2025-03-14T04:37:57.9763239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\nested_function.py 2025-03-14T04:37:57.9766766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2025-03-14T04:37:57.9775102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\optional_input.py 2025-03-14T04:37:57.9778453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2025-03-14T04:37:57.9781887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2025-03-14T04:37:57.9785421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2025-03-14T04:37:57.9789636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2025-03-14T04:37:57.9793151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_if.py 2025-03-14T04:37:57.9796831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2025-03-14T04:37:57.9800323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2025-03-14T04:37:57.9803969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2025-03-14T04:37:57.9812476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2025-03-14T04:37:57.9815934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__init__.py 2025-03-14T04:37:57.9824755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-39.pyc 2025-03-14T04:37:57.9828284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-39.pyc 2025-03-14T04:37:57.9831621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-39.pyc 2025-03-14T04:37:57.9840260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-39.pyc 2025-03-14T04:37:57.9843876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-39.pyc 2025-03-14T04:37:57.9847413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-39.pyc 2025-03-14T04:37:57.9850876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-39.pyc 2025-03-14T04:37:57.9854216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-39.pyc 2025-03-14T04:37:57.9857655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-39.pyc 2025-03-14T04:37:57.9861257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-39.pyc 2025-03-14T04:37:57.9864681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-39.pyc 2025-03-14T04:37:57.9868137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-39.pyc 2025-03-14T04:37:57.9871538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-39.pyc 2025-03-14T04:37:57.9875016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-39.pyc 2025-03-14T04:37:57.9878568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-39.pyc 2025-03-14T04:37:57.9882292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-39.pyc 2025-03-14T04:37:57.9891267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-39.pyc 2025-03-14T04:37:57.9894833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-39.pyc 2025-03-14T04:37:57.9898282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-39.pyc 2025-03-14T04:37:57.9901873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-39.pyc 2025-03-14T04:37:57.9905511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-39.pyc 2025-03-14T04:37:57.9909008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-39.pyc 2025-03-14T04:37:57.9919245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-39.pyc 2025-03-14T04:37:57.9922919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-39.pyc 2025-03-14T04:37:57.9926359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-39.pyc 2025-03-14T04:37:57.9930425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-39.pyc 2025-03-14T04:37:57.9933785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-39.pyc 2025-03-14T04:37:57.9937189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-39.pyc 2025-03-14T04:37:57.9940738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-39.pyc 2025-03-14T04:37:57.9944244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-39.pyc 2025-03-14T04:37:57.9948000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-39.pyc 2025-03-14T04:37:57.9959895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-39.pyc 2025-03-14T04:37:57.9963383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-39.pyc 2025-03-14T04:37:57.9966825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-39.pyc 2025-03-14T04:37:57.9970552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-39.pyc 2025-03-14T04:37:57.9973977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-39.pyc 2025-03-14T04:37:57.9977392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:57.9996655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-39.pyc 2025-03-14T04:37:58.0000111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-39.pyc 2025-03-14T04:37:58.0003733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-39.pyc 2025-03-14T04:37:58.0011921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0019509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2025-03-14T04:37:58.0022683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2025-03-14T04:37:58.0025881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\constant_folding.py 2025-03-14T04:37:58.0035722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2025-03-14T04:37:58.0038972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\insert_custom_op_guards.py 2025-03-14T04:37:58.0042618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2025-03-14T04:37:58.0046222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2025-03-14T04:37:58.0049545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2025-03-14T04:37:58.0053036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2025-03-14T04:37:58.0056356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2025-03-14T04:37:58.0059702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2025-03-14T04:37:58.0063000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2025-03-14T04:37:58.0066595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2025-03-14T04:37:58.0069762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__init__.py 2025-03-14T04:37:58.0076836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-39.pyc 2025-03-14T04:37:58.0080198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-39.pyc 2025-03-14T04:37:58.0088368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-39.pyc 2025-03-14T04:37:58.0092022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-39.pyc 2025-03-14T04:37:58.0095437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\insert_custom_op_guards.cpython-39.pyc 2025-03-14T04:37:58.0098974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-39.pyc 2025-03-14T04:37:58.0102413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-39.pyc 2025-03-14T04:37:58.0106172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-39.pyc 2025-03-14T04:37:58.0109631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-39.pyc 2025-03-14T04:37:58.0113412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-39.pyc 2025-03-14T04:37:58.0117277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-39.pyc 2025-03-14T04:37:58.0121480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-39.pyc 2025-03-14T04:37:58.0124886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-39.pyc 2025-03-14T04:37:58.0128446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0136524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2025-03-14T04:37:58.0139894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2025-03-14T04:37:58.0143135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__init__.py 2025-03-14T04:37:58.0157010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-39.pyc 2025-03-14T04:37:58.0160675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-39.pyc 2025-03-14T04:37:58.0164356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0177758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\aoti_schema.py 2025-03-14T04:37:58.0181109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2025-03-14T04:37:58.0184318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\export_schema.thrift 2025-03-14T04:37:58.0187581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.py 2025-03-14T04:37:58.0197342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.yaml 2025-03-14T04:37:58.0201020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema_check.py 2025-03-14T04:37:58.0223452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\serialize.py 2025-03-14T04:37:58.0228045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\union.py 2025-03-14T04:37:58.0231834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__init__.py 2025-03-14T04:37:58.0239113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\aoti_schema.cpython-39.pyc 2025-03-14T04:37:58.0243057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-39.pyc 2025-03-14T04:37:58.0247790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-39.pyc 2025-03-14T04:37:58.0254764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-39.pyc 2025-03-14T04:37:58.0258311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-39.pyc 2025-03-14T04:37:58.0262017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-39.pyc 2025-03-14T04:37:58.0265676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0273613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\converter.cpython-39.pyc 2025-03-14T04:37:58.0277934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\error.cpython-39.pyc 2025-03-14T04:37:58.0281385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-39.pyc 2025-03-14T04:37:58.0290695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-39.pyc 2025-03-14T04:37:58.0294011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\tools.cpython-39.pyc 2025-03-14T04:37:58.0297245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.0300821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-39.pyc 2025-03-14T04:37:58.0304353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-39.pyc 2025-03-14T04:37:58.0307645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0315185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\aot_autograd.py 2025-03-14T04:37:58.0318850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\apis.py 2025-03-14T04:37:58.0322102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\autograd_function.py 2025-03-14T04:37:58.0325423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2025-03-14T04:37:58.0336301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\benchmark_utils.py 2025-03-14T04:37:58.0339504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compilers.py 2025-03-14T04:37:58.0342759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compile_utils.py 2025-03-14T04:37:58.0345944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\config.py 2025-03-14T04:37:58.0350154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\deprecated.py 2025-03-14T04:37:58.0353400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\eager_transforms.py 2025-03-14T04:37:58.0356863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\functional_call.py 2025-03-14T04:37:58.0360257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\fx_minifier.py 2025-03-14T04:37:58.0363568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\make_functional.py 2025-03-14T04:37:58.0366887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\partitioners.py 2025-03-14T04:37:58.0370507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pyfunctorch.py 2025-03-14T04:37:58.0373774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\python_key.py 2025-03-14T04:37:58.0377159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pytree_hacks.py 2025-03-14T04:37:58.0381395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2025-03-14T04:37:58.0385006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\utils.py 2025-03-14T04:37:58.0388778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\vmap.py 2025-03-14T04:37:58.0393463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__init__.py 2025-03-14T04:37:58.0408921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\ac_logging_utils.py 2025-03-14T04:37:58.0412701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\graph_info_provider.py 2025-03-14T04:37:58.0416211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack.py 2025-03-14T04:37:58.0425270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py 2025-03-14T04:37:58.0428824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__init__.py 2025-03-14T04:37:58.0436329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\ac_logging_utils.cpython-39.pyc 2025-03-14T04:37:58.0439831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\graph_info_provider.cpython-39.pyc 2025-03-14T04:37:58.0443296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack.cpython-39.pyc 2025-03-14T04:37:58.0451873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack_evaluator.cpython-39.pyc 2025-03-14T04:37:58.0455291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0463042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2025-03-14T04:37:58.0466520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2025-03-14T04:37:58.0470002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py 2025-03-14T04:37:58.0478651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2025-03-14T04:37:58.0482077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2025-03-14T04:37:58.0485418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py 2025-03-14T04:37:58.0488821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2025-03-14T04:37:58.0492677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2025-03-14T04:37:58.0496723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2025-03-14T04:37:58.0500597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_parametrization.py 2025-03-14T04:37:58.0504283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2025-03-14T04:37:58.0508088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\traced_function_transforms.py 2025-03-14T04:37:58.0512347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2025-03-14T04:37:58.0515616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2025-03-14T04:37:58.0523823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-39.pyc 2025-03-14T04:37:58.0527397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-39.pyc 2025-03-14T04:37:58.0531283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\dispatch_and_compile_graph.cpython-39.pyc 2025-03-14T04:37:58.0539458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-39.pyc 2025-03-14T04:37:58.0543999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-39.pyc 2025-03-14T04:37:58.0547913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\jit_compile_runtime_wrappers.cpython-39.pyc 2025-03-14T04:37:58.0551333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-39.pyc 2025-03-14T04:37:58.0555319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-39.pyc 2025-03-14T04:37:58.0559281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-39.pyc 2025-03-14T04:37:58.0563524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_parametrization.cpython-39.pyc 2025-03-14T04:37:58.0567393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-39.pyc 2025-03-14T04:37:58.0571360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\traced_function_transforms.cpython-39.pyc 2025-03-14T04:37:58.0574803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.0578679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0587251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-39.pyc 2025-03-14T04:37:58.0591401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-39.pyc 2025-03-14T04:37:58.0595530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-39.pyc 2025-03-14T04:37:58.0604300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-39.pyc 2025-03-14T04:37:58.0608196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-39.pyc 2025-03-14T04:37:58.0611667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-39.pyc 2025-03-14T04:37:58.0615510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-39.pyc 2025-03-14T04:37:58.0619347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:58.0623077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-39.pyc 2025-03-14T04:37:58.0627061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-39.pyc 2025-03-14T04:37:58.0631175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-39.pyc 2025-03-14T04:37:58.0634598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-39.pyc 2025-03-14T04:37:58.0638473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-39.pyc 2025-03-14T04:37:58.0642224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-39.pyc 2025-03-14T04:37:58.0646152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-39.pyc 2025-03-14T04:37:58.0650177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-39.pyc 2025-03-14T04:37:58.0658672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-39.pyc 2025-03-14T04:37:58.0662815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-39.pyc 2025-03-14T04:37:58.0666675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.0670251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-39.pyc 2025-03-14T04:37:58.0674035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0683683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\aoti_call_delegate.py 2025-03-14T04:37:58.0687366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2025-03-14T04:37:58.0691211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2025-03-14T04:37:58.0702002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\base_hop.py 2025-03-14T04:37:58.0706231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\cond.py 2025-03-14T04:37:58.0710042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\effects.py 2025-03-14T04:37:58.0714814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2025-03-14T04:37:58.0718766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flat_apply.py 2025-03-14T04:37:58.0722775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2025-03-14T04:37:58.0726439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\foreach_map.py 2025-03-14T04:37:58.0730382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2025-03-14T04:37:58.0734361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2025-03-14T04:37:58.0738537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\map.py 2025-03-14T04:37:58.0742444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2025-03-14T04:37:58.0746574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2025-03-14T04:37:58.0749953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\scan.py 2025-03-14T04:37:58.0753874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2025-03-14T04:37:58.0757885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2025-03-14T04:37:58.0761461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2025-03-14T04:37:58.0765457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\utils.py 2025-03-14T04:37:58.0769330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2025-03-14T04:37:58.0773074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\wrap.py 2025-03-14T04:37:58.0781461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\_invoke_quant.py 2025-03-14T04:37:58.0784911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__init__.py 2025-03-14T04:37:58.0792443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\aoti_call_delegate.cpython-39.pyc 2025-03-14T04:37:58.0796774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-39.pyc 2025-03-14T04:37:58.0800693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-39.pyc 2025-03-14T04:37:58.0809037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\base_hop.cpython-39.pyc 2025-03-14T04:37:58.0812350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-39.pyc 2025-03-14T04:37:58.0815708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-39.pyc 2025-03-14T04:37:58.0819297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-39.pyc 2025-03-14T04:37:58.0822457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flat_apply.cpython-39.pyc 2025-03-14T04:37:58.0825815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-39.pyc 2025-03-14T04:37:58.0829169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\foreach_map.cpython-39.pyc 2025-03-14T04:37:58.0832534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-39.pyc 2025-03-14T04:37:58.0835865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-39.pyc 2025-03-14T04:37:58.0839143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-39.pyc 2025-03-14T04:37:58.0842581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-39.pyc 2025-03-14T04:37:58.0845879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-39.pyc 2025-03-14T04:37:58.0849523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-39.pyc 2025-03-14T04:37:58.0853213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-39.pyc 2025-03-14T04:37:58.0861368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-39.pyc 2025-03-14T04:37:58.0864657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-39.pyc 2025-03-14T04:37:58.0868041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.0871476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-39.pyc 2025-03-14T04:37:58.0874769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-39.pyc 2025-03-14T04:37:58.0878386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\_invoke_quant.cpython-39.pyc 2025-03-14T04:37:58.0881895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.0890301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analyze_preserves_zero_mask.py 2025-03-14T04:37:58.0893806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\aoti_eager.py 2025-03-14T04:37:58.0897085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\async_compile.py 2025-03-14T04:37:58.0906162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autotune_process.py 2025-03-14T04:37:58.0909492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bounds.py 2025-03-14T04:37:58.0913376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\choices.py 2025-03-14T04:37:58.0916727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codecache.py 2025-03-14T04:37:58.0920566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comms.py 2025-03-14T04:37:58.0924059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_analysis.py 2025-03-14T04:37:58.0927333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_lowering.py 2025-03-14T04:37:58.0930693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compiler_bisector.py 2025-03-14T04:37:58.0934201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx.py 2025-03-14T04:37:58.0938014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_ext.py 2025-03-14T04:37:58.0941440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_subproc.py 2025-03-14T04:37:58.0945057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\config.py 2025-03-14T04:37:58.0948535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\constant_folding.py 2025-03-14T04:37:58.0951911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpp_builder.py 2025-03-14T04:37:58.0955414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2025-03-14T04:37:58.0958798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2025-03-14T04:37:58.0962864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2025-03-14T04:37:58.0966256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2025-03-14T04:37:58.0974117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\debug.py 2025-03-14T04:37:58.0977458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\decomposition.py 2025-03-14T04:37:58.0981047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dependencies.py 2025-03-14T04:37:58.0984469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dtype_propagation.py 2025-03-14T04:37:58.0987711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\exc.py 2025-03-14T04:37:58.0991104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2025-03-14T04:37:58.0994512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing.py 2025-03-14T04:37:58.0997947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing_utils.py 2025-03-14T04:37:58.1001216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fuzzer.py 2025-03-14T04:37:58.1004668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_utils.py 2025-03-14T04:37:58.1008584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\graph.py 2025-03-14T04:37:58.1012220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\hooks.py 2025-03-14T04:37:58.1020496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\index_propagation.py 2025-03-14T04:37:58.1023894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\inductor_prims.py 2025-03-14T04:37:58.1027587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ir.py 2025-03-14T04:37:58.1032671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2025-03-14T04:37:58.1036331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\loop_body.py 2025-03-14T04:37:58.1040377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\lowering.py 2025-03-14T04:37:58.1045158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\memory.py 2025-03-14T04:37:58.1048880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\metrics.py 2025-03-14T04:37:58.1052820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2025-03-14T04:37:58.1056903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2025-03-14T04:37:58.1060623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mock_cache.py 2025-03-14T04:37:58.1064443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ops_handler.py 2025-03-14T04:37:58.1072914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\optimize_indexing.py 2025-03-14T04:37:58.1076903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\output_code.py 2025-03-14T04:37:58.1080982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\pattern_matcher.py 2025-03-14T04:37:58.1085383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2025-03-14T04:37:58.1089331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\remote_cache.py 2025-03-14T04:37:58.1093583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\scheduler.py 2025-03-14T04:37:58.1097882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\script.ld 2025-03-14T04:37:58.1101601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\select_algorithm.py 2025-03-14T04:37:58.1105737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\sizevars.py 2025-03-14T04:37:58.1109225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2025-03-14T04:37:58.1122415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_case.py 2025-03-14T04:37:58.1125968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_operators.py 2025-03-14T04:37:58.1130133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\triton_bundler.py 2025-03-14T04:37:58.1133627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\utils.py 2025-03-14T04:37:58.1137678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\virtualized.py 2025-03-14T04:37:58.1141587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2025-03-14T04:37:58.1145020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__init__.py 2025-03-14T04:37:58.1153531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2025-03-14T04:37:58.1156903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2025-03-14T04:37:58.1160727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2025-03-14T04:37:58.1170760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2025-03-14T04:37:58.1174294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2025-03-14T04:37:58.1180284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2025-03-14T04:37:58.1183956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2025-03-14T04:37:58.1187079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2025-03-14T04:37:58.1195961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2025-03-14T04:37:58.1199326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2025-03-14T04:37:58.1203266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2025-03-14T04:37:58.1210970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-39.pyc 2025-03-14T04:37:58.1214448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-39.pyc 2025-03-14T04:37:58.1217896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-39.pyc 2025-03-14T04:37:58.1226540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-39.pyc 2025-03-14T04:37:58.1230652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-39.pyc 2025-03-14T04:37:58.1234750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1243472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-39.pyc 2025-03-14T04:37:58.1247070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-39.pyc 2025-03-14T04:37:58.1250914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-39.pyc 2025-03-14T04:37:58.1259535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-39.pyc 2025-03-14T04:37:58.1262965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1271246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2025-03-14T04:37:58.1274817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\block_analysis.py 2025-03-14T04:37:58.1277957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\common.py 2025-03-14T04:37:58.1281430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp.py 2025-03-14T04:37:58.1285574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_bmm_template.py 2025-03-14T04:37:58.1294352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_flex_attention_template.py 2025-03-14T04:37:58.1298084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2025-03-14T04:37:58.1301709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_grouped_gemm_template.py 2025-03-14T04:37:58.1304960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2025-03-14T04:37:58.1326973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_prefix.h 2025-03-14T04:37:58.1330629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2025-03-14T04:37:58.1333960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2025-03-14T04:37:58.1337300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2025-03-14T04:37:58.1340716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2025-03-14T04:37:58.1344524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2025-03-14T04:37:58.1348462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2025-03-14T04:37:58.1351990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2025-03-14T04:37:58.1355624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2025-03-14T04:37:58.1359053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2025-03-14T04:37:58.1368190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\halide.py 2025-03-14T04:37:58.1371529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2025-03-14T04:37:58.1374806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps.py 2025-03-14T04:37:58.1378129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps_device_op_overrides.py 2025-03-14T04:37:58.1381400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2025-03-14T04:37:58.1384725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd.py 2025-03-14T04:37:58.1389007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2025-03-14T04:37:58.1392557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton.py 2025-03-14T04:37:58.1396615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2025-03-14T04:37:58.1400103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2025-03-14T04:37:58.1403496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2025-03-14T04:37:58.1412964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2025-03-14T04:37:58.1416546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__init__.py 2025-03-14T04:37:58.1422475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2025-03-14T04:37:58.1429861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2025-03-14T04:37:58.1433299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2025-03-14T04:37:58.1436483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2025-03-14T04:37:58.1439731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2025-03-14T04:37:58.1449073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2025-03-14T04:37:58.1452469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2025-03-14T04:37:58.1455899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2025-03-14T04:37:58.1459443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2025-03-14T04:37:58.1465850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2025-03-14T04:37:58.1469542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2025-03-14T04:37:58.1481538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-39.pyc 2025-03-14T04:37:58.1485342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1493826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-39.pyc 2025-03-14T04:37:58.1497532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-39.pyc 2025-03-14T04:37:58.1501402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-39.pyc 2025-03-14T04:37:58.1510719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-39.pyc 2025-03-14T04:37:58.1514268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-39.pyc 2025-03-14T04:37:58.1518096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-39.pyc 2025-03-14T04:37:58.1522466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-39.pyc 2025-03-14T04:37:58.1526149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1535080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2025-03-14T04:37:58.1538519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2025-03-14T04:37:58.1542298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2025-03-14T04:37:58.1549955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2025-03-14T04:37:58.1553879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2025-03-14T04:37:58.1557739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2025-03-14T04:37:58.1561242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2025-03-14T04:37:58.1565161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2025-03-14T04:37:58.1568963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2025-03-14T04:37:58.1572664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2025-03-14T04:37:58.1579490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-39.pyc 2025-03-14T04:37:58.1584174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-39.pyc 2025-03-14T04:37:58.1588082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-39.pyc 2025-03-14T04:37:58.1595944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-39.pyc 2025-03-14T04:37:58.1600041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-39.pyc 2025-03-14T04:37:58.1603848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-39.pyc 2025-03-14T04:37:58.1607755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-39.pyc 2025-03-14T04:37:58.1611732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-39.pyc 2025-03-14T04:37:58.1615282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-39.pyc 2025-03-14T04:37:58.1619196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1627998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2025-03-14T04:37:58.1631911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2025-03-14T04:37:58.1637602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-39.pyc 2025-03-14T04:37:58.1641044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1648909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-39.pyc 2025-03-14T04:37:58.1652448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\block_analysis.cpython-39.pyc 2025-03-14T04:37:58.1655942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-39.pyc 2025-03-14T04:37:58.1665597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-39.pyc 2025-03-14T04:37:58.1670148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_bmm_template.cpython-39.pyc 2025-03-14T04:37:58.1673806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_flex_attention_template.cpython-39.pyc 2025-03-14T04:37:58.1677856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-39.pyc 2025-03-14T04:37:58.1682075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_grouped_gemm_template.cpython-39.pyc 2025-03-14T04:37:58.1685574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-39.pyc 2025-03-14T04:37:58.1689858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-39.pyc 2025-03-14T04:37:58.1693826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-39.pyc 2025-03-14T04:37:58.1697381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-39.pyc 2025-03-14T04:37:58.1702228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-39.pyc 2025-03-14T04:37:58.1708114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-39.pyc 2025-03-14T04:37:58.1712415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-39.pyc 2025-03-14T04:37:58.1716890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-39.pyc 2025-03-14T04:37:58.1726342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-39.pyc 2025-03-14T04:37:58.1730606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-39.pyc 2025-03-14T04:37:58.1734434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-39.pyc 2025-03-14T04:37:58.1738401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-39.pyc 2025-03-14T04:37:58.1741976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps.cpython-39.pyc 2025-03-14T04:37:58.1745857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps_device_op_overrides.cpython-39.pyc 2025-03-14T04:37:58.1749841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-39.pyc 2025-03-14T04:37:58.1753436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-39.pyc 2025-03-14T04:37:58.1762402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-39.pyc 2025-03-14T04:37:58.1766309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-39.pyc 2025-03-14T04:37:58.1770313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-39.pyc 2025-03-14T04:37:58.1773913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-39.pyc 2025-03-14T04:37:58.1777327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-39.pyc 2025-03-14T04:37:58.1781297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-39.pyc 2025-03-14T04:37:58.1785028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1795400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2025-03-14T04:37:58.1799464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\watchdog.py 2025-03-14T04:37:58.1802994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2025-03-14T04:37:58.1805564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2025-03-14T04:37:58.1817062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-39.pyc 2025-03-14T04:37:58.1820584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\watchdog.cpython-39.pyc 2025-03-14T04:37:58.1823966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.1831483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-39.pyc 2025-03-14T04:37:58.1839564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2025-03-14T04:37:58.1842991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2025-03-14T04:37:58.1846239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2025-03-14T04:37:58.1849973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2025-03-14T04:37:58.1858588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2025-03-14T04:37:58.1861995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2025-03-14T04:37:58.1865395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2025-03-14T04:37:58.1868689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2025-03-14T04:37:58.1872195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2025-03-14T04:37:58.1875788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2025-03-14T04:37:58.1879127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2025-03-14T04:37:58.1882949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2025-03-14T04:37:58.1886283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2025-03-14T04:37:58.1889847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2025-03-14T04:37:58.1893198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2025-03-14T04:37:58.1896492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2025-03-14T04:37:58.1900137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2025-03-14T04:37:58.1903388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2025-03-14T04:37:58.1907423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2025-03-14T04:37:58.1910940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2025-03-14T04:37:58.1918170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2025-03-14T04:37:58.1922624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2025-03-14T04:37:58.1930738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2025-03-14T04:37:58.1934250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2025-03-14T04:37:58.1937560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2025-03-14T04:37:58.1946197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2025-03-14T04:37:58.1949491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2025-03-14T04:37:58.1952917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2025-03-14T04:37:58.1956403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2025-03-14T04:37:58.1960058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2025-03-14T04:37:58.1963495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2025-03-14T04:37:58.1966860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2025-03-14T04:37:58.1970343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2025-03-14T04:37:58.1973875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2025-03-14T04:37:58.1977422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2025-03-14T04:37:58.1981067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2025-03-14T04:37:58.1984743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2025-03-14T04:37:58.1988409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2025-03-14T04:37:58.1991823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2025-03-14T04:37:58.1995366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2025-03-14T04:37:58.1998921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2025-03-14T04:37:58.2006445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2025-03-14T04:37:58.2009896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2025-03-14T04:37:58.2013428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2025-03-14T04:37:58.2017202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2025-03-14T04:37:58.2026683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-39.pyc 2025-03-14T04:37:58.2030582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-39.pyc 2025-03-14T04:37:58.2034450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-39.pyc 2025-03-14T04:37:58.2042680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-39.pyc 2025-03-14T04:37:58.2046192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-39.pyc 2025-03-14T04:37:58.2049741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-39.pyc 2025-03-14T04:37:58.2053443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-39.pyc 2025-03-14T04:37:58.2056954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-39.pyc 2025-03-14T04:37:58.2061190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-39.pyc 2025-03-14T04:37:58.2064535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-39.pyc 2025-03-14T04:37:58.2067892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-39.pyc 2025-03-14T04:37:58.2071659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-39.pyc 2025-03-14T04:37:58.2075930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-39.pyc 2025-03-14T04:37:58.2079339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-39.pyc 2025-03-14T04:37:58.2083277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-39.pyc 2025-03-14T04:37:58.2087201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-39.pyc 2025-03-14T04:37:58.2095664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-39.pyc 2025-03-14T04:37:58.2099733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-39.pyc 2025-03-14T04:37:58.2103342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-39.pyc 2025-03-14T04:37:58.2107596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-39.pyc 2025-03-14T04:37:58.2112123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-39.pyc 2025-03-14T04:37:58.2115892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-39.pyc 2025-03-14T04:37:58.2119946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2131522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-39.pyc 2025-03-14T04:37:58.2135491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-39.pyc 2025-03-14T04:37:58.2139421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-39.pyc 2025-03-14T04:37:58.2147955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-39.pyc 2025-03-14T04:37:58.2151528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-39.pyc 2025-03-14T04:37:58.2155583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-39.pyc 2025-03-14T04:37:58.2159539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-39.pyc 2025-03-14T04:37:58.2164001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-39.pyc 2025-03-14T04:37:58.2167983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-39.pyc 2025-03-14T04:37:58.2172250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-39.pyc 2025-03-14T04:37:58.2176023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-39.pyc 2025-03-14T04:37:58.2179965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-39.pyc 2025-03-14T04:37:58.2183921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-39.pyc 2025-03-14T04:37:58.2187519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-39.pyc 2025-03-14T04:37:58.2191420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-39.pyc 2025-03-14T04:37:58.2195658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-39.pyc 2025-03-14T04:37:58.2204139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-39.pyc 2025-03-14T04:37:58.2209124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-39.pyc 2025-03-14T04:37:58.2214293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-39.pyc 2025-03-14T04:37:58.2219514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-39.pyc 2025-03-14T04:37:58.2224908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-39.pyc 2025-03-14T04:37:58.2230396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2239809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\bmm.py 2025-03-14T04:37:58.2243706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\conv.py 2025-03-14T04:37:58.2247090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_attention.py 2025-03-14T04:37:58.2251298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_decoding.py 2025-03-14T04:37:58.2254903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm.py 2025-03-14T04:37:58.2263975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2025-03-14T04:37:58.2268095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2025-03-14T04:37:58.2271454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_scaled.py 2025-03-14T04:37:58.2275440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__init__.py 2025-03-14T04:37:58.2283190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-39.pyc 2025-03-14T04:37:58.2286638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-39.pyc 2025-03-14T04:37:58.2290397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_attention.cpython-39.pyc 2025-03-14T04:37:58.2298728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_decoding.cpython-39.pyc 2025-03-14T04:37:58.2302162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-39.pyc 2025-03-14T04:37:58.2305678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-39.pyc 2025-03-14T04:37:58.2309129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-39.pyc 2025-03-14T04:37:58.2313350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_scaled.cpython-39.pyc 2025-03-14T04:37:58.2317246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2326370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\build_package.py 2025-03-14T04:37:58.2329650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\package.py 2025-03-14T04:37:58.2332928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\pt2_archive_constants.py 2025-03-14T04:37:58.2336144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__init__.py 2025-03-14T04:37:58.2347482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-39.pyc 2025-03-14T04:37:58.2350916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-39.pyc 2025-03-14T04:37:58.2354381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\pt2_archive_constants.cpython-39.pyc 2025-03-14T04:37:58.2362316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2369744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2025-03-14T04:37:58.2373174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2025-03-14T04:37:58.2376368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2025-03-14T04:37:58.2380013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2025-03-14T04:37:58.2387735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2025-03-14T04:37:58.2391047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2025-03-14T04:37:58.2394351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\hints.py 2025-03-14T04:37:58.2397504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2025-03-14T04:37:58.2400753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_compat.py 2025-03-14T04:37:58.2404118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2025-03-14T04:37:58.2407850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2025-03-14T04:37:58.2411743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__init__.py 2025-03-14T04:37:58.2437203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-39.pyc 2025-03-14T04:37:58.2440919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-39.pyc 2025-03-14T04:37:58.2444521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-39.pyc 2025-03-14T04:37:58.2452405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-39.pyc 2025-03-14T04:37:58.2455956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-39.pyc 2025-03-14T04:37:58.2459329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-39.pyc 2025-03-14T04:37:58.2462887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-39.pyc 2025-03-14T04:37:58.2466252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-39.pyc 2025-03-14T04:37:58.2469613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_compat.cpython-39.pyc 2025-03-14T04:37:58.2473043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-39.pyc 2025-03-14T04:37:58.2476519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-39.pyc 2025-03-14T04:37:58.2480450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2489584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\analyze_preserves_zero_mask.cpython-39.pyc 2025-03-14T04:37:58.2492891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-39.pyc 2025-03-14T04:37:58.2496271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-39.pyc 2025-03-14T04:37:58.2504078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-39.pyc 2025-03-14T04:37:58.2507454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-39.pyc 2025-03-14T04:37:58.2510732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\choices.cpython-39.pyc 2025-03-14T04:37:58.2514284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-39.pyc 2025-03-14T04:37:58.2518624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-39.pyc 2025-03-14T04:37:58.2523364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-39.pyc 2025-03-14T04:37:58.2526725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-39.pyc 2025-03-14T04:37:58.2530622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compiler_bisector.cpython-39.pyc 2025-03-14T04:37:58.2534268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-39.pyc 2025-03-14T04:37:58.2538516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_ext.cpython-39.pyc 2025-03-14T04:37:58.2542635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_subproc.cpython-39.pyc 2025-03-14T04:37:58.2546256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:58.2551005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-39.pyc 2025-03-14T04:37:58.2559045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-39.pyc 2025-03-14T04:37:58.2563201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-39.pyc 2025-03-14T04:37:58.2567634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-39.pyc 2025-03-14T04:37:58.2571597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-39.pyc 2025-03-14T04:37:58.2575489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-39.pyc 2025-03-14T04:37:58.2579419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-39.pyc 2025-03-14T04:37:58.2583300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-39.pyc 2025-03-14T04:37:58.2587066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-39.pyc 2025-03-14T04:37:58.2595842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dtype_propagation.cpython-39.pyc 2025-03-14T04:37:58.2599555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-39.pyc 2025-03-14T04:37:58.2603945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-39.pyc 2025-03-14T04:37:58.2608230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-39.pyc 2025-03-14T04:37:58.2611792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing_utils.cpython-39.pyc 2025-03-14T04:37:58.2616035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fuzzer.cpython-39.pyc 2025-03-14T04:37:58.2620040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-39.pyc 2025-03-14T04:37:58.2623593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-39.pyc 2025-03-14T04:37:58.2627719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-39.pyc 2025-03-14T04:37:58.2635831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-39.pyc 2025-03-14T04:37:58.2640380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-39.pyc 2025-03-14T04:37:58.2644376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-39.pyc 2025-03-14T04:37:58.2649434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-39.pyc 2025-03-14T04:37:58.2653001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-39.pyc 2025-03-14T04:37:58.2656968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-39.pyc 2025-03-14T04:37:58.2661755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-39.pyc 2025-03-14T04:37:58.2666130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-39.pyc 2025-03-14T04:37:58.2677667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-39.pyc 2025-03-14T04:37:58.2681748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-39.pyc 2025-03-14T04:37:58.2686174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mock_cache.cpython-39.pyc 2025-03-14T04:37:58.2689714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-39.pyc 2025-03-14T04:37:58.2694740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-39.pyc 2025-03-14T04:37:58.2698160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\output_code.cpython-39.pyc 2025-03-14T04:37:58.2701805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-39.pyc 2025-03-14T04:37:58.2706291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-39.pyc 2025-03-14T04:37:58.2716358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-39.pyc 2025-03-14T04:37:58.2721811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-39.pyc 2025-03-14T04:37:58.2728681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-39.pyc 2025-03-14T04:37:58.2733134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-39.pyc 2025-03-14T04:37:58.2737427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-39.pyc 2025-03-14T04:37:58.2741296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-39.pyc 2025-03-14T04:37:58.2745680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-39.pyc 2025-03-14T04:37:58.2749725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-39.pyc 2025-03-14T04:37:58.2758242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.2762287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-39.pyc 2025-03-14T04:37:58.2765899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-39.pyc 2025-03-14T04:37:58.2770226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2780222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\closure.py 2025-03-14T04:37:58.2784017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\computation.py 2025-03-14T04:37:58.2787470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\config.py 2025-03-14T04:37:58.2790661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\debug.py 2025-03-14T04:37:58.2793964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\device_context.py 2025-03-14T04:37:58.2802487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2025-03-14T04:37:58.2805897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ir_cache.py 2025-03-14T04:37:58.2809089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\metrics.py 2025-03-14T04:37:58.2812313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2025-03-14T04:37:58.2816191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ts_backend.py 2025-03-14T04:37:58.2819505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__init__.py 2025-03-14T04:37:58.2826528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-39.pyc 2025-03-14T04:37:58.2829934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-39.pyc 2025-03-14T04:37:58.2833322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-39.pyc 2025-03-14T04:37:58.2841863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-39.pyc 2025-03-14T04:37:58.2845337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-39.pyc 2025-03-14T04:37:58.2848995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-39.pyc 2025-03-14T04:37:58.2852326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-39.pyc 2025-03-14T04:37:58.2855810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-39.pyc 2025-03-14T04:37:58.2859322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-39.pyc 2025-03-14T04:37:58.2862687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-39.pyc 2025-03-14T04:37:58.2866416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2874575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\autograd.py 2025-03-14T04:37:58.2877758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\custom_ops.py 2025-03-14T04:37:58.2881216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_class_registry.py 2025-03-14T04:37:58.2884545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_impl.py 2025-03-14T04:37:58.2891750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\infer_schema.py 2025-03-14T04:37:58.2895221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\simple_registry.py 2025-03-14T04:37:58.2898985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\triton.py 2025-03-14T04:37:58.2902201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\utils.py 2025-03-14T04:37:58.2905383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__init__.py 2025-03-14T04:37:58.2912992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-39.pyc 2025-03-14T04:37:58.2916433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-39.pyc 2025-03-14T04:37:58.2920059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-39.pyc 2025-03-14T04:37:58.2927459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-39.pyc 2025-03-14T04:37:58.2930945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-39.pyc 2025-03-14T04:37:58.2934489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-39.pyc 2025-03-14T04:37:58.2938153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\triton.cpython-39.pyc 2025-03-14T04:37:58.2941624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.2944935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.2952655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\scribe.py 2025-03-14T04:37:58.2955898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\structured.py 2025-03-14T04:37:58.2959263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_internal.py 2025-03-14T04:37:58.2963178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_registrations.py 2025-03-14T04:37:58.2970825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__init__.py 2025-03-14T04:37:58.2987065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-39.pyc 2025-03-14T04:37:58.2987851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-39.pyc 2025-03-14T04:37:58.2988590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-39.pyc 2025-03-14T04:37:58.2995361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-39.pyc 2025-03-14T04:37:58.2998815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3006040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\fft.py 2025-03-14T04:37:58.3009538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\linalg.py 2025-03-14T04:37:58.3012628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\random.py 2025-03-14T04:37:58.3015711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2025-03-14T04:37:58.3018948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_casting_dicts.py 2025-03-14T04:37:58.3027792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes.py 2025-03-14T04:37:58.3031109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2025-03-14T04:37:58.3034442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs.py 2025-03-14T04:37:58.3037572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs_impl.py 2025-03-14T04:37:58.3041144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_getlimits.py 2025-03-14T04:37:58.3044744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ndarray.py 2025-03-14T04:37:58.3060252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_normalizations.py 2025-03-14T04:37:58.3060927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_reductions_impl.py 2025-03-14T04:37:58.3061437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ufuncs.py 2025-03-14T04:37:58.3061943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2025-03-14T04:37:58.3062446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_util.py 2025-03-14T04:37:58.3063886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__init__.py 2025-03-14T04:37:58.3070371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\utils.py 2025-03-14T04:37:58.3073812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__init__.py 2025-03-14T04:37:58.3080556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-39.pyc 2025-03-14T04:37:58.3084230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3092058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-39.pyc 2025-03-14T04:37:58.3096015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-39.pyc 2025-03-14T04:37:58.3099357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-39.pyc 2025-03-14T04:37:58.3107639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-39.pyc 2025-03-14T04:37:58.3111230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-39.pyc 2025-03-14T04:37:58.3114703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-39.pyc 2025-03-14T04:37:58.3118027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-39.pyc 2025-03-14T04:37:58.3121345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-39.pyc 2025-03-14T04:37:58.3125296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-39.pyc 2025-03-14T04:37:58.3128822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-39.pyc 2025-03-14T04:37:58.3132786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-39.pyc 2025-03-14T04:37:58.3137018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-39.pyc 2025-03-14T04:37:58.3140490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-39.pyc 2025-03-14T04:37:58.3144449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-39.pyc 2025-03-14T04:37:58.3148447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-39.pyc 2025-03-14T04:37:58.3151924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-39.pyc 2025-03-14T04:37:58.3155851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3169065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\context.py 2025-03-14T04:37:58.3172974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\debug_prims.py 2025-03-14T04:37:58.3176366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\executor.py 2025-03-14T04:37:58.3180007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\rng_prims.py 2025-03-14T04:37:58.3183406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__init__.py 2025-03-14T04:37:58.3198046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\context.cpython-39.pyc 2025-03-14T04:37:58.3202058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-39.pyc 2025-03-14T04:37:58.3205484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-39.pyc 2025-03-14T04:37:58.3213223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-39.pyc 2025-03-14T04:37:58.3218239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3229889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\wrappers.py 2025-03-14T04:37:58.3234769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__init__.py 2025-03-14T04:37:58.3245183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-39.pyc 2025-03-14T04:37:58.3249481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3258183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\fft.py 2025-03-14T04:37:58.3262057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\_conversions.py 2025-03-14T04:37:58.3265786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__init__.py 2025-03-14T04:37:58.3274474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__init__.py 2025-03-14T04:37:58.3282230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3289840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__init__.py 2025-03-14T04:37:58.3297152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2025-03-14T04:37:58.3304802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3311953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3323813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__init__.py 2025-03-14T04:37:58.3330593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3339091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-39.pyc 2025-03-14T04:37:58.3342408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-39.pyc 2025-03-14T04:37:58.3345749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3358405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2025-03-14T04:37:58.3362255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2025-03-14T04:37:58.3365921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__init__.py 2025-03-14T04:37:58.3376557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-03-14T04:37:58.3379875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-39.pyc 2025-03-14T04:37:58.3383161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3395450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_impls.py 2025-03-14T04:37:58.3399158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_tensor.py 2025-03-14T04:37:58.3403052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_utils.py 2025-03-14T04:37:58.3410785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\functional_tensor.py 2025-03-14T04:37:58.3414272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\meta_utils.py 2025-03-14T04:37:58.3417928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2025-03-14T04:37:58.3421260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2025-03-14T04:37:58.3424612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__init__.py 2025-03-14T04:37:58.3431745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-39.pyc 2025-03-14T04:37:58.3435286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-39.pyc 2025-03-14T04:37:58.3438854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-39.pyc 2025-03-14T04:37:58.3447262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-39.pyc 2025-03-14T04:37:58.3450614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-39.pyc 2025-03-14T04:37:58.3454082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-39.pyc 2025-03-14T04:37:58.3457448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-39.pyc 2025-03-14T04:37:58.3460764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3468946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__init__.py 2025-03-14T04:37:58.3474524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\version.py 2025-03-14T04:37:58.3477791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\_structures.py 2025-03-14T04:37:58.3481043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__init__.py 2025-03-14T04:37:58.3491766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-39.pyc 2025-03-14T04:37:58.3495156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-39.pyc 2025-03-14T04:37:58.3498703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3511120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3519245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\functional.cpython-39.pyc 2025-03-14T04:37:58.3523068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\hub.cpython-39.pyc 2025-03-14T04:37:58.3540859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\library.cpython-39.pyc 2025-03-14T04:37:58.3549002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\overrides.cpython-39.pyc 2025-03-14T04:37:58.3553597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\quasirandom.cpython-39.pyc 2025-03-14T04:37:58.3557440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\random.cpython-39.pyc 2025-03-14T04:37:58.3561608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\return_types.cpython-39.pyc 2025-03-14T04:37:58.3565230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\serialization.cpython-39.pyc 2025-03-14T04:37:58.3569758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\storage.cpython-39.pyc 2025-03-14T04:37:58.3574423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\torch_version.cpython-39.pyc 2025-03-14T04:37:58.3578081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\types.cpython-39.pyc 2025-03-14T04:37:58.3582077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\version.cpython-39.pyc 2025-03-14T04:37:58.3585968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_appdirs.cpython-39.pyc 2025-03-14T04:37:58.3589503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_classes.cpython-39.pyc 2025-03-14T04:37:58.3593516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_compile.cpython-39.pyc 2025-03-14T04:37:58.3597381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-39.pyc 2025-03-14T04:37:58.3600842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_deploy.cpython-39.pyc 2025-03-14T04:37:58.3611304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_environment.cpython-39.pyc 2025-03-14T04:37:58.3615396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_guards.cpython-39.pyc 2025-03-14T04:37:58.3619693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-39.pyc 2025-03-14T04:37:58.3623545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-39.pyc 2025-03-14T04:37:58.3627411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-39.pyc 2025-03-14T04:37:58.3630938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lowrank.cpython-39.pyc 2025-03-14T04:37:58.3634875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-39.pyc 2025-03-14T04:37:58.3639727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-39.pyc 2025-03-14T04:37:58.3648091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_ops.cpython-39.pyc 2025-03-14T04:37:58.3652302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-39.pyc 2025-03-14T04:37:58.3656393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_size_docs.cpython-39.pyc 2025-03-14T04:37:58.3660004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_sources.cpython-39.pyc 2025-03-14T04:37:58.3663787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-39.pyc 2025-03-14T04:37:58.3667409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_streambase.cpython-39.pyc 2025-03-14T04:37:58.3671539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor.cpython-39.pyc 2025-03-14T04:37:58.3675663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-39.pyc 2025-03-14T04:37:58.3680468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-39.pyc 2025-03-14T04:37:58.3688171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-39.pyc 2025-03-14T04:37:58.3691950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-39.pyc 2025-03-14T04:37:58.3697964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils.cpython-39.pyc 2025-03-14T04:37:58.3701828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-39.pyc 2025-03-14T04:37:58.3705697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_VF.cpython-39.pyc 2025-03-14T04:37:58.3709280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-39.pyc 2025-03-14T04:37:58.3713377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-39.pyc 2025-03-14T04:37:58.3717663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__config__.cpython-39.pyc 2025-03-14T04:37:58.3731456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__future__.cpython-39.pyc 2025-03-14T04:37:58.3736682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__init__.cpython-39.pyc 2025-03-14T04:37:58.3745360Z 12909 File(s) copied 2025-03-14T04:37:59.0782752Z ********************************************************************** 2025-03-14T04:37:59.0783208Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-03-14T04:37:59.0783631Z ** Copyright (c) 2021 Microsoft Corporation 2025-03-14T04:37:59.0783935Z ********************************************************************** 2025-03-14T04:37:59.5820626Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-14T04:37:59.5852672Z 2025-03-14T04:37:59.5853215Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-03-14T04:37:59.5856514Z 2025-03-14T04:37:59.5856820Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-03-14T04:37:59.5859134Z 2025-03-14T04:37:59.5859696Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-03-14T04:37:59.5861898Z 2025-03-14T04:37:59.5862334Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-03-14T04:37:59.5864518Z 2025-03-14T04:37:59.5864716Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-03-14T04:37:59.5865404Z ALLUSERSPROFILE=C:\ProgramData 2025-03-14T04:37:59.5866194Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T04:37:59.5866635Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-03-14T04:37:59.5866947Z AWS_DEFAULT_REGION=us-east-1 2025-03-14T04:37:59.5867202Z AWS_EXECUTION_ENV=EC2 2025-03-14T04:37:59.5867451Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-03-14T04:37:59.5867710Z CI=true 2025-03-14T04:37:59.5867908Z CommandPromptType=Native 2025-03-14T04:37:59.5868200Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-03-14T04:37:59.5868541Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-03-14T04:37:59.5868809Z COMSPEC=C:\Windows\system32\cmd.exe 2025-03-14T04:37:59.5869179Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:37:59.5869569Z CONDA_DEFAULT_ENV=base 2025-03-14T04:37:59.5869835Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-03-14T04:37:59.5870236Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:37:59.5870606Z CONDA_PARENT_DIR=C:\Jenkins 2025-03-14T04:37:59.5870943Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-03-14T04:37:59.5871230Z CONDA_PROMPT_MODIFIER=(base) 2025-03-14T04:37:59.5871530Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-03-14T04:37:59.5871983Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:37:59.5872384Z CONDA_SHLVL=1 2025-03-14T04:37:59.5872582Z CONTINUE_THROUGH_ERROR=False 2025-03-14T04:37:59.5872931Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T04:37:59.5873414Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-03-14T04:37:59.5873905Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-03-14T04:37:59.5874401Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T04:37:59.5874877Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T04:37:59.5875318Z CUDA_VERSION=cpu 2025-03-14T04:37:59.5875571Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-03-14T04:37:59.5876041Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-03-14T04:37:59.5876450Z CommonProgramW6432=C:\Program Files\Common Files 2025-03-14T04:37:59.5876930Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-03-14T04:37:59.5877369Z DISTUTILS_USE_SDK=1 2025-03-14T04:37:59.5877767Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-03-14T04:37:59.5878083Z EC2LAUNCH_TELEMETRY=1 2025-03-14T04:37:59.5878476Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-03-14T04:37:59.5878980Z Framework40Version=v4.0 2025-03-14T04:37:59.5879264Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T04:37:59.5879656Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T04:37:59.5879999Z FrameworkVersion=v4.0.30319 2025-03-14T04:37:59.5880246Z FrameworkVersion64=v4.0.30319 2025-03-14T04:37:59.5880505Z GITHUB_ACTION=test 2025-03-14T04:37:59.5880720Z GITHUB_ACTIONS=true 2025-03-14T04:37:59.5880932Z GITHUB_ACTION_REF= 2025-03-14T04:37:59.5881222Z GITHUB_ACTION_REPOSITORY= 2025-03-14T04:37:59.5881484Z GITHUB_ACTOR=pytorchmergebot 2025-03-14T04:37:59.5881743Z GITHUB_ACTOR_ID=97764156 2025-03-14T04:37:59.5882055Z GITHUB_API_URL=https://api.github.com 2025-03-14T04:37:59.5882354Z GITHUB_BASE_REF= 2025-03-14T04:37:59.5882852Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T04:37:59.5883375Z GITHUB_EVENT_NAME=push 2025-03-14T04:37:59.5883735Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-03-14T04:37:59.5884202Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-03-14T04:37:59.5884525Z GITHUB_HEAD_REF= 2025-03-14T04:37:59.5884716Z GITHUB_JOB=test 2025-03-14T04:37:59.5885190Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T04:37:59.5886113Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T04:37:59.5886653Z GITHUB_REF=refs/heads/main 2025-03-14T04:37:59.5886898Z GITHUB_REF_NAME=main 2025-03-14T04:37:59.5887132Z GITHUB_REF_PROTECTED=true 2025-03-14T04:37:59.5887367Z GITHUB_REF_TYPE=branch 2025-03-14T04:37:59.5887613Z GITHUB_REPOSITORY=pytorch/pytorch 2025-03-14T04:37:59.5887892Z GITHUB_REPOSITORY_ID=65600975 2025-03-14T04:37:59.5888156Z GITHUB_REPOSITORY_OWNER=pytorch 2025-03-14T04:37:59.5888435Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-03-14T04:37:59.5888703Z GITHUB_RETENTION_DAYS=90 2025-03-14T04:37:59.5888940Z GITHUB_RUN_ATTEMPT=1 2025-03-14T04:37:59.5889274Z GITHUB_RUN_ID=13849515284 2025-03-14T04:37:59.5889515Z GITHUB_RUN_NUMBER=119929 2025-03-14T04:37:59.5889762Z GITHUB_SERVER_URL=https://github.com 2025-03-14T04:37:59.5890091Z GITHUB_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:37:59.5890683Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T04:37:59.5891574Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T04:37:59.5892177Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-03-14T04:37:59.5892485Z GITHUB_WORKFLOW=trunk 2025-03-14T04:37:59.5892861Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-03-14T04:37:59.5893392Z GITHUB_WORKFLOW_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:37:59.5893832Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:37:59.5894184Z GIT_DEFAULT_BRANCH=main 2025-03-14T04:37:59.5894422Z HOME=C:\Users\runneruser 2025-03-14T04:37:59.5896074Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-03-14T04:37:59.5898185Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T04:37:59.5898721Z INSTALL_WINDOWS_SDK=1 2025-03-14T04:37:59.5898931Z JOB_ID=38755242165 2025-03-14T04:37:59.5899304Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T04:37:59.5900506Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-03-14T04:37:59.5902686Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-03-14T04:37:59.5904132Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-03-14T04:37:59.5904539Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-03-14T04:37:59.5904897Z NO_TD=False 2025-03-14T04:37:59.5905094Z NO_TEST_TIMEOUT=False 2025-03-14T04:37:59.5905309Z NUMBER_OF_PROCESSORS=16 2025-03-14T04:37:59.5905536Z NUM_TEST_SHARDS=3 2025-03-14T04:37:59.5905757Z OLDPWD=C:/13849515284/build-results 2025-03-14T04:37:59.5906017Z OS=Windows_NT 2025-03-14T04:37:59.5912747Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T04:37:59.5919900Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-03-14T04:37:59.5920250Z Platform=x64 2025-03-14T04:37:59.5920491Z PROCESSOR_ARCHITECTURE=AMD64 2025-03-14T04:37:59.5920881Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-03-14T04:37:59.5921345Z PROCESSOR_LEVEL=6 2025-03-14T04:37:59.5921644Z PROCESSOR_REVISION=5507 2025-03-14T04:37:59.5921900Z PROGRAMFILES=C:\Program Files 2025-03-14T04:37:59.5922205Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-03-14T04:37:59.5922596Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:37:59.5922933Z PROMPT=(base) $P$G 2025-03-14T04:37:59.5923146Z PR_NUMBER= 2025-03-14T04:37:59.5923609Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-03-14T04:37:59.5924157Z PUBLIC=C:\Users\Public 2025-03-14T04:37:59.5924628Z *** 2025-03-14T04:37:59.5924951Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-03-14T04:37:59.5925350Z PYTHON_VERSION=3.9 2025-03-14T04:37:59.5925643Z PYTORCH_FINAL_PACKAGE_DIR=C:/13849515284/build-results/ 2025-03-14T04:37:59.5926056Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\13849515284\build-results\ 2025-03-14T04:37:59.5926417Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-03-14T04:37:59.5926699Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-03-14T04:37:59.5926980Z ProgramData=C:\ProgramData 2025-03-14T04:37:59.5927247Z ProgramFiles(x86)=C:\Program Files (x86) 2025-03-14T04:37:59.5927543Z ProgramW6432=C:\Program Files 2025-03-14T04:37:59.5927803Z REENABLED_ISSUES= 2025-03-14T04:37:59.5928003Z RUNNER_ARCH=X64 2025-03-14T04:37:59.5928225Z RUNNER_ENVIRONMENT=self-hosted 2025-03-14T04:37:59.5928488Z RUNNER_NAME=i-0d494c101f9013172 2025-03-14T04:37:59.5928738Z RUNNER_OS=Windows 2025-03-14T04:37:59.5928971Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-03-14T04:37:59.5929296Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-03-14T04:37:59.5929684Z RUNNER_TRACKING_ID=github_48d8a2e2-94a0-4441-a304-a964093c9d78 2025-03-14T04:37:59.5930083Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-03-14T04:37:59.5930574Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T04:37:59.5931064Z SHA1=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:37:59.5931373Z SHARD_NUMBER=1 2025-03-14T04:37:59.5931674Z SHLVL=2 2025-03-14T04:37:59.5931947Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-03-14T04:37:59.5932289Z SYSTEMDRIVE=C: 2025-03-14T04:37:59.5932503Z SYSTEMROOT=C:\Windows 2025-03-14T04:37:59.5932751Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:37:59.5933117Z TERM=xterm-256color 2025-03-14T04:37:59.5933335Z TEST_CONFIG=default 2025-03-14T04:37:59.5933653Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-03-14T04:37:59.5934043Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-03-14T04:37:59.5934376Z TEST_SHOWLOCALS=False 2025-03-14T04:37:59.5934635Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:37:59.5934966Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:37:59.5935338Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T04:37:59.5935794Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-03-14T04:37:59.5936161Z TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T04:37:59.5936467Z TORCH_SERIALIZATION_DEBUG=1 2025-03-14T04:37:59.5936737Z UCRTVersion=10.0.19041.0 2025-03-14T04:37:59.5937064Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T04:37:59.5937443Z UPDATEFILE=update.finished 2025-03-14T04:37:59.5937734Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-03-14T04:37:59.5938092Z USERNAME=runneruser 2025-03-14T04:37:59.5938323Z USERPROFILE=C:\Users\runneruser 2025-03-14T04:37:59.5938579Z USE_CUDA=0 2025-03-14T04:37:59.5939030Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-03-14T04:37:59.5939704Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-03-14T04:37:59.5940361Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-03-14T04:37:59.5941137Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-03-14T04:37:59.5941664Z VCToolsVersion=14.29.30133 2025-03-14T04:37:59.5941984Z VC_PRODUCT=BuildTools 2025-03-14T04:37:59.5942214Z VC_VERSION= 2025-03-14T04:37:59.5942402Z VC_YEAR=2019 2025-03-14T04:37:59.5942627Z VERBOSE_ARG='SilentlyContinue' 2025-03-14T04:37:59.5942899Z VERBOSE_TEST_LOGS=False 2025-03-14T04:37:59.5943143Z VisualStudioVersion=16.0 2025-03-14T04:37:59.5943586Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-03-14T04:37:59.5944049Z VSCMD_ARG_app_plat=Desktop 2025-03-14T04:37:59.5944298Z VSCMD_ARG_HOST_ARCH=x64 2025-03-14T04:37:59.5944530Z VSCMD_ARG_TGT_ARCH=x64 2025-03-14T04:37:59.5944812Z VSCMD_VER=16.11.44 2025-03-14T04:37:59.5945211Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-03-14T04:37:59.5945623Z VS_VERSION=16.8.6 2025-03-14T04:37:59.5945839Z WINDIR=C:\Windows 2025-03-14T04:37:59.5946397Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-03-14T04:37:59.5947117Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-03-14T04:37:59.5947544Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T04:37:59.5947892Z WindowsSDKLibVersion=10.0.19041.0\ 2025-03-14T04:37:59.5948305Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-03-14T04:37:59.5948743Z WindowsSDKVersion=10.0.19041.0\ 2025-03-14T04:37:59.5949251Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-03-14T04:37:59.5949995Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-03-14T04:37:59.5950758Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-03-14T04:37:59.5951311Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-03-14T04:37:59.5951822Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-03-14T04:37:59.5952439Z __DOTNET_ADD_64BIT=1 2025-03-14T04:37:59.5952684Z __DOTNET_PREFERRED_BITNESS=64 2025-03-14T04:37:59.5955779Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T04:37:59.5958952Z 2025-03-14T04:37:59.5959162Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T04:37:59.5959561Z echo "setup pytorch env failed" 2025-03-14T04:37:59.5959812Z echo 0 2025-03-14T04:37:59.5959996Z exit /b 2025-03-14T04:37:59.5960174Z ) 2025-03-14T04:37:59.5960267Z 2025-03-14T04:37:59.5960436Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2025-03-14T04:37:59.5960712Z 2025-03-14T04:37:59.5961215Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2025-03-14T04:37:59.5961732Z 2025-03-14T04:37:59.5962193Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2025-03-14T04:37:59.5962823Z echo Some smoke tests 2025-03-14T04:37:59.5963217Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2025-03-14T04:37:59.5963937Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2025-03-14T04:37:59.5964553Z if ERRORLEVEL 1 goto fail 2025-03-14T04:37:59.5964965Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2025-03-14T04:37:59.5965410Z if ERRORLEVEL 1 goto fail 2025-03-14T04:37:59.5965635Z ) ) 2025-03-14T04:37:59.5965838Z Some smoke tests 2025-03-14T04:37:59.5967295Z Current Registry Settings for python.exe executable are: 00000002 2025-03-14T04:37:59.5967776Z sls - Show Loader Snaps 2025-03-14T04:38:11.4155394Z Checking that torch is available 2025-03-14T04:38:11.4155774Z Command: python -c import torch 2025-03-14T04:38:11.4156043Z Checking that MKL is available 2025-03-14T04:38:11.4156473Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2025-03-14T04:38:11.4269264Z Current Registry Settings for python.exe executable are: 00000000 2025-03-14T04:38:11.4283491Z 2025-03-14T04:38:11.4284105Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2025-03-14T04:38:11.4284602Z Copying over test times file 2025-03-14T04:38:11.4285969Z 2025-03-14T04:38:11.4286933Z (base) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\13849515284\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2025-03-14T04:38:11.4450177Z 2025-03-14T04:38:11.4450792Z ------------------------------------------------------------------------------- 2025-03-14T04:38:11.4457062Z ROBOCOPY :: Robust File Copy for Windows 2025-03-14T04:38:11.4457584Z ------------------------------------------------------------------------------- 2025-03-14T04:38:11.4457877Z 2025-03-14T04:38:11.4457999Z Started : Friday, March 14, 2025 4:38:11 AM 2025-03-14T04:38:11.4458429Z Source : C:\13849515284\build-results\.additional_ci_files\ 2025-03-14T04:38:11.4459185Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-14T04:38:11.4459508Z 2025-03-14T04:38:11.4459599Z Files : *.* 2025-03-14T04:38:11.4459800Z 2025-03-14T04:38:11.4460046Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-03-14T04:38:11.4460315Z 2025-03-14T04:38:11.4460471Z ------------------------------------------------------------------------------ 2025-03-14T04:38:11.4461184Z 2025-03-14T04:38:11.4467936Z 2 C:\13849515284\build-results\.additional_ci_files\ 2025-03-14T04:38:11.4468818Z *EXTRA File 70160 td_results.json 2025-03-14T04:38:11.4477345Z New File 5.3 m test-class-times.json 2025-03-14T04:38:11.4480149Z 9% 2025-03-14T04:38:11.4483763Z 18% 2025-03-14T04:38:11.4486504Z 28% 2025-03-14T04:38:11.4489961Z 37% 2025-03-14T04:38:11.4493015Z 46% 2025-03-14T04:38:11.4496130Z 56% 2025-03-14T04:38:11.4499357Z 65% 2025-03-14T04:38:11.4502599Z 75% 2025-03-14T04:38:11.4505461Z 84% 2025-03-14T04:38:11.4507977Z 93% 2025-03-14T04:38:11.4510825Z 100% 2025-03-14T04:38:11.4521622Z New File 1.4 m test-times.json 2025-03-14T04:38:11.4523093Z 17% 2025-03-14T04:38:11.4524487Z 34% 2025-03-14T04:38:11.4526372Z 51% 2025-03-14T04:38:11.4528316Z 68% 2025-03-14T04:38:11.4529705Z 85% 2025-03-14T04:38:11.4532294Z 100% 2025-03-14T04:38:11.4532403Z 2025-03-14T04:38:11.4532577Z ------------------------------------------------------------------------------ 2025-03-14T04:38:11.4532853Z 2025-03-14T04:38:11.4533955Z Total Copied Skipped Mismatch FAILED Extras 2025-03-14T04:38:11.4534833Z Dirs : 1 0 1 0 0 0 2025-03-14T04:38:11.4535726Z Files : 2 2 0 0 0 1 2025-03-14T04:38:11.4536622Z Bytes : 6.78 m 6.78 m 0 0 0 68.5 k 2025-03-14T04:38:11.4537599Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-03-14T04:38:11.4537999Z 2025-03-14T04:38:11.4538462Z 2025-03-14T04:38:11.4539509Z Speed : 1185529666 Bytes/sec. 2025-03-14T04:38:11.4540478Z Speed : 67836.551 MegaBytes/min. 2025-03-14T04:38:11.4540829Z Ended : Friday, March 14, 2025 4:38:11 AM 2025-03-14T04:38:11.4541147Z 2025-03-14T04:38:11.4557608Z 2025-03-14T04:38:11.4557894Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2025-03-14T04:38:11.4558468Z Run nn tests 2025-03-14T04:38:11.4559644Z 2025-03-14T04:38:11.4560177Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "3" --verbose 2025-03-14T04:38:11.6281831Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T04:38:11.6282673Z import pkg_resources 2025-03-14T04:38:18.8782830Z Found test times from artifacts 2025-03-14T04:38:18.9899686Z Found test times from artifacts 2025-03-14T04:38:18.9939509Z Running all tests 2025-03-14T04:38:19.0518471Z Running parallel tests on 3 processes 2025-03-14T04:38:19.0537550Z Name: tests to run (est. time: 90.93min) 2025-03-14T04:38:19.0537930Z Serial tests (48): 2025-03-14T04:38:19.0538173Z test_cpp_api_parity 1/1 2025-03-14T04:38:19.0538436Z test_ci_sanity_check_fail 1/1 2025-03-14T04:38:19.0538757Z test_cpp_extensions_open_device_registration 1/1 2025-03-14T04:38:19.0539075Z test_utils 1/1 2025-03-14T04:38:19.0539294Z test_cpp_extensions_jit 1/1 2025-03-14T04:38:19.0539568Z inductor/test_distributed_patterns 1/1 2025-03-14T04:38:19.0539887Z inductor/test_benchmark_fusion 1/1 2025-03-14T04:38:19.0540183Z test_extension_utils 1/1 2025-03-14T04:38:19.0540444Z inductor/test_cutlass_backend 1/1 2025-03-14T04:38:19.0540717Z test_show_pickle 1/1 2025-03-14T04:38:19.0540956Z test_transformers_privateuse1 1/1 2025-03-14T04:38:19.0541484Z test_namedtuple_return_api 1/1 2025-03-14T04:38:19.0541761Z test_tensorexpr 1/1 2025-03-14T04:38:19.0541999Z test_multiprocessing 1/2 2025-03-14T04:38:19.0542254Z test_multiprocessing 2/2 2025-03-14T04:38:19.0542483Z test_torch 1/1 2025-03-14T04:38:19.0542712Z inductor/test_flex_attention 1/1 2025-03-14T04:38:19.0542995Z test_autocast 1/1 2025-03-14T04:38:19.0543228Z test_autograd_fallback 1/1 2025-03-14T04:38:19.0543484Z test_python_dispatch 1/1 2025-03-14T04:38:19.0543720Z test_jit_disabled 1/1 2025-03-14T04:38:19.0544020Z test_fake_tensor 1/1 2025-03-14T04:38:19.0544285Z test_fx 1/1 2025-03-14T04:38:19.0544558Z test_cpp_extensions_mtia_backend 1/1 2025-03-14T04:38:19.0544873Z inductor/test_max_autotune 1/1 2025-03-14T04:38:19.0545152Z test_cpp_extensions_stream_and_event 1/1 2025-03-14T04:38:19.0545436Z test_native_mha 1/1 2025-03-14T04:38:19.0545685Z functorch/test_memory_efficient_fusion 1/1 2025-03-14T04:38:19.0546065Z test_tensor_creation_ops 1/1 2025-03-14T04:38:19.0546332Z test_sort_and_select 1/1 2025-03-14T04:38:19.0546566Z test_dispatch 1/1 2025-03-14T04:38:19.0546796Z test_cuda_primary_ctx 1/1 2025-03-14T04:38:19.0547063Z test_multiprocessing_spawn 1/1 2025-03-14T04:38:19.0547340Z nn/test_convolution 1/1 2025-03-14T04:38:19.0547573Z nn/test_pooling 1/1 2025-03-14T04:38:19.0547803Z test_mobile_optimizer 1/1 2025-03-14T04:38:19.0548056Z test_reductions 1/1 2025-03-14T04:38:19.0548277Z test_nn 1/1 2025-03-14T04:38:19.0548490Z test_overrides 1/1 2025-03-14T04:38:19.0548717Z test_cuda_nvml_based_avail 1/1 2025-03-14T04:38:19.0548981Z test_cuda_trace 1/1 2025-03-14T04:38:19.0549204Z test_spectral_ops 1/1 2025-03-14T04:38:19.0549475Z distributions/test_distributions 1/1 2025-03-14T04:38:19.0549773Z test_autoload_disable 1/1 2025-03-14T04:38:19.0550009Z doctests 1/1 2025-03-14T04:38:19.0550223Z test_autoload_enable 1/1 2025-03-14T04:38:19.0550570Z test_cpp_extensions_aot_ninja 1/1 2025-03-14T04:38:19.0550871Z test_cpp_extensions_aot_no_ninja 1/1 2025-03-14T04:38:19.0551165Z Parallel tests (107): 2025-03-14T04:38:19.0551419Z inductor/test_triton_extension_backend 1/1 2025-03-14T04:38:19.0551731Z inductor/test_torchinductor 1/1 2025-03-14T04:38:19.0552019Z inductor/test_external_callables 1/1 2025-03-14T04:38:19.0552311Z dynamo/test_interop 1/1 2025-03-14T04:38:19.0552573Z dynamo/test_fx_passes_pre_grad 1/1 2025-03-14T04:38:19.0552860Z export/test_retraceability 1/1 2025-03-14T04:38:19.0553153Z inductor/test_extension_backend 1/1 2025-03-14T04:38:19.0553442Z inductor/test_smoke 1/1 2025-03-14T04:38:19.0553687Z inductor/test_xpu_basic 1/1 2025-03-14T04:38:19.0553943Z export/test_serdes 1/1 2025-03-14T04:38:19.0554179Z inductor/test_pad_mm 1/1 2025-03-14T04:38:19.0554422Z dynamo/test_sdpa 1/1 2025-03-14T04:38:19.0554668Z inductor/test_combo_kernels 1/1 2025-03-14T04:38:19.0554956Z dynamo/test_skip_non_tensor 1/1 2025-03-14T04:38:19.0555238Z export/test_export_legacy 1/1 2025-03-14T04:38:19.0555506Z inductor/test_snode_runtime 1/1 2025-03-14T04:38:19.0555789Z dynamo/test_frame_init 1/1 2025-03-14T04:38:19.0556045Z export/test_cpp_serdes 1/1 2025-03-14T04:38:19.0556305Z dynamo/test_sys 1/1 2025-03-14T04:38:19.0556535Z inductor/test_config 1/1 2025-03-14T04:38:19.0556779Z inductor/test_aot_inductor 1/1 2025-03-14T04:38:19.0557092Z dynamo/test_subgraphs 1/1 2025-03-14T04:38:19.0557378Z inductor/test_kernel_benchmark 1/1 2025-03-14T04:38:19.0557674Z inductor/test_memory_planning 1/1 2025-03-14T04:38:19.0557977Z dynamo/test_config 1/1 2025-03-14T04:38:19.0558235Z inductor/test_multi_kernel 1/1 2025-03-14T04:38:19.0558522Z dynamo/test_deviceguard 1/1 2025-03-14T04:38:19.0558802Z inductor/test_pattern_matcher 1/1 2025-03-14T04:38:19.0559080Z dynamo/test_after_aot 1/1 2025-03-14T04:38:19.0559471Z inductor/test_cpu_select_algorithm 1/1 2025-03-14T04:38:19.0559861Z dynamo/test_profiler 1/1 2025-03-14T04:38:19.0560171Z dynamo/test_nops 1/1 2025-03-14T04:38:19.0560479Z inductor/test_split_cat_fx_passes 1/1 2025-03-14T04:38:19.0560856Z dynamo/test_recompiles 1/1 2025-03-14T04:38:19.0561178Z inductor/test_memory 1/1 2025-03-14T04:38:19.0561435Z dynamo/test_modes 1/1 2025-03-14T04:38:19.0561685Z inductor/test_halide 1/1 2025-03-14T04:38:19.0561963Z inductor/test_select_algorithm 1/1 2025-03-14T04:38:19.0562269Z dynamo/test_autograd_function 1/1 2025-03-14T04:38:19.0562560Z inductor/test_dependencies 1/1 2025-03-14T04:38:19.0562841Z dynamo/test_base_hop 1/1 2025-03-14T04:38:19.0563116Z inductor/test_fused_attention 1/1 2025-03-14T04:38:19.0563419Z dynamo/test_cudagraphs 1/1 2025-03-14T04:38:19.0563699Z dynamo/test_bytecode_utils 1/1 2025-03-14T04:38:19.0563968Z inductor/test_torchbind 1/1 2025-03-14T04:38:19.0564300Z functorch/test_ac 1/1 2025-03-14T04:38:19.0564566Z dynamo/test_backends 1/1 2025-03-14T04:38:19.0564843Z inductor/test_loop_ordering 1/1 2025-03-14T04:38:19.0565146Z dynamo/test_structured_trace 1/1 2025-03-14T04:38:19.0565431Z inductor/test_binary_folding 1/1 2025-03-14T04:38:19.0565717Z test_cuda_sanitizer 1/1 2025-03-14T04:38:19.0565980Z dynamo/test_aot_autograd 1/1 2025-03-14T04:38:19.0566276Z dynamo/test_backward_higher_order_ops 1/1 2025-03-14T04:38:19.0566610Z dynamo/test_recompile_ux 1/1 2025-03-14T04:38:19.0566877Z dynamo/test_logging 1/1 2025-03-14T04:38:19.0567152Z test_cuda_expandable_segments 1/1 2025-03-14T04:38:19.0567439Z test_mkldnn_fusion 1/1 2025-03-14T04:38:19.0567698Z lazy/test_meta_kernel 1/1 2025-03-14T04:38:19.0567957Z test_ops_jit 3/3 2025-03-14T04:38:19.0568206Z dynamo/test_activation_checkpointing 1/1 2025-03-14T04:38:19.0568527Z dynamo/test_exc 1/1 2025-03-14T04:38:19.0568786Z inductor/test_standalone_compile 1/1 2025-03-14T04:38:19.0569153Z test_type_hints 1/1 2025-03-14T04:38:19.0569395Z test_meta 1/5 2025-03-14T04:38:19.0569599Z test_meta 3/5 2025-03-14T04:38:19.0569841Z dynamo/test_trace_rules 1/1 2025-03-14T04:38:19.0570125Z dynamo/test_error_messages 1/1 2025-03-14T04:38:19.0570425Z dynamo/test_generator 1/1 2025-03-14T04:38:19.0570680Z test_dataloader 2/2 2025-03-14T04:38:19.0570925Z test_schema_check 1/1 2025-03-14T04:38:19.0571173Z test_matmul_cuda 1/1 2025-03-14T04:38:19.0571428Z optim/test_lrscheduler 1/1 2025-03-14T04:38:19.0571689Z optim/test_optim 1/1 2025-03-14T04:38:19.0571910Z test_ops 2/9 2025-03-14T04:38:19.0572117Z test_ops 4/9 2025-03-14T04:38:19.0572330Z test_ops 5/9 2025-03-14T04:38:19.0572547Z test_unary_ufuncs 2/2 2025-03-14T04:38:19.0572822Z torch_np/numpy_tests/core/test_getlimits 1/1 2025-03-14T04:38:19.0573169Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 2025-03-14T04:38:19.0573498Z test_view_ops 1/1 2025-03-14T04:38:19.0573745Z test_jit_autocast 1/1 2025-03-14T04:38:19.0573986Z nn/test_init 1/1 2025-03-14T04:38:19.0574230Z test_xnnpack_integration 1/1 2025-03-14T04:38:19.0574504Z profiler/test_profiler_tree 1/1 2025-03-14T04:38:19.0574801Z torch_np/test_ndarray_methods 1/1 2025-03-14T04:38:19.0575082Z test_jit 1/1 2025-03-14T04:38:19.0575311Z functorch/test_vmap 2/2 2025-03-14T04:38:19.0575572Z functorch/test_ops 3/8 2025-03-14T04:38:19.0575814Z functorch/test_ops 7/8 2025-03-14T04:38:19.0576090Z torch_np/numpy_tests/fft/test_helper 1/1 2025-03-14T04:38:19.0576400Z test_type_promotion 1/1 2025-03-14T04:38:19.0576654Z test_linalg 1/1 2025-03-14T04:38:19.0576905Z torch_np/numpy_tests/lib/test_arraysetops 1/1 2025-03-14T04:38:19.0577277Z torch_np/numpy_tests/core/test_scalar_methods 1/1 2025-03-14T04:38:19.0577610Z test_sparse 1/2 2025-03-14T04:38:19.0577856Z functorch/test_aotdispatch 4/6 2025-03-14T04:38:19.0578262Z torch_np/test_function_base 1/1 2025-03-14T04:38:19.0578545Z torch_np/test_reductions 1/1 2025-03-14T04:38:19.0578853Z torch_np/numpy_tests/core/test_scalar_ctors 1/1 2025-03-14T04:38:19.0579198Z functorch/test_eager_transforms 1/1 2025-03-14T04:38:19.0579497Z test_prims 1/1 2025-03-14T04:38:19.0579751Z torch_np/numpy_tests/lib/test_arraypad 1/1 2025-03-14T04:38:19.0580065Z torch_np/test_scalars_0D_arrays 1/1 2025-03-14T04:38:19.0580374Z lazy/test_bindings 1/1 2025-03-14T04:38:19.0580631Z test_quantization 1/2 2025-03-14T04:38:19.0580894Z test_quantization 2/2 2025-03-14T04:38:19.0581168Z inductor/test_compile_subprocess 1/1 2025-03-14T04:38:19.0581469Z Name: excluded (est. time: 0.0min) 2025-03-14T04:38:19.0581756Z Serial tests (0): 2025-03-14T04:38:19.0581991Z Parallel tests (0): 2025-03-14T04:38:19.1695109Z Running test_cpp_api_parity 1/1 ... [2025-03-14 04:38:19.168685] 2025-03-14T04:38:19.1695566Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:38:19.1707710Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:38:19.168685] 2025-03-14T04:38:19.1709243Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T04:38:19.1710031Z Ignoring disabled issues: [''] 2025-03-14T04:39:38.2290177Z 2025-03-14T04:39:38.2291077Z test_cpp_api_parity 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_api_parity_1.1_d94ea8b02822327d_.log 2025-03-14T04:39:38.2467615Z Running 488 items in this shard: test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCELoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1size1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad1size1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2size1, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad2size1_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_reflect_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_reflect_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_stride, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_stride_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv1d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_padded, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_padded_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_with_multiplier, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_depthwise_with_multiplier_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_thnn, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_groups_thnn_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_padding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_padding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_reflect_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_reflect_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv2d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_1x1x1_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_1x1x1_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_circular_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_circular_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_strided, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_dilated_strided_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_same_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_valid, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_pad_valid_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_replicate_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_replicate_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_padding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_stride_padding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zero_batch, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zero_batch_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zeros_stride2_pad2, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Conv3d_zeros_stride2_pad2_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose1d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_groups, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_groups_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose2d_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_dilated, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ConvTranspose3d_dilated_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CrossMapLRN2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_CrossMapLRN2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_discontiguous, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_discontiguous_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_max_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_mean_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sparse, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sparse_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_padding_idx, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_EmbeddingBag_sum_padding_idx_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_discontiguous, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_discontiguous_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_sparse, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Embedding_sparse_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Flatten_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Fold_no_batch_dim_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_LayerNorm_3d_no_affine_large_feature, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_bias, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Linear_no_bias_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_NLLLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_lhs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_lhs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_rhs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_broadcast_rhs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_with_non_default_args, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PairwiseDistance_with_non_default_args_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelShuffle, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelShuffle_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelUnshuffle, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_PixelUnshuffle_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_RReLU_with_up_down_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_complex, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_complex_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_ReplicationPad3d_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_has_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_has_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_no_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SampleModule_no_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_gelu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_relu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerDecoderLayer_relu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_gelu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_relu_activation, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TransformerEncoderLayer_relu_activation_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Transformer_multilayer_coder, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Transformer_multilayer_coder_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_mean, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_none, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_sum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unflatten_no_batch_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unflatten_no_batch_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_int_input, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_Unfold_int_input_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HuberLoss_delta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_HuberLoss_delta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_log_target, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_complex, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_complex_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_index_neg, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_1d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_margin_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_p_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_weights_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_PoissonNLLLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_beta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_beta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_zero_beta, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SoftMarginLoss_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_scale_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_tuple_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_linear_tuple_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_launch_configs, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_scale_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_1d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_2d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_zero_dim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim0, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim0_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim3, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_dim3_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_lastdim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_lastdim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_special, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_log_softmax_spatial_special_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_has_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_has_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_no_parity, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_sample_functional_no_parity_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim0, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim0_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim3, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_dim3_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_scalar, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_functional_scalar_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_dtype, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_lastdim_dtype_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_dtype, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_dtype_cuda, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_special, test/test_cpp_api_parity.py::TestCppApiParity::test_torch_nn_functional_softmax_spatial_special_cuda 2025-03-14T04:39:38.2632585Z 2025-03-14T04:39:38.2632806Z Running test_ci_sanity_check_fail 1/1 ... [2025-03-14 04:39:38.230408] 2025-03-14T04:39:38.2633210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:39:38.2634177Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ci_sanity_check_fail.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:39:38.230972] 2025-03-14T04:39:53.0344248Z Running test_cpp_extensions_open_device_registration 1/1 ... [2025-03-14 04:39:53.033890] 2025-03-14T04:39:55.4897534Z running install 2025-03-14T04:39:55.4913664Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T04:39:55.4914637Z !! 2025-03-14T04:39:55.4914818Z 2025-03-14T04:39:55.4915034Z ******************************************************************************** 2025-03-14T04:39:55.4915442Z Please avoid running ``setup.py`` directly. 2025-03-14T04:39:55.4915810Z Instead, use pypa/build, pypa/installer or other 2025-03-14T04:39:55.4916158Z standards-based tools. 2025-03-14T04:39:55.4916341Z 2025-03-14T04:39:55.4916637Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T04:39:55.4917136Z ******************************************************************************** 2025-03-14T04:39:55.4917360Z 2025-03-14T04:39:55.4917451Z !! 2025-03-14T04:39:55.4917831Z self.initialize_options() 2025-03-14T04:39:55.5045717Z running build 2025-03-14T04:39:55.5046352Z running build_py 2025-03-14T04:39:55.5195030Z creating build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:39:55.5195680Z copying pytorch_openreg\_aten_impl.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:39:55.5196351Z copying pytorch_openreg\_device_daemon.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:39:55.5197022Z copying pytorch_openreg\_meta_parser.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:39:55.5343802Z copying pytorch_openreg\__init__.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:39:55.5355268Z running build_ext 2025-03-14T04:39:55.5420152Z building 'pytorch_openreg._C' extension 2025-03-14T04:39:55.5433922Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc 2025-03-14T04:39:55.5489352Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\build.ninja... 2025-03-14T04:39:55.5493967Z Compiling objects... 2025-03-14T04:39:55.5494512Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2025-03-14T04:39:58.8862868Z [1/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:39:59.0920821Z [2/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:40:00.3176273Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp(135): warning C4273: 'openreg::`anonymous-namespace'::PrivateUse1HooksRegistry': inconsistent dll linkage 2025-03-14T04:40:00.3177924Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp(134): note: see previous definition of 'PrivateUse1HooksRegistry' 2025-03-14T04:40:00.3183735Z [3/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:40:00.3219847Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit__C C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.obj /OUT:build\lib.win-amd64-cpython-39\pytorch_openreg\_C.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.lib 2025-03-14T04:40:00.5250167Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.exp 2025-03-14T04:40:00.5342286Z Generating code 2025-03-14T04:40:02.1619102Z Finished generating code 2025-03-14T04:40:02.4431669Z running install_lib 2025-03-14T04:40:02.4598461Z creating install\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T04:40:02.4606175Z creating install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4609621Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\_aten_impl.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4616070Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\_C.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4624536Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\_device_daemon.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4630193Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\_meta_parser.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4640321Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:40:02.4653110Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg\_aten_impl.py to _aten_impl.cpython-39.pyc 2025-03-14T04:40:02.4674508Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg\_device_daemon.py to _device_daemon.cpython-39.pyc 2025-03-14T04:40:02.4705215Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg\_meta_parser.py to _meta_parser.cpython-39.pyc 2025-03-14T04:40:02.4723850Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg\__init__.py to __init__.cpython-39.pyc 2025-03-14T04:40:02.4730295Z running install_egg_info 2025-03-14T04:40:02.5054134Z running egg_info 2025-03-14T04:40:02.5147732Z creating pytorch_openreg.egg-info 2025-03-14T04:40:02.5150172Z writing pytorch_openreg.egg-info\PKG-INFO 2025-03-14T04:40:02.5158888Z writing dependency_links to pytorch_openreg.egg-info\dependency_links.txt 2025-03-14T04:40:02.5163459Z writing requirements to pytorch_openreg.egg-info\requires.txt 2025-03-14T04:40:02.5166533Z writing top-level names to pytorch_openreg.egg-info\top_level.txt 2025-03-14T04:40:02.5173937Z writing manifest file 'pytorch_openreg.egg-info\SOURCES.txt' 2025-03-14T04:40:02.5284737Z reading manifest file 'pytorch_openreg.egg-info\SOURCES.txt' 2025-03-14T04:40:02.5303051Z writing manifest file 'pytorch_openreg.egg-info\SOURCES.txt' 2025-03-14T04:40:02.5307279Z Copying pytorch_openreg.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg-1.0-py3.9.egg-info 2025-03-14T04:40:02.5340814Z running install_scripts 2025-03-14T04:40:03.0894050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:40:03.0901031Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:40:03.089480] 2025-03-14T04:40:39.0600888Z 2025-03-14T04:40:39.0601933Z test_cpp_extensions_open_device_registration 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_open_device_registration_1.1_6f7f9da497ae6848_.log 2025-03-14T04:40:39.0613611Z Running 23 items in this shard: test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_base_device_registration, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_common_registration, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_compile_autograd_function_aliasing, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_compile_autograd_function_returns_self, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_cpu_serialization, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_dispatchstub, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_dlpack, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_faketensor, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_generator_registration_and_hooks, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_named_tensor, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_numpy_serialization, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_packed_sequence, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_quantized, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_random, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_scalar_type_fallback, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_serialization, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_storage, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_storage_pin_memory, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_storage_resize, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_storage_type, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_tensor, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_tensor_type_fallback, test/test_cpp_extensions_open_device_registration.py::TestCppExtensionOpenRgistration::test_open_device_tensorlist_type_fallback 2025-03-14T04:40:39.0624570Z 2025-03-14T04:40:39.0624725Z Running test_utils 1/1 ... [2025-03-14 04:40:39.057270] 2025-03-14T04:40:39.0625210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:40:39.0626132Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:40:39.057270] 2025-03-14T04:46:10.2451090Z 2025-03-14T04:46:10.2451947Z test_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_utils_1.1_94dab5c51d7fe795_.log 2025-03-14T04:46:10.4445166Z Running 6028 items in this shard: test/test_utils.py::TestCheckpoint::test_checkpoint, test/test_utils.py::TestCheckpoint::test_checkpoint_module_list, test/test_utils.py::TestCheckpoint::test_checkpoint_no_tensors, test/test_utils.py::TestCheckpoint::test_checkpoint_non_tensor, test/test_utils.py::TestCheckpoint::test_checkpoint_non_tensor_inputs_outputs, test/test_utils.py::TestCheckpoint::test_checkpoint_not_preserve_rng_state_and_without_reentrant, test/test_utils.py::TestCheckpoint::test_checkpoint_partial_grad, test/test_utils.py::TestCheckpoint::test_checkpoint_rng_cpu, test/test_utils.py::TestCheckpoint::test_checkpoint_rng_cuda, test/test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_multiple_args, test/test_utils.py::TestCheckpoint::test_checkpoint_sequential_deprecated_no_args, test/test_utils.py::TestCheckpoint::test_checkpoint_trigger, test/test_utils.py::TestCheckpoint::test_checkpoint_valid, test/test_utils.py::TestCheckpoint::test_checkpointing_without_reentrant_early_free, test/test_utils.py::TestCheckpoint::test_get_device_states_recursive, test/test_utils.py::TestCheckpoint::test_infer_device_state_recursive_meta, test/test_utils.py::TestCheckpoint::test_infer_device_state_recursive_multi_cuda, test/test_utils.py::TestDataLoaderUtils::test_multi_drop, test/test_utils.py::TestDataLoaderUtils::test_multi_keep, test/test_utils.py::TestDataLoaderUtils::test_random_seed, test/test_utils.py::TestDataLoaderUtils::test_single_drop, test/test_utils.py::TestDataLoaderUtils::test_single_keep, test/test_utils.py::TestBottleneck::test_bottleneck_cpu_only, test/test_utils.py::TestBottleneck::test_bottleneck_cuda, test/test_utils.py::TestCollectEnv::test_smoke, test/test_utils.py::TestONNXUtils::test_check_onnx_broadcast, test/test_utils.py::TestONNXUtils::test_prepare_onnx_paddings, test/test_utils.py::TestHipify::test_import_hipify, test/test_utils.py::TestHipifyTrie::test_add_and_search_trie, test/test_utils.py::TestHipifyTrie::test_add_multiple_and_search_trie, test/test_utils.py::TestHipifyTrie::test_char_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_prefix_words_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_quote_escape, test/test_utils.py::TestHipifyTrie::test_single_export_trie_to_regex, test/test_utils.py::TestHipifyTrie::test_special_char_export_trie_to_regex, test/test_utils.py::TestAssert::test_assert_scriptable, test/test_utils.py::TestAssert::test_assert_true, test/test_utils.py::TestStandaloneCPPJIT::test_load_standalone, test/test_utils.py::TestRenderUtils::test_basic, test/test_utils.py::TestDeviceUtilsCPU::test_basic_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_decorator_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_decorator_generator_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_H_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_T_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___getitem___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___radd___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rand___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rdiv___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmatmul___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmod___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rmul___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___ror___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rpow___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rsub___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops___rxor___cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__batch_norm_with_update_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__chunk_cat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__native_batch_norm_legit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_lengths_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__segment_reduce_offsets_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__softmax_backward_data_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops__upsample_bilinear2d_aa_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_abs_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acos_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_acosh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addbmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcdiv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addcmul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmm_decomposed_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addmv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_addr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_alias_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_all_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_allclose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_aminmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_angle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_any_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_arange_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argsort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_argwhere_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_partial_views_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_as_strided_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_asinh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atanh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_1d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_2d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_atleast_3d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_baddbmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bernoulli_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bfloat16_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bincount_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_and_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_left_shift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_not_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_or_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_right_shift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bitwise_xor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_block_diag_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bmm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bool_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_shapes_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_broadcast_to_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_bucketize_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_byte_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cartesian_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cauchy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cdouble_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ceil_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cfloat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chalf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_char_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_inverse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cholesky_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_chunk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_max_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clamp_min_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_clone_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_column_stack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_combinations_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_complex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_conj_physical_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_constant_pad_nd_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_contiguous_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_copysign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_corrcoef_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cos_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cosh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_count_nonzero_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cov_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cross_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cummin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumprod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_cumulative_trapezoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_deg2rad_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diag_embed_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagflat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diagonal_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_diff_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_digamma_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_floor_rounding_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_no_rounding_mode_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_div_trunc_rounding_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_double_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_dstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_einsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_permuted_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_empty_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eq_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_equal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_erfinv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expand_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_expm1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_exponential_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float8_e4m3fn, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float8_e4m3fnuz, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float8_e5m2, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_float8_e5m2fnuz, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_eye_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_fftshift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_hfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ifftshift_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_ihfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_irfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfft_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fft_rfftn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flatten_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flip_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fliplr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_flipud_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_float_power_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_floor_divide_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_fmod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frac_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_frexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_full_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gather_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gcd_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ge_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geometric_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_geqrf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gradient_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_grid_sampler_2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_gt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_half_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_heaviside_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogram_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_histogramdd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_hypot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_i0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_igammac_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_imag_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_put_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_mean_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_reduce_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_index_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_inner_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_int_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isclose_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isfinite_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isinf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isnan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isneginf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isposinf_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_isreal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_istft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_item_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_2inputs_2outputs_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_4inputs_with_extra_args_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_binary_return_by_ref_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_jiterator_unary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kron_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_kthvalue_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lcm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ldexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_le_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lerp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lgamma_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cholesky_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cond_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_cross_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_det_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_diagonal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eig_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvals_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_eigvalsh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_householder_product_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_inv_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_factor_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_ldl_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lstsq_grad_oriented_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_factor_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_lu_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_power_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_matrix_rank_hermitian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_multi_dot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_norm_subgradients_at_zero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_hermitian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_pinv_singular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_qr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_slogdet_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_ex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_solve_triangular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_svdvals_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorinv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_tensorsolve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vander_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vecdot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linalg_vector_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_linspace_tensor_overload_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log10_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log1p_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_normal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_log_softmax_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logaddexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logcumsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logdet_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_and_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_not_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_or_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logical_xor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logspace_tensor_overload_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_logsumexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_long_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_lu_unpack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mH_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mT_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_argmin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumprod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_cumsum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_fill_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_log_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logaddexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_logsumexp_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_median_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_normalize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_softmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_std_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_masked_var_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matmul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_matrix_exp_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_pool2d_with_indices_backward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_no_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_max_reduction_with_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_maximum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_median_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_list_of_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_meshgrid_variadic_tensors_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_binary_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_no_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_min_reduction_with_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_minimum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mm_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mode_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_movedim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_msort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mul_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_multinomial_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mv_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nan_to_num_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanmedian_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nanquantile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nansum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_narrow_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_batch_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_dropout_backward_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_native_layer_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ne_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_neg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_empty_strided_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_full_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_ones_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_new_zeros_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nextafter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_alpha_dropout_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_avg_pool3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_batch_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_celu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_channel_shuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose1d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_conv_transpose3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cosine_similarity_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_cross_entropy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_ctc_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_dropout_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_elu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_bag_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_embedding_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_fractional_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gaussian_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_gelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_glu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_grid_sample_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_group_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardsigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardswish_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hardtanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_hinge_embedding_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_huber_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_instance_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_area_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bicubic_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_linear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest-exact_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_nearest_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_interpolate_trilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_kl_div_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_l1_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_layer_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_leaky_relu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_linear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_local_response_norm_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_logsigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_margin_ranking_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool2d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_pool3d_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool1d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool2d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_max_unpool3d_grad_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mish_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_mse_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_head_attention_forward_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multi_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_normalize_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_one_hot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_circular_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_constant_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_reflect_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pad_replicate_negative_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pairwise_distance_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pdist_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_shuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_pixel_unshuffle_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_poisson_nll_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_prelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu6_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_relu_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rms_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_rrelu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_scaled_dot_product_attention_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_selu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_complex_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_silu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_smooth_l1_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_soft_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softmin_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softplus_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_softsign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_tanhshrink_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_threshold_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_unfold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_bilinear_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nn_functional_upsample_nearest_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_nonzero_static_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_fro_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_inf_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_norm_nuc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_in_place_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_normal_number_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ones_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ormqr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_outer_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pca_lowrank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_permute_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pinverse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polar_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_2_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_3_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_polygamma_polygamma_n_4_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_positive_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_pow_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_put_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_qr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_quantile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rad2deg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rand_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randint_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_randn_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_ravel_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_real_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reciprocal_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_remainder_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_renorm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_repeat_interleave_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_reshape_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resize_as__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_conj_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_resolve_neg_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_roll_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rot90_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_round_decimals_neg_3_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsqrt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_rsub_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scalar_tensor_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_add_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amax_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_amin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_mean_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_prod_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_scatter_reduce_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_searchsorted_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_select_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sgn_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_short_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sigmoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sign_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_bartlett_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_blackman_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_cosine_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_exponential_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_gaussian_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_cosine_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_general_hamming_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hamming_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_hann_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_kaiser_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signal_windows_nuttall_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_signbit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sin_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sinh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_slice_scatter_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_softmax_with_dtype_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sort_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_mm_reduce_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sparse_sampled_addmm_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_airy_ai_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_j1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_bessel_y1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_u_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_v_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_chebyshev_polynomial_w_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_entr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_erfcx_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_h_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_hermite_polynomial_he_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i0e_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_i1e_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_laguerre_polynomial_l_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_legendre_polynomial_p_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_log_ndtr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_i1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_modified_bessel_k1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtr_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_ndtri_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_scaled_modified_bessel_k1_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_v_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_spherical_bessel_j0_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_xlog1py_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_special_zeta_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_list_args_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_split_with_sizes_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sqrt_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_square_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_squeeze_multiple_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_mean_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_std_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_stft_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sub_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_sum_to_size_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_svd_lowrank_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_t_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_along_dim_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_take_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tan_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tanh_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensor_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tensordot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tile_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_to_sparse_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_topk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trace_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_transpose_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapezoid_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trapz_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triangular_solve_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_tril_indices_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_triu_indices_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_true_divide_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_trunc_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unbind_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unflatten_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unfold_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_uniform_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_consecutive_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unique_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unravel_index_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_chunk_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsafe_split_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_unsqueeze_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_mean_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_var_unbiased_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vdot_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_complex_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_as_real_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_copy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_view_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vsplit_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_vstack_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_where_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_xlogy_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zero__cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bfloat16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_bool, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex128, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_complex64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_float64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int16, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int32, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int64, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_int8, test/test_utils.py::TestDeviceUtilsCPU::test_device_mode_ops_zeros_like_cpu_uint8, test/test_utils.py::TestDeviceUtilsCPU::test_get_default_device_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_get_default_device_more_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_nn_module_cpu, test/test_utils.py::TestDeviceUtilsCPU::test_set_default_device_cpu, test/test_utils.py::TestCppExtensionUtils::test_cc_compiler_is_ok, test/test_utils.py::TestCppExtensionUtils::test_cpp_compiler_is_ok, test/test_utils.py::TestTraceback::test_basic, test/test_utils.py::TestTraceback::test_captured_traceback, test/test_utils.py::TestTraceback::test_captured_traceback_format_all, test/test_utils.py::TestTraceback::test_captured_traceback_format_all_cached, test/test_utils.py::TestTraceback::test_format_traceback_short, test/test_utils.py::TestTryImport::test_import_existing, test/test_utils.py::TestTryImport::test_import_imported, test/test_utils.py::TestTryImport::test_import_missing 2025-03-14T04:46:10.6394867Z 2025-03-14T04:46:10.6395137Z Running test_cpp_extensions_jit 1/1 ... [2025-03-14 04:46:10.256764] 2025-03-14T04:46:10.6395617Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:46:10.6396677Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:46:10.257328] 2025-03-14T04:50:11.3826657Z 2025-03-14T04:50:11.3827703Z test_cpp_extensions_jit 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_jit_1.1_3e1a148f4153bec9_.log 2025-03-14T04:50:11.3838542Z Running 29 items in this shard: test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_autograd_from_cpp, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_compilation_error_formatting, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_cpp_frontend_module_has_same_output_as_python, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_cpp_frontend_module_has_up_to_date_attributes, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_cpp_frontend_module_python_inter_op, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_cpp_frontend_module_python_inter_op_with_cuda, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_custom_compound_op_autograd, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_custom_functorch_error, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_gen_extension_h_pch, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_half_support, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_custom_op_cuda, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_cuda, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_multiple_sources_and_no_functions, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_throws_when_functions_is_bad, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_with_functions_as_dict, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_with_functions_as_list, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_inline_jit_compile_extension_xpu, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_jit_compile_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_jit_cuda_archflags, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_jit_cuda_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_jit_cudnn_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_jit_xpu_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_lenient_flag_handling_in_jit_extensions, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_load_with_non_platform_default_encoding, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_mps_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_reload_jit_extension, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_returns_shared_library_path_when_is_python_module_is_true, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_set_default_type_also_changes_aten_default_type, test/test_cpp_extensions_jit.py::TestCppExtensionJIT::test_warning 2025-03-14T04:50:11.3857825Z 2025-03-14T04:50:11.3858223Z Running inductor/test_distributed_patterns 1/1 ... [2025-03-14 04:50:11.382814] 2025-03-14T04:50:11.3858751Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:50:11.3859831Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_distributed_patterns.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:50:11.383414] 2025-03-14T04:50:21.7021366Z 2025-03-14T04:50:21.7023662Z inductor/test_distributed_patterns 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_distributed_patterns_1.1_b0b964b1bf3938ad_.log 2025-03-14T04:50:21.7024543Z 2025-03-14T04:50:21.7027369Z Running inductor/test_benchmark_fusion 1/1 ... [2025-03-14 04:50:21.702078] 2025-03-14T04:50:21.7028022Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:50:21.7033369Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_benchmark_fusion.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:50:21.702659] 2025-03-14T04:50:31.8406311Z 2025-03-14T04:50:31.8407447Z inductor/test_benchmark_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_benchmark_fusion_1.1_af87c17ad31a2c91_.log 2025-03-14T04:50:31.8408169Z 2025-03-14T04:50:31.8411644Z Running test_extension_utils 1/1 ... [2025-03-14 04:50:31.840734] 2025-03-14T04:50:31.8412107Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:50:31.8418496Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_extension_utils.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:50:31.841298] 2025-03-14T04:50:37.1438078Z 2025-03-14T04:50:37.1438968Z test_extension_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_extension_utils_1.1_7236e848fa7dde4c_.log 2025-03-14T04:50:37.1440397Z Running 2 items in this shard: test/test_extension_utils.py::TestExtensionUtils::test_external_module_register, test/test_extension_utils.py::TestExtensionUtils::test_external_module_register_with_renamed_backend 2025-03-14T04:50:37.1441345Z 2025-03-14T04:50:37.1444958Z Running inductor/test_cutlass_backend 1/1 ... [2025-03-14 04:50:37.144126] 2025-03-14T04:50:37.1445475Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:50:37.1452420Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cutlass_backend.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:50:37.144701] 2025-03-14T04:50:47.1479698Z 2025-03-14T04:50:47.1480859Z inductor/test_cutlass_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cutlass_backend_1.1_7bac0bb1b3fbbf1f_.log 2025-03-14T04:50:47.1481612Z 2025-03-14T04:50:47.1486151Z Running test_show_pickle 1/1 ... [2025-03-14 04:50:47.148448] 2025-03-14T04:50:47.1486587Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:50:47.1494201Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:50:47.149033] 2025-03-14T04:50:52.0264625Z 2025-03-14T04:50:52.0265496Z test_show_pickle 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_show_pickle_1.1_8628f7a4f76a2dc5_.log 2025-03-14T04:50:52.0266580Z Running 1 items in this shard: test/test_show_pickle.py::TestShowPickle::test_scripted_model 2025-03-14T04:50:52.0267015Z 2025-03-14T04:50:52.0270148Z Running test_transformers_privateuse1 1/1 ... [2025-03-14 04:50:52.015474] 2025-03-14T04:50:54.5140283Z running install 2025-03-14T04:50:54.5143362Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T04:50:54.5144043Z !! 2025-03-14T04:50:54.5144160Z 2025-03-14T04:50:54.5144290Z ******************************************************************************** 2025-03-14T04:50:54.5144687Z Please avoid running ``setup.py`` directly. 2025-03-14T04:50:54.5145706Z Instead, use pypa/build, pypa/installer or other 2025-03-14T04:50:54.5146166Z standards-based tools. 2025-03-14T04:50:54.5146355Z 2025-03-14T04:50:54.5146694Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T04:50:54.5147337Z ******************************************************************************** 2025-03-14T04:50:54.5147570Z 2025-03-14T04:50:54.5147653Z !! 2025-03-14T04:50:54.5147897Z self.initialize_options() 2025-03-14T04:50:54.5270570Z running build 2025-03-14T04:50:54.5270886Z running build_py 2025-03-14T04:50:54.5386754Z creating build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:50:54.5390789Z copying pytorch_openreg\_aten_impl.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:50:54.5399004Z copying pytorch_openreg\_device_daemon.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:50:54.5404480Z copying pytorch_openreg\_meta_parser.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:50:54.5414492Z copying pytorch_openreg\__init__.py -> build\lib.win-amd64-cpython-39\pytorch_openreg 2025-03-14T04:50:54.5426710Z running build_ext 2025-03-14T04:50:54.5489288Z building 'pytorch_openreg._C' extension 2025-03-14T04:50:54.5504059Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc 2025-03-14T04:50:54.5556366Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\build.ninja... 2025-03-14T04:50:54.5560080Z Compiling objects... 2025-03-14T04:50:54.5560596Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2025-03-14T04:50:57.8644755Z [1/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:50:57.9636960Z [2/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:50:59.3498338Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp(135): warning C4273: 'openreg::`anonymous-namespace'::PrivateUse1HooksRegistry': inconsistent dll linkage 2025-03-14T04:50:59.3500031Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.cpp(134): note: see previous definition of 'PrivateUse1HooksRegistry' 2025-03-14T04:50:59.3506371Z [3/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T04:50:59.3541453Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit__C C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\Module.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegHooks.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\OpenRegMem.obj /OUT:build\lib.win-amd64-cpython-39\pytorch_openreg\_C.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.lib 2025-03-14T04:50:59.5227178Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\build\temp.win-amd64-cpython-39\Release\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension\pytorch_openreg\csrc\_C.exp 2025-03-14T04:50:59.5325278Z Generating code 2025-03-14T04:51:01.1364077Z Finished generating code 2025-03-14T04:51:01.2857726Z running install_lib 2025-03-14T04:51:01.2985155Z copying build\lib.win-amd64-cpython-39\pytorch_openreg\_C.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg 2025-03-14T04:51:01.3010252Z running install_egg_info 2025-03-14T04:51:01.3267448Z running egg_info 2025-03-14T04:51:01.3370153Z writing pytorch_openreg.egg-info\PKG-INFO 2025-03-14T04:51:01.3379184Z writing dependency_links to pytorch_openreg.egg-info\dependency_links.txt 2025-03-14T04:51:01.3383789Z writing requirements to pytorch_openreg.egg-info\requires.txt 2025-03-14T04:51:01.3386119Z writing top-level names to pytorch_openreg.egg-info\top_level.txt 2025-03-14T04:51:01.3499276Z reading manifest file 'pytorch_openreg.egg-info\SOURCES.txt' 2025-03-14T04:51:01.3524031Z writing manifest file 'pytorch_openreg.egg-info\SOURCES.txt' 2025-03-14T04:51:01.3527217Z removing './install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg-1.0-py3.9.egg-info' (and everything under it) 2025-03-14T04:51:01.3537047Z Copying pytorch_openreg.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\pytorch_openreg-1.0-py3.9.egg-info 2025-03-14T04:51:01.3568918Z running install_scripts 2025-03-14T04:51:01.9376817Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:51:01.9383396Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers_privateuse1.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:51:01.930384] 2025-03-14T04:51:27.3168403Z 2025-03-14T04:51:27.3169468Z test_transformers_privateuse1 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_transformers_privateuse1_1.1_01583cb097e48d16_.log 2025-03-14T04:51:27.3171776Z Running 3 items in this shard: test/test_transformers_privateuse1.py::TestSDPAPrivateUse1Only::test_fused_sdp_choice_privateuseone, test/test_transformers_privateuse1.py::TestSDPAPrivateUse1Only::test_scaled_dot_product_fused_attention_overrideable, test/test_transformers_privateuse1.py::TestSDPAPrivateUse1Only::test_scaled_dot_product_fused_attention_overrideable_backward 2025-03-14T04:51:27.3173300Z 2025-03-14T04:51:27.3174738Z Running test_namedtuple_return_api 1/1 ... [2025-03-14 04:51:27.309591] 2025-03-14T04:51:27.3175226Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:51:27.3181265Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:51:27.309591] 2025-03-14T04:51:34.3829372Z 2025-03-14T04:51:34.3830293Z test_namedtuple_return_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_namedtuple_return_api_1.1_0ec9c60742c93039_.log 2025-03-14T04:51:34.3832000Z Running 3 items in this shard: test/test_namedtuple_return_api.py::TestNamedTupleAPI::test_import_return_types, test/test_namedtuple_return_api.py::TestNamedTupleAPI::test_namedtuple_return, test/test_namedtuple_return_api.py::TestNamedTupleAPI::test_native_functions_yaml 2025-03-14T04:51:34.3833211Z 2025-03-14T04:51:34.3834268Z Running test_tensorexpr 1/1 ... [2025-03-14 04:51:34.380158] 2025-03-14T04:51:34.3834693Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:51:34.3846109Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:51:34.380158] 2025-03-14T04:52:09.7172808Z 2025-03-14T04:52:09.7173722Z test_tensorexpr 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_tensorexpr_1.1_6dbeb9cb0d49842c_.log 2025-03-14T04:52:09.7192185Z Running 74 items in this shard: test/test_tensorexpr.py::TestTensorExprFuser::test_add_const_rhs, test/test_tensorexpr.py::TestTensorExprFuser::test_add_sub, test/test_tensorexpr.py::TestTensorExprFuser::test_alias_analysis_input_and_module, test/test_tensorexpr.py::TestTensorExprFuser::test_alias_analysis_inputs, test/test_tensorexpr.py::TestTensorExprFuser::test_alias_analysis_module, test/test_tensorexpr.py::TestTensorExprFuser::test_all_combos, test/test_tensorexpr.py::TestTensorExprFuser::test_alpha, test/test_tensorexpr.py::TestTensorExprFuser::test_binary_ops, test/test_tensorexpr.py::TestTensorExprFuser::test_bitwise_ops, test/test_tensorexpr.py::TestTensorExprFuser::test_broadcast, test/test_tensorexpr.py::TestTensorExprFuser::test_broadcast3, test/test_tensorexpr.py::TestTensorExprFuser::test_broadcast_2, test/test_tensorexpr.py::TestTensorExprFuser::test_broadcast_big2, test/test_tensorexpr.py::TestTensorExprFuser::test_cat, test/test_tensorexpr.py::TestTensorExprFuser::test_cat_empty_tensors, test/test_tensorexpr.py::TestTensorExprFuser::test_cat_negative_dim, test/test_tensorexpr.py::TestTensorExprFuser::test_cat_only, test/test_tensorexpr.py::TestTensorExprFuser::test_cat_promote_inputs, test/test_tensorexpr.py::TestTensorExprFuser::test_cat_with_constant_dim, test/test_tensorexpr.py::TestTensorExprFuser::test_char, test/test_tensorexpr.py::TestTensorExprFuser::test_chunk, test/test_tensorexpr.py::TestTensorExprFuser::test_clamp, test/test_tensorexpr.py::TestTensorExprFuser::test_constant, test/test_tensorexpr.py::TestTensorExprFuser::test_double, test/test_tensorexpr.py::TestTensorExprFuser::test_double_intrinsics, test/test_tensorexpr.py::TestTensorExprFuser::test_dynamic_shape, test/test_tensorexpr.py::TestTensorExprFuser::test_easy, test/test_tensorexpr.py::TestTensorExprFuser::test_eq, test/test_tensorexpr.py::TestTensorExprFuser::test_exp_pow, test/test_tensorexpr.py::TestTensorExprFuser::test_four_arg, test/test_tensorexpr.py::TestTensorExprFuser::test_ge, test/test_tensorexpr.py::TestTensorExprFuser::test_gt, test/test_tensorexpr.py::TestTensorExprFuser::test_guard_fails, test/test_tensorexpr.py::TestTensorExprFuser::test_half_bn_relu, test/test_tensorexpr.py::TestTensorExprFuser::test_half_gelu, test/test_tensorexpr.py::TestTensorExprFuser::test_int64_promotion, test/test_tensorexpr.py::TestTensorExprFuser::test_int_output, test/test_tensorexpr.py::TestTensorExprFuser::test_le, test/test_tensorexpr.py::TestTensorExprFuser::test_loop, test/test_tensorexpr.py::TestTensorExprFuser::test_lt, test/test_tensorexpr.py::TestTensorExprFuser::test_mask, test/test_tensorexpr.py::TestTensorExprFuser::test_min_max, test/test_tensorexpr.py::TestTensorExprFuser::test_min_max_reduction, test/test_tensorexpr.py::TestTensorExprFuser::test_min_max_reduction2, test/test_tensorexpr.py::TestTensorExprFuser::test_min_max_reduction_dim1, test/test_tensorexpr.py::TestTensorExprFuser::test_min_max_reduction_dim1_2, test/test_tensorexpr.py::TestTensorExprFuser::test_multi_rand, test/test_tensorexpr.py::TestTensorExprFuser::test_multioutput, test/test_tensorexpr.py::TestTensorExprFuser::test_multiple_outputs, test/test_tensorexpr.py::TestTensorExprFuser::test_nans, test/test_tensorexpr.py::TestTensorExprFuser::test_ne, test/test_tensorexpr.py::TestTensorExprFuser::test_promotion, test/test_tensorexpr.py::TestTensorExprFuser::test_propagated_mem_layout, test/test_tensorexpr.py::TestTensorExprFuser::test_rand_like, test/test_tensorexpr.py::TestTensorExprFuser::test_rank_two, test/test_tensorexpr.py::TestTensorExprFuser::test_relu, test/test_tensorexpr.py::TestTensorExprFuser::test_remainder, test/test_tensorexpr.py::TestTensorExprFuser::test_reps, test/test_tensorexpr.py::TestTensorExprFuser::test_round_2, test/test_tensorexpr.py::TestTensorExprFuser::test_scalar, test/test_tensorexpr.py::TestTensorExprFuser::test_short, test/test_tensorexpr.py::TestTensorExprFuser::test_simple_add, test/test_tensorexpr.py::TestTensorExprFuser::test_sin_pow, test/test_tensorexpr.py::TestTensorExprFuser::test_slice, test/test_tensorexpr.py::TestTensorExprFuser::test_sliced_stride, test/test_tensorexpr.py::TestTensorExprFuser::test_softmax_cpu, test/test_tensorexpr.py::TestTensorExprFuser::test_softmax_cuda, test/test_tensorexpr.py::TestTensorExprFuser::test_strided_output_preserved, test/test_tensorexpr.py::TestTensorExprFuser::test_three_arg, test/test_tensorexpr.py::TestTensorExprFuser::test_three_arg2, test/test_tensorexpr.py::TestTensorExprFuser::test_transpose, test/test_tensorexpr.py::TestTensorExprFuser::test_unary_ops, test/test_tensorexpr.py::TestTensorExprFuser::test_unsqueeze, test/test_tensorexpr.py::TestTensorExprFuser::test_where 2025-03-14T04:52:09.7210654Z 2025-03-14T04:52:09.7210871Z Running test_multiprocessing 1/2 ... [2025-03-14 04:52:09.717492] 2025-03-14T04:52:09.7211323Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:52:09.7212337Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:52:09.718053] 2025-03-14T04:55:23.8821502Z 2025-03-14T04:55:23.8822522Z test_multiprocessing 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_multiprocessing_1.2_3b87c7c711346293_.log 2025-03-14T04:55:23.8830099Z Running 22 items in this shard: test/test_multiprocessing.py::TestMultiprocessing::test_cuda_bad_call, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_memory_allocation, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_parameter_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_small_tensors, test/test_multiprocessing.py::TestMultiprocessing::test_empty_shared, test/test_multiprocessing.py::TestMultiprocessing::test_empty_tensor_sharing_cuda, test/test_multiprocessing.py::TestMultiprocessing::test_empty_tensor_sharing_meta, test/test_multiprocessing.py::TestMultiprocessing::test_event_handle_exporter, test/test_multiprocessing.py::TestMultiprocessing::test_event_handle_importer, test/test_multiprocessing.py::TestMultiprocessing::test_event_multiprocess, test/test_multiprocessing.py::TestMultiprocessing::test_fd_pool, test/test_multiprocessing.py::TestMultiprocessing::test_fd_preserve_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_fs, test/test_multiprocessing.py::TestMultiprocessing::test_inherit_tensor, test/test_multiprocessing.py::TestMultiprocessing::test_integer_parameter_serialization_cuda, test/test_multiprocessing.py::TestMultiprocessing::test_is_shared, test/test_multiprocessing.py::TestMultiprocessing::test_is_shared_cuda, test/test_multiprocessing.py::TestMultiprocessing::test_leaf_variable_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_meta_simple, test/test_multiprocessing.py::TestMultiprocessing::test_parameter_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_set_thread_name, test/test_multiprocessing.py::TestMultiprocessing::test_variable_sharing 2025-03-14T04:55:23.8836939Z 2025-03-14T04:55:23.8837189Z Running test_multiprocessing 2/2 ... [2025-03-14 04:55:23.882200] 2025-03-14T04:55:23.8837695Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T04:55:23.8838710Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 04:55:23.882987] 2025-03-14T05:07:58.8784933Z 2025-03-14T05:07:58.8785863Z test_multiprocessing 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_multiprocessing_2.2_741bc88ff7e02280_.log 2025-03-14T05:07:58.8792034Z Running 19 items in this shard: test/test_multiprocessing.py::TestMultiprocessing::test_autograd_errors, test/test_multiprocessing.py::TestMultiprocessing::test_autograd_fine_with_spawn, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_ipc_deadlock, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_send_many, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_simple, test/test_multiprocessing.py::TestMultiprocessing::test_cuda_variable_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_empty_tensor_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_event, test/test_multiprocessing.py::TestMultiprocessing::test_event_handle_multi_gpu, test/test_multiprocessing.py::TestMultiprocessing::test_fd_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_fs_is_shared, test/test_multiprocessing.py::TestMultiprocessing::test_fs_pool, test/test_multiprocessing.py::TestMultiprocessing::test_fs_preserve_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_fs_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_integer_parameter_serialization_cpu, test/test_multiprocessing.py::TestMultiprocessing::test_mixed_types_cuda_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_non_leaf_variable_sharing, test/test_multiprocessing.py::TestMultiprocessing::test_tensor_sharing_meta, test/test_multiprocessing.py::TestMultiprocessing::test_wrong_cuda_fork 2025-03-14T05:07:58.8797947Z 2025-03-14T05:07:58.8798144Z Running test_torch 1/1 ... [2025-03-14 05:07:58.874440] 2025-03-14T05:07:58.8798527Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:07:58.8799491Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:07:58.874440] 2025-03-14T05:08:24.0946682Z 2025-03-14T05:08:24.0947596Z test_torch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_torch_1.1_f5f7eb223e18bc21_.log 2025-03-14T05:08:24.1241686Z Running 1035 items in this shard: test/test_torch.py::TestBasicVitalSigns::test_basic_vitals, test/test_torch.py::TestBasicVitalSigns::test_basic_vitals_read_write, test/test_torch.py::TestBasicVitalSigns::test_dataloader_vitals, test/test_torch.py::TestTorch::test_RNGState, test/test_torch.py::TestTorch::test_RNGStateAliasing, test/test_torch.py::TestTorch::test_RNG_after_pickle, test/test_torch.py::TestTorch::test_Size, test/test_torch.py::TestTorch::test_Size_iter, test/test_torch.py::TestTorch::test_Size_scalar, test/test_torch.py::TestTorch::test_add_meta_scalar, test/test_torch.py::TestTorch::test_allow_tensor_metadata_change, test/test_torch.py::TestTorch::test_apply, test/test_torch.py::TestTorch::test_as_subclass, test/test_torch.py::TestTorch::test_assert_async, test/test_torch.py::TestTorch::test_backward_hooks_traverse, test/test_torch.py::TestTorch::test_batch_norm_cpu_inference, test/test_torch.py::TestTorch::test_bf16_supported_on_cpu, test/test_torch.py::TestTorch::test_bmm_multithreaded, test/test_torch.py::TestTorch::test_boxMullerState, test/test_torch.py::TestTorch::test_cat_neg_dim, test/test_torch.py::TestTorch::test_check, test/test_torch.py::TestTorch::test_chunk_neg_dim, test/test_torch.py::TestTorch::test_conj_neg_tolist, test/test_torch.py::TestTorch::test_conj_physical_meta_stride, test/test_torch.py::TestTorch::test_contains, test/test_torch.py::TestTorch::test_copy_broadcast, test/test_torch.py::TestTorch::test_copy_dtypes, test/test_torch.py::TestTorch::test_copy_float16, test/test_torch.py::TestTorch::test_copy_many_to_one, test/test_torch.py::TestTorch::test_copy_transpose, test/test_torch.py::TestTorch::test_cuda_not_built, test/test_torch.py::TestTorch::test_cummax_neg_dim, test/test_torch.py::TestTorch::test_cummin_neg_dim, test/test_torch.py::TestTorch::test_cumprod_neg_dim, test/test_torch.py::TestTorch::test_cumsum_neg_dim, test/test_torch.py::TestTorch::test_cxx_flags, test/test_torch.py::TestTorch::test_data_ptr_of_empty_tensor_with_storage, test/test_torch.py::TestTorch::test_data_ptr_of_empty_view_with_storage, test/test_torch.py::TestTorch::test_deepcopy_gradient, test/test_torch.py::TestTorch::test_deepcopy_parameter, test/test_torch.py::TestTorch::test_deterministic_fill_uninitialized_memory, test/test_torch.py::TestTorch::test_deterministic_flag, test/test_torch.py::TestTorch::test_device, test/test_torch.py::TestTorch::test_dim_order, test/test_torch.py::TestTorch::test_dir, test/test_torch.py::TestTorch::test_doc, test/test_torch.py::TestTorch::test_doc_template, test/test_torch.py::TestTorch::test_dot_data_use, test/test_torch.py::TestTorch::test_dtype_is_signed, test/test_torch.py::TestTorch::test_element_size, test/test_torch.py::TestTorch::test_empty_meta, test/test_torch.py::TestTorch::test_empty_storage_view, test/test_torch.py::TestTorch::test_equal, test/test_torch.py::TestTorch::test_error_msg_type_translation, test/test_torch.py::TestTorch::test_fill_diagonal, test/test_torch.py::TestTorch::test_format_scalar_meta, test/test_torch.py::TestTorch::test_from_buffer, test/test_torch.py::TestTorch::test_from_file, test/test_torch.py::TestTorch::test_gather_neg_dim, test/test_torch.py::TestTorch::test_generator_cpu, test/test_torch.py::TestTorch::test_get_cpu_capability, test/test_torch.py::TestTorch::test_has_internal_overlap, test/test_torch.py::TestTorch::test_has_storage, test/test_torch.py::TestTorch::test_index_add, test/test_torch.py::TestTorch::test_index_add_all_dtypes, test/test_torch.py::TestTorch::test_index_add_cornercase, test/test_torch.py::TestTorch::test_index_add_correctness, test/test_torch.py::TestTorch::test_index_add_neg_dim, test/test_torch.py::TestTorch::test_index_copy_neg_dim, test/test_torch.py::TestTorch::test_index_fill_neg_dim, test/test_torch.py::TestTorch::test_index_select_neg_dim, test/test_torch.py::TestTorch::test_invalid_arg_error_handling, test/test_torch.py::TestTorch::test_invalid_generator_raises, test/test_torch.py::TestTorch::test_is_nonzero, test/test_torch.py::TestTorch::test_is_same_size, test/test_torch.py::TestTorch::test_iter, test/test_torch.py::TestTorch::test_kthvalue_neg_dim, test/test_torch.py::TestTorch::test_linspace_logspace, test/test_torch.py::TestTorch::test_logcumsumexp_neg_dim, test/test_torch.py::TestTorch::test_manual_seed, test/test_torch.py::TestTorch::test_map, test/test_torch.py::TestTorch::test_map2, test/test_torch.py::TestTorch::test_max_neg_dim, test/test_torch.py::TestTorch::test_mean_neg_dim, test/test_torch.py::TestTorch::test_median_neg_dim, test/test_torch.py::TestTorch::test_memory_format, test/test_torch.py::TestTorch::test_memory_format_contiguous_returns_same_tensor_if_already_satisfies, test/test_torch.py::TestTorch::test_memory_format_empty, test/test_torch.py::TestTorch::test_min_neg_dim, test/test_torch.py::TestTorch::test_mode_neg_dim, test/test_torch.py::TestTorch::test_multinomial_invalid_probs, test/test_torch.py::TestTorch::test_nanmedian_neg_dim, test/test_torch.py::TestTorch::test_narrow_neg_dim, test/test_torch.py::TestTorch::test_nbytes, test/test_torch.py::TestTorch::test_ndim, test/test_torch.py::TestTorch::test_new, test/test_torch.py::TestTorch::test_newaxis_numpy_comparison, test/test_torch.py::TestTorch::test_newindex, test/test_torch.py::TestTorch::test_no_cuda_monkeypatch, test/test_torch.py::TestTorch::test_norm_neg_dim, test/test_torch.py::TestTorch::test_normal_shape, test/test_torch.py::TestTorch::test_numel, test/test_torch.py::TestTorch::test_parallel_info, test/test_torch.py::TestTorch::test_parsing_double, test/test_torch.py::TestTorch::test_parsing_int64, test/test_torch.py::TestTorch::test_parsing_intlist, test/test_torch.py::TestTorch::test_permute, test/test_torch.py::TestTorch::test_pickle, test/test_torch.py::TestTorch::test_pickle_dtype, test/test_torch.py::TestTorch::test_pickle_function, test/test_torch.py::TestTorch::test_pickle_generator, test/test_torch.py::TestTorch::test_pickle_parameter, test/test_torch.py::TestTorch::test_pickle_parameter_no_requires_grad, test/test_torch.py::TestTorch::test_pickle_size, test/test_torch.py::TestTorch::test_pin_memory, test/test_torch.py::TestTorch::test_print, test/test_torch.py::TestTorch::test_prod_neg_dim, test/test_torch.py::TestTorch::test_pyobj_preserved, test/test_torch.py::TestTorch::test_qengine, test/test_torch.py::TestTorch::test_renorm_neg_dim, test/test_torch.py::TestTorch::test_resizable, test/test_torch.py::TestTorch::test_reversed, test/test_torch.py::TestTorch::test_scatter_neg_dim, test/test_torch.py::TestTorch::test_select_neg_dim, test/test_torch.py::TestTorch::test_set_flush_denormal, test/test_torch.py::TestTorch::test_setting_real_imag_to_a_number, test/test_torch.py::TestTorch::test_show_config, test/test_torch.py::TestTorch::test_size_neg_dim, test/test_torch.py::TestTorch::test_size_stride, test/test_torch.py::TestTorch::test_sizeof, test/test_torch.py::TestTorch::test_slice, test/test_torch.py::TestTorch::test_slow_test, test/test_torch.py::TestTorch::test_sobolengine_bounds, test/test_torch.py::TestTorch::test_sobolengine_bounds_scrambled, test/test_torch.py::TestTorch::test_sobolengine_continuing, test/test_torch.py::TestTorch::test_sobolengine_continuing_scrambled, test/test_torch.py::TestTorch::test_sobolengine_default_dtype, test/test_torch.py::TestTorch::test_sobolengine_distribution, test/test_torch.py::TestTorch::test_sobolengine_distribution_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw, test/test_torch.py::TestTorch::test_sobolengine_draw_base2, test/test_torch.py::TestTorch::test_sobolengine_draw_base2_scrambled, test/test_torch.py::TestTorch::test_sobolengine_draw_scrambled, test/test_torch.py::TestTorch::test_sobolengine_fast_forward, test/test_torch.py::TestTorch::test_sobolengine_fast_forward_scrambled, test/test_torch.py::TestTorch::test_sobolengine_first_point, test/test_torch.py::TestTorch::test_sobolengine_high_dim, test/test_torch.py::TestTorch::test_sobolengine_raise, test/test_torch.py::TestTorch::test_sobolengine_reset, test/test_torch.py::TestTorch::test_sobolengine_reset_scrambled, test/test_torch.py::TestTorch::test_sort_neg_dim, test/test_torch.py::TestTorch::test_split_neg_dim, test/test_torch.py::TestTorch::test_split_with_sizes_copy_out, test/test_torch.py::TestTorch::test_squeeze_neg_dim, test/test_torch.py::TestTorch::test_std_neg_dim, test/test_torch.py::TestTorch::test_storage_base_init, test/test_torch.py::TestTorch::test_storage_base_new, test/test_torch.py::TestTorch::test_storage_byteswap, test/test_torch.py::TestTorch::test_storage_casts, test/test_torch.py::TestTorch::test_storage_cycle_via_dict, test/test_torch.py::TestTorch::test_storage_cycle_via_slots, test/test_torch.py::TestTorch::test_storage_dead_weak_ref, test/test_torch.py::TestTorch::test_storage_dealloc, test/test_torch.py::TestTorch::test_storage_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_resurrected, test/test_torch.py::TestTorch::test_storage_dealloc_subclass_zombie, test/test_torch.py::TestTorch::test_storage_dict_dealloc, test/test_torch.py::TestTorch::test_storage_error, test/test_torch.py::TestTorch::test_storage_error_no_attribute, test/test_torch.py::TestTorch::test_storage_finalizer_dealloc, test/test_torch.py::TestTorch::test_storage_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_resurrected, test/test_torch.py::TestTorch::test_storage_from_tensor_dealloc_zombie, test/test_torch.py::TestTorch::test_storage_preserve_nonhermetic_in_hermetic_context, test/test_torch.py::TestTorch::test_storage_resurrected_weak_ref, test/test_torch.py::TestTorch::test_storage_slot_dealloc, test/test_torch.py::TestTorch::test_storage_weakref_dealloc, test/test_torch.py::TestTorch::test_structseq_repr, test/test_torch.py::TestTorch::test_subclass_preserved, test/test_torch.py::TestTorch::test_subclass_tensors, test/test_torch.py::TestTorch::test_sum_neg_dim, test/test_torch.py::TestTorch::test_swap_basic, test/test_torch.py::TestTorch::test_swap_fail_slots, test/test_torch.py::TestTorch::test_t_not_2d_error, test/test_torch.py::TestTorch::test_tensor_base_init, test/test_torch.py::TestTorch::test_tensor_base_new, test/test_torch.py::TestTorch::test_tensor_ctor_scalar, test/test_torch.py::TestTorch::test_tensor_cycle_via_dict, test/test_torch.py::TestTorch::test_tensor_cycle_via_slots, test/test_torch.py::TestTorch::test_tensor_dead_weak_ref, test/test_torch.py::TestTorch::test_tensor_dict_dealloc, test/test_torch.py::TestTorch::test_tensor_finalizer_dealloc, test/test_torch.py::TestTorch::test_tensor_fix_weakref_no_leak, test/test_torch.py::TestTorch::test_tensor_ressurecting_clear, test/test_torch.py::TestTorch::test_tensor_resurrected_weak_ref, test/test_torch.py::TestTorch::test_tensor_set, test/test_torch.py::TestTorch::test_tensor_set_errors, test/test_torch.py::TestTorch::test_tensor_slot_dealloc, test/test_torch.py::TestTorch::test_tensor_weakref_dealloc, test/test_torch.py::TestTorch::test_tensor_where_scalar, test/test_torch.py::TestTorch::test_tensoriterator_output_setup, test/test_torch.py::TestTorch::test_terminate_handler_on_crash, test/test_torch.py::TestTorch::test_to, test/test_torch.py::TestTorch::test_to_with_tensor, test/test_torch.py::TestTorch::test_topk_neg_dim, test/test_torch.py::TestTorch::test_torch_from_file, test/test_torch.py::TestTorch::test_transpose_neg_dim, test/test_torch.py::TestTorch::test_type, test/test_torch.py::TestTorch::test_type_alias, test/test_torch.py::TestTorch::test_type_conversion_via_dtype_name, test/test_torch.py::TestTorch::test_typed_storage_deprecation_warning, test/test_torch.py::TestTorch::test_typed_storage_internal_no_warning, test/test_torch.py::TestTorch::test_unbind_neg_dim, test/test_torch.py::TestTorch::test_unflatten, test/test_torch.py::TestTorch::test_unfold_neg_dim, test/test_torch.py::TestTorch::test_unsqueeze_neg_dim, test/test_torch.py::TestTorch::test_upsample_nearest1d_meta, test/test_torch.py::TestTorch::test_upsample_nearest2d_meta, test/test_torch.py::TestTorch::test_var_neg_dim, test/test_torch.py::TestTorch::test_warn_types, test/test_torch.py::TestTorch::test_wildcard_import, test/test_torch.py::TestVitalSignsCudaCPU::test_cuda_vitals_gpu_only_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test__local_scalar_dense_with_empty_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcdiv_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_cuda_errors_with_cpu_scalars_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_False_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_addcmul_use_cpu_scalar_True_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_assertRaisesRegex_ignore_msg_non_native_device_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_edge_cases_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_p_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bernoulli_self_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bfloat16_neg_abs_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bool_tensor_value_change_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_add_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_addcdiv_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_addcmul_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_atan2_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_copy_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_dist_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_div_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_eq_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_fmod_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_ge_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_gt_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_le_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_lerp_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_lt_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_map2_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_map_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_fill_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_scatter_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_masked_select_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_max_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_min_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_mul_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_ne_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_pow_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_remainder_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_broadcast_fn_sub_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_bytes_to_scalar_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_no_inf_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_cauchy_no_inf_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_cuda_backward_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_euclidean_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_grad_p_lt_1_no_nan_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_large_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_non_contiguous_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_non_contiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_norm_batch_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_norm_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cdist_same_inputs_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_check_tensor_all_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_check_tensor_internal_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_all_dtypes_and_devices_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_not_memory_dense_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_clone_zero_stride_dim_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_complex_half_experimental_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_constants_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_conv_transposed_backward_agnostic_to_memory_format_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_conv_transposed_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy__cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_all_dtypes_and_devices_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_math_view_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_mem_overlap_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_copy_transpose_math_view_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_corrcoef_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_cov_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cpp_warnings_have_python_context_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cublas_config_nondeterministic_alert_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummax_cummin_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummax_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cummin_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cumprod_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cumsum_64bit_indexing_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_cumsum_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deepcopy_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_cumsum_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_empty_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_interpolate_bilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_replication_pad2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_deterministic_resize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_device_guard_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_diff_noncontig_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_dim_function_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_discontiguous_out_cumsum_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_dist_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_dtypetensor_warnings_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_errors_index_copy_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_expected_failure_xla_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_no_zero_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_exponential_no_zero_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gather_backward_deterministic_path_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_gather_backward_one_dim_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_geometric_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scale_will_not_overflow_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaler_deprecated_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaler_pass_itself_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_accumulation_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach0_fused0_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach2_fused_True_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_autocast_foreach_True_fused1_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_clipping_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_clipping_separate_unscale_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_multiple_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_penalty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_state_dict_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_unscale_sparse_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_grad_scaling_update_scale_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_all_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_extreme_cases_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_spacing_list_length_error_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_gradient_type_promotion_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_hook_remove_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_add_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_add_large_inputs_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_add_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_copy_scalars_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_fill_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_put_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_put_non_accumulate_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amax_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_amin_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_mean_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_reduce_reduce_prod_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_index_select_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_int64_upsample3d_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_invalid_shapes_grid_sampler_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_is_set_to_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_is_signed_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e4m3fn, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e4m3fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e5m2, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_float8_e5m2fnuz, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_item_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_large_cumprod_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_large_cumsum_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_binary_op_no_materialize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_lazy_clone_view_materialize_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_log_normal_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_logcumsumexp_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_lognormal_kstest_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_bool_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bfloat16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bfloat16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bool_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_bool_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex128_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex128_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_complex64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float32_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float32_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_float64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int16_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int16_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int32_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int32_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int64_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int64_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int8_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_int8_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_uint8_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_cpu_uint8_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_fill_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_bool_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_inplace_noncontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_large_tensor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_scatter_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_masked_select_discontiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_clone_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_consistency_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_cpu_and_cuda_ops_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_empty_like_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_factory_like_functions_preserve_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_operators_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_preserved_after_permute_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_propagation_rules_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_to_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_type_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_memory_format_type_shortcuts_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_module_share_memory_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_deterministic_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_device_constrain_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_empty_w_replacement_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_empty_wo_replacement_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_gpu_device_constrain_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_multinomial_rng_state_advance_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_narrow_copy_non_contiguous_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_narrow_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveAvgPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveAvgPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AdaptiveMaxPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_AvgPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_CTCLoss_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_EmbeddingBag_max_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_FractionalMaxPool2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_FractionalMaxPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxPool3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool1d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool2d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_MaxUnpool3d_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_NLLLoss_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReflectionPad1d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReflectionPad3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad1d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_ReplicationPad3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_bincount_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_grid_sample_2d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_grid_sample_3d_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_histc_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_bicubic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_bilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_linear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_interpolate_trilinear_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_kthvalue_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_median_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_put_accumulate_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_alert_put_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_qint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_qint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint2x4, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint4x2, test/test_torch.py::TestTorchDeviceTypeCPU::test_nondeterministic_resize_quantized_cpu_quint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_normal_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_nullary_op_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pairwise_distance_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_parallel_cow_materialize_error_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_AdamW_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_Adam_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_params_invalidated_with_grads_invalidated_between_unscale_and_step_SGD_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_pdist_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pdist_norm_large_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pickle_gradscaler_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_pin_memory_from_constructor_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_accumulate_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_put_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_reduced_type_float_copy_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_reduced_type_float_copy_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_repeat_interleave_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scalar_check_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_bool_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_non_unique_index_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_one_dim_deterministic_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_add_to_large_input_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_bool_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_non_unique_index_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_operations_to_large_input_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_reduce_scalar_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_to_large_input_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_scatter_zero_size_index_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_serialization_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_default_tensor_type_warnings_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_set_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_shift_mem_overlap_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_skip_xla_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_all_devices_non_blocking_False_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_all_devices_non_blocking_True_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_errors_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_from_tensor_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_meta_ok_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_qint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_qint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_quint4x2, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_quint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_storage_setitem_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_strides_propagation_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_sync_warning_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_take_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_from_storage_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_set_errors_multigpu_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_shape_empty_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_storage_type_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_tensor_type_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_ternary_op_mem_overlap_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_bool, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_complex128, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_complex64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int16, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int32, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int64, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_int8, test/test_torch.py::TestTorchDeviceTypeCPU::test_typed_storage_meta_cpu_uint8, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_bfloat16, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float16, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float32, test/test_torch.py::TestTorchDeviceTypeCPU::test_uniform_kstest_cpu_float64, test/test_torch.py::TestTorchDeviceTypeCPU::test_untyped_storage_meta_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_warn_always_caught_cpu, test/test_torch.py::TestTorchDeviceTypeCPU::test_where_scalar_handcrafted_values_cpu 2025-03-14T05:08:24.1518877Z 2025-03-14T05:08:24.1519123Z Running inductor/test_flex_attention 1/1 ... [2025-03-14 05:08:24.085560] 2025-03-14T05:08:24.1519603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:24.1520664Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_flex_attention.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:24.085560] 2025-03-14T05:08:28.9619818Z 2025-03-14T05:08:28.9620870Z inductor/test_flex_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_flex_attention_1.1_47189640ba96bb36_.log 2025-03-14T05:08:28.9621572Z 2025-03-14T05:08:28.9624910Z Running test_autocast 1/1 ... [2025-03-14 05:08:28.960076] 2025-03-14T05:08:28.9625526Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:28.9631183Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:28.960076] 2025-03-14T05:08:35.0267706Z 2025-03-14T05:08:35.0268725Z test_autocast 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_autocast_1.1_83cd196f6354eaf3_.log 2025-03-14T05:08:35.0274688Z Running 20 items in this shard: test/test_autocast.py::TestAutocastCPU::test_autocast_disabled_with_fp32_dtype, test/test_autocast.py::TestAutocastCPU::test_autocast_methods_expect_builtin_promote, test/test_autocast.py::TestAutocastCPU::test_autocast_nn_16, test/test_autocast.py::TestAutocastCPU::test_autocast_nn_fp32, test/test_autocast.py::TestAutocastCPU::test_autocast_rnn, test/test_autocast.py::TestAutocastCPU::test_autocast_torch_16, test/test_autocast.py::TestAutocastCPU::test_autocast_torch_expect_builtin_promote, test/test_autocast.py::TestAutocastCPU::test_autocast_torch_fp32, test/test_autocast.py::TestAutocastCPU::test_autocast_torch_need_autocast_promote, test/test_autocast.py::TestAutocastCPU::test_cpu_autocast_deprecated_warning, test/test_autocast.py::TestAutocastCPU::test_generic_autocast, test/test_autocast.py::TestAutocastGPU::test_autocast_prioritize, test/test_autocast.py::TestAutocastGPU::test_cache_disabled, test/test_autocast.py::TestAutocastGPU::test_cast_cache_is_global, test/test_autocast.py::TestAutocastMPS::test_cast_cache_is_global, test/test_autocast.py::TestAutocastMPS::test_mps_autocast_bfloat16_supported, test/test_autocast.py::TestAutocastMPS::test_mps_autocast_error_message, test/test_autocast.py::TestTorchAutocast::test_autocast_fast_dtype, test/test_autocast.py::TestTorchAutocast::test_invalid_device, test/test_autocast.py::TestTorchAutocast::test_non_string_device 2025-03-14T05:08:35.0280302Z 2025-03-14T05:08:35.0280586Z Running test_autograd_fallback 1/1 ... [2025-03-14 05:08:35.026810] 2025-03-14T05:08:35.0281048Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:35.0282064Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd_fallback.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:35.027898] 2025-03-14T05:08:40.2231421Z 2025-03-14T05:08:40.2232566Z test_autograd_fallback 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_autograd_fallback_1.1_10dfc901e9ba71cf_.log 2025-03-14T05:08:40.2243932Z Running 28 items in this shard: test/test_autograd_fallback.py::TestAutogradFallback::test_autograd_function_registered_to_cpu_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_autograd_function_registered_to_cpu_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_base_does_not_require_grad_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_base_does_not_require_grad_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_composite_registered_to_cpu_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_composite_registered_to_cpu_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_cpu_return_self_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_cpu_return_self_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_inplace_autograd_function_registered_to_cpu_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_inplace_autograd_function_registered_to_cpu_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_inplace_on_tensor_that_does_not_require_grad_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_inplace_on_tensor_that_does_not_require_grad_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_no_autograd_kernel_inplace_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_no_autograd_kernel_inplace_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_no_autograd_kernel_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_no_autograd_kernel_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_no_grad_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_no_grad_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_post_autograd_returns_leaf_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_post_autograd_returns_leaf_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_post_autograd_returns_mix_of_requires_grad_tensors_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_post_autograd_returns_mix_of_requires_grad_tensors_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_supports_tensor_lists_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_supports_tensor_lists_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_undefined_grads_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_undefined_grads_mode_warn, test/test_autograd_fallback.py::TestAutogradFallback::test_undefined_inputs_outputs_mode_nothing, test/test_autograd_fallback.py::TestAutogradFallback::test_undefined_inputs_outputs_mode_warn 2025-03-14T05:08:40.2254647Z 2025-03-14T05:08:40.2254883Z Running test_python_dispatch 1/1 ... [2025-03-14 05:08:40.223521] 2025-03-14T05:08:40.2255330Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:40.2256347Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:40.224110] 2025-03-14T05:08:54.6097655Z 2025-03-14T05:08:54.6098869Z test_python_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_python_dispatch_1.1_5fb70b558d4858b7_.log 2025-03-14T05:08:54.6141143Z Running 114 items in this shard: test/test_python_dispatch.py::TestDispatcherPythonBindings::test_call_boxed, test/test_python_dispatch.py::TestPythonRegistration::test_alias_analysis, test/test_python_dispatch.py::TestPythonRegistration::test_create_new_library, test/test_python_dispatch.py::TestPythonRegistration::test_create_new_library_fragment_no_existing, test/test_python_dispatch.py::TestPythonRegistration::test_create_new_library_fragment_with_existing, test/test_python_dispatch.py::TestPythonRegistration::test_error_for_unsupported_ns_or_kind, test/test_python_dispatch.py::TestPythonRegistration::test_error_if_fn_not_callable, test/test_python_dispatch.py::TestPythonRegistration::test_extend_library_with_dispatch_key_arg, test/test_python_dispatch.py::TestPythonRegistration::test_fallback, test/test_python_dispatch.py::TestPythonRegistration::test_fallback_fallthrough, test/test_python_dispatch.py::TestPythonRegistration::test_fallback_keyset, test/test_python_dispatch.py::TestPythonRegistration::test_fallthrough_for_dense_key_with_meta_in_tls, test/test_python_dispatch.py::TestPythonRegistration::test_finalizer, test/test_python_dispatch.py::TestPythonRegistration::test_override_aten_ops_with_multiple_libraries, test/test_python_dispatch.py::TestPythonRegistration::test_override_cpu_sum, test/test_python_dispatch.py::TestPythonRegistration::test_override_cuda_with_jiterator, test/test_python_dispatch.py::TestPythonRegistration::test_register_fallthrough, test/test_python_dispatch.py::TestPythonRegistration::test_returning_symint, test/test_python_dispatch.py::TestPythonDispatch::test_all_same_mode, test/test_python_dispatch.py::TestPythonDispatch::test_autograd_in_attr, test/test_python_dispatch.py::TestPythonDispatch::test_basic, test/test_python_dispatch.py::TestPythonDispatch::test_capture_logs_with_torch_dispatch_mode, test/test_python_dispatch.py::TestPythonDispatch::test_construct_int_tensor, test/test_python_dispatch.py::TestPythonDispatch::test_custom_autograd, test/test_python_dispatch.py::TestPythonDispatch::test_custom_size_policy_dynamic_shapes, test/test_python_dispatch.py::TestPythonDispatch::test_data_ptr_respects_numel_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_deepcopy_non_wrapper_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_deepcopy_wrapper_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_deepcopy_wrapper_subclass_with_clone_returning_different_type, test/test_python_dispatch.py::TestPythonDispatch::test_detach_appears_twice_when_called_once, test/test_python_dispatch.py::TestPythonDispatch::test_device_slowpath, test/test_python_dispatch.py::TestPythonDispatch::test_dim_slowpath, test/test_python_dispatch.py::TestPythonDispatch::test_dispatch_super_call, test/test_python_dispatch.py::TestPythonDispatch::test_dispatch_super_call_list_arg, test/test_python_dispatch.py::TestPythonDispatch::test_dispatch_super_dont_autograd, test/test_python_dispatch.py::TestPythonDispatch::test_error_using_class_method_on_mode, test/test_python_dispatch.py::TestPythonDispatch::test_exception_handling, test/test_python_dispatch.py::TestPythonDispatch::test_fancy_strides, test/test_python_dispatch.py::TestPythonDispatch::test_format, test/test_python_dispatch.py::TestPythonDispatch::test_get_cur_mode, test/test_python_dispatch.py::TestPythonDispatch::test_get_mode_stack, test/test_python_dispatch.py::TestPythonDispatch::test_index_put_where_only_index_is_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_invalid_ret, test/test_python_dispatch.py::TestPythonDispatch::test_is_contiguous_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_kwarg_only, test/test_python_dispatch.py::TestPythonDispatch::test_kwarg_only_and_positional_default, test/test_python_dispatch.py::TestPythonDispatch::test_layout_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_like, test/test_python_dispatch.py::TestPythonDispatch::test_list_ret, test/test_python_dispatch.py::TestPythonDispatch::test_make_fx_with_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_make_subclass_with_modes, test/test_python_dispatch.py::TestPythonDispatch::test_make_wrapper_subclass_noalloc, test/test_python_dispatch.py::TestPythonDispatch::test_make_wrapper_subclass_propagates_metadata, test/test_python_dispatch.py::TestPythonDispatch::test_maybe_tuple_bug, test/test_python_dispatch.py::TestPythonDispatch::test_mode_detection, test/test_python_dispatch.py::TestPythonDispatch::test_mode_with_make_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_multiple_ops_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_nested_push_logging_tensor_mode, test/test_python_dispatch.py::TestPythonDispatch::test_nesting_same_mode, test/test_python_dispatch.py::TestPythonDispatch::test_new_ones, test/test_python_dispatch.py::TestPythonDispatch::test_none_wrapping, test/test_python_dispatch.py::TestPythonDispatch::test_notimplemented_mode, test/test_python_dispatch.py::TestPythonDispatch::test_optional_tensor_list, test/test_python_dispatch.py::TestPythonDispatch::test_out, test/test_python_dispatch.py::TestPythonDispatch::test_produce_real_type, test/test_python_dispatch.py::TestPythonDispatch::test_record_stream, test/test_python_dispatch.py::TestPythonDispatch::test_return_and_correct_aliasing_gives_correct_stride, test/test_python_dispatch.py::TestPythonDispatch::test_return_stream, test/test_python_dispatch.py::TestPythonDispatch::test_set_data, test/test_python_dispatch.py::TestPythonDispatch::test_shallow_copy_and_detach, test/test_python_dispatch.py::TestPythonDispatch::test_sizes_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_standard_is_not_subclass, test/test_python_dispatch.py::TestPythonDispatch::test_storage, test/test_python_dispatch.py::TestPythonDispatch::test_storage_can_be_converted_to_python_object, test/test_python_dispatch.py::TestPythonDispatch::test_strides_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_subclass_autograd_device_check, test/test_python_dispatch.py::TestPythonDispatch::test_subclass_creation, test/test_python_dispatch.py::TestPythonDispatch::test_subclass_priority, test/test_python_dispatch.py::TestPythonDispatch::test_sym_sizes_strides_slow_path, test/test_python_dispatch.py::TestPythonDispatch::test_tolist_numpy_with_torch_dispatch_mode, test/test_python_dispatch.py::TestPythonDispatch::test_torch_dispatch_mode_basic, test/test_python_dispatch.py::TestPythonDispatch::test_torch_dispatch_mode_respects_no_dispatch, test/test_python_dispatch.py::TestPythonDispatch::test_torch_dispatch_mode_subclass_priority, test/test_python_dispatch.py::TestPythonDispatch::test_torch_dispatch_mode_unrelated_tensors, test/test_python_dispatch.py::TestPythonDispatch::test_version, test/test_python_dispatch.py::TestPythonDispatch::test_view_returns_alias_under_torch_dispatch, test/test_python_dispatch.py::TestPythonDispatch::test_with_mode_created_separately, test/test_python_dispatch.py::TestPythonDispatch::test_with_nested_modes, test/test_python_dispatch.py::TestPythonDispatch::test_wrapper_subclass_extra_dispatch_keys, test/test_python_dispatch.py::TestPythonDispatch::test_wrapper_subclass_multiprocessing_preserves_dtype, test/test_python_dispatch.py::TestPythonDispatch::test_wrapper_subclass_reentrant_dispatch_with_mode, test/test_python_dispatch.py::TestPythonDispatch::test_wrapper_subclass_serializes, test/test_python_dispatch.py::TestPythonDispatcher::test_basic, test/test_python_dispatch.py::TestPythonDispatcher::test_lstsq, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_cat_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_conv2d_cpu, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyCatCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyCubeCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyMulCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyMulScalarCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyNMSCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyNonzeroCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpySortCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpySplitCopyCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpySplitCopyWithIntCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyTakeCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_custom_NumpyViewCopyCustomOp_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_fft_fft2_cpu, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_mul_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_native_batch_norm_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_out_op_cpu, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_split_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_split_list_args_cpu_float32, test/test_python_dispatch.py::TestWrapperSubclassAliasingCPU::test_wrapper_subclass_aliasing_view_cpu_float32 2025-03-14T05:08:54.6183450Z 2025-03-14T05:08:54.6183648Z Running test_jit_disabled 1/1 ... [2025-03-14 05:08:54.610395] 2025-03-14T05:08:54.6184098Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:54.6185604Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:54.610973] 2025-03-14T05:08:59.7701588Z 2025-03-14T05:08:59.7702478Z test_jit_disabled 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_disabled_1.1_0ad0308f554cb807_.log 2025-03-14T05:08:59.7704128Z Running 3 items in this shard: test/test_jit_disabled.py::TestJitDisabled::test_attribute, test/test_jit_disabled.py::TestJitDisabled::test_recursive_script, test/test_jit_disabled.py::TestJitDisabled::test_script_module_construction 2025-03-14T05:08:59.7705175Z 2025-03-14T05:08:59.7707006Z Running test_fake_tensor 1/1 ... [2025-03-14 05:08:59.767774] 2025-03-14T05:08:59.7707450Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:08:59.7713341Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:08:59.767774] 2025-03-14T05:09:14.1719147Z 2025-03-14T05:09:14.1720031Z test_fake_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_fake_tensor_1.1_7214edb7a4be33fd_.log 2025-03-14T05:09:14.1821213Z Running 268 items in this shard: test/test_fake_tensor.py::FakeTensorTest::test__adaptive_avg_pool2d_backward, test/test_fake_tensor.py::FakeTensorTest::test_alias_call, test/test_fake_tensor.py::FakeTensorTest::test_allow_meta, test/test_fake_tensor.py::FakeTensorTest::test_aten_copy_multi_device, test/test_fake_tensor.py::FakeTensorTest::test_aten_index_multi_device, test/test_fake_tensor.py::FakeTensorTest::test_aten_slice_scatter_multi_device, test/test_fake_tensor.py::FakeTensorTest::test_basic, test/test_fake_tensor.py::FakeTensorTest::test_batch_tensor, test/test_fake_tensor.py::FakeTensorTest::test_binary_op_type_promotion, test/test_fake_tensor.py::FakeTensorTest::test_constructor, test/test_fake_tensor.py::FakeTensorTest::test_convert_fake_to_real, test/test_fake_tensor.py::FakeTensorTest::test_cpu_fallback, test/test_fake_tensor.py::FakeTensorTest::test_cuda_initialized, test/test_fake_tensor.py::FakeTensorTest::test_cuda_lstm, test/test_fake_tensor.py::FakeTensorTest::test_cudnn_rnn_with_fallback, test/test_fake_tensor.py::FakeTensorTest::test_cudnn_rnn_without_fallback, test/test_fake_tensor.py::FakeTensorTest::test_custom_op_fallback, test/test_fake_tensor.py::FakeTensorTest::test_data_dependent_operator, test/test_fake_tensor.py::FakeTensorTest::test_deepcopy, test/test_fake_tensor.py::FakeTensorTest::test_device_inplace_copy, test/test_fake_tensor.py::FakeTensorTest::test_embedding_bag_meta, test/test_fake_tensor.py::FakeTensorTest::test_export_numpy, test/test_fake_tensor.py::FakeTensorTest::test_fake_dispatch_keys, test/test_fake_tensor.py::FakeTensorTest::test_fake_grad_copy, test/test_fake_tensor.py::FakeTensorTest::test_fake_mode_error, test/test_fake_tensor.py::FakeTensorTest::test_from_numpy, test/test_fake_tensor.py::FakeTensorTest::test_fsdp_flat_param, test/test_fake_tensor.py::FakeTensorTest::test_full, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_complex128, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_complex64, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float32, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float64, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float8_e4m3fn, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float8_e4m3fnuz, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float8_e5m2, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_float8_e5m2fnuz, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_int16, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_int32, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_int64, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_int8, test/test_fake_tensor.py::FakeTensorTest::test_index_cuda_with_cpu_uint8, test/test_fake_tensor.py::FakeTensorTest::test_index_put_error, test/test_fake_tensor.py::FakeTensorTest::test_jagged_fake_to_fake_preserved, test/test_fake_tensor.py::FakeTensorTest::test_like_constructor, test/test_fake_tensor.py::FakeTensorTest::test_mixed_real_and_fake_inputs, test/test_fake_tensor.py::FakeTensorTest::test_mode, test/test_fake_tensor.py::FakeTensorTest::test_nan_to_num, test/test_fake_tensor.py::FakeTensorTest::test_new, test/test_fake_tensor.py::FakeTensorTest::test_non_kwarg_device, test/test_fake_tensor.py::FakeTensorTest::test_non_overlapping_stride_zero, test/test_fake_tensor.py::FakeTensorTest::test_non_parameter_grad, test/test_fake_tensor.py::FakeTensorTest::test_normalize_device, test/test_fake_tensor.py::FakeTensorTest::test_out_multi_device, test/test_fake_tensor.py::FakeTensorTest::test_parameter_instantiation, test/test_fake_tensor.py::FakeTensorTest::test_parameter_view, test/test_fake_tensor.py::FakeTensorTest::test_print_in_fake_mode, test/test_fake_tensor.py::FakeTensorTest::test_randperm, test/test_fake_tensor.py::FakeTensorTest::test_recursive_invocation, test/test_fake_tensor.py::FakeTensorTest::test_repr, test/test_fake_tensor.py::FakeTensorTest::test_same_shape_env_preserved, test/test_fake_tensor.py::FakeTensorTest::test_scalar_inputs, test/test_fake_tensor.py::FakeTensorTest::test_scan_reverse_False, test/test_fake_tensor.py::FakeTensorTest::test_scan_reverse_True, test/test_fake_tensor.py::FakeTensorTest::test_setitem, test/test_fake_tensor.py::FakeTensorTest::test_shape_take_not_device, test/test_fake_tensor.py::FakeTensorTest::test_split_return_self, test/test_fake_tensor.py::FakeTensorTest::test_throw, test/test_fake_tensor.py::FakeTensorTest::test_tolist, test/test_fake_tensor.py::FakeTensorTest::test_type_as, test/test_fake_tensor.py::FakeTensorTest::test_unsqueeze_copy, test/test_fake_tensor.py::FakeTensorTest::test_upsample_bilinear_small_channels, test/test_fake_tensor.py::FakeTensorTest::test_zero_dim, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test__adaptive_avg_pool2d_backward_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_alias_call_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_allow_meta_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_aten_copy_multi_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_aten_index_multi_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_aten_slice_scatter_multi_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_basic_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_batch_tensor_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_binary_op_type_promotion_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_constructor_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_convert_fake_to_real_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_cpu_fallback_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_cuda_initialized_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_cuda_lstm_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_cudnn_rnn_with_fallback_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_cudnn_rnn_without_fallback_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_custom_op_fallback_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_data_dependent_operator_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_deepcopy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_device_inplace_copy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_embedding_bag_meta_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_export_numpy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_fake_dispatch_keys_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_fake_grad_copy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_fake_mode_error_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_from_numpy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_fsdp_flat_param_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_full_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_complex128_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_complex64_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float32_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float64_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float8_e4m3fn_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float8_e4m3fnuz_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float8_e5m2_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_float8_e5m2fnuz_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_int16_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_int32_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_int64_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_int8_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_cuda_with_cpu_uint8_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_index_put_error_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_jagged_fake_to_fake_preserved_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_like_constructor_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_mixed_real_and_fake_inputs_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_mode_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_nan_to_num_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_new_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_non_kwarg_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_non_overlapping_stride_zero_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_non_parameter_grad_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_normalize_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_out_multi_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_parameter_instantiation_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_parameter_view_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_print_in_fake_mode_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_randperm_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_recursive_invocation_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_repr_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_same_shape_env_preserved_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_scalar_inputs_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_scan_reverse_False_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_scan_reverse_True_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_setitem_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_shape_take_not_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_split_return_self_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_throw_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_tolist_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_type_as_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_unsqueeze_copy_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_upsample_bilinear_small_channels_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorTest::test_zero_dim_propagate_real_tensors, test/test_fake_tensor.py::FakeTensorConstHandling::test_aliased_const_write, test/test_fake_tensor.py::FakeTensorConstHandling::test_constant_invalidation, test/test_fake_tensor.py::FakeTensorConstHandling::test_constant_propagate_through_functions, test/test_fake_tensor.py::FakeTensorConstHandling::test_fake_tensor_batch_norm_cpu, test/test_fake_tensor.py::FakeTensorConstHandling::test_fake_tensor_in_intlist_repro, test/test_fake_tensor.py::FakeTensorConstHandling::test_inplace_add, test/test_fake_tensor.py::FakeTensorConstHandling::test_inplace_view_invalidation, test/test_fake_tensor.py::FakeTensorConstHandling::test_shared_storage_invalidation, test/test_fake_tensor.py::FakeTensorConstHandling::test_shared_storages, test/test_fake_tensor.py::FakeTensorConstHandling::test_simple, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_aliased_const_write_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_constant_invalidation_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_constant_propagate_through_functions_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_fake_tensor_batch_norm_cpu_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_fake_tensor_in_intlist_repro_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_inplace_add_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_inplace_view_invalidation_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_shared_storage_invalidation_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_shared_storages_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConstHandling::test_simple_propagate_real_tensors, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyCatCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyCubeCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyMulCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyMulScalarCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyNMSCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyNonzeroCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpySortCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpySplitCopyCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpySplitCopyWithIntCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyTakeCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorOpInfoTestCPU::test_fake_NumpyViewCopyCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyCatCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyCubeCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyMulCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyMulScalarCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyNMSCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyNonzeroCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpySortCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpySplitCopyCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpySplitCopyWithIntCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyTakeCustomOp_cpu_float32, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOpInfoTestCPU::test_fake_propagate_real_tensors_NumpyViewCopyCustomOp_cpu_float32, test/test_fake_tensor.py::FakeTensorConverterTest::test_dead_key, test/test_fake_tensor.py::FakeTensorConverterTest::test_dead_weak_ref, test/test_fake_tensor.py::FakeTensorConverterTest::test_memoized_conversion_from_meta, test/test_fake_tensor.py::FakeTensorConverterTest::test_memoized_conversion_to_meta, test/test_fake_tensor.py::FakeTensorConverterTest::test_multiple_modes, test/test_fake_tensor.py::FakeTensorConverterTest::test_no_active_mode, test/test_fake_tensor.py::FakeTensorConverterTest::test_no_ref_cycle, test/test_fake_tensor.py::FakeTensorConverterTest::test_separate_mode_error, test/test_fake_tensor.py::FakeTensorConverterTest::test_separate_tensor_storages_non_view, test/test_fake_tensor.py::FakeTensorConverterTest::test_separate_tensor_storages_view, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_dead_key_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_dead_weak_ref_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_memoized_conversion_from_meta_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_memoized_conversion_to_meta_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_multiple_modes_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_no_active_mode_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_no_ref_cycle_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_separate_mode_error_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_separate_tensor_storages_non_view_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorConverterTest::test_separate_tensor_storages_view_propagate_real_tensors, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_conv_c1_backward, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_cross_entropy_loss, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_embedding_bag_private, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_fake_gpu_no_init, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_flash_attention, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_like_ops, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_no_dispatch_with_like_function, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_non_kwarg_only_device, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_sparse_new, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_str_storage, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_tensor_constructors_all_have_kwarg_device, test/test_fake_tensor.py::FakeTensorOperatorInvariants::test_tensor_new, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_conv_c1_backward_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_cross_entropy_loss_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_embedding_bag_private_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_fake_gpu_no_init_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_flash_attention_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_like_ops_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_no_dispatch_with_like_function_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_non_kwarg_only_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_sparse_new_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_str_storage_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_tensor_constructors_all_have_kwarg_device_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorOperatorInvariants::test_tensor_new_propagate_real_tensors, test/test_fake_tensor.py::FakeTensorPropTest::test_fake_tensor_prop_on_nn_module, test/test_fake_tensor.py::FakeTensorPropTest::test_fake_tensor_prop_on_nn_module_with_optional_args, test/test_fake_tensor.py::FakeTensorPropTest::test_nonzero_stride, test/test_fake_tensor.py::FakeTensorPropTest::test_torch_load_with_fake_mode, test/test_fake_tensor.py::FakeTensorPropTest::test_unbacked_shape_realloc, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorPropTest::test_fake_tensor_prop_on_nn_module_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorPropTest::test_fake_tensor_prop_on_nn_module_with_optional_args_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorPropTest::test_nonzero_stride_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorPropTest::test_torch_load_with_fake_mode_propagate_real_tensors, test/test_fake_tensor.py::PropagateRealTensorsFakeTensorPropTest::test_unbacked_shape_realloc_propagate_real_tensors, test/test_fake_tensor.py::FakeTensorSerialization::test_serialization, test/test_fake_tensor.py::FakeTensorSerialization::test_serialization_with_tracing, test/test_fake_tensor.py::FakeTensorDispatchCache::test__upsample_bilinear2d_aa_backward_dynamic_shapes, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_bypass, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_default_device, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_default_dtype, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_dispatch_key_set, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_hit, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_inplace_op, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_constants, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_device, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_dtype, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_is_conj, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_is_inference, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_is_neg, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_memory_format, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_requires_grad, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_shape, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_storage_offset, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_key_stride, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_tuple_outputs, test/test_fake_tensor.py::FakeTensorDispatchCache::test_cache_view_op, test/test_fake_tensor.py::FakeTensorDispatchCache::test_fft_hfft2_issue145522, test/test_fake_tensor.py::FakeTensorDispatchCache::test_from_buffer, test/test_fake_tensor.py::FakeTensorDispatchCache::test_inference_mode, test/test_fake_tensor.py::FakeTensorDispatchCache::test_meta_tensor_to_fake_cpu, test/test_fake_tensor.py::FakeTensorDispatchCache::test_shape_env_settings, test/test_fake_tensor.py::FakeTensorDispatchCache::test_wrapper_tensor_subclass_different_device 2025-03-14T05:09:14.1940178Z 2025-03-14T05:09:14.1940340Z Running test_fx 1/1 ... [2025-03-14 05:09:14.170935] 2025-03-14T05:09:14.1940753Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:09:14.1941710Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:09:14.170935] 2025-03-14T05:09:53.4122181Z 2025-03-14T05:09:53.4123010Z test_fx 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_fx_1.1_36c96467bf68d47d_.log 2025-03-14T05:09:53.4555617Z Running 1150 items in this shard: test/test_fx.py::TestCommonPass::test_correctness_CSEPass_MutationInput_cpu, test/test_fx.py::TestCommonPass::test_correctness_CSEPass_MutationMetadata_cpu, test/test_fx.py::TestCommonPass::test_correctness_CSEPass_MutationTorchTensorCall_cpu, test/test_fx.py::TestCommonPass::test_correctness_CSEPass_Mutation_cpu, test/test_fx.py::TestCommonPass::test_correctness_CSEPass_ReturnList_cpu, test/test_fx.py::TestCommonPass::test_correctness_CSEPass_TakeList_cpu, test/test_fx.py::TestCommonPass::test_correctness_factory_CSEPass_FactoryFunctionCall_cpu, test/test_fx.py::TestCommonPass::test_correctness_factory_CSEPass_MutationFactory_cpu, test/test_fx.py::TestCSEPass::test_banned_list, test/test_fx.py::TestCSEPass::test_empty, test/test_fx.py::TestCSEPass::test_immutable_list_multiple_entries, test/test_fx.py::TestCSEPass::test_immutable_list_type, test/test_fx.py::TestCSEPass::test_kwarg, test/test_fx.py::TestCSEPass::test_nested_immutable_list_type, test/test_fx.py::TestCSEPass::test_nochange, test/test_fx.py::TestCSEPass::test_rand_like, test/test_fx.py::TestCSEPass::test_rand_n, test/test_fx.py::TestCSEPass::test_random, test/test_fx.py::TestCSEPass::test_simple, test/test_fx.py::TestCSEPass::test_simple_2, test/test_fx.py::TestCSEPass::test_simple_multiple_same_ops, test/test_fx.py::TestCSEPass::test_two_args, test/test_fx.py::TestCSEPass::test_two_args_default, test/test_fx.py::TestDCE::test_dead_chain, test/test_fx.py::TestDCE::test_dead_getattr, test/test_fx.py::TestDCE::test_dead_placeholder, test/test_fx.py::TestDCE::test_dead_placeholder_with_user, test/test_fx.py::TestDCE::test_impure_custom, test/test_fx.py::TestDCE::test_impure_kwargs, test/test_fx.py::TestDCE::test_impure_nodes_args, test/test_fx.py::TestDCE::test_keep_collectives, test/test_fx.py::TestDCE::test_keep_collectives_no_overload, test/test_fx.py::TestDCE::test_keep_module_with_side_effects, test/test_fx.py::TestDCE::test_keep_setitem, test/test_fx.py::TestDCE::test_keep_torch_assert, test/test_fx.py::TestDCE::test_simple, test/test_fx.py::TestConstFold::test_check_inline_non_const, test/test_fx.py::TestConstFold::test_check_inline_non_const_mult_return, test/test_fx.py::TestConstFold::test_check_skip_folding_quant_dequant_pattern, test/test_fx.py::TestConstFold::test_const_fold_basic_one_attr_name_collision, test/test_fx.py::TestConstFold::test_const_fold_basic_one_attr_no_name_collision, test/test_fx.py::TestConstFold::test_const_fold_basic_placeholder_reordered, test/test_fx.py::TestConstFold::test_const_fold_basic_two_attr, test/test_fx.py::TestConstFold::test_const_fold_basic_two_attr_three_input, test/test_fx.py::TestConstFold::test_const_fold_has_inlined_call_module_node, test/test_fx.py::TestConstFold::test_const_fold_module_attr, test/test_fx.py::TestConstFold::test_const_fold_multi_const_folded_attrs, test/test_fx.py::TestConstFold::test_const_fold_noop, test/test_fx.py::TestConstFold::test_const_fold_submod_hierarchy, test/test_fx.py::TestConstFold::test_const_fold_tensor_meta, test/test_fx.py::TestConstFold::test_const_fold_unused_placeholder, test/test_fx.py::TestConstFold::test_dict_output, test/test_fx.py::TestConstFold::test_fold_module, test/test_fx.py::TestConstFold::test_retain_node_meta, test/test_fx.py::TestConstFold::test_three_outputs, test/test_fx.py::TestConstFold::test_two_outputs, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_dim_const, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_ndim_const, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_nelement_const, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_numel_const, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_shape_const, test/test_fx.py::TestConstParamShapeInControlFlow::test_param_size_const, test/test_fx.py::AnnotationsTest::test_annotate, test/test_fx.py::AnnotationsTest::test_annotations, test/test_fx.py::AnnotationsTest::test_broadcasting1, test/test_fx.py::AnnotationsTest::test_broadcasting2, test/test_fx.py::AnnotationsTest::test_broadcasting3, test/test_fx.py::AnnotationsTest::test_consistency, test/test_fx.py::AnnotationsTest::test_precision, test/test_fx.py::TypeCheckerTest::test_flatten_fully_static, test/test_fx.py::TypeCheckerTest::test_resnet50, test/test_fx.py::TypeCheckerTest::test_symbolic_add_with_broadcast, test/test_fx.py::TypeCheckerTest::test_symbolic_add_with_broadcast_2, test/test_fx.py::TypeCheckerTest::test_type_check_add_false, test/test_fx.py::TypeCheckerTest::test_type_check_add_true, test/test_fx.py::TypeCheckerTest::test_type_check_add_with_broadcast, test/test_fx.py::TypeCheckerTest::test_type_check_add_with_scalar, test/test_fx.py::TypeCheckerTest::test_type_check_batch_norm_2D, test/test_fx.py::TypeCheckerTest::test_type_check_batch_norm_2D_broadcast, test/test_fx.py::TypeCheckerTest::test_type_check_batch_norm_2D_false, test/test_fx.py::TypeCheckerTest::test_type_check_batch_norm_symbolic, test/test_fx.py::TypeCheckerTest::test_type_check_conv2D, test/test_fx.py::TypeCheckerTest::test_type_check_conv2D_2, test/test_fx.py::TypeCheckerTest::test_type_check_conv2D_2_fully_static, test/test_fx.py::TypeCheckerTest::test_type_check_conv2D_maxpool2d_flatten, test/test_fx.py::TypeCheckerTest::test_type_check_conv2D_types, test/test_fx.py::TypeCheckerTest::test_type_check_flatten, test/test_fx.py::TypeCheckerTest::test_type_check_flatten3, test/test_fx.py::TypeCheckerTest::test_type_check_flatten_2, test/test_fx.py::TypeCheckerTest::test_type_check_reshape_dyn_false, test/test_fx.py::TypeCheckerTest::test_type_check_reshape_dyn_true, test/test_fx.py::TypeCheckerTest::test_type_check_reshape_dyn_true_param_false, test/test_fx.py::TypeCheckerTest::test_type_check_reshape_false, test/test_fx.py::TypeCheckerTest::test_type_check_reshape_true, test/test_fx.py::TypeCheckerTest::test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten, test/test_fx.py::TypeCheckerTest::test_type_check_transpose_False, test/test_fx.py::TypeCheckerTest::test_type_check_transpose_true, test/test_fx.py::TypeCheckerTest::test_type_maxpool2d_fully_static, test/test_fx.py::TypeCheckerTest::test_type_typechecl_maxpool2d_3dinput, test/test_fx.py::TypeCheckerTest::test_typecheck_basicblock, test/test_fx.py::TestMatcher::test_matcher_with_name_node_map_function, test/test_fx.py::TestMatcher::test_matcher_with_name_node_map_module, test/test_fx.py::TestMatcher::test_split_to_graph_and_name_node_map, test/test_fx.py::TestMatcher::test_subgraph_matcher_ignore_literals, test/test_fx.py::TestMatcher::test_subgraph_matcher_with_attributes, test/test_fx.py::TestMatcher::test_subgraph_matcher_with_list, test/test_fx.py::TestMatcher::test_subgraph_matcher_with_list_bad, test/test_fx.py::TestMatcher::test_variatic_arg_matching, test/test_fx.py::TestPassManager::test_pass_manager, test/test_fx.py::TestPassManager::test_pass_manager_bad_checks, test/test_fx.py::TestPassManager::test_pass_manager_checks, test/test_fx.py::TestPassManager::test_pass_manager_error, test/test_fx.py::TestPassManager::test_this_before_that_pass_constraint, test/test_fx.py::TestPassManager::test_topological_sort, test/test_fx.py::TestSourceMatcher::test_legalize_slice, test/test_fx.py::TestSourceMatcher::test_module_partitioner_conv_relu_maxpool, test/test_fx.py::TestSourceMatcher::test_module_partitioner_conv_relu_maxpool_torch_fn_export_strict_False, test/test_fx.py::TestSourceMatcher::test_module_partitioner_conv_relu_maxpool_torch_fn_export_strict_True, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_conv_relu_conv, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_conv_relu_conv_torch_fn_export_strict_False, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_conv_relu_conv_torch_fn_export_strict_True, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_linear_relu_linear, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_linear_relu_linear_torch_fn_export_strict_False, test/test_fx.py::TestSourceMatcher::test_module_partitioner_functional_linear_relu_linear_torch_fn_export_strict_True, test/test_fx.py::TestSourceMatcher::test_module_partitioner_linear_relu_linear, test/test_fx.py::TestSourceMatcher::test_module_partitioner_linear_relu_linear_torch_fn_export_strict_False, test/test_fx.py::TestSourceMatcher::test_module_partitioner_linear_relu_linear_torch_fn_export_strict_True, test/test_fx.py::TestSourceMatcher::test_module_partitioner_weight_tied_strict_False, test/test_fx.py::TestSourceMatcher::test_module_partitioner_weight_tied_strict_True, test/test_fx.py::TestSubgraphRewriter::test_matching_pattern_with_list_type_arg, test/test_fx.py::TestSubgraphRewriter::test_matching_variable_arguments, test/test_fx.py::TestSubgraphRewriter::test_replace_pattern_with_callback, test/test_fx.py::TestSubgraphRewriter::test_replace_pattern_with_filters, test/test_fx.py::TestSubgraphRewriter::test_replaced_nodes, test/test_fx.py::TestSubgraphRewriter::test_replacement_with_attrs, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_annotations_int, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_call_method, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_correct_output_replacement, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_graph_argument_order, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_local_revert, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_multiple_pattern_match, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_nodes_with_kwargs, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_pattern_is_entire_graph, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_placeholder_matching, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_preserves_logic, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_replace_consecutive_submodules, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_replace_with_duplicated_outputs, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_replace_with_multiple_outputs, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_replaces_referenced_submodules, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_single_pattern_match, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_traced_as_callable, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_with_oneliner_pattern, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_with_overlapping_matches, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_with_trivial_replacement, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_with_unused_args, test/test_fx.py::TestSubgraphRewriter::test_subgraph_rewriter_with_unused_results, test/test_fx.py::TestFX::test_all_input_nodes, test/test_fx.py::TestFX::test_annotation_with_future, test/test_fx.py::TestFX::test_annotations_empty_tuple, test/test_fx.py::TestFX::test_annotations_with_forward_references, test/test_fx.py::TestFX::test_annotations_with_no_forward_references, test/test_fx.py::TestFX::test_annotations_with_non_torch_reference_and_internal_forward_references, test/test_fx.py::TestFX::test_annotations_with_non_torch_reference_and_no_internal_forward_references, test/test_fx.py::TestFX::test_args_kwargs, test/test_fx.py::TestFX::test_args_kwargs_no_self, test/test_fx.py::TestFX::test_assert, test/test_fx.py::TestFX::test_ast_rewriter_reassigns_submodules, test/test_fx.py::TestFX::test_ast_rewriter_rewrites_assert, test/test_fx.py::TestFX::test_ast_rewriter_rewrites_assert_with_message, test/test_fx.py::TestFX::test_ast_rewriter_wrap, test/test_fx.py::TestFX::test_ast_rewriter_wrap_fn_directly, test/test_fx.py::TestFX::test_ast_rewriter_wrap_with_submodule, test/test_fx.py::TestFX::test_ast_rewriter_wrapped_via_decorator, test/test_fx.py::TestFX::test_ast_rewriter_wrapped_via_decorator_and_transformed, test/test_fx.py::TestFX::test_autowrap_functions, test/test_fx.py::TestFX::test_concrete_arg_none_assert, test/test_fx.py::TestFX::test_construct_root_dict, test/test_fx.py::TestFX::test_control_flow_tracing, test/test_fx.py::TestFX::test_copy_it, test/test_fx.py::TestFX::test_copy_no_remap, test/test_fx.py::TestFX::test_ctx_mgr, test/test_fx.py::TestFX::test_custom_codegen, test/test_fx.py::TestFX::test_custom_codegen_with_transformer, test/test_fx.py::TestFX::test_custom_import, test/test_fx.py::TestFX::test_custom_proxy_dynamic_value, test/test_fx.py::TestFX::test_custom_proxy_input_dependent_control_flow, test/test_fx.py::TestFX::test_custom_proxy_type, test/test_fx.py::TestFX::test_custom_proxy_type_literal, test/test_fx.py::TestFX::test_custom_traceback_not_raised_when_exception_source_is_submodule, test/test_fx.py::TestFX::test_custom_traceback_raised_when_exception_source_is_graphmodule, test/test_fx.py::TestFX::test_deepcopy_graph_with_tracer_cls, test/test_fx.py::TestFX::test_deepcopy_graphmodule, test/test_fx.py::TestFX::test_deepcopy_graphmodule_with_transform, test/test_fx.py::TestFX::test_deepcopy_no_recursion, test/test_fx.py::TestFX::test_deepcopy_recursion_depth, test/test_fx.py::TestFX::test_deepcopy_tracer, test/test_fx.py::TestFX::test_deepcopy_with_submods_params, test/test_fx.py::TestFX::test_delete_unused_submodules_leaf, test/test_fx.py::TestFX::test_delete_unused_values, test/test_fx.py::TestFX::test_dict, test/test_fx.py::TestFX::test_direct_param_use, test/test_fx.py::TestFX::test_disallow_override, test/test_fx.py::TestFX::test_ellipsis, test/test_fx.py::TestFX::test_empty_graph_codegen, test/test_fx.py::TestFX::test_enum, test/test_fx.py::TestFX::test_erase_node_error, test/test_fx.py::TestFX::test_example_shape_prop, test/test_fx.py::TestFX::test_find_uses, test/test_fx.py::TestFX::test_fn_type_annotation_empty, test/test_fx.py::TestFX::test_fn_type_annotations, test/test_fx.py::TestFX::test_fx_and_or, test/test_fx.py::TestFX::test_fx_create_arg, test/test_fx.py::TestFX::test_fx_shifts, test/test_fx.py::TestFX::test_fx_stateless, test/test_fx.py::TestFX::test_get_torch_func_signature, test/test_fx.py::TestFX::test_getitem, test/test_fx.py::TestFX::test_getitem_subproc, test/test_fx.py::TestFX::test_graph_edit_with_proxy, test/test_fx.py::TestFX::test_graph_fns, test/test_fx.py::TestFX::test_graph_module, test/test_fx.py::TestFX::test_graph_module_init_buffer_param_copied_dict_init, test/test_fx.py::TestFX::test_graph_module_init_buffer_param_copied_mod_init, test/test_fx.py::TestFX::test_graph_module_replicate_for_dp, test/test_fx.py::TestFX::test_graph_unique_names, test/test_fx.py::TestFX::test_graph_unique_names_manual, test/test_fx.py::TestFX::test_immutable_dict_pytree_ops, test/test_fx.py::TestFX::test_immutable_list_pytree_ops, test/test_fx.py::TestFX::test_imul_code_print, test/test_fx.py::TestFX::test_inf_nan, test/test_fx.py::TestFX::test_inf_nan_kwds, test/test_fx.py::TestFX::test_informative_co_filename, test/test_fx.py::TestFX::test_inline_graph, test/test_fx.py::TestFX::test_insert_arg, test/test_fx.py::TestFX::test_insertion_point, test/test_fx.py::TestFX::test_interpreter, test/test_fx.py::TestFX::test_interpreter_default_args, test/test_fx.py::TestFX::test_interpreter_gc_values, test/test_fx.py::TestFX::test_interpreter_noop_resnet18, test/test_fx.py::TestFX::test_interpreter_not_enough_args, test/test_fx.py::TestFX::test_interpreter_onthefly_swap, test/test_fx.py::TestFX::test_interpreter_other_graph, test/test_fx.py::TestFX::test_interpreter_partial_eval, test/test_fx.py::TestFX::test_interpreter_run_node_override, test/test_fx.py::TestFX::test_interpreter_star_args, test/test_fx.py::TestFX::test_interpreter_with_codegen, test/test_fx.py::TestFX::test_layout, test/test_fx.py::TestFX::test_leaf_module, test/test_fx.py::TestFX::test_lineno_map, test/test_fx.py::TestFX::test_matmul_tracing, test/test_fx.py::TestFX::test_metadata_on_ph, test/test_fx.py::TestFX::test_module_deepcopy_edit_nodes, test/test_fx.py::TestFX::test_move_before, test/test_fx.py::TestFX::test_multi_insert_point, test/test_fx.py::TestFX::test_multiple_default_args, test/test_fx.py::TestFX::test_named_tuple_inlined, test/test_fx.py::TestFX::test_namedtuple_return_qualname, test/test_fx.py::TestFX::test_namedtuple_return_trace, test/test_fx.py::TestFX::test_native_callable, test/test_fx.py::TestFX::test_nn_module_stack, test/test_fx.py::TestFX::test_no_mutation, test/test_fx.py::TestFX::test_node_tagging, test/test_fx.py::TestFX::test_nonetype_annotation, test/test_fx.py::TestFX::test_partial_trace, test/test_fx.py::TestFX::test_pickle_custom_import, test/test_fx.py::TestFX::test_pickle_graphmodule, test/test_fx.py::TestFX::test_pickle_nonetype_annotation, test/test_fx.py::TestFX::test_pickle_torch_custom_ops, test/test_fx.py::TestFX::test_prepend_self, test/test_fx.py::TestFX::test_pretty_print, test/test_fx.py::TestFX::test_pretty_print_graph, test/test_fx.py::TestFX::test_pretty_print_node, test/test_fx.py::TestFX::test_pretty_print_targets, test/test_fx.py::TestFX::test_profiler_ranges_side_effect, test/test_fx.py::TestFX::test_proxy_deepcopy_with_tracer, test/test_fx.py::TestFX::test_proxy_deepcopy_without_tracer, test/test_fx.py::TestFX::test_pytree, test/test_fx.py::TestFX::test_pytree_concrete, test/test_fx.py::TestFX::test_reassign_args_kwargs_uses, test/test_fx.py::TestFX::test_regular_and_default_args, test/test_fx.py::TestFX::test_remove_uses, test/test_fx.py::TestFX::test_remove_uses_with_custom_filter, test/test_fx.py::TestFX::test_replace_input, test/test_fx.py::TestFX::test_replace_uses, test/test_fx.py::TestFX::test_reserved_getattr, test/test_fx.py::TestFX::test_return_tuple, test/test_fx.py::TestFX::test_return_type_exists, test/test_fx.py::TestFX::test_return_type_exists_pre_pep585, test/test_fx.py::TestFX::test_script_method_trace, test/test_fx.py::TestFX::test_script_tensor_constant, test/test_fx.py::TestFX::test_sequential, test/test_fx.py::TestFX::test_shape_prop_aggregate, test/test_fx.py::TestFX::test_shape_prop_layout, test/test_fx.py::TestFX::test_shape_prop_layout_3d, test/test_fx.py::TestFX::test_shape_prop_unbacked_sym, test/test_fx.py::TestFX::test_single_default_arg, test/test_fx.py::TestFX::test_snake_case, test/test_fx.py::TestFX::test_sqrt, test/test_fx.py::TestFX::test_stack_traces, test/test_fx.py::TestFX::test_stack_traces_with_transformer, test/test_fx.py::TestFX::test_string_literal_return, test/test_fx.py::TestFX::test_submodule_manipulation_API, test/test_fx.py::TestFX::test_symbolic_trace_assert, test/test_fx.py::TestFX::test_symbolic_trace_sequential, test/test_fx.py::TestFX::test_tensor_attribute, test/test_fx.py::TestFX::test_tensor_attribute_coalseced, test/test_fx.py::TestFX::test_tensor_constant, test/test_fx.py::TestFX::test_throw_out_variant, test/test_fx.py::TestFX::test_torch_custom_ops, test/test_fx.py::TestFX::test_torch_fx_getattr, test/test_fx.py::TestFX::test_torch_fx_len, test/test_fx.py::TestFX::test_torch_op_overloads, test/test_fx.py::TestFX::test_torchbind_class_attribute_in_fx, test/test_fx.py::TestFX::test_torchbind_class_attribute_in_fx_tensor_arg, test/test_fx.py::TestFX::test_trace_buffer_slice, test/test_fx.py::TestFX::test_trace_dict_int_keys, test/test_fx.py::TestFX::test_trace_dict_proxy_keys, test/test_fx.py::TestFX::test_trace_fn_constant, test/test_fx.py::TestFX::test_trace_function, test/test_fx.py::TestFX::test_trace_multiple_funcs, test/test_fx.py::TestFX::test_trace_return_dataclass, test/test_fx.py::TestFX::test_trace_return_dataclass_nested, test/test_fx.py::TestFX::test_trace_return_namedtuple, test/test_fx.py::TestFX::test_tracing_graphmodules_as_leaf_submodules, test/test_fx.py::TestFX::test_transformer_multi_outputs, test/test_fx.py::TestFX::test_transformer_noop, test/test_fx.py::TestFX::test_transformer_op_swap, test/test_fx.py::TestFX::test_transformer_preserves_nn_module_stack_for_get_attr, test/test_fx.py::TestFX::test_tuple_no_subscript, test/test_fx.py::TestFX::test_typename_print, test/test_fx.py::TestFX::test_typename_print_pre_pep585, test/test_fx.py::TestFX::test_unpack, test/test_fx.py::TestFX::test_unpack_dict_better_error, test/test_fx.py::TestFX::test_unpack_list_better_error, test/test_fx.py::TestFX::test_update_args_api, test/test_fx.py::TestFX::test_update_args_kwargs_yells_at_you, test/test_fx.py::TestFX::test_update_kwargs_api, test/test_fx.py::TestFX::test_user_friendly_call_provenance_with_function, test/test_fx.py::TestFX::test_user_friendly_call_provenance_with_module, test/test_fx.py::TestFX::test_varargs_concrete, test/test_fx.py::TestFX::test_wrap, test/test_fx.py::TestFX::test_wrap_decorated_function, test/test_fx.py::TestFX::test_wrap_fn_directly, test/test_fx.py::TestFX::test_wrap_with_submodule, test/test_fx.py::TestFX::test_wrapped_method, test/test_fx.py::TestFX::test_wrapped_retrace, test/test_fx.py::TestFX::test_wrapped_via_decorator, test/test_fx.py::TestFX::test_wrapped_via_decorator_and_transformed, test/test_fx.py::TestFX::test_wrong_target_type, test/test_fx.py::TestFX::test_wrong_topo, test/test_fx.py::TestFXAPIBackwardCompatibility::test_adding_side_effect_function, test/test_fx.py::TestFXAPIBackwardCompatibility::test_class_member_back_compat, test/test_fx.py::TestFXAPIBackwardCompatibility::test_function_back_compat, test/test_fx.py::TestFXAPIBackwardCompatibility::test_preserve_unused_attr_after_unpickle, test/test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_avg_pool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_avg_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_avg_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool1d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool2d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_adaptive_max_pool3d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_affine_grid, test/test_fx.py::TestFunctionalTracing::test_nn_functional_alpha_dropout, test/test_fx.py::TestFunctionalTracing::test_nn_functional_avg_pool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_avg_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_avg_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_batch_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_bilinear, test/test_fx.py::TestFunctionalTracing::test_nn_functional_binary_cross_entropy, test/test_fx.py::TestFunctionalTracing::test_nn_functional_binary_cross_entropy_with_logits, test/test_fx.py::TestFunctionalTracing::test_nn_functional_celu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_celu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_channel_shuffle, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv_tbc, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv_transpose1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv_transpose2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_conv_transpose3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_cosine_embedding_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_cosine_similarity, test/test_fx.py::TestFunctionalTracing::test_nn_functional_cross_entropy, test/test_fx.py::TestFunctionalTracing::test_nn_functional_ctc_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_dropout, test/test_fx.py::TestFunctionalTracing::test_nn_functional_dropout1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_dropout2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_dropout3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_elu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_elu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_embedding, test/test_fx.py::TestFunctionalTracing::test_nn_functional_embedding_bag, test/test_fx.py::TestFunctionalTracing::test_nn_functional_feature_alpha_dropout, test/test_fx.py::TestFunctionalTracing::test_nn_functional_fold, test/test_fx.py::TestFunctionalTracing::test_nn_functional_fractional_max_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_fractional_max_pool2d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_fractional_max_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_fractional_max_pool3d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_gaussian_nll_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_gelu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_glu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_grid_sample, test/test_fx.py::TestFunctionalTracing::test_nn_functional_group_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_gumbel_softmax, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hardshrink, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hardsigmoid, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hardswish, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hardtanh, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hardtanh_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_hinge_embedding_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_huber_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_instance_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_interpolate, test/test_fx.py::TestFunctionalTracing::test_nn_functional_kl_div, test/test_fx.py::TestFunctionalTracing::test_nn_functional_l1_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_layer_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_leaky_relu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_leaky_relu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_linear, test/test_fx.py::TestFunctionalTracing::test_nn_functional_local_response_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_log_softmax, test/test_fx.py::TestFunctionalTracing::test_nn_functional_logsigmoid, test/test_fx.py::TestFunctionalTracing::test_nn_functional_lp_pool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_lp_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_lp_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_margin_ranking_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool1d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool2d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_pool3d_with_indices, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_unpool1d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_unpool2d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_max_unpool3d, test/test_fx.py::TestFunctionalTracing::test_nn_functional_mish, test/test_fx.py::TestFunctionalTracing::test_nn_functional_mse_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_multi_head_attention_forward, test/test_fx.py::TestFunctionalTracing::test_nn_functional_multi_margin_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_multilabel_margin_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_multilabel_soft_margin_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_native_channel_shuffle, test/test_fx.py::TestFunctionalTracing::test_nn_functional_nll_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_normalize, test/test_fx.py::TestFunctionalTracing::test_nn_functional_one_hot, test/test_fx.py::TestFunctionalTracing::test_nn_functional_pad, test/test_fx.py::TestFunctionalTracing::test_nn_functional_pairwise_distance, test/test_fx.py::TestFunctionalTracing::test_nn_functional_pdist, test/test_fx.py::TestFunctionalTracing::test_nn_functional_pixel_shuffle, test/test_fx.py::TestFunctionalTracing::test_nn_functional_pixel_unshuffle, test/test_fx.py::TestFunctionalTracing::test_nn_functional_poisson_nll_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_prelu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_relu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_relu6, test/test_fx.py::TestFunctionalTracing::test_nn_functional_relu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_rms_norm, test/test_fx.py::TestFunctionalTracing::test_nn_functional_rrelu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_rrelu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_scaled_dot_product_attention, test/test_fx.py::TestFunctionalTracing::test_nn_functional_selu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_selu_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_silu, test/test_fx.py::TestFunctionalTracing::test_nn_functional_smooth_l1_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_soft_margin_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_softmax, test/test_fx.py::TestFunctionalTracing::test_nn_functional_softmin, test/test_fx.py::TestFunctionalTracing::test_nn_functional_softplus, test/test_fx.py::TestFunctionalTracing::test_nn_functional_softshrink, test/test_fx.py::TestFunctionalTracing::test_nn_functional_threshold, test/test_fx.py::TestFunctionalTracing::test_nn_functional_threshold_, test/test_fx.py::TestFunctionalTracing::test_nn_functional_triplet_margin_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_triplet_margin_with_distance_loss, test/test_fx.py::TestFunctionalTracing::test_nn_functional_unfold, test/test_fx.py::TestFunctionalTracing::test_nn_functional_upsample, test/test_fx.py::TestFunctionalTracing::test_nn_functional_upsample_bilinear, test/test_fx.py::TestFunctionalTracing::test_nn_functional_upsample_nearest, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_H_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_T_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___getitem___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___radd___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rdiv___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rmod___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rmul___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rpow___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive___rsub___cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__batch_norm_with_update_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__chunk_cat_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__native_batch_norm_legit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__segment_reduce_lengths_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__segment_reduce_offsets_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__softmax_backward_data_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__unsafe_masked_index_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__unsafe_masked_index_put_accumulate_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive__upsample_bilinear2d_aa_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_abs_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_acos_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_acosh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_add_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addbmm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addcmul_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addmm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addmv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_addr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_alias_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_all_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_allclose_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_amax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_amin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_aminmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_angle_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_any_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_arange_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_argmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_argmin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_argsort_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_argwhere_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_as_strided_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_as_strided_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_as_strided_partial_views_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_asin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_asinh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atan2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atan_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atanh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_block_diag_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_bmm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_bool_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_bucketize_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_byte_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cat_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cauchy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cdist_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cdouble_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ceil_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cfloat_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_chalf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_char_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cholesky_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_chunk_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_clamp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_clone_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_column_stack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_combinations_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_complex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_conj_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_contiguous_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_copysign_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cos_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cosh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cov_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cross_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cummax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cummin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cumprod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cumsum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diag_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diagflat_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diagonal_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diagonal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_diff_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_digamma_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_dist_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_dot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_double_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_dsplit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_dstack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_einsum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_empty_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_empty_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_empty_permuted_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_empty_strided_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_eq_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_equal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_erf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_erfc_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_erfinv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_exp2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_exp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_expand_as_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_expand_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_expand_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_expm1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_exponential_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_eye_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fill_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_flatten_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_flip_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fliplr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_flipud_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_float_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_float_power_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_floor_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fmin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_fmod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_frac_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_frexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_full_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_full_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_gather_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ge_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_geometric_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_geqrf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_gradient_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_grid_sampler_2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_gt_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_half_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_heaviside_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_histc_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_histogram_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_hsplit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_hstack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_hypot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_i0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_igamma_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_igammac_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_add_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_fill_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_put_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_reduce_amax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_reduce_amin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_reduce_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_reduce_prod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_index_select_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_inner_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_int_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isclose_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isfinite_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isinf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isnan_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isneginf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isposinf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_isreal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_item_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_kron_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ldexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_le_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lerp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lgamma_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_diagonal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linspace_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_linspace_tensor_overload_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log10_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log1p_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log_normal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logdet_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logical_and_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logical_not_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logical_or_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logspace_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logspace_tensor_overload_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_long_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lt_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mH_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mT_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_median_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_select_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_std_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_masked_var_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_matmul_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_max_binary_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_maximum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_median_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_min_binary_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_minimum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mode_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_movedim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_msort_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mul_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_multinomial_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mv_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nanmean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nansum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_narrow_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_native_dropout_backward_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ne_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_neg_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_new_empty_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_new_full_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_new_ones_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nextafter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_channel_shuffle_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_negative_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_rms_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nonzero_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_nonzero_static_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_norm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_normal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_normal_in_place_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ones_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ones_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ormqr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_outer_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_permute_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_permute_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_pinverse_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polar_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_positive_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_pow_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_prod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_put_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_qr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_quantile_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_rand_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_randint_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_randint_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_randn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_randn_like_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_ravel_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_real_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_remainder_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_renorm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_repeat_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_reshape_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_resize__cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_resize_as__cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_roll_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_rot90_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_round_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_rsub_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scalar_tensor_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_select_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sgn_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_short_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sign_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_bartlett_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_blackman_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_cosine_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_exponential_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_general_cosine_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_general_hamming_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_hamming_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_hann_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signal_windows_nuttall_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_signbit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sin_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sinc_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sinh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_slice_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_softmax_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sort_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sparse_mm_reduce_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_entr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_i1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_split_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_split_with_sizes_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sqrt_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_square_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_squeeze_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_squeeze_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_squeeze_multiple_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_stack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_std_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_std_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_std_mean_unbiased_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_std_unbiased_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_stft_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sub_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sum_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_svd_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_t_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_t_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_take_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tan_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tanh_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tensordot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tile_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_to_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_topk_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_trace_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_transpose_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_transpose_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_trapz_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_tril_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_triu_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_true_divide_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_trunc_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unbind_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unbind_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unflatten_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unfold_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unfold_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_uniform_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unique_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unsafe_chunk_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unsafe_split_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unsqueeze_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_var_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_var_mean_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_var_mean_unbiased_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_var_unbiased_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_vdot_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_view_as_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_view_copy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_view_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_vsplit_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_vstack_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_where_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_xlogy_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_zero__cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_zeros_cpu_float32, test/test_fx.py::TestOperatorSignaturesCPU::test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 2025-03-14T05:09:53.4971730Z 2025-03-14T05:09:53.4972026Z Running test_cpp_extensions_mtia_backend 1/1 ... [2025-03-14 05:09:53.405007] 2025-03-14T05:09:53.4972509Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:09:53.4973589Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_mtia_backend.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:09:53.415105] 2025-03-14T05:09:58.0863551Z 2025-03-14T05:09:58.0864557Z test_cpp_extensions_mtia_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_mtia_backend_1.1_34084fcb36e6a3ce_.log 2025-03-14T05:09:58.0867405Z Running 5 items in this shard: test/test_cpp_extensions_mtia_backend.py::TestCppExtensionMTIABackend::test_device_context, test/test_cpp_extensions_mtia_backend.py::TestCppExtensionMTIABackend::test_get_device_module, test/test_cpp_extensions_mtia_backend.py::TestCppExtensionMTIABackend::test_stream_basic, test/test_cpp_extensions_mtia_backend.py::TestCppExtensionMTIABackend::test_stream_context, test/test_cpp_extensions_mtia_backend.py::TestCppExtensionMTIABackend::test_stream_context_different_device 2025-03-14T05:09:58.0869441Z 2025-03-14T05:09:58.0869691Z Running inductor/test_max_autotune 1/1 ... [2025-03-14 05:09:58.080777] 2025-03-14T05:09:58.0870160Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:09:58.0875346Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_max_autotune.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:09:58.080777] 2025-03-14T05:10:08.0483121Z 2025-03-14T05:10:08.0484477Z inductor/test_max_autotune 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_max_autotune_1.1_b6eb138da4d3d24b_.log 2025-03-14T05:10:08.0485172Z 2025-03-14T05:10:08.0488355Z Running test_cpp_extensions_stream_and_event 1/1 ... [2025-03-14 05:10:08.044816] 2025-03-14T05:10:08.0488862Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:10:08.0495015Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_stream_and_event.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:10:08.044816] 2025-03-14T05:10:12.6620561Z 2025-03-14T05:10:12.6621747Z test_cpp_extensions_stream_and_event 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_stream_and_event_1.1_eb7831aa856ae7d1_.log 2025-03-14T05:10:12.6623076Z Running 1 items in this shard: test/test_cpp_extensions_stream_and_event.py::TestCppExtensionStreamAndEvent::test_stream_event 2025-03-14T05:10:12.6623610Z 2025-03-14T05:10:12.6627556Z Running test_native_mha 1/1 ... [2025-03-14 05:10:12.662186] 2025-03-14T05:10:12.6627994Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:10:12.6635502Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:10:12.663303] 2025-03-14T05:10:17.8779000Z 2025-03-14T05:10:17.8780046Z test_native_mha 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_native_mha_1.1_17ed863fe49c1c62_.log 2025-03-14T05:10:17.8798600Z Running 28 items in this shard: test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_attention_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_encoder_decoder_attention_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_transform_bias_rescale_qkv_cpu_float32, test/test_native_mha.py::TestMHADeviceTypeCPU::test_transform_bias_rescale_qkv_nested_cpu_float32 2025-03-14T05:10:17.8817444Z 2025-03-14T05:10:17.8817717Z Running functorch/test_memory_efficient_fusion 1/1 ... [2025-03-14 05:10:17.871271] 2025-03-14T05:10:17.8818244Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:10:17.8819712Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_memory_efficient_fusion.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:10:17.871271] 2025-03-14T05:10:24.0751628Z 2025-03-14T05:10:24.0752861Z functorch/test_memory_efficient_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_memory_efficient_fusion_1.1_5d887e0c93158f19_.log 2025-03-14T05:10:24.0762257Z Running 22 items in this shard: test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_gelu_bias, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_hard_sigmoid, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_hard_swish, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_layer_norm, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_mish, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_rmsnorm, test/functorch/test_memory_efficient_fusion.py::TestMemoryEfficientOpAuthoring::test_swish, test/functorch/test_memory_efficient_fusion.py::NoChangeTestCase::test_empty, test/functorch/test_memory_efficient_fusion.py::NoChangeTestCase::test_hash_with_numbers, test/functorch/test_memory_efficient_fusion.py::NoChangeTestCase::test_nochange, test/functorch/test_memory_efficient_fusion.py::NoChangeTestCase::test_rand_like, test/functorch/test_memory_efficient_fusion.py::NoChangeTestCase::test_rand_n, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_immutable_list_multiple_entries, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_immutable_list_type, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_kwarg, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_nested_immutable_list_type, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_simple, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_simple_2, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_simple_multiple_same_ops, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_two_args, test/functorch/test_memory_efficient_fusion.py::ReduceTestCase::test_two_args_default, test/functorch/test_memory_efficient_fusion.py::RandomOpTestCase::test_random 2025-03-14T05:10:24.0771025Z 2025-03-14T05:10:24.0771387Z Running test_tensor_creation_ops 1/1 ... [2025-03-14 05:10:24.075372] 2025-03-14T05:10:24.0771936Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:10:24.0772957Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:10:24.075952] 2025-03-14T05:11:02.2974735Z 2025-03-14T05:11:02.2975765Z test_tensor_creation_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_tensor_creation_ops_1.1_2bc358cfae8dc758_.log 2025-03-14T05:11:02.3190607Z Running 640 items in this shard: test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_device_vs_cpu_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_device_vs_cpu_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_device_vs_cpu_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_device_vs_cpu_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_inference_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_lowp_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_arange_lowp_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_as_strided_neg_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_as_tensor_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_block_diag_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_block_diag_scipy_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cartesian_prod_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat2_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat2_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat2_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_all_dtypes_and_devices_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_big_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_empty_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_empty_legacy_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_in_channels_last_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_mem_overlap_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_channels_last_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_uint16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_uint32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_uint64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_fast_path_dim0_dim1_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_out_memory_format_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_preserve_channels_last_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_cat_stack_cross_devices_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_combinations_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_complex_type_conversions_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_constructor_device_legacy_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_constructor_dtypes_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_ctor_with_numpy_array_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_device_rounding_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_device_rounding_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_diag_embed_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_diagflat_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dsplit_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dsplit_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dsplit_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_dstack_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_empty_full_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_empty_overflow_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_empty_strided_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_empty_tensor_props_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_eye_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_fill_all_dtypes_and_devices_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_finite_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_float_to_int_conversion_nonfinite_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_from_file_shared_False_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_from_file_shared_True_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_full_inference_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_full_inference_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_full_inference_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_full_out_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hsplit_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hsplit_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hsplit_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_hstack_column_stack_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_window_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_window_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_window_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_window_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_kaiser_window_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_large_linspace_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_large_linspace_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linlogspace_mem_overlap_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_deduction_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_device_vs_cpu_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_special_steps_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_complex_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_integral_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_integral_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_integral_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_integral_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_linspace_vs_numpy_integral_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_base2_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_base2_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_deduction_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_device_vs_cpu_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_device_vs_cpu_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_special_steps_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_special_steps_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_vs_numpy_complex_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_vs_numpy_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_logspace_vs_numpy_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_default_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_empty_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_ij_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_ij_indexing_is_default_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_inconsistent_device_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_inconsistent_dtype_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_non_1d_tensor_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_unsupported_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_vs_numpy_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_warns_if_no_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_meshgrid_xy_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_new_empty_strided_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_new_methods_requires_grad_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_new_tensor_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_new_tensor_device_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_offset_scalar_cast_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_ones_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_bool_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_default_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_bool_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_uint16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_uint32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_from_to_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_uint16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_uint32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_full_range_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_uint16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_uint32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_random_to_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_range_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_range_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_range_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_range_factories_64bit_indexing_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_range_warning_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_bfloat16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_refs_tensor_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_repeat_interleave_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_roll_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_bartlett_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_bartlett_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_bartlett_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_blackman_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_blackman_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_blackman_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hamming_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hamming_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hamming_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hann_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hann_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_window_functions_window_hann_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_bartlett_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_bartlett_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_blackman_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_blackman_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_cosine_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_cosine_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_hamming_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_hamming_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_hann_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_hann_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_nuttall_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_signal_windows_functions_window_nuttall_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_simple_scalar_cast_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_stack_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_stack_out_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_storage_filename_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_strided_mismatched_stride_shape_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_ctor_device_inference_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_device_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factories_empty_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factory_copy_var_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factory_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factory_gpu_type_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factory_gpu_type_inference_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_factory_type_inference_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_from_non_writable_numpy_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_tensor_from_sequence_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_floating_dtype_error_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_out_dtype_error_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_out_dtype_error_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_same_dtype_error_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_complex_same_dtype_error_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_polar_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_torch_polar_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_unpack_double_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_unpack_double_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vander_types_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vsplit_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vsplit_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vsplit_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_complex128, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_float64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_int32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_int8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_vstack_row_stack_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_cpu, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_bool, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_complex64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_float16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_float32, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_int16, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_int64, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_dtype_layout_device_match_cpu_uint8, test/test_tensor_creation_ops.py::TestTensorCreationCPU::test_zeros_out_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_normal_cpu_float32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_normal_cpu_float64, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_normal_std_error_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_rand_cpu_complex128, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_rand_cpu_complex32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_rand_cpu_complex64, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_rand_cpu_float32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_rand_cpu_float64, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randint_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randint_distribution_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randint_inference_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_bfloat16, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_complex128, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_complex32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_complex64, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_float16, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_float32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randn_cpu_float64, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_random_neg_values_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randperm_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randperm_device_compatibility_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_randperm_large_cpu, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_uniform_from_to_cpu_float16, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_uniform_from_to_cpu_float32, test/test_tensor_creation_ops.py::TestRandomTensorCreationCPU::test_uniform_from_to_cpu_float64, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_empty_like_cpu, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_full_like_inference_cpu, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_ones_like_cpu, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_ones_like_multiple_device_cpu, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_zeros_like_cpu, test/test_tensor_creation_ops.py::TestLikeTensorCreationCPU::test_zeros_like_multiple_device_cpu, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_byte_to_int_cpu, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_invalid_positional_args_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_non_writable_buffer_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_not_a_buffer_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_requires_grad_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_same_type_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_shared_buffer_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_and_offset_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_count_cpu_uint8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_bool, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_complex128, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_complex64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_float16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_float32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_float64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_int16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_int32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_int64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_int8, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_uint16, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_uint32, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_uint64, test/test_tensor_creation_ops.py::TestBufferProtocolCPU::test_with_offset_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_uint16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_uint32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_uint64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_buffer_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_dlpack_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_uint16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_uint32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_uint64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_numpy_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_alias_from_tensor_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_astensor_consistency_cpu, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_uint16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_uint32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_uint64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_buffer_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_dlpack_mult_devices_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_uint16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_uint32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_uint64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_numpy_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_from_tensor_mult_devices_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_list_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_bfloat16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_bool, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_complex128, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_float16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_float64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_int16, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_int32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_int64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_int8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_copy_tensor_cpu_uint8, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_default_device_cpu, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_device_without_index_cpu, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_numpy_scalars_cpu, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_retain_autograd_history_cpu_complex64, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_retain_autograd_history_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_unsupported_alias_cpu_float32, test/test_tensor_creation_ops.py::TestAsArrayCPU::test_unsupported_alias_mult_devices_cpu_float32 2025-03-14T05:11:02.3394428Z 2025-03-14T05:11:02.3394652Z Running test_sort_and_select 1/1 ... [2025-03-14 05:11:02.298736] 2025-03-14T05:11:02.3395101Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:11:02.3396096Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:11:02.299300] 2025-03-14T05:11:10.1325192Z 2025-03-14T05:11:10.1326375Z test_sort_and_select 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_sort_and_select_1.1_7e03ade6804ecd0d_.log 2025-03-14T05:11:10.1361457Z Running 113 items in this shard: test/test_sort_and_select.py::TestSortAndSelectCPU::test_complex_unsupported_cpu_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_devices_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_isin_different_dtypes_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_kthvalue_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_kthvalue_scalar_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_msort_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_output_discontiguous_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_parallel_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_parallel_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_parallel_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_parallel_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_1d_parallel_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_discontiguous_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_discontiguous_slow_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_expanded_tensor_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_large_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_large_slice_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_overflow_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_overflow_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_overflow_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_overflow_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_overflow_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_restride_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_sort_stable_none_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_bool, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_against_numpy_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_bool, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_stable_sort_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_1d_output_discontiguous_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_4d_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_arguments_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_integral_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_integral_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_integral_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_integral_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_integral_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_lower_precision_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_lower_precision_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_noncontiguous_gpu_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_nonfinite_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_nonfinite_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_nonfinite_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_nonfinite_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_quantized_scalar_input_cpu, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_topk_zero_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_bool, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_consecutive_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_bfloat16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_bool, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_float16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_float32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_float64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_int16, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_int32, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_int64, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_int8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_cpu_uint8, test/test_sort_and_select.py::TestSortAndSelectCPU::test_unique_dim_cpu 2025-03-14T05:11:10.1394917Z 2025-03-14T05:11:10.1395140Z Running test_dispatch 1/1 ... [2025-03-14 05:11:10.128700] 2025-03-14T05:11:10.1395542Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:11:10.1396533Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:11:10.128700] 2025-03-14T05:12:08.4359148Z 2025-03-14T05:12:08.4360145Z test_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_dispatch_1.1_aa43f9f8f80c3afa_.log 2025-03-14T05:12:08.4369108Z Running 32 items in this shard: test/test_dispatch.py::TestDispatch::test_all_invariants, test/test_dispatch.py::TestDispatch::test_computed_table, test/test_dispatch.py::TestDispatch::test_computed_table_with_ambiguous_autogradother, test/test_dispatch.py::TestDispatch::test_computed_table_with_autograd, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_autograd_defaultbackend, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_autograd_math, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_autograd_math_defaultbackend, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_defaultbackend, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_math, test/test_dispatch.py::TestDispatch::test_computed_table_with_cpu_math_autogradcpu_fallthrough, test/test_dispatch.py::TestDispatch::test_computed_table_with_math, test/test_dispatch.py::TestDispatch::test_def, test/test_dispatch.py::TestDispatch::test_def_impl_schema_mismatch, test/test_dispatch.py::TestDispatch::test_def_only, test/test_dispatch.py::TestDispatch::test_def_with_explicit_alias, test/test_dispatch.py::TestDispatch::test_def_with_inference, test/test_dispatch.py::TestDispatch::test_dispatch_print_registrations_for_dispatch_key_invalid, test/test_dispatch.py::TestDispatch::test_find_dangling_impls, test/test_dispatch.py::TestDispatch::test_find_dangling_impls_ext, test/test_dispatch.py::TestDispatch::test_impl_only, test/test_dispatch.py::TestDispatch::test_multiple_def_alias_defaulting, test/test_dispatch.py::TestDispatch::test_multiple_def_alias_mismatch, test/test_dispatch.py::TestDispatch::test_multiple_def_error, test/test_dispatch.py::TestDispatch::test_multiple_fallback, test/test_dispatch.py::TestDispatch::test_overwrite_math, test/test_dispatch.py::TestPythonDispatcher::test_autogradother, test/test_dispatch.py::TestPythonDispatcher::test_basic, test/test_dispatch.py::TestPythonDispatcher::test_defaultbackend_autogradcpu, test/test_dispatch.py::TestPythonDispatcher::test_defaultbackend_math, test/test_dispatch.py::TestPythonDispatcher::test_duplicate_registrations, test/test_dispatch.py::TestPythonDispatcher::test_math_autogradcpu, test/test_dispatch.py::TestPythonDispatcher::test_quantized_structured_not_implemented 2025-03-14T05:12:08.4377918Z 2025-03-14T05:12:08.4378719Z Running test_cuda_primary_ctx 1/1 ... [2025-03-14 05:12:08.435992] 2025-03-14T05:12:08.4379194Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:12:08.4380213Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:12:08.436590] 2025-03-14T05:12:13.3127018Z 2025-03-14T05:12:13.3127729Z test_cuda_primary_ctx 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_primary_ctx_1.1_fe13fd369da441ba_.log 2025-03-14T05:12:13.3128589Z Running 0 items in this shard: 2025-03-14T05:12:13.3128824Z 2025-03-14T05:12:13.3132742Z Running test_multiprocessing_spawn 1/1 ... [2025-03-14 05:12:13.313196] 2025-03-14T05:12:13.3134869Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:12:13.3139765Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:12:13.313776] 2025-03-14T05:14:01.6460520Z 2025-03-14T05:14:01.6461519Z test_multiprocessing_spawn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_multiprocessing_spawn_1.1_7fcb23024c8b9b06_.log 2025-03-14T05:14:01.6471548Z Running 31 items in this shard: test/test_multiprocessing_spawn.py::SpawnTest::test_exception_all, test/test_multiprocessing_spawn.py::SpawnTest::test_exception_raises, test/test_multiprocessing_spawn.py::SpawnTest::test_exception_single, test/test_multiprocessing_spawn.py::SpawnTest::test_first_argument_index, test/test_multiprocessing_spawn.py::SpawnTest::test_signal_raises, test/test_multiprocessing_spawn.py::SpawnTest::test_success, test/test_multiprocessing_spawn.py::SpawnTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::SpawnTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::SpawnTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ForkTest::test_exception_all, test/test_multiprocessing_spawn.py::ForkTest::test_exception_single, test/test_multiprocessing_spawn.py::ForkTest::test_first_argument_index, test/test_multiprocessing_spawn.py::ForkTest::test_success, test/test_multiprocessing_spawn.py::ForkTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::ForkTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::ForkTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_exception_all, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_exception_single, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_first_argument_index, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success_first_then_exception, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_success_non_blocking, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_exit_grace_period0, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_exit_grace_period_5, test/test_multiprocessing_spawn.py::ParallelForkServerShouldWorkTest::test_terminate_signal, test/test_multiprocessing_spawn.py::ParallelForkServerPerfTest::test_forkserver_perf, test/test_multiprocessing_spawn.py::ErrorTest::test_errors_pickleable 2025-03-14T05:14:01.6481305Z 2025-03-14T05:14:01.6481580Z Running nn/test_convolution 1/1 ... [2025-03-14 05:14:01.641236] 2025-03-14T05:14:01.6482044Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:14:01.6483055Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:14:01.641236] 2025-03-14T05:14:37.6791122Z 2025-03-14T05:14:37.6792043Z nn/test_convolution 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_convolution_1.1_d15c25b8f27d675c_.log 2025-03-14T05:14:37.7099973Z Running 588 items in this shard: test/nn/test_convolution.py::TestConvolutionNN::test_Conv1d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_1x1, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_OneDNN, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_backward_twice, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_groups_nobias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_groups_nobias_v2, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types_on_GPU_with_cudnn, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types_on_GPU_without_cudnn, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_missing_argument, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_groups_nobias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_groups_wbias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_half_cublas_gemm, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_output_size, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_output_size_downsample_upsample, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose3d_correct_output_size, test/nn/test_convolution.py::TestConvolutionNN::test_conv1d_issue_120547, test/nn/test_convolution.py::TestConvolutionNN::test_conv2d_discontiguous_weight, test/nn/test_convolution.py::TestConvolutionNN::test_conv3d_issue_120406, test/nn/test_convolution.py::TestConvolutionNN::test_conv_backcompat, test/nn/test_convolution.py::TestConvolutionNN::test_conv_cudnn_memory_layout_dominance, test/nn/test_convolution.py::TestConvolutionNN::test_conv_invalid_groups, test/nn/test_convolution.py::TestConvolutionNN::test_conv_modules_raise_error_on_incorrect_input_size, test/nn/test_convolution.py::TestConvolutionNN::test_conv_padding_mode, test/nn/test_convolution.py::TestConvolutionNN::test_conv_shapecheck, test/nn/test_convolution.py::TestConvolutionNN::test_conv_tbc, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_non_contiguous, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_noncontiguous_weight, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_not_mutate_stride, test/nn/test_convolution.py::TestConvolutionNN::test_functional_grad_conv, test/nn/test_convolution.py::TestConvolutionNN::test_functional_grad_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv1d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv1d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv2d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv2d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv3d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv3d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grouped_conv_cudnn_nhwc_support, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv1d, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv3d, test/nn/test_convolution.py::TestConvolutionNN::test_mismatch_shape_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_nnpack_conv, test/nn/test_convolution.py::TestConvolutionNN::test_permute_conv2d_issue_120211, test/nn/test_convolution.py::TestConvolutionNN::test_thnn_conv_strided_padded_dilated, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_backward_depthwise_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_backward_depthwise_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_large_output_padding_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_large_output_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose3d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_contig_wrong_stride_cudnn_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_no_grad_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_64bit_indexing_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_large_batch_1_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_backward_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_backward_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convTranspose_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_contiguous_for_oneDNN_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_mismatch_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_ndhwc_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_ndhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_support_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_support_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_groups_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_no_bias_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_stride_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_strided_with_3D_input_and_weight_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_empty_channel_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_empty_channel_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_ic1_channels_last_for_oneDNN_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_batch_1_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_nosplit_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_noncontig_weights_and_bias_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_noncontig_weights_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_thnn_nhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_thnn_nhwc_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transposed_large_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convert_conv2d_weight_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convert_conv3d_weight_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_add_relu_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_add_relu_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_relu_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_relu_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_group_convTranspose_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_group_conv_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float64 2025-03-14T05:14:37.7397580Z 2025-03-14T05:14:37.7397787Z Running nn/test_pooling 1/1 ... [2025-03-14 05:14:37.680912] 2025-03-14T05:14:37.7398226Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:14:37.7399187Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:14:37.682651] 2025-03-14T05:15:27.1246656Z 2025-03-14T05:15:27.1247564Z nn/test_pooling 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_pooling_1.1_8deca88c9128952e_.log 2025-03-14T05:15:27.1283199Z Running 104 items in this shard: test/nn/test_pooling.py::TestAvgPool::test_avg_pool1d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_avg_pool2d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_avg_pool3d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool2d, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool2d_with_divisor, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool3d, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool3d_with_divisor, test/nn/test_pooling.py::TestPoolingNN::test_MaxUnpool2d_output_size, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_avg_pooling_nhwc_overflow, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_avg_pooling_overflow, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_launch_config_backward, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_launch_config_forward, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_non_contiguous, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_lower_precision, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_size_none, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_size_overflow, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool2d_nhwc_cpu, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool3d_input_check, test/nn/test_pooling.py::TestPoolingNN::test_quantized_max_pool1d_empty_kernel, test/nn/test_pooling.py::TestPoolingNN::test_quantized_max_pool3d, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool1d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool2d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool3d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AvgPool2d_empty_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AvgPool3d_backward_after_cat_dim1_device_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_batch_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_out_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_samples_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_batch_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_out_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_samples_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool1d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool2d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool3d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case10_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case1_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case2_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case3_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case4_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case5_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case6_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case7_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case8_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case9_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_avg_pool2d_output_size_one_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_avg_pool3d_output_size_one_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pool_odd_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_empty_output_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_empty_output_size_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_max_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_max_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_uint8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_zero_batch_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_zero_batch_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_reduced_floating_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_reduced_floating_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool2d_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool2d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool3d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool_nan_inf_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_corner_cases_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_corner_cases_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_corner_cases_cpu_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_corner_cases_cpu_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_indices_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_with_indices_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_bfloat16_half_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_bfloat16_half_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_nan_inf_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_maxpool3d_non_square_backward_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_maxpool_indices_no_batch_dim_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool3d_large_size_int64_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool3d_size_one_feature_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool_invalid_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool_large_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_bfloat16_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_large_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_max_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_max_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_zero_stride_cpu 2025-03-14T05:15:27.1317381Z 2025-03-14T05:15:27.1317578Z Running test_mobile_optimizer 1/1 ... [2025-03-14 05:15:27.122096] 2025-03-14T05:15:27.1318025Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:15:27.1319030Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:15:27.122096] 2025-03-14T05:15:33.0230930Z 2025-03-14T05:15:33.0231798Z test_mobile_optimizer 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mobile_optimizer_1.1_9bab25c83e0d7c58_.log 2025-03-14T05:15:33.0234794Z Running 7 items in this shard: test/test_mobile_optimizer.py::TestOptimizer::test_clone_module_with_class, test/test_mobile_optimizer.py::TestOptimizer::test_generate_mobile_module_lints, test/test_mobile_optimizer.py::TestOptimizer::test_hoist_conv_packed_params, test/test_mobile_optimizer.py::TestOptimizer::test_mobilenet_optimize_for_mobile, test/test_mobile_optimizer.py::TestOptimizer::test_optimize_for_mobile, test/test_mobile_optimizer.py::TestOptimizer::test_preserve_bundled_inputs_methods, test/test_mobile_optimizer.py::TestOptimizer::test_quantized_conv_no_asan_failures 2025-03-14T05:15:33.0236984Z 2025-03-14T05:15:33.0237172Z Running test_reductions 1/1 ... [2025-03-14 05:15:33.018828] 2025-03-14T05:15:33.0237585Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:15:33.0243717Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:15:33.018828] 2025-03-14T05:20:21.2026509Z 2025-03-14T05:20:21.2027531Z test_reductions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_reductions_1.1_672cde28ec4131c1_.log 2025-03-14T05:20:21.3566461Z Running 4565 items in this shard: test/test_reductions.py::TestReductionsCPU::test_accreal_type_cpu, test/test_reductions.py::TestReductionsCPU::test_all_any_cpu, test/test_reductions.py::TestReductionsCPU::test_all_any_empty_cpu, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_all_any_vs_numpy_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_all_any_with_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_all_issue117215_cpu, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_amin_amax_some_dims_cpu, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_aminmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_aminmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_aminmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_aminmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_argminmax_axis_with_dim_one_cpu, test/test_reductions.py::TestReductionsCPU::test_argminmax_large_axis_cpu, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_argminmax_multiple_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_bincount_cpu, test/test_reductions.py::TestReductionsCPU::test_bucketization_cpu, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_cumprod_integer_upcast_cpu, test/test_reductions.py::TestReductionsCPU::test_cumsum_integer_upcast_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_arg_reduction_scalar_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_default_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_empty_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_duplicate_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsorted_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsupported_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsupported_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsupported_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsupported_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_unsupported_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_multi_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_ndim_limit_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_none_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_offbounds_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_max_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mean_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_median_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_min_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_mode_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_nanmedian_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_norm_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_fns_fn_name_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_lastdim_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_lastdim_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_dim_reduction_less_than_64_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_all_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_any_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_keepdim_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_std_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_var_cpu, test/test_reductions.py::TestReductionsCPU::test_dim_single_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_all_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_any_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_empty_slice_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_all_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_any_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice__refs_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_all_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_any_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_count_nonzero_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_amax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_amin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_argmax_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_argmin_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_logsumexp_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_norm_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_masked_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_nanmean_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_nansum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_prod_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_std_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_std_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_sum_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_var_cpu, test/test_reductions.py::TestReductionsCPU::test_empty_tensor_nonempty_slice_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_histc_cpu, test/test_reductions.py::TestReductionsCPU::test_histc_lowp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_histc_lowp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cuda_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cuda_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cuda_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_corner_cases_cuda_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_histc_min_max_errors_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_histogram_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_histogram_error_handling_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_histogramdd_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_identity_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_invalid_0dim_aminmax_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_invalid_0dim_aminmax_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_logcumsumexp_complex_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_logcumsumexp_complex_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_logsumexp_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_logsumexp_integral_promotion_cpu, test/test_reductions.py::TestReductionsCPU::test_max_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_max_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_max_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_max_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_max_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_max_elementwise_cpu, test/test_reductions.py::TestReductionsCPU::test_max_mixed_devices_cpu, test/test_reductions.py::TestReductionsCPU::test_max_with_inf_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_max_with_inf_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_max_with_inf_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_max_with_inf_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_mean_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_mean_int_with_optdtype_cpu, test/test_reductions.py::TestReductionsCPU::test_mean_out_is_alias_of_return_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_mean_out_is_alias_of_return_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_mean_out_is_alias_of_return_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_mean_out_is_alias_of_return_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_median_corner_cases_cpu, test/test_reductions.py::TestReductionsCPU::test_median_nan_values_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_median_nan_values_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_median_real_values_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_median_real_values_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_median_real_values_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_median_real_values_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_min_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_min_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_min_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_min_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_min_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_min_elementwise_cpu, test/test_reductions.py::TestReductionsCPU::test_min_max_nan_cpu, test/test_reductions.py::TestReductionsCPU::test_min_mixed_devices_cpu, test/test_reductions.py::TestReductionsCPU::test_min_with_inf_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_min_with_inf_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_min_with_inf_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_min_with_inf_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_minmax_illegal_dtype_cpu, test/test_reductions.py::TestReductionsCPU::test_mode_boolean_cpu, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_mode_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_mode_large_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_mode_wrong_device_cpu, test/test_reductions.py::TestReductionsCPU::test_mode_wrong_dtype_cpu, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_omit_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nan_policy_propagate_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_nanmean_integral_types_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_nansum_complex_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_nansum_complex_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_nansum_out_dtype_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_nansum_vs_numpy_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_all_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_expanded_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_innermost_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_outermost_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_noncontiguous_transposed_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_numpy_named_args_cpu, test/test_reductions.py::TestReductionsCPU::test_prod_bool_cpu, test/test_reductions.py::TestReductionsCPU::test_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_prod_gpu_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_prod_gpu_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_prod_integer_upcast_cpu, test/test_reductions.py::TestReductionsCPU::test_prod_lowp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_prod_lowp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_quantile_backward_cpu, test/test_reductions.py::TestReductionsCPU::test_quantile_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_quantile_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_quantile_error_cpu, test/test_reductions.py::TestReductionsCPU::test_reduce_dtype_cpu, test/test_reductions.py::TestReductionsCPU::test_reduction_empty_any_all_cpu, test/test_reductions.py::TestReductionsCPU::test_reduction_split_cpu, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_input_corner_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_input_corner_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_input_corner_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_input_corner_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_output_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_output_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_output_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reduction_vectorize_along_output_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reductions_large_half_tensors_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reductions_large_half_tensors_cpu_complex32, test/test_reductions.py::TestReductionsCPU::test_reductions_large_half_tensors_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_duplicate_values_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_extremal_values_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_1D_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_2D_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_large_input_64bit_indexing_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_scalar_input_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_ref_small_input_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_reference_masked_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_repeated_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype__refs_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_all_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_any_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_count_nonzero_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_linalg_vector_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_amin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmax_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_argmin_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_logsumexp_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_norm_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_norm_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_norm_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_norm_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_std_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_masked_var_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_mean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nanmean_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nanmean_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nanmean_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nanmean_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_nansum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_prod_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_std_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_sum_cpu_uint8, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_result_dtype_var_unbiased_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_std_correction_vs_numpy_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_std_correction_vs_numpy_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_std_correction_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_std_correction_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_std_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_std_mean_all_dims_cpu, test/test_reductions.py::TestReductionsCPU::test_std_mean_correction_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_std_mean_correction_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_std_mean_correction_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_std_mean_correction_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_std_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_std_mean_some_dims_cpu, test/test_reductions.py::TestReductionsCPU::test_std_vs_numpy_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_std_vs_numpy_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_std_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_std_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_sum_all_cpu_bool, test/test_reductions.py::TestReductionsCPU::test_sum_all_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_sum_cpu_device_mismatch_cpu, test/test_reductions.py::TestReductionsCPU::test_sum_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_sum_dim_reduction_uint8_overflow_cpu, test/test_reductions.py::TestReductionsCPU::test_sum_integer_upcast_cpu, test/test_reductions.py::TestReductionsCPU::test_sum_noncontig_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_sum_noncontig_lowp_cpu_bfloat16, test/test_reductions.py::TestReductionsCPU::test_sum_noncontig_lowp_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_sum_out_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_sum_parallel_cpu, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_float16, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_int16, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_int32, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_int64, test/test_reductions.py::TestReductionsCPU::test_sum_vs_numpy_cpu_int8, test/test_reductions.py::TestReductionsCPU::test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu, test/test_reductions.py::TestReductionsCPU::test_tensor_compare_ops_empty_cpu, test/test_reductions.py::TestReductionsCPU::test_tensor_reduce_ops_empty_cpu, test/test_reductions.py::TestReductionsCPU::test_var_correction_vs_numpy_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_var_correction_vs_numpy_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_var_correction_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_var_correction_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_var_cpu, test/test_reductions.py::TestReductionsCPU::test_var_dim_cpu, test/test_reductions.py::TestReductionsCPU::test_var_large_input_cpu, test/test_reductions.py::TestReductionsCPU::test_var_mean_all_dims_cpu, test/test_reductions.py::TestReductionsCPU::test_var_mean_correction_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_var_mean_correction_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_var_mean_correction_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_var_mean_correction_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_var_mean_cpu, test/test_reductions.py::TestReductionsCPU::test_var_mean_some_dims_cpu, test/test_reductions.py::TestReductionsCPU::test_var_stability2_cpu, test/test_reductions.py::TestReductionsCPU::test_var_stability_cpu, test/test_reductions.py::TestReductionsCPU::test_var_unbiased_cpu, test/test_reductions.py::TestReductionsCPU::test_var_vs_numpy_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_var_vs_numpy_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_var_vs_numpy_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_var_vs_numpy_cpu_float64, test/test_reductions.py::TestReductionsCPU::test_warn_invalid_degrees_of_freedom_cpu_complex128, test/test_reductions.py::TestReductionsCPU::test_warn_invalid_degrees_of_freedom_cpu_complex64, test/test_reductions.py::TestReductionsCPU::test_warn_invalid_degrees_of_freedom_cpu_float32, test/test_reductions.py::TestReductionsCPU::test_warn_invalid_degrees_of_freedom_cpu_float64 2025-03-14T05:20:21.5180284Z 2025-03-14T05:20:21.5180505Z Running test_nn 1/1 ... [2025-03-14 05:20:21.206674] 2025-03-14T05:20:21.5181126Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:20:21.5182068Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:20:21.206674] 2025-03-14T05:24:23.6968417Z 2025-03-14T05:24:23.6969258Z test_nn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_nn_1.1_47b6a91f82a85f2f_.log 2025-03-14T05:24:23.8018893Z Running 2193 items in this shard: test/test_nn.py::TestNN::test_AdaptiveLogSoftmax, test/test_nn.py::TestNN::test_AdaptiveLogSoftmax_cuda, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_reduce, test/test_nn.py::TestNN::test_BCELoss_no_reduce_cuda, test/test_nn.py::TestNN::test_BCELoss_no_reduce_scalar, test/test_nn.py::TestNN::test_BCELoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_scalar, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_legacy_enum, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_legacy_enum_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_scalar, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_CELU_no_batch_dim, test/test_nn.py::TestNN::test_CELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_CTCLoss_critical_target_len, test/test_nn.py::TestNN::test_CTCLoss_lengthchecks_cpu, test/test_nn.py::TestNN::test_CTCLoss_lengthchecks_cuda, test/test_nn.py::TestNN::test_CTCLoss_long_targets, test/test_nn.py::TestNN::test_CTCLoss_typechecks, test/test_nn.py::TestNN::test_CTCLoss_zero_infinity, test/test_nn.py::TestNN::test_CTCLoss_zero_lengths, test/test_nn.py::TestNN::test_Conv1d, test/test_nn.py::TestNN::test_Conv1d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_cuda, test/test_nn.py::TestNN::test_Conv1d_dilated, test/test_nn.py::TestNN::test_Conv1d_dilated_cuda, test/test_nn.py::TestNN::test_Conv1d_groups, test/test_nn.py::TestNN::test_Conv1d_groups_cuda, test/test_nn.py::TestNN::test_Conv1d_pad1, test/test_nn.py::TestNN::test_Conv1d_pad1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad1size1, test/test_nn.py::TestNN::test_Conv1d_pad1size1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad2, test/test_nn.py::TestNN::test_Conv1d_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_pad2size1, test/test_nn.py::TestNN::test_Conv1d_pad2size1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same, test/test_nn.py::TestNN::test_Conv1d_pad_same2, test/test_nn.py::TestNN::test_Conv1d_pad_same2_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv1d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_valid, test/test_nn.py::TestNN::test_Conv1d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv1d_reflect_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_reflect_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_stride, test/test_nn.py::TestNN::test_Conv1d_stride_cuda, test/test_nn.py::TestNN::test_Conv1d_zero_batch, test/test_nn.py::TestNN::test_Conv1d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv1d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d, test/test_nn.py::TestNN::test_Conv2d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise, test/test_nn.py::TestNN::test_Conv2d_depthwise_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_dilated, test/test_nn.py::TestNN::test_Conv2d_depthwise_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_padded, test/test_nn.py::TestNN::test_Conv2d_depthwise_padded_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_strided, test/test_nn.py::TestNN::test_Conv2d_depthwise_strided_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_with_multiplier, test/test_nn.py::TestNN::test_Conv2d_depthwise_with_multiplier_cuda, test/test_nn.py::TestNN::test_Conv2d_dilated, test/test_nn.py::TestNN::test_Conv2d_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_dilated_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_dilated_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_groups, test/test_nn.py::TestNN::test_Conv2d_groups_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_thnn, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_no_bias, test/test_nn.py::TestNN::test_Conv2d_no_bias_cuda, test/test_nn.py::TestNN::test_Conv2d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_same, test/test_nn.py::TestNN::test_Conv2d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv2d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_valid, test/test_nn.py::TestNN::test_Conv2d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv2d_padding, test/test_nn.py::TestNN::test_Conv2d_padding_cuda, test/test_nn.py::TestNN::test_Conv2d_padding_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_padding_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_reflect_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_reflect_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_strided, test/test_nn.py::TestNN::test_Conv2d_strided_cuda, test/test_nn.py::TestNN::test_Conv2d_strided_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_strided_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_zero_batch, test/test_nn.py::TestNN::test_Conv2d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv2d_zero_batch_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_zero_batch_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_cuda, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d_cuda, test/test_nn.py::TestNN::test_Conv3d_dilated, test/test_nn.py::TestNN::test_Conv3d_dilated_cuda, test/test_nn.py::TestNN::test_Conv3d_dilated_strided, test/test_nn.py::TestNN::test_Conv3d_dilated_strided_cuda, test/test_nn.py::TestNN::test_Conv3d_groups, test/test_nn.py::TestNN::test_Conv3d_groups_cuda, test/test_nn.py::TestNN::test_Conv3d_groups_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_no_bias, test/test_nn.py::TestNN::test_Conv3d_no_bias_cuda, test/test_nn.py::TestNN::test_Conv3d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_same, test/test_nn.py::TestNN::test_Conv3d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv3d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_valid, test/test_nn.py::TestNN::test_Conv3d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv3d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d_stride, test/test_nn.py::TestNN::test_Conv3d_stride_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_padding, test/test_nn.py::TestNN::test_Conv3d_stride_padding_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_padding_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_stride_padding_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_stride_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_zero_batch, test/test_nn.py::TestNN::test_Conv3d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv3d_zero_batch_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_zero_batch_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d, test/test_nn.py::TestNN::test_ConvTranspose1d_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_dilated, test/test_nn.py::TestNN::test_ConvTranspose1d_dilated_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_groups, test/test_nn.py::TestNN::test_ConvTranspose1d_groups_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_no_bias, test/test_nn.py::TestNN::test_ConvTranspose1d_no_bias_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d, test/test_nn.py::TestNN::test_ConvTranspose2d_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_groups, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose3d, test/test_nn.py::TestNN::test_ConvTranspose3d_cuda, test/test_nn.py::TestNN::test_ConvTranspose3d_dilated, test/test_nn.py::TestNN::test_ConvTranspose3d_dilated_cuda, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_CrossMapLRN2d, test/test_nn.py::TestNN::test_CrossMapLRN2d_cuda, test/test_nn.py::TestNN::test_ELU_no_batch_dim, test/test_nn.py::TestNN::test_ELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Embedding, test/test_nn.py::TestNN::test_EmbeddingBag_discontiguous, test/test_nn.py::TestNN::test_EmbeddingBag_discontiguous_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_max, test/test_nn.py::TestNN::test_EmbeddingBag_max_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_max_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_max_padding_idx_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_mean, test/test_nn.py::TestNN::test_EmbeddingBag_mean_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_mean_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_mean_padding_idx_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sparse, test/test_nn.py::TestNN::test_EmbeddingBag_sparse_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sum, test/test_nn.py::TestNN::test_EmbeddingBag_sum_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sum_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_sum_padding_idx_cuda, test/test_nn.py::TestNN::test_Embedding_cuda, test/test_nn.py::TestNN::test_Embedding_discontiguous, test/test_nn.py::TestNN::test_Embedding_discontiguous_cuda, test/test_nn.py::TestNN::test_Embedding_sparse, test/test_nn.py::TestNN::test_Embedding_sparse_cuda, test/test_nn.py::TestNN::test_Flatten, test/test_nn.py::TestNN::test_Flatten_cuda, test/test_nn.py::TestNN::test_Flatten_no_batch_dim, test/test_nn.py::TestNN::test_Flatten_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Fold, test/test_nn.py::TestNN::test_Fold_cuda, test/test_nn.py::TestNN::test_Fold_int_input, test/test_nn.py::TestNN::test_Fold_int_input_cuda, test/test_nn.py::TestNN::test_Fold_no_batch_dim_input, test/test_nn.py::TestNN::test_Fold_no_batch_dim_input_cuda, test/test_nn.py::TestNN::test_Fold_no_batch_dim_int_input, test/test_nn.py::TestNN::test_Fold_no_batch_dim_int_input_cuda, test/test_nn.py::TestNN::test_GELU_no_batch_dim, test/test_nn.py::TestNN::test_GELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_GLU_no_batch_dim, test/test_nn.py::TestNN::test_GLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardshrink_no_batch_dim, test/test_nn.py::TestNN::test_Hardshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardsigmoid_no_batch_dim, test/test_nn.py::TestNN::test_Hardsigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardswish_no_batch_dim, test/test_nn.py::TestNN::test_Hardswish_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardtanh_no_batch_dim, test/test_nn.py::TestNN::test_Hardtanh_no_batch_dim_cuda, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_margin_no_reduce, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_margin_no_reduce_cuda, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_reduce, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_HuberLoss_delta, test/test_nn.py::TestNN::test_HuberLoss_delta_cuda, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_batch_mean, test/test_nn.py::TestNN::test_KLDivLoss_batch_mean_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_log_target_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_log_target_cuda, test/test_nn.py::TestNN::test_KLDivLoss_with_log_target_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_with_log_target_no_reduce_cuda, test/test_nn.py::TestNN::test_KLDivLoss_with_target_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_with_target_no_reduce_cuda, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_reduce, test/test_nn.py::TestNN::test_L1Loss_no_reduce_complex, test/test_nn.py::TestNN::test_L1Loss_no_reduce_complex_cuda, test/test_nn.py::TestNN::test_L1Loss_no_reduce_cuda, test/test_nn.py::TestNN::test_L1Loss_no_reduce_scalar, test/test_nn.py::TestNN::test_L1Loss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_LSTM_cell, test/test_nn.py::TestNN::test_LSTM_cell_forward_hidden_size, test/test_nn.py::TestNN::test_LSTM_cell_forward_input_size, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_cuda, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_eval, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_eval_cuda, test/test_nn.py::TestNN::test_LeakyReLU_no_batch_dim, test/test_nn.py::TestNN::test_LeakyReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Linear, test/test_nn.py::TestNN::test_Linear_cuda, test/test_nn.py::TestNN::test_Linear_no_batch_dim, test/test_nn.py::TestNN::test_Linear_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Linear_no_bias, test/test_nn.py::TestNN::test_Linear_no_bias_cuda, test/test_nn.py::TestNN::test_LogSigmoid_no_batch_dim, test/test_nn.py::TestNN::test_LogSigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_reduce, test/test_nn.py::TestNN::test_MSELoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MSELoss_no_reduce_scalar, test/test_nn.py::TestNN::test_MSELoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MaxUnpool1d_net, test/test_nn.py::TestNN::test_MaxUnpool1d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool1d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool1d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MaxUnpool2d_net, test/test_nn.py::TestNN::test_MaxUnpool2d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool2d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool2d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MaxUnpool3d_net, test/test_nn.py::TestNN::test_MaxUnpool3d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool3d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool3d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Mish_no_batch_dim, test/test_nn.py::TestNN::test_Mish_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ModuleDict, test/test_nn.py::TestNN::test_ModuleList, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_0d_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_0d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_1d_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_1d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_index_neg, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_index_neg_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_weights_no_reduce, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_1d_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_1d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_margin_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_margin_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_p_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_p_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_weights_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_reduce, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_neg, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda, test/test_nn.py::TestNN::test_PReLU_backward_requires_grad_false, test/test_nn.py::TestNN::test_PReLU_no_batch_dim, test/test_nn.py::TestNN::test_PReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_PairwiseDistance, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_lhs, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_lhs_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_rhs, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_rhs_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_no_batch_dim, test/test_nn.py::TestNN::test_PairwiseDistance_no_batch_dim_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_with_non_default_args, test/test_nn.py::TestNN::test_PairwiseDistance_with_non_default_args_cuda, test/test_nn.py::TestNN::test_ParameterDict, test/test_nn.py::TestNN::test_ParameterDict_replication, test/test_nn.py::TestNN::test_ParameterList, test/test_nn.py::TestNN::test_ParameterList_meta, test/test_nn.py::TestNN::test_ParameterList_replication, test/test_nn.py::TestNN::test_PixelShuffle, test/test_nn.py::TestNN::test_PixelShuffle_cuda, test/test_nn.py::TestNN::test_PixelUnshuffle, test/test_nn.py::TestNN::test_PixelUnshuffle_cuda, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_reduce, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_RNN_cell, test/test_nn.py::TestNN::test_RNN_cell_forward_zero_hidden_size, test/test_nn.py::TestNN::test_RNN_cell_no_broadcasting, test/test_nn.py::TestNN::test_RNN_change_dropout, test/test_nn.py::TestNN::test_RNN_cpu_vs_cudnn_no_dropout, test/test_nn.py::TestNN::test_RNN_cpu_vs_cudnn_with_dropout, test/test_nn.py::TestNN::test_RNN_cudnn_weight_norm, test/test_nn.py::TestNN::test_RNN_dropout, test/test_nn.py::TestNN::test_RNN_dropout_state, test/test_nn.py::TestNN::test_RNN_input_size_zero, test/test_nn.py::TestNN::test_RNN_nonlinearity, test/test_nn.py::TestNN::test_RNN_nonlinearity_passed_as_arg, test/test_nn.py::TestNN::test_RReLU, test/test_nn.py::TestNN::test_RReLU_cuda, test/test_nn.py::TestNN::test_RReLU_no_batch_dim, test/test_nn.py::TestNN::test_RReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_RReLU_with_up_down, test/test_nn.py::TestNN::test_RReLU_with_up_down_cuda, test/test_nn.py::TestNN::test_RReLU_with_up_down_scalar, test/test_nn.py::TestNN::test_RReLU_with_up_down_scalar_cuda, test/test_nn.py::TestNN::test_ReLU6_no_batch_dim, test/test_nn.py::TestNN::test_ReLU6_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ReLU_no_batch_dim, test/test_nn.py::TestNN::test_ReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d, test/test_nn.py::TestNN::test_ReplicationPad3d_complex, test/test_nn.py::TestNN::test_ReplicationPad3d_complex_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d_no_batch_dim, test/test_nn.py::TestNN::test_ReplicationPad3d_no_batch_dim_cuda, test/test_nn.py::TestNN::test_SELU_no_batch_dim, test/test_nn.py::TestNN::test_SELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Sequential_add, test/test_nn.py::TestNN::test_Sequential_append, test/test_nn.py::TestNN::test_Sequential_delitem, test/test_nn.py::TestNN::test_Sequential_extend, test/test_nn.py::TestNN::test_Sequential_getitem, test/test_nn.py::TestNN::test_Sequential_iadd, test/test_nn.py::TestNN::test_Sequential_imul, test/test_nn.py::TestNN::test_Sequential_insert, test/test_nn.py::TestNN::test_Sequential_insert_fail_case, test/test_nn.py::TestNN::test_Sequential_mul, test/test_nn.py::TestNN::test_Sequential_pop, test/test_nn.py::TestNN::test_Sequential_rmul, test/test_nn.py::TestNN::test_Sequential_setitem, test/test_nn.py::TestNN::test_Sequential_setitem_named, test/test_nn.py::TestNN::test_SiLU_no_batch_dim, test/test_nn.py::TestNN::test_SiLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Sigmoid_no_batch_dim, test/test_nn.py::TestNN::test_Sigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_beta, test/test_nn.py::TestNN::test_SmoothL1Loss_beta_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_scalar, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_zero_beta, test/test_nn.py::TestNN::test_SmoothL1Loss_zero_beta_cuda, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_reduce, test/test_nn.py::TestNN::test_SoftMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_Softplus_no_batch_dim, test/test_nn.py::TestNN::test_Softplus_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Softshrink_no_batch_dim, test/test_nn.py::TestNN::test_Softshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Softsign_no_batch_dim, test/test_nn.py::TestNN::test_Softsign_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Tanh_no_batch_dim, test/test_nn.py::TestNN::test_Tanh_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Tanhshrink_no_batch_dim, test/test_nn.py::TestNN::test_Tanhshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Threshold_no_batch_dim, test/test_nn.py::TestNN::test_Threshold_no_batch_dim_cuda, test/test_nn.py::TestNN::test_TransformerDecoderLayer_gelu_activation, test/test_nn.py::TestNN::test_TransformerDecoderLayer_gelu_activation_cuda, test/test_nn.py::TestNN::test_TransformerDecoderLayer_relu_activation, test/test_nn.py::TestNN::test_TransformerDecoderLayer_relu_activation_cuda, test/test_nn.py::TestNN::test_TransformerEncoderLayer_gelu_activation, test/test_nn.py::TestNN::test_TransformerEncoderLayer_gelu_activation_cuda, test/test_nn.py::TestNN::test_TransformerEncoderLayer_relu_activation, test/test_nn.py::TestNN::test_TransformerEncoderLayer_relu_activation_cuda, test/test_nn.py::TestNN::test_Transformer_cell, test/test_nn.py::TestNN::test_Transformer_multilayer_coder, test/test_nn.py::TestNN::test_Transformer_multilayer_coder_cuda, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_Unflatten_no_batch_dim, test/test_nn.py::TestNN::test_Unflatten_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Unfold, test/test_nn.py::TestNN::test_Unfold_cuda, test/test_nn.py::TestNN::test_Unfold_int_input, test/test_nn.py::TestNN::test_Unfold_int_input_cuda, test/test_nn.py::TestNN::test_adaptive_log_softmax, test/test_nn.py::TestNN::test_add_module, test/test_nn.py::TestNN::test_add_module_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_affine_grid, test/test_nn.py::TestNN::test_affine_grid_3d, test/test_nn.py::TestNN::test_affine_grid_backward_cl_cf_consistency_device_cpu_nd_2, test/test_nn.py::TestNN::test_affine_grid_backward_cl_cf_consistency_device_cpu_nd_3, test/test_nn.py::TestNN::test_affine_grid_error_checking, test/test_nn.py::TestNN::test_assignment, test/test_nn.py::TestNN::test_batch_norm_update_stats, test/test_nn.py::TestNN::test_batchnorm_buffer_update_when_stats_are_not_tracked, test/test_nn.py::TestNN::test_batchnorm_cudnn_half, test/test_nn.py::TestNN::test_batchnorm_cudnn_nhwc, test/test_nn.py::TestNN::test_batchnorm_half_overflow, test/test_nn.py::TestNN::test_batchnorm_load_state_dict, test/test_nn.py::TestNN::test_batchnorm_nhwc_cpu, test/test_nn.py::TestNN::test_batchnorm_nhwc_cuda, test/test_nn.py::TestNN::test_batchnorm_non_contig_cpu_BatchNorm2d, test/test_nn.py::TestNN::test_batchnorm_non_contig_cpu_SyncBatchNorm, test/test_nn.py::TestNN::test_batchnorm_nonaffine_cuda_half_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_bias_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_less_than_one_value_per_channel, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_weight_is_not_same_size_as_input, test/test_nn.py::TestNN::test_bce_loss_always_nonnegative, test/test_nn.py::TestNN::test_bce_loss_broadcasts_weights, test/test_nn.py::TestNN::test_bce_loss_input_range, test/test_nn.py::TestNN::test_bce_loss_size_mismatch, test/test_nn.py::TestNN::test_bce_with_logits_broadcasts_pos_weights, test/test_nn.py::TestNN::test_bce_with_logits_broadcasts_weights, test/test_nn.py::TestNN::test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss, test/test_nn.py::TestNN::test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad, test/test_nn.py::TestNN::test_bce_with_logits_has_correct_forward_grad, test/test_nn.py::TestNN::test_bce_with_logits_has_correct_grad_at_zero, test/test_nn.py::TestNN::test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none, test/test_nn.py::TestNN::test_bce_with_logits_raises_if_target_and_input_are_different_size, test/test_nn.py::TestNN::test_bce_with_logits_stability, test/test_nn.py::TestNN::test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero, test/test_nn.py::TestNN::test_bilinear, test/test_nn.py::TestNN::test_bilinear_broadcasting, test/test_nn.py::TestNN::test_bilinear_no_bias, test/test_nn.py::TestNN::test_bilinear_non_contiguous, test/test_nn.py::TestNN::test_broadcast_double_backwards_gpu, test/test_nn.py::TestNN::test_broadcast_no_grad, test/test_nn.py::TestNN::test_broadcast_not_requiring_grad, test/test_nn.py::TestNN::test_buffer_bad_module_subclass, test/test_nn.py::TestNN::test_buffer_not_persistent, test/test_nn.py::TestNN::test_buffer_not_persistent_assign, test/test_nn.py::TestNN::test_buffer_not_persistent_del, test/test_nn.py::TestNN::test_buffer_not_persistent_load, test/test_nn.py::TestNN::test_buffer_not_persistent_overwrite, test/test_nn.py::TestNN::test_buffers_and_named_buffers, test/test_nn.py::TestNN::test_call_supports_python_dict_output, test/test_nn.py::TestNN::test_channel_shuffle_return_alias_of_self, test/test_nn.py::TestNN::test_children, test/test_nn.py::TestNN::test_container_copy, test/test_nn.py::TestNN::test_convert_sync_batchnorm, test/test_nn.py::TestNN::test_cosine_embedding_loss_error_on_diff_shapes, test/test_nn.py::TestNN::test_cosine_embedding_loss_error_on_nonexpandable_shapes, test/test_nn.py::TestNN::test_cosine_embedding_loss_invalid_shape, test/test_nn.py::TestNN::test_cosine_embedding_loss_margin_no_reduce, test/test_nn.py::TestNN::test_cosine_embedding_loss_no_reduce, test/test_nn.py::TestNN::test_cosine_embedding_loss_with_diff_type, test/test_nn.py::TestNN::test_cosine_similarity, test/test_nn.py::TestNN::test_cross_entropy_loss, test/test_nn.py::TestNN::test_cross_entropy_loss_precision, test/test_nn.py::TestNN::test_cross_entropy_loss_zero_div, test/test_nn.py::TestNN::test_cudnn_forward_exception, test/test_nn.py::TestNN::test_cudnn_rnn_dropout_states_device, test/test_nn.py::TestNN::test_cudnn_weight_format, test/test_nn.py::TestNN::test_cudnn_weight_tying, test/test_nn.py::TestNN::test_dir, test/test_nn.py::TestNN::test_dir_digit, test/test_nn.py::TestNN::test_elu_inplace_gradgrad, test/test_nn.py::TestNN::test_elu_inplace_on_view, test/test_nn.py::TestNN::test_error_RNN_seq_len_zero, test/test_nn.py::TestNN::test_extra_state, test/test_nn.py::TestNN::test_extra_state_missing_get_extra_state, test/test_nn.py::TestNN::test_extra_state_missing_set_extra_state, test/test_nn.py::TestNN::test_extra_state_non_dict, test/test_nn.py::TestNN::test_fb_fc_packed, test/test_nn.py::TestNN::test_flatten, test/test_nn.py::TestNN::test_fold_invalid_arg, test/test_nn.py::TestNN::test_fractional_max_pool2d_invalid_output_ratio, test/test_nn.py::TestNN::test_gaussian_nll_loss_args, test/test_nn.py::TestNN::test_gaussian_nll_loss_broadcasting, test/test_nn.py::TestNN::test_gaussian_nll_loss_scalar_var, test/test_nn.py::TestNN::test_get_buffer, test/test_nn.py::TestNN::test_get_buffer_from_submodules, test/test_nn.py::TestNN::test_getattr_with_property, test/test_nn.py::TestNN::test_grid_sample, test/test_nn.py::TestNN::test_grid_sample_3d, test/test_nn.py::TestNN::test_grid_sample_error_checking, test/test_nn.py::TestNN::test_grid_sample_nearest_neighbor_rounding_mode_consistency, test/test_nn.py::TestNN::test_hardtanh_backward, test/test_nn.py::TestNN::test_hardtanh_inplace_gradgrad, test/test_nn.py::TestNN::test_huber_loss_invalid_delta, test/test_nn.py::TestNN::test_inplace_thnn, test/test_nn.py::TestNN::test_interpolate, test/test_nn.py::TestNN::test_interpolate_bicubic_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_shared_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_shared_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_shared_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_shared_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_buffer_overflow, test/test_nn.py::TestNN::test_interpolate_illegal_memory_access, test/test_nn.py::TestNN::test_interpolate_linear_1d, test/test_nn.py::TestNN::test_interpolate_linear_1d_align_corners, test/test_nn.py::TestNN::test_interpolate_linear_1d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_linear_1d_cuda, test/test_nn.py::TestNN::test_interpolate_linear_1d_zero_dim, test/test_nn.py::TestNN::test_interpolate_linear_1d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_align_corners, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_cuda, test/test_nn.py::TestNN::test_interpolate_linear_tuple_1d, test/test_nn.py::TestNN::test_interpolate_linear_tuple_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_1d, test/test_nn.py::TestNN::test_interpolate_nearest_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_1d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_1d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d, test/test_nn.py::TestNN::test_interpolate_nearest_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d_launch_configs, test/test_nn.py::TestNN::test_interpolate_nearest_2d_launch_configs_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_3d, test/test_nn.py::TestNN::test_interpolate_nearest_3d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_3d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_3d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_1d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_2d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_3d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_3d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_1d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_2d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_3d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_zero_dim, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_align_corners, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_align_corners, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_cuda, test/test_nn.py::TestNN::test_interpolate_undefined_behavior_casting, test/test_nn.py::TestNN::test_kl_div_log_softmax_target, test/test_nn.py::TestNN::test_kl_div_with_diff_type, test/test_nn.py::TestNN::test_kl_div_with_diff_type_log_target, test/test_nn.py::TestNN::test_l1_loss_correct, test/test_nn.py::TestNN::test_layer_norm_eps, test/test_nn.py::TestNN::test_layer_norm_grads_with_create_graph_flag, test/test_nn.py::TestNN::test_layer_norm_large_tensor, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCOO, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCSC, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCSR, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightStrided, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCOO, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCSC, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCSR, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightStrided, test/test_nn.py::TestNN::test_linear_broadcasting, test/test_nn.py::TestNN::test_linear_raise_on_scalar_input, test/test_nn.py::TestNN::test_log_softmax_dim0, test/test_nn.py::TestNN::test_log_softmax_dim0_cuda, test/test_nn.py::TestNN::test_log_softmax_dim3, test/test_nn.py::TestNN::test_log_softmax_dim3_cuda, test/test_nn.py::TestNN::test_log_softmax_lastdim, test/test_nn.py::TestNN::test_log_softmax_lastdim_cuda, test/test_nn.py::TestNN::test_log_softmax_scalar, test/test_nn.py::TestNN::test_log_softmax_scalar_cuda, test/test_nn.py::TestNN::test_log_softmax_spatial, test/test_nn.py::TestNN::test_log_softmax_spatial_cuda, test/test_nn.py::TestNN::test_log_softmax_spatial_special, test/test_nn.py::TestNN::test_log_softmax_spatial_special_cuda, test/test_nn.py::TestNN::test_loss_equal_input_target_shape, test/test_nn.py::TestNN::test_margin_ranking_loss_margin_no_reduce, test/test_nn.py::TestNN::test_margin_ranking_loss_no_reduce, test/test_nn.py::TestNN::test_max_pool1d_invalid_output_size, test/test_nn.py::TestNN::test_module_apply_inplace_op, test/test_nn.py::TestNN::test_module_backcompat, test/test_nn.py::TestNN::test_module_super_init, test/test_nn.py::TestNN::test_module_to_argparse, test/test_nn.py::TestNN::test_modules, test/test_nn.py::TestNN::test_mse_loss_size_warning, test/test_nn.py::TestNN::test_multimarginloss_1d_input_0d_target_no_reduce, test/test_nn.py::TestNN::test_multimarginloss_1d_input_0d_target_no_reduce_cuda, test/test_nn.py::TestNN::test_named_children, test/test_nn.py::TestNN::test_named_modules, test/test_nn.py::TestNN::test_named_parameters_remove_duplicate, test/test_nn.py::TestNN::test_native_channel_shuffle_return_alias_of_self, test/test_nn.py::TestNN::test_nested_tensor_from_mask, test/test_nn.py::TestNN::test_nested_tensor_from_mask_error, test/test_nn.py::TestNN::test_no_grad, test/test_nn.py::TestNN::test_non_leaf_parameters, test/test_nn.py::TestNN::test_normalize, test/test_nn.py::TestNN::test_overwrite_module_params_on_conversion, test/test_nn.py::TestNN::test_pack_sequence_batch_sizes_throw, test/test_nn.py::TestNN::test_pad_scalar_error, test/test_nn.py::TestNN::test_padding_list, test/test_nn.py::TestNN::test_pairwise_distance, test/test_nn.py::TestNN::test_parameter_assignment, test/test_nn.py::TestNN::test_parameterlistdict_pickle, test/test_nn.py::TestNN::test_parameterlistdict_setting_attributes, test/test_nn.py::TestNN::test_parameters_and_named_parameters, test/test_nn.py::TestNN::test_parameters_to_vector, test/test_nn.py::TestNN::test_parse_to, test/test_nn.py::TestNN::test_partial_flat_weights, test/test_nn.py::TestNN::test_pdist, test/test_nn.py::TestNN::test_pdist_cpu_gradgrad_unimplemented, test/test_nn.py::TestNN::test_pdist_cuda_gradgrad_unimplemented, test/test_nn.py::TestNN::test_pdist_empty_col, test/test_nn.py::TestNN::test_pdist_empty_row, test/test_nn.py::TestNN::test_pdist_large, test/test_nn.py::TestNN::test_pdist_zeros, test/test_nn.py::TestNN::test_pickle_module_no_weights_only_warning, test/test_nn.py::TestNN::test_pixel_shuffle_nhwc_cpu, test/test_nn.py::TestNN::test_pixel_shuffle_unshuffle, test/test_nn.py::TestNN::test_pointwise_loss_broadcast, test/test_nn.py::TestNN::test_pointwise_loss_target_grad_none_reduction, test/test_nn.py::TestNN::test_projections_errors_on_gru_and_rnn, test/test_nn.py::TestNN::test_projections_lstm_args_check, test/test_nn.py::TestNN::test_projections_lstm_check_device, test/test_nn.py::TestNN::test_projections_lstm_initial_hidden_state, test/test_nn.py::TestNN::test_register_buffer_allows_overwriting_with_same_name, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_name_is_not_string, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_not_tensor, test/test_nn.py::TestNN::test_register_parameter_allows_overwriting_with_same_name, test/test_nn.py::TestNN::test_register_parameter_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_register_parameter_raises_error_if_name_is_not_string, test/test_nn.py::TestNN::test_relu_inplace_on_view, test/test_nn.py::TestNN::test_repr, test/test_nn.py::TestNN::test_requires_grad_, test/test_nn.py::TestNN::test_rnn_args_check, test/test_nn.py::TestNN::test_rnn_check_device, test/test_nn.py::TestNN::test_rnn_initial_hidden_state, test/test_nn.py::TestNN::test_rnn_weight_norm, test/test_nn.py::TestNN::test_set_submodule, test/test_nn.py::TestNN::test_share_memory, test/test_nn.py::TestNN::test_smoothl1loss_intergral_target, test/test_nn.py::TestNN::test_smoothl1loss_negative_beta_not_supported, test/test_nn.py::TestNN::test_softmax_functional_dim0, test/test_nn.py::TestNN::test_softmax_functional_dim0_cuda, test/test_nn.py::TestNN::test_softmax_functional_dim3, test/test_nn.py::TestNN::test_softmax_functional_dim3_cuda, test/test_nn.py::TestNN::test_softmax_functional_scalar, test/test_nn.py::TestNN::test_softmax_functional_scalar_cuda, test/test_nn.py::TestNN::test_softmax_lastdim, test/test_nn.py::TestNN::test_softmax_lastdim_cuda, test/test_nn.py::TestNN::test_softmax_lastdim_dtype, test/test_nn.py::TestNN::test_softmax_lastdim_dtype_cuda, test/test_nn.py::TestNN::test_softmax_spatial, test/test_nn.py::TestNN::test_softmax_spatial_cuda, test/test_nn.py::TestNN::test_softmax_spatial_dtype, test/test_nn.py::TestNN::test_softmax_spatial_dtype_cuda, test/test_nn.py::TestNN::test_softmax_spatial_special, test/test_nn.py::TestNN::test_softmax_spatial_special_cuda, test/test_nn.py::TestNN::test_softmin, test/test_nn.py::TestNN::test_spectral_norm, test/test_nn.py::TestNN::test_spectral_norm_dim, test/test_nn.py::TestNN::test_spectral_norm_forward, test/test_nn.py::TestNN::test_spectral_norm_load_state_dict, test/test_nn.py::TestNN::test_spectral_norm_pickle, test/test_nn.py::TestNN::test_state_dict, test/test_nn.py::TestNN::test_swap_module_params_poisons_acc_grad, test/test_nn.py::TestNN::test_sync_batchnorm_accuracy_cuda, test/test_nn.py::TestNN::test_sync_batchnorm_backward_elemt, test/test_nn.py::TestNN::test_threshold_bfloat16_half, test/test_nn.py::TestNN::test_threshold_int, test/test_nn.py::TestNN::test_to, test/test_nn.py::TestNN::test_train_errors_for_invalid_mode, test/test_nn.py::TestNN::test_transformer_args_check, test/test_nn.py::TestNN::test_transformer_layer_args_check, test/test_nn.py::TestNN::test_transformerdecoder, test/test_nn.py::TestNN::test_transformerdecoderlayer, test/test_nn.py::TestNN::test_transformerdecoderlayer_gelu, test/test_nn.py::TestNN::test_triplet_margin_loss, test/test_nn.py::TestNN::test_triplet_margin_loss_no_reduce, test/test_nn.py::TestNN::test_triplet_margin_loss_swap, test/test_nn.py::TestNN::test_triplet_margin_loss_swap_no_reduce, test/test_nn.py::TestNN::test_type, test/test_nn.py::TestNN::test_unflatten, test/test_nn.py::TestNN::test_unflatten_invalid_arg, test/test_nn.py::TestNN::test_unfold_invalid_arg, test/test_nn.py::TestNN::test_upsamplingBilinear2d_spatial_invariance, test/test_nn.py::TestNN::test_upsamplingLinear1d, test/test_nn.py::TestNN::test_upsamplingLinear1d_spatial_invariance, test/test_nn.py::TestNN::test_upsamplingTrilinear3d_spatial_invariance, test/test_nn.py::TestNN::test_upsampling_bfloat16, test/test_nn.py::TestNN::test_upsampling_not_recompute_scale_factor, test/test_nn.py::TestNN::test_upsampling_small_scale, test/test_nn.py::TestNN::test_vector_to_parameters, test/test_nn.py::TestNN::test_weight_norm, test/test_nn.py::TestNN::test_weight_norm_pickle, test/test_nn.py::TestNN::test_weighted_huber_loss, test/test_nn.py::TestNN::test_weighted_l1_loss_with_weights, test/test_nn.py::TestNN::test_weighted_mse_loss, test/test_nn.py::TestNN::test_zero_grad, test/test_nn.py::TestFusionEval::test_fuse_module_eval_numerics, test/test_nn.py::TestConstantPadNd::test_constant_pad_nd, test/test_nn.py::TestConstantPadNd::test_preserves_memory_format, test/test_nn.py::TestAddRelu::test_add_relu, test/test_nn.py::TestAddRelu::test_add_relu_broadcasting, test/test_nn.py::TestFunctionalPickle::test_pickle_softsign, test/test_nn.py::TestFusionUtils::test_fuse_conv_bn_requires_grad, test/test_nn.py::TestFusionUtils::test_fuse_linear_bn_requires_grad, test/test_nn.py::TestUtils::test_consume_prefix_in_state_dict_if_present, test/test_nn.py::TestNNDeviceTypeCPU::test_BatchNorm_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_Bilinear_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_cudnn_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_empty_target_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GRU_grad_and_gradgrad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_memory_format_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_numeric_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_raises_error_if_one_value_per_group_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm1d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm2d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm3d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_differentiable_backward_using_oneDNN_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_differentiable_backward_using_oneDNN_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_grad_and_gradgrad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_LayerNorm_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LayerNorm_numeric_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LocalResponseNorm_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_warnings_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad2d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad2d_large_deterministic_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad3d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_empty_cpu_complex64, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_fails_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad1d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad2d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad3d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad_empty_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerDecoderLayer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerDecoder_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerEncoderLayer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerEncoder_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_Transformer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_Unfold_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_half_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_half_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_adaptiveavg_pool1d_shmem_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate45_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate90_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotateRandom_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_3d_rotateRandom_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_avg_pool_large_tensor2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_avg_pool_large_tensor_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_large_batch_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_large_batch_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_update_stats_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_channel_shuffle_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_error_if_nonfinite_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_0_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_1_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_4_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_inf_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_0_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_1_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_4_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_inf_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_multi_device_foreach_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_multi_device_foreach_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_value_foreach_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_value_foreach_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_errors_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_weight_ignore_indices_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_with_probs_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_2d_out_of_bounds_class_index_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_2d_out_of_bounds_class_index_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_index_target_unit_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_one_hot_target_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_all_reductions_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_unit_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cudnn_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cudnn_tensor_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_device_mask_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_elu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_elu_inplace_with_neg_alpha_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_fold_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_glu_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_bfloat16_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_half_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_2d_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_2d_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_3d_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_3d_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_nan_inf_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_nan_inf_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_gumbel_softmax_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_gumbel_softmax_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_hardsigmoid_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_invalid_reduction_strings_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_layernorm_half_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_layernorm_weight_bias_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_with_neg_slope_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_with_zero_slope_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_linear_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_big_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_logsigmoid_out_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_lstmcell_backward_only_one_output_grad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_TxT_layout_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_devices_parity_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_forward_with_nans_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_lowp_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_lowp_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_mask_types_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_transformer_layout_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_mish_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_non_recursive_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_all_ignored_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_byte_target_matches_long_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_mean_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_none_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_sum_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_invalid_target_dim_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_invalid_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_mismatched_batch_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_out_of_bounds_ignore_index_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_total_weight_is_zero_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_scalars_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_scalars_reductions_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nonlinearity_propagate_nan_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_one_hot_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_overwrite_module_params_on_conversion_cpu_device_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_pad_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_pad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_prelu_backward_32bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_replicatepad_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_numeric_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_numeric_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_fused_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_fused_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_retain_variables_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_save_lstm_compatibility_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_silu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_skip_init_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smooth_l1_loss_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smooth_l1_loss_vs_huber_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smoothl1loss_backward_zero_beta_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_64bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_smem_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_unaligned_grad_output_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_unaligned_output_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_without_fully_vectorized_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_double_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_forward_64bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_results_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_softplus_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softplus_low_threshold_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_negative_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_threshold_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_complex64, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_fast_path_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_gelu_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_triplet_margin_with_distance_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_triplet_margin_with_distance_loss_default_parity_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_aa_correctness_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_aa_correctness_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_correctness_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBilinear2d_aa_correctness_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBilinear2d_aa_correctness_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_correctness_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_correctness_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_fail_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_rocm_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format0_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format0_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format1_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format1_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format0_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format0_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format1_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format1_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_correctness_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_correctness_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_rescale_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_False_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_False_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_True_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_True_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsampling_64bit_indexing_channels_last_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsampling_64bit_indexing_channels_last_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingnearest2d_backward_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_variable_sequence_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_warp_softmax_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_warp_softmax_64bit_indexing_cpu_float32 2025-03-14T05:24:23.9031392Z 2025-03-14T05:24:23.9031630Z Running test_overrides 1/1 ... [2025-03-14 05:24:23.692460] 2025-03-14T05:24:23.9032059Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:24:23.9033002Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:24:23.702571] 2025-03-14T05:24:34.7203775Z 2025-03-14T05:24:34.7204577Z test_overrides 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_overrides_1.1_0a91faadfcde6032_.log 2025-03-14T05:24:34.7732437Z Running 1467 items in this shard: test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_H___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_T___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__backward_hooks___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__base___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__cdata___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__grad___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__grad_fn___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__post_accumulate_grad_hooks___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase__version___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_data___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_device___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_dtype___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_grad___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_grad_fn___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_imag___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_cpu___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_cuda___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_ipu___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_leaf___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_maia___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_meta___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_mkldnn___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_mps___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_mtia___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_nested___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_quantized___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_sparse___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_sparse_csr___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_vulkan___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_xla___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_is_xpu___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_itemsize___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_layout___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_mH___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_mT___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_name___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_names___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_nbytes___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_ndim___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_output_nr___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_real___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_requires_grad___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_retains_grad___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_shape___get__, test/test_overrides.py::TestTorchFunctionOverride::test_TensorBase_volatile___get__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___add__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___and__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___array__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___array_wrap__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___bool__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___complex__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___contains__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___cuda_array_interface_____get__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___deepcopy__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___div__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___dlpack__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___dlpack_device__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___eq__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___float__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___floordiv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___format__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ge__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___getitem__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___gt__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___iadd__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___iand__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___idiv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ifloordiv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ilshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___imod__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___imul__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___index__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___int__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___invert__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ior__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___irshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___isub__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ixor__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___le__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___len__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___long__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___lshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___lt__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___matmul__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___mod__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___mul__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ne__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___nonzero__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___or__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___radd__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rand__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rdiv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___reduce_ex__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___repr__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___reversed__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rfloordiv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rlshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rmatmul__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rmod__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rmul__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___ror__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rpow__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rrshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rshift__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rsub__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___rxor__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___setitem__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___setstate__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___sub__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___truediv__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor___xor__, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__autocast_to_full_precision, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__autocast_to_reduced_precision, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__clear_non_serializable_cached_data, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__coalesced_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__dimI, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__dimV, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__is_view, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__nested_tensor_size, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__nested_tensor_storage_offsets, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__nested_tensor_strides, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__nnz, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__sparse_mask_projection, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__to_dense, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__update_names, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor__values, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_abs, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_abs_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_absolute, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_absolute_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_acos, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_acos_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_acosh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_acosh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_add, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_add_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addbmm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addbmm_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addcdiv, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addcdiv_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addcmul, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addcmul_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addmm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addmm_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addmv, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addmv_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_addr_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_adjoint, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_align_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_align_to, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_all, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_allclose, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_amax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_amin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_aminmax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_angle, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_any, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_apply_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arccos, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arccos_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arccosh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arccosh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arcsin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arcsin_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arcsinh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arcsinh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctan, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctan2, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctan2_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctan_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctanh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_arctanh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_argmax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_argmin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_argsort, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_argwhere, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_as_strided, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_as_strided_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_as_strided_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_asin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_asin_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_asinh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_asinh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atan, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atan2, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atan2_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atan_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atanh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_atanh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_backward, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_baddbmm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_baddbmm_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bernoulli, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bernoulli_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bfloat16, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bincount, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_and, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_and_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_left_shift, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_left_shift_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_not, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_not_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_or, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_or_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_right_shift, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_right_shift_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_xor, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bitwise_xor_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bmm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_bool, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_broadcast_to, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_byte, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cauchy_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ccol_indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cdouble, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ceil, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ceil_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cfloat, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_chalf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_char, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cholesky, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cholesky_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cholesky_solve, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_chunk, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp_max, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp_max_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp_min, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clamp_min_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clip, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clip_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_clone, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_coalesce, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_col_indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_conj, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_conj_physical, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_conj_physical_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_contiguous, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_copy_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_copysign, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_copysign_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_corrcoef, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cos, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cos_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cosh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cosh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_count_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cov, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cpu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cross, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_crow_indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cuda, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cummax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cummin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cumprod, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cumprod_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cumsum, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_cumsum_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_data_ptr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_deg2rad, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_deg2rad_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dense_dim, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dequantize, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_det, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_detach, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_detach_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diag, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diag_embed, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diagflat, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diagonal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diagonal_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_diff, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_digamma, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_digamma_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dim, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dim_order, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dist, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_div, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_div_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_divide, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_divide_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dot, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_double, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_dsplit, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_element_size, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_eq, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_eq_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_equal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erf_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erfc, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erfc_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erfinv, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_erfinv_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_exp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_exp2, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_exp2_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_exp_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_expand, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_expand_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_expm1, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_expm1_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_exponential_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fill_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fill_diagonal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fix, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fix_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_flatten, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_flip, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fliplr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_flipud, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_float, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_float_power, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_float_power_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_floor, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_floor_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_floor_divide, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_floor_divide_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fmax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fmin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fmod, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_fmod_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_frac, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_frac_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_frexp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_gather, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_gcd, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_gcd_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ge, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ge_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_geometric_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_geqrf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ger, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_get_device, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_greater, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_greater_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_greater_equal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_greater_equal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_gt, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_gt_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_half, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_hardshrink, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_has_names, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_heaviside, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_heaviside_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_histc, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_histogram, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_hsplit, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_hypot, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_hypot_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_i0, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_i0_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_igamma, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_igamma_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_igammac, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_igammac_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_add, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_add_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_copy, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_copy_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_fill, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_fill_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_put, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_put_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_reduce_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_index_select, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_inner, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_int, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_int_repr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ipu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_coalesced, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_complex, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_conj, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_contiguous, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_distributed, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_floating_point, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_inference, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_neg, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_pinned, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_same_size, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_set_to, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_shared, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_is_signed, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isclose, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isfinite, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isinf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isnan, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isneginf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isposinf, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_isreal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_istft, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_item, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_kron, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_kthvalue, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lcm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lcm_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ldexp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ldexp_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_le, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_le_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lerp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lerp_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_less, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_less_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_less_equal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_less_equal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lgamma, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lgamma_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log10, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log10_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log1p, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log1p_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log2, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log2_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log_normal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_log_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logaddexp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logaddexp2, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logcumsumexp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logdet, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_and, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_and_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_not, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_not_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_or, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_or_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_xor, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logical_xor_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logit, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logit_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_logsumexp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_long, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lt, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lt_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_lu_solve, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_map2_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_map_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_masked_fill, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_masked_fill_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_masked_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_masked_scatter_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_masked_select, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_matmul, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_matrix_exp, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_matrix_power, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_max, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_maximum, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mean, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_median, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_min, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_minimum, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mode, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_module_load, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_moveaxis, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_movedim, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_msort, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mtia, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mul, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mul_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_multinomial, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_multiply, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_multiply_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mv, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mvlgamma, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_mvlgamma_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nan_to_num, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nan_to_num_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nanmean, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nanmedian, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nanquantile, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nansum, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_narrow, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_narrow_copy, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ndimension, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ne, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ne_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_neg, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_neg_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_negative, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_negative_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nelement, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nextafter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nextafter_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_nonzero_static, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_norm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_normal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_not_equal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_not_equal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_numel, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_numpy, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_orgqr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ormqr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_outer, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_permute, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_pin_memory, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_pinverse, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_polygamma, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_polygamma_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_positive, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_pow, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_pow_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_prelu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_prod, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_put, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_put_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_q_per_channel_axis, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_q_per_channel_scales, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_q_per_channel_zero_points, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_q_scale, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_q_zero_point, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_qr, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_qscheme, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_quantile, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rad2deg, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rad2deg_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_random_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_ravel, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_reciprocal, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_reciprocal_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_record_stream, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_refine_names, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_register_hook, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_register_post_accumulate_grad_hook, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_relu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_relu_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_remainder, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_remainder_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rename, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rename_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_renorm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_renorm_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_repeat, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_repeat_interleave, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_requires_grad_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_reshape, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_reshape_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resize, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resize_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resize_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resize_as_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resize_as_sparse_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resolve_conj, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_resolve_neg, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_retain_grad, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_roll, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rot90, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_round, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_round_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_row_indices, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rsqrt, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_rsqrt_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter_add, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter_add_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_scatter_reduce_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_select, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_select_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_set_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sgn, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sgn_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_share_memory_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_short, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sigmoid, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sigmoid_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sign, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sign_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_signbit, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sin, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sin_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sinc, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sinc_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sinh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sinh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_size, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_slice_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_slice_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_slogdet, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_smm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sort, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sparse_dim, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sparse_mask, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sparse_resize_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sparse_resize_and_clear_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_split, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_split_with_sizes, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sqrt, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sqrt_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_square, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_square_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_squeeze, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_squeeze_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sspaddmm, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_std, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_stft, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_storage, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_storage_offset, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_storage_type, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sub, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sub_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_subtract, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_subtract_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sum, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_sum_to_size, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_svd, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_swapaxes, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_swapaxes_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_swapdims, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_swapdims_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_t, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_t_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_take, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_take_along_dim, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tan, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tan_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tanh, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tanh_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tensor_split, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tile, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_to, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_to_dense, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_to_mkldnn, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_to_sparse, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tolist, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_topk, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_trace, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_transpose, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_transpose_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_triangular_solve, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tril, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_tril_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_triu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_triu_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_true_divide, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_true_divide_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_trunc, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_trunc_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_type, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_type_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unbind, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unfold, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_uniform_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unique, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unique_consecutive, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unsafe_chunk, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unsafe_split, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unsafe_split_with_sizes, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unsqueeze, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_unsqueeze_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_untyped_storage, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_values, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_var, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_vdot, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_view, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_view_as, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_vsplit, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_where, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_xlogy, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_xlogy_, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_xpu, test/test_overrides.py::TestTorchFunctionOverride::test_Tensor_zero_, test/test_overrides.py::TestTorchFunctionOverride::test_base, test/test_overrides.py::TestTorchFunctionOverride::test_dtype_override, test/test_overrides.py::TestTorchFunctionOverride::test_grad, test/test_overrides.py::TestTorchFunctionOverride::test_has_torch_function_non_sequence, test/test_overrides.py::TestTorchFunctionOverride::test_mean_semantics, test/test_overrides.py::TestTorchFunctionOverride::test_mm_semantics, test/test_overrides.py::TestTorchFunctionOverride::test_pow_rpow, test/test_overrides.py::TestTorchFunctionOverride::test_precedence_semantics, test/test_overrides.py::TestTorchFunctionOverride::test_tensor_subclass_propagation, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_fft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_fft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_fftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_fftshift, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_hfft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_hfft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_hfftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ifft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ifft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ifftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ifftshift, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ihfft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ihfft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_ihfftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_irfft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_irfft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_irfftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_rfft, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_rfft2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__fft_fft_rfftn, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_cholesky, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_cholesky_ex, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_cond, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_cross, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_det, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_diagonal, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_eig, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_eigh, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_eigvals, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_eigvalsh, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_householder_product, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_inv, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_inv_ex, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_ldl_factor, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_ldl_factor_ex, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_ldl_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_lstsq, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_lu, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_lu_factor, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_lu_factor_ex, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_lu_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_matmul, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_matrix_exp, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_matrix_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_matrix_power, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_matrix_rank, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_multi_dot, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_pinv, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_qr, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_slogdet, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_solve_ex, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_solve_triangular, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_svd, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_svdvals, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_tensorinv, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_tensorsolve, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_vander, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_vecdot, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__linalg_linalg_vector_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_avg_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_avg_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_gelu, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_linear, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_log_sigmoid, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_one_hot, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_scaled_dot_product_attention, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_softplus, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__nn_softshrink, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_airy_ai, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_bessel_j0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_bessel_j1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_bessel_y0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_bessel_y1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_chebyshev_polynomial_t, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_chebyshev_polynomial_u, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_chebyshev_polynomial_v, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_chebyshev_polynomial_w, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_digamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_entr, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_erf, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_erfc, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_erfcx, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_erfinv, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_exp2, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_expit, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_expm1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_gammainc, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_gammaincc, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_gammaln, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_hermite_polynomial_h, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_hermite_polynomial_he, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_i0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_i0e, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_i1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_i1e, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_laguerre_polynomial_l, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_legendre_polynomial_p, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_log1p, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_log_ndtr, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_log_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_logit, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_logsumexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_modified_bessel_i0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_modified_bessel_i1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_modified_bessel_k0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_modified_bessel_k1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_multigammaln, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_ndtr, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_ndtri, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_polygamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_psi, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_round, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_scaled_modified_bessel_k0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_scaled_modified_bessel_k1, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_shifted_chebyshev_polynomial_t, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_shifted_chebyshev_polynomial_u, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_shifted_chebyshev_polynomial_v, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_shifted_chebyshev_polynomial_w, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_sinc, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_spherical_bessel_j0, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_xlog1py, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_xlogy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__C__special_special_zeta, test/test_overrides.py::TestTorchFunctionOverride::test_torch__assert_async, test/test_overrides.py::TestTorchFunctionOverride::test_torch__conj_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__functional_assert_async, test/test_overrides.py::TestTorchFunctionOverride::test_torch__fw_primal_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__lobpcg_lobpcg, test/test_overrides.py::TestTorchFunctionOverride::test_torch__lowrank_pca_lowrank, test/test_overrides.py::TestTorchFunctionOverride::test_torch__lowrank_svd_lowrank, test/test_overrides.py::TestTorchFunctionOverride::test_torch__make_dual_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__native_batch_norm_legit, test/test_overrides.py::TestTorchFunctionOverride::test_torch__neg_view_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__reshape_alias_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__rowwise_prune, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sparse_broadcast_to_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_acos, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_asin, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_atan, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_cos, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_cosh, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_sin, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_sinh, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_sqrt, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_tan, test/test_overrides.py::TestTorchFunctionOverride::test_torch__sym_tanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch__values_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch__wrapped_linear_prepack, test/test_overrides.py::TestTorchFunctionOverride::test_torch__wrapped_quantized_linear_prepacked, test/test_overrides.py::TestTorchFunctionOverride::test_torch_abs, test/test_overrides.py::TestTorchFunctionOverride::test_torch_absolute, test/test_overrides.py::TestTorchFunctionOverride::test_torch_acos, test/test_overrides.py::TestTorchFunctionOverride::test_torch_acosh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_adaptive_avg_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_adaptive_max_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_add, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addbmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addcdiv, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addcmul, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addmv, test/test_overrides.py::TestTorchFunctionOverride::test_torch_addr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_adjoint, test/test_overrides.py::TestTorchFunctionOverride::test_torch_affine_grid_generator, test/test_overrides.py::TestTorchFunctionOverride::test_torch_alias_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_all, test/test_overrides.py::TestTorchFunctionOverride::test_torch_allclose, test/test_overrides.py::TestTorchFunctionOverride::test_torch_alpha_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_amax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_amin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_aminmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_angle, test/test_overrides.py::TestTorchFunctionOverride::test_torch_any, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arccos, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arccosh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arcsin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arcsinh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arctan, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arctan2, test/test_overrides.py::TestTorchFunctionOverride::test_torch_arctanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_argmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_argmin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_argsort, test/test_overrides.py::TestTorchFunctionOverride::test_torch_argwhere, test/test_overrides.py::TestTorchFunctionOverride::test_torch_as_strided_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_as_strided_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_asin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_asinh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_atan, test/test_overrides.py::TestTorchFunctionOverride::test_torch_atan2, test/test_overrides.py::TestTorchFunctionOverride::test_torch_atanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_avg_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_baddbmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_backward_elemt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_backward_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_elemt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_gather_stats, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_gather_stats_with_counts, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_stats, test/test_overrides.py::TestTorchFunctionOverride::test_torch_batch_norm_update_stats, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bernoulli, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bilinear, test/test_overrides.py::TestTorchFunctionOverride::test_torch_binary_cross_entropy_with_logits, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bincount, test/test_overrides.py::TestTorchFunctionOverride::test_torch_binomial, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_and, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_left_shift, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_not, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_or, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_right_shift, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bitwise_xor, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_broadcast_to, test/test_overrides.py::TestTorchFunctionOverride::test_torch_bucketize, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cat, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ccol_indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ceil, test/test_overrides.py::TestTorchFunctionOverride::test_torch_celu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_channel_shuffle, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cholesky, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cholesky_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cholesky_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch_choose_qparams_optimized, test/test_overrides.py::TestTorchFunctionOverride::test_torch_chunk, test/test_overrides.py::TestTorchFunctionOverride::test_torch_clamp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_clamp_max, test/test_overrides.py::TestTorchFunctionOverride::test_torch_clamp_min, test/test_overrides.py::TestTorchFunctionOverride::test_torch_clip, test/test_overrides.py::TestTorchFunctionOverride::test_torch_clone, test/test_overrides.py::TestTorchFunctionOverride::test_torch_col_indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_column_stack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_combinations, test/test_overrides.py::TestTorchFunctionOverride::test_torch_complex, test/test_overrides.py::TestTorchFunctionOverride::test_torch_concat, test/test_overrides.py::TestTorchFunctionOverride::test_torch_concatenate, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conj, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conj_physical, test/test_overrides.py::TestTorchFunctionOverride::test_torch_constant_pad_nd, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv_tbc, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv_transpose1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv_transpose2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_conv_transpose3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_convolution, test/test_overrides.py::TestTorchFunctionOverride::test_torch_copysign, test/test_overrides.py::TestTorchFunctionOverride::test_torch_corrcoef, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cos, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cosh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cosine_embedding_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cosine_similarity, test/test_overrides.py::TestTorchFunctionOverride::test_torch_count_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cov, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cross, test/test_overrides.py::TestTorchFunctionOverride::test_torch_crow_indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ctc_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cummax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cummin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cumprod, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cumsum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_cumulative_trapezoid, test/test_overrides.py::TestTorchFunctionOverride::test_torch_deg2rad, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dequantize, test/test_overrides.py::TestTorchFunctionOverride::test_torch_det, test/test_overrides.py::TestTorchFunctionOverride::test_torch_detach, test/test_overrides.py::TestTorchFunctionOverride::test_torch_detach_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diag, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diag_embed, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diagflat, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diagonal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diagonal_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diagonal_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_diff, test/test_overrides.py::TestTorchFunctionOverride::test_torch_digamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dist, test/test_overrides.py::TestTorchFunctionOverride::test_torch_div, test/test_overrides.py::TestTorchFunctionOverride::test_torch_divide, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dot, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dsmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dsplit, test/test_overrides.py::TestTorchFunctionOverride::test_torch_dstack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_embedding, test/test_overrides.py::TestTorchFunctionOverride::test_torch_embedding_bag, test/test_overrides.py::TestTorchFunctionOverride::test_torch_empty_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_eq, test/test_overrides.py::TestTorchFunctionOverride::test_torch_equal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_erf, test/test_overrides.py::TestTorchFunctionOverride::test_torch_erfc, test/test_overrides.py::TestTorchFunctionOverride::test_torch_erfinv, test/test_overrides.py::TestTorchFunctionOverride::test_torch_exp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_exp2, test/test_overrides.py::TestTorchFunctionOverride::test_torch_expand_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_expm1, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fake_quantize_per_channel_affine, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fake_quantize_per_tensor_affine, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_linear_fp16_weight, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_linear_fp16_weight_fp32_activation, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_linear_int8_weight, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_linear_int8_weight_fp32_activation, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_linear_quantize_weight, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_pack_gemm_matrix_fp16, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fbgemm_pack_quantized_matrix, test/test_overrides.py::TestTorchFunctionOverride::test_torch_feature_alpha_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_feature_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fix, test/test_overrides.py::TestTorchFunctionOverride::test_torch_flatten, test/test_overrides.py::TestTorchFunctionOverride::test_torch_flip, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fliplr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_flipud, test/test_overrides.py::TestTorchFunctionOverride::test_torch_float_power, test/test_overrides.py::TestTorchFunctionOverride::test_torch_floor, test/test_overrides.py::TestTorchFunctionOverride::test_torch_floor_divide, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fmin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fmod, test/test_overrides.py::TestTorchFunctionOverride::test_torch_frac, test/test_overrides.py::TestTorchFunctionOverride::test_torch_frexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_frobenius_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_full_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_atleast_1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_atleast_2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_atleast_3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_block_diag, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_broadcast_tensors, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_cartesian_prod, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_cdist, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_chain_matmul, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_einsum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_lu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_meshgrid, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_split, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_stft, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_tensordot, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_unique, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_unique_consecutive, test/test_overrides.py::TestTorchFunctionOverride::test_torch_functional_unravel_index, test/test_overrides.py::TestTorchFunctionOverride::test_torch_fused_moving_avg_obs_fake_quant, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gather, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gcd, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ge, test/test_overrides.py::TestTorchFunctionOverride::test_torch_geqrf, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ger, test/test_overrides.py::TestTorchFunctionOverride::test_torch_get_device, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gradient, test/test_overrides.py::TestTorchFunctionOverride::test_torch_greater, test/test_overrides.py::TestTorchFunctionOverride::test_torch_greater_equal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_grid_sampler, test/test_overrides.py::TestTorchFunctionOverride::test_torch_grid_sampler_2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_grid_sampler_3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_group_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gru, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gru_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_gt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hardshrink, test/test_overrides.py::TestTorchFunctionOverride::test_torch_heaviside, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hinge_embedding_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_histc, test/test_overrides.py::TestTorchFunctionOverride::test_torch_histogram, test/test_overrides.py::TestTorchFunctionOverride::test_torch_histogramdd, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hsmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hsplit, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hstack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_hypot, test/test_overrides.py::TestTorchFunctionOverride::test_torch_i0, test/test_overrides.py::TestTorchFunctionOverride::test_torch_igamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch_igammac, test/test_overrides.py::TestTorchFunctionOverride::test_torch_imag, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_add, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_fill, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_put, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_torch_index_select, test/test_overrides.py::TestTorchFunctionOverride::test_torch_indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_inner, test/test_overrides.py::TestTorchFunctionOverride::test_torch_instance_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_int_repr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_complex, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_conj, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_distributed, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_floating_point, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_inference, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_neg, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_same_size, test/test_overrides.py::TestTorchFunctionOverride::test_torch_is_signed, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isclose, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isfinite, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isinf, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isnan, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isneginf, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isposinf, test/test_overrides.py::TestTorchFunctionOverride::test_torch_isreal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_istft, test/test_overrides.py::TestTorchFunctionOverride::test_torch_kl_div, test/test_overrides.py::TestTorchFunctionOverride::test_torch_kron, test/test_overrides.py::TestTorchFunctionOverride::test_torch_kthvalue, test/test_overrides.py::TestTorchFunctionOverride::test_torch_layer_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lcm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ldexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_le, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lerp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_less, test/test_overrides.py::TestTorchFunctionOverride::test_torch_less_equal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lgamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch_log, test/test_overrides.py::TestTorchFunctionOverride::test_torch_log10, test/test_overrides.py::TestTorchFunctionOverride::test_torch_log1p, test/test_overrides.py::TestTorchFunctionOverride::test_torch_log2, test/test_overrides.py::TestTorchFunctionOverride::test_torch_log_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logaddexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logaddexp2, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logcumsumexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logdet, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logical_and, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logical_not, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logical_or, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logical_xor, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logit, test/test_overrides.py::TestTorchFunctionOverride::test_torch_logsumexp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lstm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lstm_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lu_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch_lu_unpack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_margin_ranking_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_masked_fill, test/test_overrides.py::TestTorchFunctionOverride::test_torch_masked_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_masked_select, test/test_overrides.py::TestTorchFunctionOverride::test_torch_matmul, test/test_overrides.py::TestTorchFunctionOverride::test_torch_matrix_exp, test/test_overrides.py::TestTorchFunctionOverride::test_torch_matrix_power, test/test_overrides.py::TestTorchFunctionOverride::test_torch_max, test/test_overrides.py::TestTorchFunctionOverride::test_torch_max_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_max_pool1d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_max_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_max_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_maximum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_mean, test/test_overrides.py::TestTorchFunctionOverride::test_torch_median, test/test_overrides.py::TestTorchFunctionOverride::test_torch_min, test/test_overrides.py::TestTorchFunctionOverride::test_torch_minimum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_batch_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_convolution, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_convolution_add_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_convolution_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_convolution_transpose, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_depthwise_convolution, test/test_overrides.py::TestTorchFunctionOverride::test_torch_miopen_rnn, test/test_overrides.py::TestTorchFunctionOverride::test_torch_mode, test/test_overrides.py::TestTorchFunctionOverride::test_torch_moveaxis, test/test_overrides.py::TestTorchFunctionOverride::test_torch_movedim, test/test_overrides.py::TestTorchFunctionOverride::test_torch_msort, test/test_overrides.py::TestTorchFunctionOverride::test_torch_mul, test/test_overrides.py::TestTorchFunctionOverride::test_torch_multinomial, test/test_overrides.py::TestTorchFunctionOverride::test_torch_multiply, test/test_overrides.py::TestTorchFunctionOverride::test_torch_mv, test/test_overrides.py::TestTorchFunctionOverride::test_torch_mvlgamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nan_to_num, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nanmean, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nanmedian, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nanquantile, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nansum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_narrow, test/test_overrides.py::TestTorchFunctionOverride::test_torch_narrow_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_batch_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_channel_shuffle, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_group_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_layer_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_native_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ne, test/test_overrides.py::TestTorchFunctionOverride::test_torch_neg, test/test_overrides.py::TestTorchFunctionOverride::test_torch_negative, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nextafter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional__threshold, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_avg_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_avg_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool1d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool2d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_adaptive_max_pool3d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_affine_grid, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_alpha_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_batch_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_binary_cross_entropy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_binary_cross_entropy_with_logits, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_celu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_cosine_embedding_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_cross_entropy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_ctc_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_dropout1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_dropout2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_dropout3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_elu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_embedding, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_embedding_bag, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_feature_alpha_dropout, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_fold, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_fractional_max_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_fractional_max_pool2d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_fractional_max_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_fractional_max_pool3d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_gaussian_nll_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_glu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_grid_sample, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_group_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_gumbel_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_hardtanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_hinge_embedding_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_huber_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_instance_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_interpolate, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_kl_div, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_l1_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_layer_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_leaky_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_local_response_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_log_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_lp_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_lp_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_lp_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_margin_ranking_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool1d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool2d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_pool3d_with_indices, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_unpool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_unpool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_max_unpool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_mish, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_mse_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_multi_head_attention_forward, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_multi_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_multilabel_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_multilabel_soft_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_nll_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_normalize, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_pad, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_poisson_nll_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_relu6, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_rms_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_rrelu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_selu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_silu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_smooth_l1_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_soft_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_softmin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_softsign, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_tanhshrink, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_triplet_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_triplet_margin_with_distance_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_functional_unfold, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_init_constant_, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_init_kaiming_uniform_, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_init_normal_, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nn_init_uniform_, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nonzero, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nonzero_static, test/test_overrides.py::TestTorchFunctionOverride::test_torch_norm_except_dim, test/test_overrides.py::TestTorchFunctionOverride::test_torch_not_equal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_nuclear_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_numel, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ones_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_orgqr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ormqr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_outer, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pairwise_distance, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pdist, test/test_overrides.py::TestTorchFunctionOverride::test_torch_permute, test/test_overrides.py::TestTorchFunctionOverride::test_torch_permute_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pinverse, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pixel_shuffle, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pixel_unshuffle, test/test_overrides.py::TestTorchFunctionOverride::test_torch_poisson, test/test_overrides.py::TestTorchFunctionOverride::test_torch_poisson_nll_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_polar, test/test_overrides.py::TestTorchFunctionOverride::test_torch_polygamma, test/test_overrides.py::TestTorchFunctionOverride::test_torch_positive, test/test_overrides.py::TestTorchFunctionOverride::test_torch_pow, test/test_overrides.py::TestTorchFunctionOverride::test_torch_prelu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_prod, test/test_overrides.py::TestTorchFunctionOverride::test_torch_put, test/test_overrides.py::TestTorchFunctionOverride::test_torch_q_per_channel_axis, test/test_overrides.py::TestTorchFunctionOverride::test_torch_q_per_channel_scales, test/test_overrides.py::TestTorchFunctionOverride::test_torch_q_per_channel_zero_points, test/test_overrides.py::TestTorchFunctionOverride::test_torch_q_scale, test/test_overrides.py::TestTorchFunctionOverride::test_torch_q_zero_point, test/test_overrides.py::TestTorchFunctionOverride::test_torch_qr, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantile, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantize_per_channel, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantize_per_tensor, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantize_per_tensor_dynamic, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_batch_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_gru_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_lstm_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_max_pool1d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_max_pool2d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_max_pool3d, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_rnn_relu_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_quantized_rnn_tanh_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rad2deg, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rand_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_randint_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_randn_like, test/test_overrides.py::TestTorchFunctionOverride::test_torch_ravel, test/test_overrides.py::TestTorchFunctionOverride::test_torch_real, test/test_overrides.py::TestTorchFunctionOverride::test_torch_reciprocal, test/test_overrides.py::TestTorchFunctionOverride::test_torch_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_remainder, test/test_overrides.py::TestTorchFunctionOverride::test_torch_renorm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_repeat_interleave, test/test_overrides.py::TestTorchFunctionOverride::test_torch_reshape, test/test_overrides.py::TestTorchFunctionOverride::test_torch_resolve_conj, test/test_overrides.py::TestTorchFunctionOverride::test_torch_resolve_neg, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rms_norm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rnn_relu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rnn_relu_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rnn_tanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rnn_tanh_cell, test/test_overrides.py::TestTorchFunctionOverride::test_torch_roll, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rot90, test/test_overrides.py::TestTorchFunctionOverride::test_torch_round, test/test_overrides.py::TestTorchFunctionOverride::test_torch_row_indices_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_row_stack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rrelu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rsqrt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_rsub, test/test_overrides.py::TestTorchFunctionOverride::test_torch_saddmm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_scatter_add, test/test_overrides.py::TestTorchFunctionOverride::test_torch_scatter_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_torch_searchsorted, test/test_overrides.py::TestTorchFunctionOverride::test_torch_segment_reduce, test/test_overrides.py::TestTorchFunctionOverride::test_torch_select, test/test_overrides.py::TestTorchFunctionOverride::test_torch_select_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_select_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_selu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sgn, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sigmoid, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sign, test/test_overrides.py::TestTorchFunctionOverride::test_torch_signbit, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sin, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sinc, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sinh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_slice_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_slice_inverse, test/test_overrides.py::TestTorchFunctionOverride::test_torch_slice_scatter, test/test_overrides.py::TestTorchFunctionOverride::test_torch_slogdet, test/test_overrides.py::TestTorchFunctionOverride::test_torch_smm, test/test_overrides.py::TestTorchFunctionOverride::test_torch_softmax, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sort, test/test_overrides.py::TestTorchFunctionOverride::test_torch_split_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_split_with_sizes, test/test_overrides.py::TestTorchFunctionOverride::test_torch_split_with_sizes_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sqrt, test/test_overrides.py::TestTorchFunctionOverride::test_torch_square, test/test_overrides.py::TestTorchFunctionOverride::test_torch_squeeze, test/test_overrides.py::TestTorchFunctionOverride::test_torch_squeeze_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_stack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_std, test/test_overrides.py::TestTorchFunctionOverride::test_torch_std_mean, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sub, test/test_overrides.py::TestTorchFunctionOverride::test_torch_subtract, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_svd, test/test_overrides.py::TestTorchFunctionOverride::test_torch_swapaxes, test/test_overrides.py::TestTorchFunctionOverride::test_torch_swapdims, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_float, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_int, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_ite, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_max, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_min, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_not, test/test_overrides.py::TestTorchFunctionOverride::test_torch_sym_sum, test/test_overrides.py::TestTorchFunctionOverride::test_torch_t, test/test_overrides.py::TestTorchFunctionOverride::test_torch_t_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_take, test/test_overrides.py::TestTorchFunctionOverride::test_torch_take_along_dim, test/test_overrides.py::TestTorchFunctionOverride::test_torch_tan, test/test_overrides.py::TestTorchFunctionOverride::test_torch_tanh, test/test_overrides.py::TestTorchFunctionOverride::test_torch_tensor_split, test/test_overrides.py::TestTorchFunctionOverride::test_torch_threshold, test/test_overrides.py::TestTorchFunctionOverride::test_torch_tile, test/test_overrides.py::TestTorchFunctionOverride::test_torch_topk, test/test_overrides.py::TestTorchFunctionOverride::test_torch_trace, test/test_overrides.py::TestTorchFunctionOverride::test_torch_transpose, test/test_overrides.py::TestTorchFunctionOverride::test_torch_transpose_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_trapezoid, test/test_overrides.py::TestTorchFunctionOverride::test_torch_trapz, test/test_overrides.py::TestTorchFunctionOverride::test_torch_triangular_solve, test/test_overrides.py::TestTorchFunctionOverride::test_torch_tril, test/test_overrides.py::TestTorchFunctionOverride::test_torch_triplet_margin_loss, test/test_overrides.py::TestTorchFunctionOverride::test_torch_triu, test/test_overrides.py::TestTorchFunctionOverride::test_torch_true_divide, test/test_overrides.py::TestTorchFunctionOverride::test_torch_trunc, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unbind, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unbind_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unflatten, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unfold_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unsafe_chunk, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unsafe_split, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unsafe_split_with_sizes, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unsqueeze, test/test_overrides.py::TestTorchFunctionOverride::test_torch_unsqueeze_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_values_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_var, test/test_overrides.py::TestTorchFunctionOverride::test_torch_var_mean, test/test_overrides.py::TestTorchFunctionOverride::test_torch_vdot, test/test_overrides.py::TestTorchFunctionOverride::test_torch_view_as_complex, test/test_overrides.py::TestTorchFunctionOverride::test_torch_view_as_complex_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_view_as_real, test/test_overrides.py::TestTorchFunctionOverride::test_torch_view_as_real_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_view_copy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_vsplit, test/test_overrides.py::TestTorchFunctionOverride::test_torch_vstack, test/test_overrides.py::TestTorchFunctionOverride::test_torch_where, test/test_overrides.py::TestTorchFunctionOverride::test_torch_xlogy, test/test_overrides.py::TestTorchFunctionOverride::test_torch_zeros_like, test/test_overrides.py::TestTorchFunctionOverride::test_user_implementation_raises, test/test_overrides.py::TestEinsumOverride::test_wrapper, test/test_overrides.py::TestGradCheckOverride::test_gradcheck, test/test_overrides.py::TestNamedTuple::test_max, test/test_overrides.py::TestGradNewOnesOverride::test_newones, test/test_overrides.py::TestPickle::test_pickle, test/test_overrides.py::TestBroadcastAllOverride::test_broadcast_all, test/test_overrides.py::TestWrapTorchFunction::test_wrap_torch_function, test/test_overrides.py::TestIndexing::test_getitem, test/test_overrides.py::TestIndexing::test_getitem_subclass, test/test_overrides.py::TestIndexing::test_setitem, test/test_overrides.py::TestIndexing::test_setitem_subclass, test/test_overrides.py::TestIndexing::test_setitem_val, test/test_overrides.py::TestIterator::test_iterator, test/test_overrides.py::TestRNN::test_rnn, test/test_overrides.py::TestDisabledTorchFunction::test_parameter_does_not_prevent_dispatch, test/test_overrides.py::TestResolveName::test_resolve_name, test/test_overrides.py::TestTorchFunctionWarning::test_warn_on_invalid_torch_function_standalone_class, test/test_overrides.py::TestTorchFunctionWarning::test_warn_on_invalid_torch_function_tensor_subclass, test/test_overrides.py::TestDisabledUserWarnings::test_no_implicit_user_warning_for_deprecated_functions, test/test_overrides.py::TestTorchFunctionMode::test_all_same_mode, test/test_overrides.py::TestTorchFunctionMode::test_basic, test/test_overrides.py::TestTorchFunctionMode::test_custom_device_type, test/test_overrides.py::TestTorchFunctionMode::test_device_context_semantics, test/test_overrides.py::TestTorchFunctionMode::test_disable_enable_subclass, test/test_overrides.py::TestTorchFunctionMode::test_disable_enable_torch_function_ctx, test/test_overrides.py::TestTorchFunctionMode::test_disable_subclass_mode, test/test_overrides.py::TestTorchFunctionMode::test_disable_subclass_not_mode, test/test_overrides.py::TestTorchFunctionMode::test_distributions_bernoulli, test/test_overrides.py::TestTorchFunctionMode::test_error_using_class_method_on_mode, test/test_overrides.py::TestTorchFunctionMode::test_factory_override, test/test_overrides.py::TestTorchFunctionMode::test_get_cur_mode, test/test_overrides.py::TestTorchFunctionMode::test_get_mode_stack, test/test_overrides.py::TestTorchFunctionMode::test_getitem_call, test/test_overrides.py::TestTorchFunctionMode::test_mode_notimplemented_loop, test/test_overrides.py::TestTorchFunctionMode::test_modes_handle_first, test/test_overrides.py::TestTorchFunctionMode::test_modes_return_notimplemented, test/test_overrides.py::TestTorchFunctionMode::test_nested_modes_with_python_has_torch_function, test/test_overrides.py::TestTorchFunctionMode::test_nested_same_mode, test/test_overrides.py::TestTorchFunctionMode::test_nn_parse_to, test/test_overrides.py::TestTorchFunctionMode::test_reentrant_mode_idiom, test/test_overrides.py::TestTorchFunctionMode::test_restacking_with_ancestor, test/test_overrides.py::TestTorchFunctionMode::test_subclass_hash, test/test_overrides.py::TestTorchFunctionMode::test_torch_function_all_disabled_api, test/test_overrides.py::TestTorchFunctionMode::test_with_mode, test/test_overrides.py::TestTorchFunctionMode::test_with_mode_created_separately, test/test_overrides.py::TestTorchFunctionMode::test_with_nested_modes 2025-03-14T05:24:34.8192274Z 2025-03-14T05:24:34.8192518Z Running test_cuda_nvml_based_avail 1/1 ... [2025-03-14 05:24:34.713295] 2025-03-14T05:24:34.8192934Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:24:34.8194168Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:24:34.723372] 2025-03-14T05:24:39.3844049Z 2025-03-14T05:24:39.3845832Z test_cuda_nvml_based_avail 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_nvml_based_avail_1.1_86a183eec3fce28d_.log 2025-03-14T05:24:39.3846621Z Running 0 items in this shard: 2025-03-14T05:24:39.3846804Z 2025-03-14T05:24:39.3850400Z Running test_cuda_trace 1/1 ... [2025-03-14 05:24:39.376321] 2025-03-14T05:24:39.3850849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:24:39.3856355Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '--shard-id=1', '--num-shards=1', '-v', '--subprocess', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:24:39.376321] 2025-03-14T05:24:44.0650685Z 2025-03-14T05:24:44.0651775Z test_cuda_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_trace_1.1_ed4e6b053cdbe3f4_.log 2025-03-14T05:24:44.0652472Z Running 0 items in this shard: 2025-03-14T05:24:44.0652674Z 2025-03-14T05:24:44.0655953Z Running test_spectral_ops 1/1 ... [2025-03-14 05:24:44.055343] 2025-03-14T05:24:44.0656349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:24:44.0662327Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:24:44.055343] 2025-03-14T05:25:15.3811831Z 2025-03-14T05:25:15.3815858Z test_spectral_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_spectral_ops_1.1_4f13ada5dcdf82f1_.log 2025-03-14T05:25:15.3901200Z Running 281 items in this shard: test/test_spectral_ops.py::TestFFTCPU::test_batch_istft_cpu, test/test_spectral_ops.py::TestFFTCPU::test_complex_istft_real_equiv_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_complex_stft_definition_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_complex_stft_onesided_cpu, test/test_spectral_ops.py::TestFFTCPU::test_complex_stft_real_equiv_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_complex_stft_roundtrip_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_complex_stft_roundtrip_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_cufft_context_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_cufft_context_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_cufft_plan_cache_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_fftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_hfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ifftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ihfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ihfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_ihfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_irfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_rfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_rfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft__refs_fft_rfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_fftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_hfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ifftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ihfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ihfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_ihfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfft2_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_irfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_rfft2_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_rfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_fft_fft_rfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_empty_ifft_cpu, test/test_spectral_ops.py::TestFFTCPU::test_fft2_fftn_equivalence_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fft2_fftn_equivalence_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fft2_invalid_cpu, test/test_spectral_ops.py::TestFFTCPU::test_fft2_numpy_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fft2_numpy_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_fftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_hfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ifftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_ihfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_irfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors__refs_fft_rfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16, test/test_spectral_ops.py::TestFFTCPU::test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_ifft_rfft_irfft_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fft_input_modification_cpu, test/test_spectral_ops.py::TestFFTCPU::test_fft_invalid_dtypes_cpu, test/test_spectral_ops.py::TestFFTCPU::test_fft_plan_repeatable_cpu, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_complex32, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fft_round_trip_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_complex32, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fft_type_promotion_cpu_int8, test/test_spectral_ops.py::TestFFTCPU::test_fftfreq_numpy_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftfreq_numpy_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fftfreq_out_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftfreq_out_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_fftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_hfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_ifftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_ihfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_irfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid__refs_fft_rfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_fftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_hfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_ifftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_ihfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_irfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_invalid_fft_rfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_noop_transform_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fftn_noop_transform_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_noop_transform_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fftn_noop_transform_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_noop_transform_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_complex32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftn_round_trip_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_frequencies_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_frequencies_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_numpy_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_numpy_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_numpy_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_fftshift_numpy_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_hfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_hfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_hfftn_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_ihfftn_cpu_float16, test/test_spectral_ops.py::TestFFTCPU::test_ihfftn_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_ihfftn_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_against_librosa_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_linearity_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_of_sine_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_requires_window_cpu, test/test_spectral_ops.py::TestFFTCPU::test_istft_round_trip_simple_cases_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_round_trip_various_params_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_round_trip_with_padding_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_istft_throws_cpu, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_fft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_fft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_hfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_hfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_ifft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_ifft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_ihfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_irfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_irfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d__refs_fft_rfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_fft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_fft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_hfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_hfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_ifft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_ifft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_ihfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_irfft_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_irfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_1d_fft_rfft_cpu_float32, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_fftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_hfftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_ifftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_irfftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd__refs_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_fftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_fftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_hfftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_hfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_ifftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_ifftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_irfftn_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_reference_nd_fft_irfftn_cpu_complex64, test/test_spectral_ops.py::TestFFTCPU::test_stft_align_to_window_only_requires_non_center_cpu, test/test_spectral_ops.py::TestFFTCPU::test_stft_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_stft_requires_complex_cpu, test/test_spectral_ops.py::TestFFTCPU::test_stft_requires_window_cpu, test/test_spectral_ops.py::TestFFTCPU::test_stft_roundtrip_complex_window_cpu_complex128, test/test_spectral_ops.py::TestFFTCPU::test_stft_roundtrip_complex_window_cpu_float64, test/test_spectral_ops.py::TestFFTCPU::test_stft_window_device_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_fft2_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_fft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_fftfreq_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_fftn_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_fftshift_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_hfft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_ifft2_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_ifft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_ifftn_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_ifftshift_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_ihfft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_irfft2_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_irfft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_irfftn_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_rfft2_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_rfft_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_rfftfreq_cpu, test/test_spectral_ops.py::TestFFTDocExamplesCPU::test_rfftn_cpu 2025-03-14T05:25:15.3981602Z 2025-03-14T05:25:15.3981857Z Running distributions/test_distributions 1/1 ... [2025-03-14 05:25:15.382212] 2025-03-14T05:25:15.3982318Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:25:15.3983338Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:25:15.382901] 2025-03-14T05:26:39.2764984Z 2025-03-14T05:26:39.2766018Z distributions/test_distributions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/distributions.test_distributions_1.1_3895829f3d7b9756_.log 2025-03-14T05:26:39.2845883Z Running 226 items in this shard: test/distributions/test_distributions.py::TestDistributions::test_argmax_relaxed_categorical, test/distributions/test_distributions.py::TestDistributions::test_bernoulli, test/distributions/test_distributions.py::TestDistributions::test_bernoulli_3d, test/distributions/test_distributions.py::TestDistributions::test_bernoulli_enumerate_support, test/distributions/test_distributions.py::TestDistributions::test_beta_log_prob, test/distributions/test_distributions.py::TestDistributions::test_beta_sample, test/distributions/test_distributions.py::TestDistributions::test_beta_shape, test/distributions/test_distributions.py::TestDistributions::test_beta_underflow, test/distributions/test_distributions.py::TestDistributions::test_beta_underflow_gpu, test/distributions/test_distributions.py::TestDistributions::test_binomial, test/distributions/test_distributions.py::TestDistributions::test_binomial_bfloat16, test/distributions/test_distributions.py::TestDistributions::test_binomial_enumerate_support, test/distributions/test_distributions.py::TestDistributions::test_binomial_extreme_vals, test/distributions/test_distributions.py::TestDistributions::test_binomial_half, test/distributions/test_distributions.py::TestDistributions::test_binomial_log_prob_and_entropy, test/distributions/test_distributions.py::TestDistributions::test_binomial_log_prob_vectorized_count, test/distributions/test_distributions.py::TestDistributions::test_binomial_sample, test/distributions/test_distributions.py::TestDistributions::test_binomial_stable, test/distributions/test_distributions.py::TestDistributions::test_binomial_vectorized_count, test/distributions/test_distributions.py::TestDistributions::test_categorical_1d, test/distributions/test_distributions.py::TestDistributions::test_categorical_2d, test/distributions/test_distributions.py::TestDistributions::test_categorical_enumerate_support, test/distributions/test_distributions.py::TestDistributions::test_cauchy, test/distributions/test_distributions.py::TestDistributions::test_cdf_icdf_inverse, test/distributions/test_distributions.py::TestDistributions::test_cdf_log_prob, test/distributions/test_distributions.py::TestDistributions::test_chi2_sample, test/distributions/test_distributions.py::TestDistributions::test_chi2_shape, test/distributions/test_distributions.py::TestDistributions::test_continuous_bernoulli, test/distributions/test_distributions.py::TestDistributions::test_continuous_bernoulli_3d, test/distributions/test_distributions.py::TestDistributions::test_dirichlet_log_prob, test/distributions/test_distributions.py::TestDistributions::test_dirichlet_log_prob_zero, test/distributions/test_distributions.py::TestDistributions::test_dirichlet_mode, test/distributions/test_distributions.py::TestDistributions::test_dirichlet_sample, test/distributions/test_distributions.py::TestDistributions::test_dirichlet_shape, test/distributions/test_distributions.py::TestDistributions::test_distribution_expand, test/distributions/test_distributions.py::TestDistributions::test_distribution_subclass_expand, test/distributions/test_distributions.py::TestDistributions::test_enumerate_support_type, test/distributions/test_distributions.py::TestDistributions::test_exponential, test/distributions/test_distributions.py::TestDistributions::test_exponential_sample, test/distributions/test_distributions.py::TestDistributions::test_fishersnedecor, test/distributions/test_distributions.py::TestDistributions::test_fishersnedecor_sample, test/distributions/test_distributions.py::TestDistributions::test_gamma_gpu_sample, test/distributions/test_distributions.py::TestDistributions::test_gamma_gpu_shape, test/distributions/test_distributions.py::TestDistributions::test_gamma_log_prob_at_boundary, test/distributions/test_distributions.py::TestDistributions::test_gamma_sample, test/distributions/test_distributions.py::TestDistributions::test_gamma_shape, test/distributions/test_distributions.py::TestDistributions::test_geometric, test/distributions/test_distributions.py::TestDistributions::test_geometric_log_prob_and_entropy, test/distributions/test_distributions.py::TestDistributions::test_geometric_sample, test/distributions/test_distributions.py::TestDistributions::test_gumbel, test/distributions/test_distributions.py::TestDistributions::test_gumbel_sample, test/distributions/test_distributions.py::TestDistributions::test_halfcauchy, test/distributions/test_distributions.py::TestDistributions::test_halfnormal, test/distributions/test_distributions.py::TestDistributions::test_halfnormal_logprob, test/distributions/test_distributions.py::TestDistributions::test_halfnormal_sample, test/distributions/test_distributions.py::TestDistributions::test_has_examples, test/distributions/test_distributions.py::TestDistributions::test_independent_expand, test/distributions/test_distributions.py::TestDistributions::test_independent_shape, test/distributions/test_distributions.py::TestDistributions::test_invalid_parameter_broadcasting, test/distributions/test_distributions.py::TestDistributions::test_inversegamma, test/distributions/test_distributions.py::TestDistributions::test_inversegamma_sample, test/distributions/test_distributions.py::TestDistributions::test_kumaraswamy_mean_variance, test/distributions/test_distributions.py::TestDistributions::test_kumaraswamy_shape, test/distributions/test_distributions.py::TestDistributions::test_laplace, test/distributions/test_distributions.py::TestDistributions::test_laplace_sample, test/distributions/test_distributions.py::TestDistributions::test_lazy_property_grad, test/distributions/test_distributions.py::TestDistributions::test_lkj_cholesky_log_prob, test/distributions/test_distributions.py::TestDistributions::test_logisticnormal, test/distributions/test_distributions.py::TestDistributions::test_logisticnormal_logprob, test/distributions/test_distributions.py::TestDistributions::test_logisticnormal_sample, test/distributions/test_distributions.py::TestDistributions::test_lognormal, test/distributions/test_distributions.py::TestDistributions::test_lognormal_logprob, test/distributions/test_distributions.py::TestDistributions::test_lognormal_sample, test/distributions/test_distributions.py::TestDistributions::test_lowrank_multivariate_normal_log_prob, test/distributions/test_distributions.py::TestDistributions::test_lowrank_multivariate_normal_moments, test/distributions/test_distributions.py::TestDistributions::test_lowrank_multivariate_normal_properties, test/distributions/test_distributions.py::TestDistributions::test_lowrank_multivariate_normal_sample, test/distributions/test_distributions.py::TestDistributions::test_lowrank_multivariate_normal_shape, test/distributions/test_distributions.py::TestDistributions::test_mixture_same_family_log_prob, test/distributions/test_distributions.py::TestDistributions::test_mixture_same_family_sample, test/distributions/test_distributions.py::TestDistributions::test_mixture_same_family_shape, test/distributions/test_distributions.py::TestDistributions::test_mode, test/distributions/test_distributions.py::TestDistributions::test_multinomial_1d, test/distributions/test_distributions.py::TestDistributions::test_multinomial_1d_log_prob_and_entropy, test/distributions/test_distributions.py::TestDistributions::test_multinomial_2d, test/distributions/test_distributions.py::TestDistributions::test_multinomial_sequential_draw, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_log_prob, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_moments, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_properties, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_sample, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_shape, test/distributions/test_distributions.py::TestDistributions::test_multivariate_normal_stable_with_precision_matrix, test/distributions/test_distributions.py::TestDistributions::test_negative_binomial, test/distributions/test_distributions.py::TestDistributions::test_negative_binomial_log_prob, test/distributions/test_distributions.py::TestDistributions::test_negative_binomial_log_prob_vectorized_count, test/distributions/test_distributions.py::TestDistributions::test_normal, test/distributions/test_distributions.py::TestDistributions::test_normal_sample, test/distributions/test_distributions.py::TestDistributions::test_one_hot_categorical_1d, test/distributions/test_distributions.py::TestDistributions::test_one_hot_categorical_2d, test/distributions/test_distributions.py::TestDistributions::test_one_hot_categorical_enumerate_support, test/distributions/test_distributions.py::TestDistributions::test_pareto, test/distributions/test_distributions.py::TestDistributions::test_pareto_sample, test/distributions/test_distributions.py::TestDistributions::test_poisson_forward_ad, test/distributions/test_distributions.py::TestDistributions::test_poisson_gpu_sample, test/distributions/test_distributions.py::TestDistributions::test_poisson_log_prob, test/distributions/test_distributions.py::TestDistributions::test_poisson_sample, test/distributions/test_distributions.py::TestDistributions::test_poisson_shape, test/distributions/test_distributions.py::TestDistributions::test_relaxed_bernoulli, test/distributions/test_distributions.py::TestDistributions::test_relaxed_one_hot_categorical_1d, test/distributions/test_distributions.py::TestDistributions::test_relaxed_one_hot_categorical_2d, test/distributions/test_distributions.py::TestDistributions::test_repr, test/distributions/test_distributions.py::TestDistributions::test_rounded_relaxed_bernoulli, test/distributions/test_distributions.py::TestDistributions::test_rsample_requires_grad, test/distributions/test_distributions.py::TestDistributions::test_sample_detached, test/distributions/test_distributions.py::TestDistributions::test_studentT, test/distributions/test_distributions.py::TestDistributions::test_studentT_log_prob, test/distributions/test_distributions.py::TestDistributions::test_studentT_sample, test/distributions/test_distributions.py::TestDistributions::test_support_attributes, test/distributions/test_distributions.py::TestDistributions::test_uniform, test/distributions/test_distributions.py::TestDistributions::test_valid_parameter_broadcasting, test/distributions/test_distributions.py::TestDistributions::test_vonmises_logprob, test/distributions/test_distributions.py::TestDistributions::test_vonmises_sample, test/distributions/test_distributions.py::TestDistributions::test_wishart_log_prob, test/distributions/test_distributions.py::TestDistributions::test_wishart_moments, test/distributions/test_distributions.py::TestDistributions::test_wishart_properties, test/distributions/test_distributions.py::TestDistributions::test_wishart_sample, test/distributions/test_distributions.py::TestDistributions::test_wishart_shape, test/distributions/test_distributions.py::TestDistributions::test_wishart_stable_with_precision_matrix, test/distributions/test_distributions.py::TestDistributions::test_zero_excluded_binomial, test/distributions/test_distributions.py::TestRsample::test_beta_wrt_alpha, test/distributions/test_distributions.py::TestRsample::test_beta_wrt_beta, test/distributions/test_distributions.py::TestRsample::test_chi2, test/distributions/test_distributions.py::TestRsample::test_dirichlet_multivariate, test/distributions/test_distributions.py::TestRsample::test_dirichlet_on_diagonal, test/distributions/test_distributions.py::TestRsample::test_dirichlet_tangent_field, test/distributions/test_distributions.py::TestRsample::test_gamma, test/distributions/test_distributions.py::TestDistributionShapes::test_bernoulli_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_bernoulli_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_beta_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_beta_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_binomial_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_binomial_shape_vectorized_n, test/distributions/test_distributions.py::TestDistributionShapes::test_categorical_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_cauchy_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_cauchy_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_chi2_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_chi2_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_continuous_bernoulli_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_continuous_bernoulli_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_dirichlet_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_entropy_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_exponential_shape_scalar_param, test/distributions/test_distributions.py::TestDistributionShapes::test_exponential_shape_tensor_param, test/distributions/test_distributions.py::TestDistributionShapes::test_gamma_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_gamma_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_geometric_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_geometric_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_gumbel_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_halfcauchy_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_halfcauchy_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_kumaraswamy_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_laplace_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_laplace_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_mixture_same_family_mean_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_mixture_same_family_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_multinomial_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_normal_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_normal_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_one_hot_categorical_shape, test/distributions/test_distributions.py::TestDistributionShapes::test_pareto_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_studentT_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_studentT_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_uniform_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_uniform_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_vonmises_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_vonmises_shape_tensor_params, test/distributions/test_distributions.py::TestDistributionShapes::test_weibull_scale_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_wishart_shape_scalar_params, test/distributions/test_distributions.py::TestDistributionShapes::test_wishart_shape_tensor_params, test/distributions/test_distributions.py::TestKL::test_entropy_exponential_family, test/distributions/test_distributions.py::TestKL::test_entropy_monte_carlo, test/distributions/test_distributions.py::TestKL::test_kl_edgecases, test/distributions/test_distributions.py::TestKL::test_kl_exponential_family, test/distributions/test_distributions.py::TestKL::test_kl_infinite, test/distributions/test_distributions.py::TestKL::test_kl_lowrank_multivariate_normal, test/distributions/test_distributions.py::TestKL::test_kl_lowrank_multivariate_normal_batched, test/distributions/test_distributions.py::TestKL::test_kl_monte_carlo, test/distributions/test_distributions.py::TestKL::test_kl_multivariate_normal, test/distributions/test_distributions.py::TestKL::test_kl_multivariate_normal_batched, test/distributions/test_distributions.py::TestKL::test_kl_multivariate_normal_batched_broadcasted, test/distributions/test_distributions.py::TestKL::test_kl_shape, test/distributions/test_distributions.py::TestKL::test_kl_transformed, test/distributions/test_distributions.py::TestConstraints::test_params_constraints, test/distributions/test_distributions.py::TestConstraints::test_support_constraints, test/distributions/test_distributions.py::TestNumericalStability::test_bernoulli_gradient, test/distributions/test_distributions.py::TestNumericalStability::test_bernoulli_with_logits_overflow, test/distributions/test_distributions.py::TestNumericalStability::test_bernoulli_with_logits_underflow, test/distributions/test_distributions.py::TestNumericalStability::test_categorical_log_prob, test/distributions/test_distributions.py::TestNumericalStability::test_categorical_log_prob_with_logits, test/distributions/test_distributions.py::TestNumericalStability::test_continuous_bernoulli_gradient, test/distributions/test_distributions.py::TestNumericalStability::test_continuous_bernoulli_with_logits_overflow, test/distributions/test_distributions.py::TestNumericalStability::test_continuous_bernoulli_with_logits_underflow, test/distributions/test_distributions.py::TestNumericalStability::test_multinomial_log_prob, test/distributions/test_distributions.py::TestNumericalStability::test_multinomial_log_prob_with_logits, test/distributions/test_distributions.py::TestLazyLogitsInitialization::test_lazy_logits_initialization, test/distributions/test_distributions.py::TestLazyLogitsInitialization::test_lazy_probs_initialization, test/distributions/test_distributions.py::TestAgainstScipy::test_cdf, test/distributions/test_distributions.py::TestAgainstScipy::test_icdf, test/distributions/test_distributions.py::TestAgainstScipy::test_mean, test/distributions/test_distributions.py::TestAgainstScipy::test_variance_stddev, test/distributions/test_distributions.py::TestFunctors::test_cat_event_dim, test/distributions/test_distributions.py::TestFunctors::test_cat_transform, test/distributions/test_distributions.py::TestFunctors::test_cat_transform_non_uniform, test/distributions/test_distributions.py::TestFunctors::test_stack_transform, test/distributions/test_distributions.py::TestValidation::test_invalid, test/distributions/test_distributions.py::TestValidation::test_invalid_log_probs_arg, test/distributions/test_distributions.py::TestValidation::test_valid, test/distributions/test_distributions.py::TestValidation::test_warning_unimplemented_constraints, test/distributions/test_distributions.py::TestJit::test_cdf, test/distributions/test_distributions.py::TestJit::test_entropy, test/distributions/test_distributions.py::TestJit::test_enumerate_support, test/distributions/test_distributions.py::TestJit::test_log_prob, test/distributions/test_distributions.py::TestJit::test_mean, test/distributions/test_distributions.py::TestJit::test_rsample, test/distributions/test_distributions.py::TestJit::test_sample, test/distributions/test_distributions.py::TestJit::test_variance 2025-03-14T05:26:39.2924395Z 2025-03-14T05:26:39.2924586Z Running test_autoload_disable 1/1 ... [2025-03-14 05:26:39.270430] 2025-03-14T05:26:43.3429459Z running install 2025-03-14T05:26:43.3432569Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T05:26:43.3433212Z !! 2025-03-14T05:26:43.3433334Z 2025-03-14T05:26:43.3433477Z ******************************************************************************** 2025-03-14T05:26:43.3433846Z Please avoid running ``setup.py`` directly. 2025-03-14T05:26:43.3434237Z Instead, use pypa/build, pypa/installer or other 2025-03-14T05:26:43.3434587Z standards-based tools. 2025-03-14T05:26:43.3434984Z 2025-03-14T05:26:43.3435297Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T05:26:43.3435790Z ******************************************************************************** 2025-03-14T05:26:43.3436032Z 2025-03-14T05:26:43.3436109Z !! 2025-03-14T05:26:43.3436317Z self.initialize_options() 2025-03-14T05:26:43.3562251Z running build 2025-03-14T05:26:43.3562537Z running build_py 2025-03-14T05:26:43.3671856Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:26:43.3677393Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:26:43.3685513Z running build_ext 2025-03-14T05:26:43.3704860Z building 'torch_test_cpp_extension.cpp' extension 2025-03-14T05:26:43.3719214Z creating build\temp.win-amd64-cpython-39\Release 2025-03-14T05:26:43.3732999Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:26:43.3853683Z extension.cpp 2025-03-14T05:26:57.0064673Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2025-03-14T05:26:57.1934069Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2025-03-14T05:26:57.2076565Z Generating code 2025-03-14T05:26:58.9277941Z Finished generating code 2025-03-14T05:26:59.0501298Z building 'torch_test_cpp_extension.maia' extension 2025-03-14T05:26:59.0511661Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmaia_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\maia_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=maia -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:26:59.0599427Z maia_extension.cpp 2025-03-14T05:27:12.3761596Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_maia build\temp.win-amd64-cpython-39\Release\maia_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib 2025-03-14T05:27:12.5642972Z Creating library build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.exp 2025-03-14T05:27:12.5775202Z Generating code 2025-03-14T05:27:13.9243476Z Finished generating code 2025-03-14T05:27:14.0390564Z building 'torch_test_cpp_extension.rng' extension 2025-03-14T05:27:14.0401531Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:27:14.0487672Z rng_extension.cpp 2025-03-14T05:27:24.0774356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1158): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:27:24.0775175Z with 2025-03-14T05:27:24.0775467Z [ 2025-03-14T05:27:24.0775706Z scalar_t=float 2025-03-14T05:27:24.0775965Z ] 2025-03-14T05:27:24.0776994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:24.0778091Z with 2025-03-14T05:27:24.0778331Z [ 2025-03-14T05:27:24.0778567Z scalar_t=float 2025-03-14T05:27:24.0778816Z ] 2025-03-14T05:27:24.0781151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1079): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:27:24.0781975Z with 2025-03-14T05:27:24.0782265Z [ 2025-03-14T05:27:24.0782503Z scalar_t=float 2025-03-14T05:27:24.0782838Z ] 2025-03-14T05:27:24.0783711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1223): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:24.0784660Z with 2025-03-14T05:27:24.0784899Z [ 2025-03-14T05:27:24.0785130Z scalar_t=float 2025-03-14T05:27:24.0785404Z ] 2025-03-14T05:27:25.4067352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(940): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:27:25.4068170Z with 2025-03-14T05:27:25.4068409Z [ 2025-03-14T05:27:25.4068649Z scalar_t=float 2025-03-14T05:27:25.4068925Z ] 2025-03-14T05:27:25.4069914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1192): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2025-03-14T05:27:25.4071038Z with 2025-03-14T05:27:25.4071274Z [ 2025-03-14T05:27:25.4071483Z scalar_t=float 2025-03-14T05:27:25.4071900Z ] 2025-03-14T05:27:25.4072861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:25.4073804Z with 2025-03-14T05:27:25.4074043Z [ 2025-03-14T05:27:25.4074258Z scalar_t=float 2025-03-14T05:27:25.4074599Z ] 2025-03-14T05:27:25.4115392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1342): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:27:25.4116212Z with 2025-03-14T05:27:25.4116448Z [ 2025-03-14T05:27:25.4116647Z T=float 2025-03-14T05:27:25.4116893Z ] 2025-03-14T05:27:25.4118020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1479): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2025-03-14T05:27:25.4119048Z with 2025-03-14T05:27:25.4119278Z [ 2025-03-14T05:27:25.4119513Z T=float 2025-03-14T05:27:25.4119731Z ] 2025-03-14T05:27:25.4120538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1488): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2025-03-14T05:27:25.4121383Z with 2025-03-14T05:27:25.4121607Z [ 2025-03-14T05:27:25.4121827Z T=float 2025-03-14T05:27:25.4122043Z ] 2025-03-14T05:27:25.4203994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1366): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:27:25.4204822Z with 2025-03-14T05:27:25.4205070Z [ 2025-03-14T05:27:25.4205299Z T=float 2025-03-14T05:27:25.4205531Z ] 2025-03-14T05:27:25.4206507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1483): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2025-03-14T05:27:25.4207680Z with 2025-03-14T05:27:25.4207918Z [ 2025-03-14T05:27:25.4208177Z T=float 2025-03-14T05:27:25.4208440Z ] 2025-03-14T05:27:26.1509390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(628): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:27:26.1510231Z with 2025-03-14T05:27:26.1510479Z [ 2025-03-14T05:27:26.1510722Z scalar_t=float 2025-03-14T05:27:26.1511009Z ] 2025-03-14T05:27:26.1511943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:26.1512958Z with 2025-03-14T05:27:26.1513196Z [ 2025-03-14T05:27:26.1513471Z scalar_t=float 2025-03-14T05:27:26.1513791Z ] 2025-03-14T05:27:26.1514840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1202): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:26.1515814Z with 2025-03-14T05:27:26.1516056Z [ 2025-03-14T05:27:26.1516302Z scalar_t=float 2025-03-14T05:27:26.1516548Z ] 2025-03-14T05:27:26.1517252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(629): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:27:26.1518025Z with 2025-03-14T05:27:26.1518276Z [ 2025-03-14T05:27:26.1518510Z scalar_t=float 2025-03-14T05:27:26.1518928Z ] 2025-03-14T05:27:26.1519812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(630): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:27:26.1520582Z with 2025-03-14T05:27:26.1520840Z [ 2025-03-14T05:27:26.1521095Z scalar_t=float 2025-03-14T05:27:26.1521347Z ] 2025-03-14T05:27:26.5978619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(598): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:27:26.5979478Z with 2025-03-14T05:27:26.5979726Z [ 2025-03-14T05:27:26.5980028Z scalar_t=float 2025-03-14T05:27:26.5980298Z ] 2025-03-14T05:27:26.5981484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(641): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2025-03-14T05:27:26.5982481Z with 2025-03-14T05:27:26.5982721Z [ 2025-03-14T05:27:26.5982962Z scalar_t=float 2025-03-14T05:27:26.5983228Z ] 2025-03-14T05:27:26.5984130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:27:26.5985228Z with 2025-03-14T05:27:26.5985458Z [ 2025-03-14T05:27:26.5985692Z scalar_t=float 2025-03-14T05:27:26.5985975Z ] 2025-03-14T05:27:26.5986805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(613): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:27:26.5987575Z with 2025-03-14T05:27:26.5987813Z [ 2025-03-14T05:27:26.5988055Z scalar_t=float 2025-03-14T05:27:26.5988330Z ] 2025-03-14T05:27:27.8976330Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2025-03-14T05:27:28.0921583Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2025-03-14T05:27:28.1002380Z Generating code 2025-03-14T05:27:29.8621301Z Finished generating code 2025-03-14T05:27:29.9835139Z running install_lib 2025-03-14T05:27:29.9962274Z creating install\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T05:27:29.9971458Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:27:29.9975069Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:27:29.9983973Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:27:29.9992617Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:27:30.0006974Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:27:30.0020107Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2025-03-14T05:27:30.0028143Z running install_egg_info 2025-03-14T05:27:30.0352231Z running egg_info 2025-03-14T05:27:30.0453407Z creating torch_test_cpp_extension.egg-info 2025-03-14T05:27:30.0457024Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2025-03-14T05:27:30.0465935Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2025-03-14T05:27:30.0469895Z writing entry points to torch_test_cpp_extension.egg-info\entry_points.txt 2025-03-14T05:27:30.0480141Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2025-03-14T05:27:30.0483114Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:27:30.0589997Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:27:30.0606359Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:27:30.0610101Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2025-03-14T05:27:30.0642432Z running install_scripts 2025-03-14T05:27:34.7122605Z 2025-03-14T05:27:34.7123085Z Running tests... 2025-03-14T05:27:34.7123493Z ---------------------------------------------------------------------- 2025-03-14T05:27:34.9539089Z . 2025-03-14T05:27:34.9539500Z ---------------------------------------------------------------------- 2025-03-14T05:27:34.9539931Z Ran 1 test in 0.250s 2025-03-14T05:27:34.9540134Z 2025-03-14T05:27:34.9540273Z OK 2025-03-14T05:27:34.9540389Z 2025-03-14T05:27:34.9540529Z Generating XML reports... 2025-03-14T05:27:35.6463457Z Running doctests 1/1 ... [2025-03-14 05:27:35.646129] 2025-03-14T05:27:38.1312369Z msg = Cannot scrape callname=Library.fallback in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py line=376. 2025-03-14T05:27:38.1313456Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.1314064Z Registers the function implementation as the fallback for the given key. 2025-03-14T05:27:38.1314479Z 2025-03-14T05:27:38.1314736Z This function only works for a library with global namespace ("_"). 2025-03-14T05:27:38.1315059Z 2025-03-14T05:27:38.1315296Z Args: 2025-03-14T05:27:38.1315772Z fn: function used as fallback for the given dispatch key or :func:`~fallthrough_kernel` 2025-03-14T05:27:38.1316342Z to register a fallthrough. 2025-03-14T05:27:38.1316879Z dispatch_key: dispatch key that the input function should be registered for. By default, it uses 2025-03-14T05:27:38.1317497Z the dispatch key that the library was created with. 2025-03-14T05:27:38.1318149Z with_keyset: flag controlling if the current dispatcher call keyset should be passed as the first argument 2025-03-14T05:27:38.1318977Z to :attr:`fn` when calling. This should be used to create the appropriate keyset for redispatch calls. 2025-03-14T05:27:38.1319396Z 2025-03-14T05:27:38.1319561Z Example:: 2025-03-14T05:27:38.1319846Z >>> my_lib = Library("_", "IMPL") 2025-03-14T05:27:38.1320197Z >>> def fallback_kernel(op, *args, **kwargs): 2025-03-14T05:27:38.1320596Z >>> # Handle all autocast ops generically 2025-03-14T05:27:38.1320944Z >>> # ... 2025-03-14T05:27:38.1321280Z >>> my_lib.fallback(fallback_kernel, "Autocast") 2025-03-14T05:27:38.1321645Z 2025-03-14T05:27:38.1322209Z Original Error: IndentationError('expected an indented block', ('', 5, 1, 'my_lib.fallback(fallback_kernel, "Autocast")\n')) 2025-03-14T05:27:38.1323282Z 2025-03-14T05:27:38.1323419Z my_lib.fallback(fallback_kernel, "Autocast") 2025-03-14T05:27:38.1323843Z ^ 2025-03-14T05:27:38.1324456Z msg = Cannot scrape callname=register_fake in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py line=920. 2025-03-14T05:27:38.1325290Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.1325886Z Register a FakeTensor implementation ("fake impl") for this operator. 2025-03-14T05:27:38.1326280Z 2025-03-14T05:27:38.1326539Z Also sometimes known as a "meta kernel", "abstract impl". 2025-03-14T05:27:38.1326861Z 2025-03-14T05:27:38.1327095Z An "FakeTensor implementation" specifies the behavior of this operator on 2025-03-14T05:27:38.1327743Z Tensors that carry no data ("FakeTensor"). Given some input Tensors with 2025-03-14T05:27:38.1328322Z certain properties (sizes/strides/storage_offset/device), it specifies 2025-03-14T05:27:38.1328832Z what the properties of the output Tensors are. 2025-03-14T05:27:38.1329078Z 2025-03-14T05:27:38.1329345Z The FakeTensor implementation has the same signature as the operator. 2025-03-14T05:27:38.1329897Z It is run for both FakeTensors and meta tensors. To write a FakeTensor 2025-03-14T05:27:38.1330417Z implementation, assume that all Tensor inputs to the operator are 2025-03-14T05:27:38.1330954Z regular CPU/CUDA/Meta tensors, but they do not have storage, and 2025-03-14T05:27:38.1331483Z you are trying to return regular CPU/CUDA/Meta tensor(s) as output. 2025-03-14T05:27:38.1332042Z The FakeTensor implementation must consist of only PyTorch operations 2025-03-14T05:27:38.1332590Z (and may not directly access the storage or data of any input or 2025-03-14T05:27:38.1332989Z intermediate Tensors). 2025-03-14T05:27:38.1333194Z 2025-03-14T05:27:38.1333346Z This API may be used as a decorator (see examples). 2025-03-14T05:27:38.1333630Z 2025-03-14T05:27:38.1333787Z For a detailed guide on custom ops, please see 2025-03-14T05:27:38.1334291Z https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html 2025-03-14T05:27:38.1334687Z 2025-03-14T05:27:38.1334810Z Examples: 2025-03-14T05:27:38.1335069Z >>> import torch 2025-03-14T05:27:38.1335341Z >>> import numpy as np 2025-03-14T05:27:38.1335655Z >>> from torch import Tensor 2025-03-14T05:27:38.1335976Z >>> 2025-03-14T05:27:38.1336310Z >>> # Example 1: an operator without data-dependent output shape 2025-03-14T05:27:38.1336856Z >>> @torch.library.custom_op("mylib::custom_linear", mutates_args=()) 2025-03-14T05:27:38.1337451Z >>> def custom_linear(x: Tensor, weight: Tensor, bias: Tensor) -> Tensor: 2025-03-14T05:27:38.1337986Z >>> raise NotImplementedError("Implementation goes here") 2025-03-14T05:27:38.1338392Z >>> 2025-03-14T05:27:38.1338714Z >>> @torch.library.register_fake("mylib::custom_linear") 2025-03-14T05:27:38.1339119Z >>> def _(x, weight, bias): 2025-03-14T05:27:38.1339441Z >>> assert x.dim() == 2 2025-03-14T05:27:38.1339747Z >>> assert weight.dim() == 2 2025-03-14T05:27:38.1340091Z >>> assert bias.dim() == 1 2025-03-14T05:27:38.1340446Z >>> assert x.shape[1] == weight.shape[1] 2025-03-14T05:27:38.1340828Z >>> assert weight.shape[0] == bias.shape[0] 2025-03-14T05:27:38.1341198Z >>> assert x.device == weight.device 2025-03-14T05:27:38.1341489Z >>> 2025-03-14T05:27:38.1341747Z >>> return (x @ weight.t()) + bias 2025-03-14T05:27:38.1342135Z >>> 2025-03-14T05:27:38.1342507Z >>> with torch._subclasses.fake_tensor.FakeTensorMode(): 2025-03-14T05:27:38.1342947Z >>> x = torch.randn(2, 3) 2025-03-14T05:27:38.1343249Z >>> w = torch.randn(3, 3) 2025-03-14T05:27:38.1343576Z >>> b = torch.randn(3) 2025-03-14T05:27:38.1344258Z >>> y = torch.ops.mylib.custom_linear(x, w, b) 2025-03-14T05:27:38.1344608Z >>> 2025-03-14T05:27:38.1344928Z >>> assert y.shape == (2, 3) 2025-03-14T05:27:38.1345209Z >>> 2025-03-14T05:27:38.1345522Z >>> # Example 2: an operator with data-dependent output shape 2025-03-14T05:27:38.1346038Z >>> @torch.library.custom_op("mylib::custom_nonzero", mutates_args=()) 2025-03-14T05:27:38.1346515Z >>> def custom_nonzero(x: Tensor) -> Tensor: 2025-03-14T05:27:38.1346885Z >>> x_np = x.numpy(force=True) 2025-03-14T05:27:38.1347224Z >>> res = np.stack(np.nonzero(x_np), axis=1) 2025-03-14T05:27:38.1347613Z >>> return torch.tensor(res, device=x.device) 2025-03-14T05:27:38.1347962Z >>> 2025-03-14T05:27:38.1348329Z >>> @torch.library.register_fake("mylib::custom_nonzero") 2025-03-14T05:27:38.1348732Z >>> def _(x): 2025-03-14T05:27:38.1349029Z >>> # Number of nonzero-elements is data-dependent. 2025-03-14T05:27:38.1349470Z >>> # Since we cannot peek at the data in an fake impl, 2025-03-14T05:27:38.1349905Z >>> # we use the ctx object to construct a new symint that 2025-03-14T05:27:38.1350316Z >>> # represents the data-dependent size. 2025-03-14T05:27:38.1350700Z >>> ctx = torch.library.get_ctx() 2025-03-14T05:27:38.1351044Z >>> nnz = ctx.new_dynamic_size() 2025-03-14T05:27:38.1351396Z >>> shape = [nnz, x.dim()] 2025-03-14T05:27:38.1351760Z >>> result = x.new_empty(shape, dtype=torch.int64) 2025-03-14T05:27:38.1352131Z >>> return result 2025-03-14T05:27:38.1352410Z >>> 2025-03-14T05:27:38.1352730Z >>> from torch.fx.experimental.proxy_tensor import make_fx 2025-03-14T05:27:38.1353091Z >>> 2025-03-14T05:27:38.1353345Z >>> x = torch.tensor([0, 1, 2, 3, 4, 0]) 2025-03-14T05:27:38.1353821Z >>> trace = make_fx(torch.ops.mylib.custom_nonzero, tracing_mode="symbolic")(x) 2025-03-14T05:27:38.1354382Z >>> trace.print_readable() 2025-03-14T05:27:38.1354687Z >>> 2025-03-14T05:27:38.1355094Z >>> assert torch.allclose(trace(x), torch.ops.mylib.custom_nonzero(x)) 2025-03-14T05:27:38.1355465Z 2025-03-14T05:27:38.1355553Z 2025-03-14T05:27:38.1356022Z Original Error: IndentationError('expected an indented block', ('', 38, 1, '_._ = None\n')) 2025-03-14T05:27:38.1356461Z 2025-03-14T05:27:38.1356570Z _._ = None 2025-03-14T05:27:38.1356800Z ^ 2025-03-14T05:27:38.1357400Z msg = Cannot scrape callname=is_available in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py line=38. 2025-03-14T05:27:38.1358248Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.1358854Z Check if the current accelerator is available at runtime: it was build, all the 2025-03-14T05:27:38.1359426Z required drivers are available and at least one device is visible. 2025-03-14T05:27:38.1359912Z See :ref:`accelerator` for details. 2025-03-14T05:27:38.1360166Z 2025-03-14T05:27:38.1360288Z Returns: 2025-03-14T05:27:38.1360677Z bool: A boolean indicating if there is an available :ref:`accelerator`. 2025-03-14T05:27:38.1361071Z 2025-03-14T05:27:38.1361171Z Example:: 2025-03-14T05:27:38.1361325Z 2025-03-14T05:27:38.1361579Z >>> assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:38.1362040Z 2025-03-14T05:27:38.1362664Z Original Error: SyntaxError('invalid syntax', ('', 1, 41, 'assert torch.accelerator.is_available() "No available accelerators detected."\n')) 2025-03-14T05:27:38.1363256Z 2025-03-14T05:27:38.1363529Z assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:38.1363990Z ^ 2025-03-14T05:27:38.1364711Z msg = Cannot scrape callname=synchronize in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py line=153. 2025-03-14T05:27:38.1366004Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.1366575Z Wait for all kernels in all streams on the given device to complete. 2025-03-14T05:27:38.1366879Z 2025-03-14T05:27:38.1367003Z Args: 2025-03-14T05:27:38.1367448Z device (:class:`torch.device`, str, int, optional): device for which to synchronize. It must match 2025-03-14T05:27:38.1368092Z the current :ref:`accelerator` device type. If not given, 2025-03-14T05:27:38.1368612Z use :func:`torch.accelerator.current_device_index` by default. 2025-03-14T05:27:38.1368940Z 2025-03-14T05:27:38.1369286Z .. note:: This function is a no-op if the current :ref:`accelerator` is not initialized. 2025-03-14T05:27:38.1369708Z 2025-03-14T05:27:38.1369802Z Example:: 2025-03-14T05:27:38.1369962Z 2025-03-14T05:27:38.1370106Z >>> # xdoctest: +REQUIRES(env:TORCH_DOCTEST_CUDA) 2025-03-14T05:27:38.1370625Z >>> assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:38.1371249Z >>> start_event = torch.Event(enable_timing=True) 2025-03-14T05:27:38.1371802Z >>> end_event = torch.Event(enable_timing=True) 2025-03-14T05:27:38.1372406Z >>> start_event.record() 2025-03-14T05:27:38.1373215Z >>> tensor = torch.randn(100, device=torch.accelerator.current_accelerator()) 2025-03-14T05:27:38.1373985Z >>> sum = torch.sum(tensor) 2025-03-14T05:27:38.1374504Z >>> end_event.record() 2025-03-14T05:27:38.1375008Z >>> torch.accelerator.synchronize() 2025-03-14T05:27:38.1375685Z >>> elapsed_time_ms = start_event.elapsed_time(end_event) 2025-03-14T05:27:38.1376249Z 2025-03-14T05:27:38.1377392Z Original Error: SyntaxError('invalid syntax', ('', 2, 41, 'assert torch.accelerator.is_available() "No available accelerators detected."\n')) 2025-03-14T05:27:38.1378373Z 2025-03-14T05:27:38.1378793Z assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:38.1379414Z ^ 2025-03-14T05:27:38.4436497Z msg = Cannot scrape callname=cudart in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py line=396. 2025-03-14T05:27:38.4437348Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.4437843Z Retrieves the CUDA runtime API module. 2025-03-14T05:27:38.4438088Z 2025-03-14T05:27:38.4438093Z 2025-03-14T05:27:38.4438335Z This function initializes the CUDA runtime environment if it is not already 2025-03-14T05:27:38.4438947Z initialized and returns the CUDA runtime API module (_cudart). The CUDA 2025-03-14T05:27:38.4439505Z runtime API module provides access to various CUDA runtime functions. 2025-03-14T05:27:38.4439834Z 2025-03-14T05:27:38.4439947Z Args: 2025-03-14T05:27:38.4440159Z ``None`` 2025-03-14T05:27:38.4440314Z 2025-03-14T05:27:38.4440403Z Returns: 2025-03-14T05:27:38.4440703Z module: The CUDA runtime API module (_cudart). 2025-03-14T05:27:38.4440944Z 2025-03-14T05:27:38.4441058Z Raises: 2025-03-14T05:27:38.4441416Z RuntimeError: If CUDA cannot be re-initialized in a forked subprocess. 2025-03-14T05:27:38.4442074Z AssertionError: If PyTorch is not compiled with CUDA support or if libcudart functions are unavailable. 2025-03-14T05:27:38.4442547Z 2025-03-14T05:27:38.4442679Z Example of CUDA operations with profiling: 2025-03-14T05:27:38.4443023Z >>> import torch 2025-03-14T05:27:38.4443339Z >>> from torch.cuda import cudart, check_error 2025-03-14T05:27:38.4443694Z >>> import os 2025-03-14T05:27:38.4443950Z >>> 2025-03-14T05:27:38.4444183Z >>> os.environ['CUDA_PROFILE'] = '1' 2025-03-14T05:27:38.4444516Z >>> 2025-03-14T05:27:38.4444942Z >>> def perform_cuda_operations_with_streams(): 2025-03-14T05:27:38.4445323Z >>> stream = torch.cuda.Stream() 2025-03-14T05:27:38.4445794Z >>> with torch.cuda.stream(stream): 2025-03-14T05:27:38.4446177Z >>> x = torch.randn(100, 100, device='cuda') 2025-03-14T05:27:38.4446551Z >>> y = torch.randn(100, 100, device='cuda') 2025-03-14T05:27:38.4446907Z >>> z = torch.mul(x, y) 2025-03-14T05:27:38.4447233Z >>> return z 2025-03-14T05:27:38.4447579Z >>> 2025-03-14T05:27:38.4447892Z >>> torch.cuda.synchronize() 2025-03-14T05:27:38.4448228Z >>> print("====== Start nsys profiling ======") 2025-03-14T05:27:38.4448628Z >>> check_error(cudart().cudaProfilerStart()) 2025-03-14T05:27:38.4449105Z >>> with torch.autograd.profiler.emit_nvtx(): 2025-03-14T05:27:38.4449526Z >>> result = perform_cuda_operations_with_streams() 2025-03-14T05:27:38.4449935Z >>> print("CUDA operations completed.") 2025-03-14T05:27:38.4450329Z >>> check_error(torch.cuda.cudart().cudaProfilerStop()) 2025-03-14T05:27:38.4450820Z >>> print("====== End nsys profiling ======") 2025-03-14T05:27:38.4451055Z 2025-03-14T05:27:38.4451284Z To run this example and save the profiling information, execute: 2025-03-14T05:27:38.4451929Z >>> $ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py 2025-03-14T05:27:38.4452397Z 2025-03-14T05:27:38.4452635Z This command profiles the CUDA operations in the provided script and saves 2025-03-14T05:27:38.4453238Z the profiling information to a file named `trace_name.prof`. 2025-03-14T05:27:38.4453838Z The `--profile-from-start off` option ensures that profiling starts only 2025-03-14T05:27:38.4454346Z after the `cudaProfilerStart` call in the script. 2025-03-14T05:27:38.4454826Z The `--csv` and `--print-summary` options format the profiling output as a 2025-03-14T05:27:38.4455285Z CSV file and print a summary, respectively. 2025-03-14T05:27:38.4455779Z The `-o` option specifies the output file name, and the `-f` option forces the 2025-03-14T05:27:38.4456937Z overwrite of the output file if it already exists. 2025-03-14T05:27:38.4457306Z 2025-03-14T05:27:38.4458026Z Original Error: SyntaxError('invalid syntax', ('', 1, 1, '$ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py\n')) 2025-03-14T05:27:38.4458749Z 2025-03-14T05:27:38.4459117Z $ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py 2025-03-14T05:27:38.4459689Z ^ 2025-03-14T05:27:38.4460387Z msg = Cannot scrape callname=DeviceMesh.__getitem__ in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py line=666. 2025-03-14T05:27:38.4461302Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:38.4461679Z 2025-03-14T05:27:38.4461936Z Slice the current DeviceMesh based on the mesh_dim_names given to create a submesh. 2025-03-14T05:27:38.4462585Z The submesh created consists of the dimensions and the communicators indicated by 2025-03-14T05:27:38.4463062Z ``mesh_dim_names`` 2025-03-14T05:27:38.4463209Z 2025-03-14T05:27:38.4463327Z Args: 2025-03-14T05:27:38.4463672Z mesh_dim_names (Union[str, Tuple[str]]): the name or the tuple of names of the 2025-03-14T05:27:38.4464210Z mesh dimension of the DeviceMesh to create the submesh for. 2025-03-14T05:27:38.4464658Z Returns: 2025-03-14T05:27:38.4464916Z A :class:`DeviceMesh` object 2025-03-14T05:27:38.4465159Z 2025-03-14T05:27:38.4465461Z The following program runs on each process/rank in an SPMD manner in a world size of 8. 2025-03-14T05:27:38.4465936Z In the first example: 2025-03-14T05:27:38.4466359Z Calling mesh_2d["tp"] on rank 0, 1, 2, 3 returns a 1D submesh of DeviceMesh:([0, 1, 2, 3]). 2025-03-14T05:27:38.4467054Z Calling mesh_2d["tp"] on rank 4, 5, 6, 7 returns a 1D submesh of DeviceMesh:([4, 5, 6, 7]). 2025-03-14T05:27:38.4467706Z Calling mesh_2d["dp"] on rank 0, 4 returns a 1D submesh of DeviceMesh:([0, 4]). 2025-03-14T05:27:38.4468288Z Calling mesh_2d["dp"] on rank 1, 5 returns a 1D submesh of DeviceMesh:([1, 5]). 2025-03-14T05:27:38.4468857Z Calling mesh_2d["dp"] on rank 2, 6 returns a 1D submesh of DeviceMesh:([2, 6]). 2025-03-14T05:27:38.4469394Z Calling mesh_2d["dp"] on rank 3, 7 returns a 1D submesh of DeviceMesh:([3, 7]). 2025-03-14T05:27:38.4469741Z 2025-03-14T05:27:38.4469845Z In the second example: 2025-03-14T05:27:38.4470342Z Calling mesh_3d["dp", "cp"] on rank 0, 1, 4, 5 returns a 2D submesh of DeviceMesh:([[0, 1], [4, 5]]). 2025-03-14T05:27:38.4471092Z Calling mesh_3d["dp", "cp"] on rank 2, 3, 6, 7 returns a 2D submesh of DeviceMesh:([[2, 3], [6, 7]]). 2025-03-14T05:27:38.4471732Z Calling mesh_3d["cp", "dp"] on rank 0, 1, 4, 5 returns a 2D submesh of DeviceMesh:([[0, 4], [1, 5]]). 2025-03-14T05:27:38.4472375Z Calling mesh_3d["cp", "dp"] on rank 2, 3, 6, 7 returns a 2D submesh of DeviceMesh:([[2, 6], [3, 7]]). 2025-03-14T05:27:38.4472738Z 2025-03-14T05:27:38.4472862Z Example:: 2025-03-14T05:27:38.4473123Z >>> # xdoctest: +SKIP("no rank") 2025-03-14T05:27:38.4473526Z >>> from torch.distributed.device_mesh import DeviceMesh 2025-03-14T05:27:38.4473917Z >>> 2025-03-14T05:27:38.4474325Z >>> # Initialize a 2D device mesh as (2, 4) to represent the topology 2025-03-14T05:27:38.4474778Z >>> # of cross-host(dim 0), and within-host (dim 1). 2025-03-14T05:27:38.4475292Z >>> mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp")) 2025-03-14T05:27:38.4475794Z >>> tp_mesh = mesh_2d["tp"] 2025-03-14T05:27:38.4476174Z >>> dp_mesh = mesh_2d["dp"] 2025-03-14T05:27:38.4476511Z >>> 2025-03-14T05:27:38.4476733Z >>> # Initialize a 3D mesh. 2025-03-14T05:27:38.4477208Z >>> mesh_3d = init_device_mesh(device_type="cuda", (2,2,2), mesh_dim_names=("dp", "pp", "cp")) 2025-03-14T05:27:38.4477894Z >>> # The order of the mesh_dim_names provided deteremines the order of dimensions in the submesh. 2025-03-14T05:27:38.4478488Z >>> dp_cp_mesh = mesh_3d["dp", "cp"] 2025-03-14T05:27:38.4478840Z >>> cp_dp_mesh = mesh_3d["cp", "dp"] 2025-03-14T05:27:38.4479047Z 2025-03-14T05:27:38.4479685Z Original Error: SyntaxError('positional argument follows keyword argument', ('', 6, 82, 'mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp"))\n')) 2025-03-14T05:27:38.4480383Z 2025-03-14T05:27:38.4480642Z mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp")) 2025-03-14T05:27:38.4481123Z ^ 2025-03-14T05:27:48.8556389Z msg = Cannot scrape callname=SavePlanner in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py line=113. 2025-03-14T05:27:48.8557486Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:48.8557904Z 2025-03-14T05:27:48.8558188Z Abstract class defining the protocol used by save_state_dict to plan the save process. 2025-03-14T05:27:48.8558598Z 2025-03-14T05:27:48.8558880Z SavePlanners are stateful objects that can be used to customize the whole save process. 2025-03-14T05:27:48.8559290Z 2025-03-14T05:27:48.8559564Z SavePlanner acts as an access proxy to the state_dict, so any transformation done to it 2025-03-14T05:27:48.8560080Z will be visible to the whole process. 2025-03-14T05:27:48.8560293Z 2025-03-14T05:27:48.8560581Z A planner subclass can expect the following sequence of calls during save_state_dict: 2025-03-14T05:27:48.8560948Z 2025-03-14T05:27:48.8561087Z 1) set_up_planner - called on all ranks. 2025-03-14T05:27:48.8561458Z Signals the start of a checkpoint save. 2025-03-14T05:27:48.8561851Z 2025-03-14T05:27:48.8561981Z 2) create_local_plan - called on all ranks. 2025-03-14T05:27:48.8562572Z Process the state_dict and produces a `SavePlan` that will be sent for global planning. 2025-03-14T05:27:48.8562962Z 2025-03-14T05:27:48.8563170Z 3) create_global_plan - called on the coordinator rank only. 2025-03-14T05:27:48.8563732Z Takes the SavePlan from all ranks and make any global decision. 2025-03-14T05:27:48.8564077Z 2025-03-14T05:27:48.8564199Z 4) finish_plan - called on all ranks. 2025-03-14T05:27:48.8564639Z This gives each rank a chance to adjust to global planning decisions. 2025-03-14T05:27:48.8564987Z 2025-03-14T05:27:48.8565140Z 5) resolve_data - called multiple times on each rank 2025-03-14T05:27:48.8565609Z Lookups a value on the `state_dict` for the storage layer to write. 2025-03-14T05:27:48.8565907Z 2025-03-14T05:27:48.8566299Z Users are recommended to extend DefaultSavePlanner instead of this interface directly as 2025-03-14T05:27:48.8566911Z most changes can be expressed by changes in a single method. 2025-03-14T05:27:48.8567192Z 2025-03-14T05:27:48.8567350Z There are 3 usual patterns of extension: 2025-03-14T05:27:48.8567583Z 2025-03-14T05:27:48.8567827Z Rewriting state_dict. This is the simplest way to extend the save process as it 2025-03-14T05:27:48.8568427Z doesn't requite understanding the intrincacies of how SavePlan works: 2025-03-14T05:27:48.8568780Z 2025-03-14T05:27:48.8568896Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8569270Z >>> class RenamePlanner(DefaultSavePlanner): 2025-03-14T05:27:48.8569644Z >>> def set_up_planner( 2025-03-14T05:27:48.8569908Z >>> self, 2025-03-14T05:27:48.8570201Z >>> state_dict: STATE_DICT_TYPE, 2025-03-14T05:27:48.8570562Z >>> storage_meta: Optional[StorageMeta], 2025-03-14T05:27:48.8570948Z >>> is_coordinator: bool, 2025-03-14T05:27:48.8571266Z >>> ) -> None: 2025-03-14T05:27:48.8571517Z >>> # prefix all keys with `foo_`` 2025-03-14T05:27:48.8572032Z >>> super().set_up_planner({"foo_" + k: v for k, v in state_dict.items()}, storage_meta, is_coordinator) 2025-03-14T05:27:48.8572512Z 2025-03-14T05:27:48.8572907Z Modifying local plan and lookup in tandem. This is useful when fine control of how data is persisted 2025-03-14T05:27:48.8573340Z 2025-03-14T05:27:48.8573491Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8573832Z >>> class FP16Planner(DefaultSavePlanner): 2025-03-14T05:27:48.8574209Z >>> def create_local_plan(self): 2025-03-14T05:27:48.8574566Z >>> plan = super().create_local_plan() 2025-03-14T05:27:48.8574934Z >>> for p in plan: 2025-03-14T05:27:48.8575270Z >>> if p.tensor_data is not None: 2025-03-14T05:27:48.8575648Z >>> p.tensor_data.properties.dtype = torch.float16 2025-03-14T05:27:48.8576055Z >>> return plan 2025-03-14T05:27:48.8576332Z >>> 2025-03-14T05:27:48.8576604Z >>> def resolve_data(self, write_item): 2025-03-14T05:27:48.8576972Z >>> item = super().resolve_data(write_item) 2025-03-14T05:27:48.8577471Z >>> return item if write_item.type == WriteItemType.BYTE_IO else item.to(torch.float16) 2025-03-14T05:27:48.8577866Z 2025-03-14T05:27:48.8578187Z Using the global planning step to make central decisions that can't be made individually by each rank 2025-03-14T05:27:48.8578638Z 2025-03-14T05:27:48.8578753Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8579109Z >>> from itertools import zip_longest 2025-03-14T05:27:48.8579456Z >>> from dataclasses import replace 2025-03-14T05:27:48.8579852Z >>> class DDPLoadBalancingPlanner(DefaultSavePlanner): 2025-03-14T05:27:48.8580378Z >>> # This uses the default local plan behavior of having all non-sharded writes in rank 0 2025-03-14T05:27:48.8580908Z >>> # This sample doesn't handle ShardedTensors 2025-03-14T05:27:48.8581298Z >>> def create_global_plan(self, all_plans): 2025-03-14T05:27:48.8581703Z >>> iters = [iter(all_plans[0].items)] * len(all_plans) 2025-03-14T05:27:48.8582143Z >>> items_per_rank = [ 2025-03-14T05:27:48.8582461Z >>> [item for item in items if item is not None] 2025-03-14T05:27:48.8582941Z >>> for items in zip(*zip_longest(*iters), strict=True) 2025-03-14T05:27:48.8583317Z >>> ] 2025-03-14T05:27:48.8583575Z >>> all_plans = [ 2025-03-14T05:27:48.8583886Z >>> replace(plan, items=items) 2025-03-14T05:27:48.8584305Z >>> for plan, items in zip(all_plans, items_per_rank, strict=True) 2025-03-14T05:27:48.8584728Z >>> ] 2025-03-14T05:27:48.8585020Z >>> return super().create_global_plan(all_plans) 2025-03-14T05:27:48.8585266Z 2025-03-14T05:27:48.8585557Z Finally, some planners need to save additional metadata in the checkpoint, this is 2025-03-14T05:27:48.8586257Z accomplished by having each rank contribute their data items in the local plan and 2025-03-14T05:27:48.8586768Z the global planner aggregate them: 2025-03-14T05:27:48.8586973Z 2025-03-14T05:27:48.8587091Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8587487Z >>> class SaveExtraDataPlanner(DefaultSavePlanner): 2025-03-14T05:27:48.8587912Z >>> def create_local_plan(self) -> SavePlan: 2025-03-14T05:27:48.8588288Z >>> plan = super().create_local_plan() 2025-03-14T05:27:48.8588702Z >>> return replace(plan, planner_data="per-rank-data") 2025-03-14T05:27:48.8589052Z >>> 2025-03-14T05:27:48.8589489Z >>> def create_global_plan(self, all_plans: List[SavePlan]) -> Tuple[List[SavePlan], Metadata]: 2025-03-14T05:27:48.8590094Z >>> global_plan, metadata = super().create_global_plan(all_plans) 2025-03-14T05:27:48.8590584Z >>> merged_data = [p.planner_data for p in global_plan] 2025-03-14T05:27:48.8591031Z >>> metadata = replace(metadata, planner_data=merged_data) 2025-03-14T05:27:48.8591440Z >>> return global_plan, metadata 2025-03-14T05:27:48.8591653Z 2025-03-14T05:27:48.8591991Z Original Error: IndentationError('expected an indented block', ('', 9, 0, '_._ = None\n')) 2025-03-14T05:27:48.8592452Z 2025-03-14T05:27:48.8592542Z _._ = None 2025-03-14T05:27:48.8592837Z ^ 2025-03-14T05:27:48.8593525Z msg = Cannot scrape callname=LoadPlanner in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py line=293. 2025-03-14T05:27:48.8594530Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:48.8594877Z 2025-03-14T05:27:48.8595174Z Abstract class defining the protocol used by load_state_dict to plan the load process. 2025-03-14T05:27:48.8595551Z 2025-03-14T05:27:48.8595825Z LoadPlanner are stateful objects that can be used to customize the whole load process. 2025-03-14T05:27:48.8596229Z 2025-03-14T05:27:48.8596496Z LoadPlanner acts as an access proxy to the state_dict, so any transformation done to it 2025-03-14T05:27:48.8597010Z will be visible to the whole process. 2025-03-14T05:27:48.8597249Z 2025-03-14T05:27:48.8597515Z A planner subclass can expect the following sequence of calls during load_state_dict: 2025-03-14T05:27:48.8597886Z 2025-03-14T05:27:48.8598037Z 1) set_up_planner - called on all ranks. 2025-03-14T05:27:48.8598423Z Signals the start of loading a checkpoint. 2025-03-14T05:27:48.8598655Z 2025-03-14T05:27:48.8598808Z 2) create_local_plan - called on all ranks. 2025-03-14T05:27:48.8599311Z Process the state_dict and produces a `LoadPlan` that will be sent for global planning. 2025-03-14T05:27:48.8599724Z 2025-03-14T05:27:48.8599909Z 3) create_global_plan - called on the coordinator rank only. 2025-03-14T05:27:48.8600406Z Takes the LoadPlan from all ranks and make any global decision. 2025-03-14T05:27:48.8600726Z 2025-03-14T05:27:48.8600866Z 4) load_bytes - called multiple times on each rank 2025-03-14T05:27:48.8601302Z This is called once per non-tensor value in state_dict. 2025-03-14T05:27:48.8601569Z 2025-03-14T05:27:48.8601805Z 5) resolve_tensor and commit_tensor - called multiple times on each rank 2025-03-14T05:27:48.8602360Z They are called in pair for each Tensor value in state_dict. 2025-03-14T05:27:48.8602720Z 2025-03-14T05:27:48.8603010Z Users are recommended to extend DefaultLoadPlanner instead of this interface directly as 2025-03-14T05:27:48.8603609Z most changes can be expressed by changes in a single method. 2025-03-14T05:27:48.8603913Z 2025-03-14T05:27:48.8604051Z There are two usual patterns of extension: 2025-03-14T05:27:48.8604276Z 2025-03-14T05:27:48.8604546Z Rewriting state_dict. This is the simplest way to extend the load process as it 2025-03-14T05:27:48.8605159Z doesn't requite understanding the intrincacies of how LoadPlan works. We need 2025-03-14T05:27:48.8605730Z to keep a reference to the original state_dict as load happens in place so 2025-03-14T05:27:48.8606247Z we need to be able to perform it in place 2025-03-14T05:27:48.8606509Z 2025-03-14T05:27:48.8606627Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8607001Z >>> class RenamePlanner(DefaultLoadPlanner): 2025-03-14T05:27:48.8607362Z >>> def set_up_planner( 2025-03-14T05:27:48.8607651Z >>> self, 2025-03-14T05:27:48.8607899Z >>> state_dict: STATE_DICT_TYPE, 2025-03-14T05:27:48.8608236Z >>> metadata: Metadata, 2025-03-14T05:27:48.8608562Z >>> is_coordinator: bool, 2025-03-14T05:27:48.8608877Z >>> ) -> None: 2025-03-14T05:27:48.8609169Z >>> self.original_state_dict = state_dict 2025-03-14T05:27:48.8609661Z >>> state_dict = {"foo_" + k: v for k, v in state_dict.items()} 2025-03-14T05:27:48.8610055Z >>> 2025-03-14T05:27:48.8610313Z >>> if self.flatten_sharded_tensors: 2025-03-14T05:27:48.8610829Z >>> state_dict = _flatten_sharded_tensors(state_dict) 2025-03-14T05:27:48.8611272Z >>> 2025-03-14T05:27:48.8611536Z >>> if self.flatten_state_dict: 2025-03-14T05:27:48.8611944Z >>> state_dict, self.mappings = flatten_state_dict(state_dict) 2025-03-14T05:27:48.8612321Z >>> 2025-03-14T05:27:48.8612565Z >>> self.state_dict = state_dict 2025-03-14T05:27:48.8612900Z >>> self.metadata = metadata 2025-03-14T05:27:48.8613311Z >>> self.is_coordinator = is_coordinator 2025-03-14T05:27:48.8613639Z >>> 2025-03-14T05:27:48.8613865Z >>> def load_bytes(self, read_item, value): 2025-03-14T05:27:48.8614219Z >>> # Remove the "foo_" prefix 2025-03-14T05:27:48.8614728Z >>> self.original_state_dict[read_item.dest_index.fqn[4:]] = torch.load(value, weights_only=False) 2025-03-14T05:27:48.8615138Z 2025-03-14T05:27:48.8615142Z 2025-03-14T05:27:48.8615419Z Modifying resolve_tensor and commit_tensor to handle load time transformation. 2025-03-14T05:27:48.8615775Z 2025-03-14T05:27:48.8615910Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:48.8616294Z >>> class MetaModelMaterialize(DefaultSavePlanner): 2025-03-14T05:27:48.8616667Z >>> def resolve_tensor(self, read_item): 2025-03-14T05:27:48.8617037Z >>> tensor = super().resolve_tensor(read_item) 2025-03-14T05:27:48.8617434Z >>> return torch.empty_like(tensor, device="cpu") 2025-03-14T05:27:48.8617783Z >>> 2025-03-14T05:27:48.8618044Z >>> def commit_tensor(self, read_item, tensor): 2025-03-14T05:27:48.8618428Z >>> self.state_dict[read_item.dest_index.fqn] = tensor 2025-03-14T05:27:48.8618721Z 2025-03-14T05:27:48.8619058Z Original Error: IndentationError('expected an indented block', ('', 23, 0, '_._ = None\n')) 2025-03-14T05:27:48.8619521Z 2025-03-14T05:27:48.8619606Z _._ = None 2025-03-14T05:27:48.8619849Z ^ 2025-03-14T05:27:49.1076355Z msg = Cannot scrape callname=FullStateDictConfig in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py line=295. 2025-03-14T05:27:49.1077332Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:49.1077683Z 2025-03-14T05:27:49.1077904Z ``FullStateDictConfig`` is a config class meant to be used with 2025-03-14T05:27:49.1078541Z ``StateDictType.FULL_STATE_DICT``. We recommend enabling both 2025-03-14T05:27:49.1079150Z ``offload_to_cpu=True`` and ``rank0_only=True`` when saving full state 2025-03-14T05:27:49.1079702Z dicts to save GPU memory and CPU memory, respectively. This config class 2025-03-14T05:27:49.1080242Z is meant to be used via the :func:`state_dict_type` context manager as 2025-03-14T05:27:49.1080649Z follows: 2025-03-14T05:27:49.1080769Z 2025-03-14T05:27:49.1080917Z >>> # xdoctest: +SKIP("undefined variables") 2025-03-14T05:27:49.1081402Z >>> from torch.distributed.fsdp import FullyShardedDataParallel as FSDP 2025-03-14T05:27:49.1081863Z >>> fsdp = FSDP(model, auto_wrap_policy=...) 2025-03-14T05:27:49.1082306Z >>> cfg = FullStateDictConfig(offload_to_cpu=True, rank0_only=True) 2025-03-14T05:27:49.1082903Z >>> with FSDP.state_dict_type(fsdp, StateDictType.FULL_STATE_DICT, cfg): 2025-03-14T05:27:49.1083364Z >>> state = fsdp.state_dict() 2025-03-14T05:27:49.1083793Z >>> # `state` will be empty on non rank 0 and contain CPU tensors on rank 0. 2025-03-14T05:27:49.1084332Z >>> # To reload checkpoint for inference, finetuning, transfer learning, etc: 2025-03-14T05:27:49.1084916Z >>> model = model_fn() # Initialize model in preparation for wrapping with FSDP 2025-03-14T05:27:49.1085386Z >>> if dist.get_rank() == 0: 2025-03-14T05:27:49.1085779Z >>> # Load checkpoint only on rank 0 to avoid memory redundancy 2025-03-14T05:27:49.1086229Z >>> state_dict = torch.load("my_checkpoint.pt") 2025-03-14T05:27:49.1086627Z >>> model.load_state_dict(state_dict) 2025-03-14T05:27:49.1087063Z >>> # All ranks initialize FSDP module as usual. `sync_module_states` argument 2025-03-14T05:27:49.1087662Z >>> # communicates loaded checkpoint states from rank 0 to rest of the world. 2025-03-14T05:27:49.1088121Z >>> fsdp = FSDP( 2025-03-14T05:27:49.1088389Z ... model, 2025-03-14T05:27:49.1088675Z ... device_id=torch.cuda.current_device(), 2025-03-14T05:27:49.1089018Z ... auto_wrap_policy=..., 2025-03-14T05:27:49.1089332Z ... sync_module_states=True, 2025-03-14T05:27:49.1089698Z ... ) 2025-03-14T05:27:49.1090050Z >>> # After this point, all ranks have FSDP model with loaded checkpoint. 2025-03-14T05:27:49.1090363Z 2025-03-14T05:27:49.1090484Z Attributes: 2025-03-14T05:27:49.1090804Z rank0_only (bool): If ``True``, then only rank 0 saves the full state 2025-03-14T05:27:49.1091320Z dict, and nonzero ranks save an empty dict. If ``False``, then all 2025-03-14T05:27:49.1091804Z ranks save the full state dict. (Default: ``False``) 2025-03-14T05:27:49.1092082Z 2025-03-14T05:27:49.1092414Z Original Error: IndentationError('expected an indented block', ('', 11, 1, '_._ = None\n')) 2025-03-14T05:27:49.1092854Z 2025-03-14T05:27:49.1092963Z _._ = None 2025-03-14T05:27:49.1093186Z ^ 2025-03-14T05:27:49.1093386Z running 818 test(s) 2025-03-14T05:27:49.1094033Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::typename:0, line 1077 <- wrt source file 2025-03-14T05:27:49.1094888Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::typename:0 2025-03-14T05:27:49.1095741Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::is_tensor:0, line 1113 <- wrt source file 2025-03-14T05:27:49.1096591Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::is_tensor:0 2025-03-14T05:27:49.1097460Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_device:0, line 1182 <- wrt source file 2025-03-14T05:27:49.1098371Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_device:0 2025-03-14T05:27:49.1099262Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_tensor_type:0, line 1231 <- wrt source file 2025-03-14T05:27:49.1100314Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_tensor_type:0 2025-03-14T05:27:49.1101245Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_dtype:0, line 1268 <- wrt source file 2025-03-14T05:27:49.1102142Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::set_default_dtype:0 2025-03-14T05:27:49.1103083Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::use_deterministic_algorithms:0, line 1423 <- wrt source file 2025-03-14T05:27:49.1104063Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::use_deterministic_algorithms:0 2025-03-14T05:27:49.1105680Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::compile:0, line 2523 <- wrt source file 2025-03-14T05:27:49.1106509Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::compile:0 2025-03-14T05:27:49.1107456Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::_is_device_backend_autoload_enabled:0, line 2785 <- wrt source file 2025-03-14T05:27:49.1108498Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py::_is_device_backend_autoload_enabled:0 2025-03-14T05:27:49.1109482Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::broadcast_tensors:0, line 64 <- wrt source file 2025-03-14T05:27:49.1110416Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::broadcast_tensors:0 2025-03-14T05:27:49.1111357Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::broadcast_shapes:0, line 92 <- wrt source file 2025-03-14T05:27:49.1112294Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::broadcast_shapes:0 2025-03-14T05:27:49.1113200Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::split:0, line 193 <- wrt source file 2025-03-14T05:27:49.1114167Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::split:0 2025-03-14T05:27:49.1115057Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::einsum:0, line 307 <- wrt source file 2025-03-14T05:27:49.1115911Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::einsum:0 2025-03-14T05:27:49.1116767Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::meshgrid:0, line 499 <- wrt source file 2025-03-14T05:27:49.1117636Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::meshgrid:0 2025-03-14T05:27:49.1118515Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_unique_impl:0, line 884 <- wrt source file 2025-03-14T05:27:49.1119437Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_unique_impl:0 2025-03-14T05:27:49.1120356Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_unique_consecutive_impl:0, line 1041 <- wrt source file 2025-03-14T05:27:49.1134554Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_unique_consecutive_impl:0 2025-03-14T05:27:49.1135628Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::tensordot:0, line 1316 <- wrt source file 2025-03-14T05:27:49.1136472Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::tensordot:0 2025-03-14T05:27:49.1137329Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::cartesian_prod:0, line 1400 <- wrt source file 2025-03-14T05:27:49.1138304Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::cartesian_prod:0 2025-03-14T05:27:49.1139211Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::block_diag:0, line 1434 <- wrt source file 2025-03-14T05:27:49.1140043Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::block_diag:0 2025-03-14T05:27:49.1140920Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::cdist:0, line 1485 <- wrt source file 2025-03-14T05:27:49.1141772Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::cdist:0 2025-03-14T05:27:49.1142639Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_1d:0, line 1526 <- wrt source file 2025-03-14T05:27:49.1143573Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_1d:0 2025-03-14T05:27:49.1144457Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_2d:0, line 1562 <- wrt source file 2025-03-14T05:27:49.1145326Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_2d:0 2025-03-14T05:27:49.1146205Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_3d:0, line 1600 <- wrt source file 2025-03-14T05:27:49.1147098Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::atleast_3d:0 2025-03-14T05:27:49.1147963Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::norm:0, line 1773 <- wrt source file 2025-03-14T05:27:49.1148808Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::norm:0 2025-03-14T05:27:49.1149686Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::unravel_index:0, line 1940 <- wrt source file 2025-03-14T05:27:49.1150598Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::unravel_index:0 2025-03-14T05:27:49.3407779Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::chain_matmul:0, line 2040 <- wrt source file 2025-03-14T05:27:49.3408792Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::chain_matmul:0 2025-03-14T05:27:49.3409725Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_lu_impl:0, line 2140 <- wrt source file 2025-03-14T05:27:49.3410573Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py::_lu_impl:0 2025-03-14T05:27:49.3411408Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::list:0, line 468 <- wrt source file 2025-03-14T05:27:49.3412206Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::list:0 2025-03-14T05:27:49.3413001Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::help:0, line 528 <- wrt source file 2025-03-14T05:27:49.3413794Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::help:0 2025-03-14T05:27:49.3414612Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::load:0, line 619 <- wrt source file 2025-03-14T05:27:49.3415467Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::load:0 2025-03-14T05:27:49.3416249Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::_load_local:0, line 667 <- wrt source file 2025-03-14T05:27:49.3417071Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::_load_local:0 2025-03-14T05:27:49.3417934Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::download_url_to_file:0, line 702 <- wrt source file 2025-03-14T05:27:49.3418947Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::download_url_to_file:0 2025-03-14T05:27:49.3419919Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::load_state_dict_from_url:0, line 842 <- wrt source file 2025-03-14T05:27:49.3420883Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py::load_state_dict_from_url:0 2025-03-14T05:27:49.3421838Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library.define:0, line 151 <- wrt source file 2025-03-14T05:27:49.3422711Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library.define:0 2025-03-14T05:27:49.3423703Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library._impl_with_aoti_compile:0, line 251 <- wrt source file 2025-03-14T05:27:49.3424685Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library._impl_with_aoti_compile:0 2025-03-14T05:27:49.3425621Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library.impl:0, line 306 <- wrt source file 2025-03-14T05:27:49.3426536Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::Library.impl:0 2025-03-14T05:27:49.3427435Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::define:0, line 499 <- wrt source file 2025-03-14T05:27:49.3428273Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::define:0 2025-03-14T05:27:49.3429101Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::impl:0, line 605 <- wrt source file 2025-03-14T05:27:49.3429899Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::impl:0 2025-03-14T05:27:49.3430750Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_kernel:0, line 786 <- wrt source file 2025-03-14T05:27:49.3431645Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_kernel:0 2025-03-14T05:27:49.3432666Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_autocast:0, line 854 <- wrt source file 2025-03-14T05:27:49.3433615Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_autocast:0 2025-03-14T05:27:49.3434576Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_autograd:0, line 1074 <- wrt source file 2025-03-14T05:27:49.3435478Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_autograd:0 2025-03-14T05:27:49.3436409Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_torch_dispatch:0, line 1190 <- wrt source file 2025-03-14T05:27:49.3437321Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_torch_dispatch:0 2025-03-14T05:27:49.3438236Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_vmap:0, line 1279 <- wrt source file 2025-03-14T05:27:49.3439221Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::register_vmap:0 2025-03-14T05:27:49.3440077Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::opcheck:0, line 1530 <- wrt source file 2025-03-14T05:27:49.3440909Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py::opcheck:0 2025-03-14T05:27:49.3441809Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::get_ignored_functions:0, line 112 <- wrt source file 2025-03-14T05:27:49.3442741Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::get_ignored_functions:0 2025-03-14T05:27:49.3443761Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::get_testing_overrides:0, line 418 <- wrt source file 2025-03-14T05:27:49.3444762Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::get_testing_overrides:0 2025-03-14T05:27:49.3445728Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::wrap_torch_function:0, line 1571 <- wrt source file 2025-03-14T05:27:49.3446633Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::wrap_torch_function:0 2025-03-14T05:27:49.3447549Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::handle_torch_function:0, line 1706 <- wrt source file 2025-03-14T05:27:49.3448529Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::handle_torch_function:0 2025-03-14T05:27:49.3449483Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::is_tensor_method_or_property:0, line 1954 <- wrt source file 2025-03-14T05:27:49.3450493Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::is_tensor_method_or_property:0 2025-03-14T05:27:49.3451479Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::is_tensor_like:0, line 1973 <- wrt source file 2025-03-14T05:27:49.3452358Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py::is_tensor_like:0 2025-03-14T05:27:49.3453235Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py::SobolEngine:0, line 39 <- wrt source file 2025-03-14T05:27:49.3454107Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py::SobolEngine:0 2025-03-14T05:27:49.3454999Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::add_safe_globals:0, line 299 <- wrt source file 2025-03-14T05:27:49.3455908Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::add_safe_globals:0 2025-03-14T05:27:49.3456954Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::safe_globals:0, line 324 <- wrt source file 2025-03-14T05:27:49.3457822Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::safe_globals:0 2025-03-14T05:27:49.3458703Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::skip_data:0, line 400 <- wrt source file 2025-03-14T05:27:49.3459565Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::skip_data:0 2025-03-14T05:27:49.3460466Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::register_package:0, line 472 <- wrt source file 2025-03-14T05:27:49.3461380Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::register_package:0 2025-03-14T05:27:49.3462306Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::save:0, line 948 <- wrt source file 2025-03-14T05:27:49.3463199Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::save:0 2025-03-14T05:27:49.3464019Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::load:0, line 1358 <- wrt source file 2025-03-14T05:27:49.3464860Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py::load:0 2025-03-14T05:27:49.3465703Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py::TorchVersion:0, line 19 <- wrt source file 2025-03-14T05:27:49.3466583Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py::TorchVersion:0 2025-03-14T05:27:49.3893596Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd::Generator:0, line 15 <- wrt source file 2025-03-14T05:27:49.3895481Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd::Generator:0 2025-03-14T05:27:49.3897087Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd::_LinAlgError:0, line 5 <- wrt source file 2025-03-14T05:27:49.3898707Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd::_LinAlgError:0 2025-03-14T05:27:49.3900243Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::custom_op:0, line 55 <- wrt source file 2025-03-14T05:27:49.3901823Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::custom_op:0 2025-03-14T05:27:49.3903266Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::impl:0, line 137 <- wrt source file 2025-03-14T05:27:49.3904672Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::impl:0 2025-03-14T05:27:49.3906153Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::impl_abstract:0, line 206 <- wrt source file 2025-03-14T05:27:49.3907731Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_custom_ops.py::impl_abstract:0 2025-03-14T05:27:49.3909344Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py::update_names:0, line 118 <- wrt source file 2025-03-14T05:27:49.3911024Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py::update_names:0 2025-03-14T05:27:49.3912618Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.register_hook:0, line 672 <- wrt source file 2025-03-14T05:27:49.3914298Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.register_hook:0 2025-03-14T05:27:49.3916020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.register_post_accumulate_grad_hook:0, line 729 <- wrt source file 2025-03-14T05:27:49.3917950Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.register_post_accumulate_grad_hook:0 2025-03-14T05:27:49.3919690Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.refine_names:0, line 1347 <- wrt source file 2025-03-14T05:27:49.3921261Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.refine_names:0 2025-03-14T05:27:49.3922810Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.align_to:0, line 1392 <- wrt source file 2025-03-14T05:27:49.3924330Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.align_to:0 2025-03-14T05:27:49.3925877Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.rename:0, line 1465 <- wrt source file 2025-03-14T05:27:49.3927374Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.rename:0 2025-03-14T05:27:49.3928892Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.to_sparse_coo:0, line 1495 <- wrt source file 2025-03-14T05:27:49.3930447Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.to_sparse_coo:0 2025-03-14T05:27:49.3932047Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.dim_order:0, line 1527 <- wrt source file 2025-03-14T05:27:49.3933582Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py::Tensor.dim_order:0 2025-03-14T05:27:49.3935102Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py::set_printoptions:0, line 53 <- wrt source file 2025-03-14T05:27:49.3936786Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py::set_printoptions:0 2025-03-14T05:27:49.3938464Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py::current_accelerator:0, line 79 <- wrt source file 2025-03-14T05:27:49.3940177Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py::current_accelerator:0 2025-03-14T05:27:49.3941844Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::allow_in_graph:0, line 117 <- wrt source file 2025-03-14T05:27:49.3943547Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::allow_in_graph:0 2025-03-14T05:27:49.3945194Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::substitute_in_graph:0, line 171 <- wrt source file 2025-03-14T05:27:49.3946856Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::substitute_in_graph:0 2025-03-14T05:27:49.3948468Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::wrap_numpy:0, line 357 <- wrt source file 2025-03-14T05:27:49.3950098Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::wrap_numpy:0 2025-03-14T05:27:49.3951677Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_compiling:0, line 389 <- wrt source file 2025-03-14T05:27:49.3953257Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_compiling:0 2025-03-14T05:27:49.3954967Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_dynamo_compiling:0, line 410 <- wrt source file 2025-03-14T05:27:49.3956667Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_dynamo_compiling:0 2025-03-14T05:27:49.3958364Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_exporting:0, line 428 <- wrt source file 2025-03-14T05:27:49.3959946Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::is_exporting:0 2025-03-14T05:27:49.3961615Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::save_cache_artifacts:0, line 443 <- wrt source file 2025-03-14T05:27:49.3963273Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::save_cache_artifacts:0 2025-03-14T05:27:49.3964946Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::load_cache_artifacts:0, line 458 <- wrt source file 2025-03-14T05:27:49.3966640Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\compiler\__init__.py::load_cache_artifacts:0 2025-03-14T05:27:49.3968247Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::save:0, line 406 <- wrt source file 2025-03-14T05:27:49.3969712Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::save:0 2025-03-14T05:27:49.3971173Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::load:0, line 488 <- wrt source file 2025-03-14T05:27:49.3972646Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::load:0 2025-03-14T05:27:49.3974228Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::register_dataclass:0, line 586 <- wrt source file 2025-03-14T05:27:49.3975849Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\__init__.py::register_dataclass:0 2025-03-14T05:27:49.3977540Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.then:0, line 152 <- wrt source file 2025-03-14T05:27:49.3979156Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.then:0 2025-03-14T05:27:49.3980802Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.add_done_callback:0, line 200 <- wrt source file 2025-03-14T05:27:49.3982545Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.add_done_callback:0 2025-03-14T05:27:49.3984229Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.set_result:0, line 233 <- wrt source file 2025-03-14T05:27:49.3986538Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.set_result:0 2025-03-14T05:27:49.3988222Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.set_exception:0, line 262 <- wrt source file 2025-03-14T05:27:49.3989894Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::Future.set_exception:0 2025-03-14T05:27:49.3991590Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::collect_all:0, line 295 <- wrt source file 2025-03-14T05:27:49.3993274Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py::collect_all:0 2025-03-14T05:27:49.4066886Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py::annotate:0, line 147 <- wrt source file 2025-03-14T05:27:49.4068361Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py::annotate:0 2025-03-14T05:27:49.4069958Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py::TensorboardEventHandler:0, line 22 <- wrt source file 2025-03-14T05:27:49.4071687Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py::TensorboardEventHandler:0 2025-03-14T05:27:49.4073407Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\mps\__init__.py::compile_shader:0, line 147 <- wrt source file 2025-03-14T05:27:49.4074984Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\mps\__init__.py::compile_shader:0 2025-03-14T05:27:49.4076543Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::as_nested_tensor:0, line 61 <- wrt source file 2025-03-14T05:27:49.4078126Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::as_nested_tensor:0 2025-03-14T05:27:49.4079705Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::nested_tensor:0, line 240 <- wrt source file 2025-03-14T05:27:49.4081263Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::nested_tensor:0 2025-03-14T05:27:49.4082879Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::narrow:0, line 315 <- wrt source file 2025-03-14T05:27:49.4084349Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::narrow:0 2025-03-14T05:27:49.4085958Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::nested_tensor_from_jagged:0, line 405 <- wrt source file 2025-03-14T05:27:49.4087678Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::nested_tensor_from_jagged:0 2025-03-14T05:27:49.4089308Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::masked_select:0, line 479 <- wrt source file 2025-03-14T05:27:49.4090856Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py::masked_select:0 2025-03-14T05:27:49.4092476Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::sum:0, line 223 <- wrt source file 2025-03-14T05:27:49.4093962Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::sum:0 2025-03-14T05:27:49.4095573Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::check_sparse_tensor_invariants:0, line 475 <- wrt source file 2025-03-14T05:27:49.4097348Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::check_sparse_tensor_invariants:0 2025-03-14T05:27:49.4099513Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::as_sparse_gradcheck:0, line 561 <- wrt source file 2025-03-14T05:27:49.4101163Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py::as_sparse_gradcheck:0 2025-03-14T05:27:49.4102796Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\__init__.py::list_mode_options:0, line 306 <- wrt source file 2025-03-14T05:27:49.4104426Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\__init__.py::list_mode_options:0 2025-03-14T05:27:49.4106007Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\__init__.py::list_options:0, line 343 <- wrt source file 2025-03-14T05:27:49.4107566Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\__init__.py::list_options:0 2025-03-14T05:27:49.4109285Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims_common\__init__.py::compute_required_storage_length:0, line 1793 <- wrt source file 2025-03-14T05:27:49.4111151Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims_common\__init__.py::compute_required_storage_length:0 2025-03-14T05:27:49.4112830Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\grad_scaler.py::GradScaler:0, line 64 <- wrt source file 2025-03-14T05:27:49.4114472Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\grad_scaler.py::GradScaler:0 2025-03-14T05:27:49.4116154Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py::LinearReLU:0, line 23 <- wrt source file 2025-03-14T05:27:49.4117978Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py::LinearReLU:0 2025-03-14T05:27:49.4119890Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py::LinearReLU:0, line 22 <- wrt source file 2025-03-14T05:27:49.4121886Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py::LinearReLU:0 2025-03-14T05:27:49.4123837Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearReLU:0, line 25 <- wrt source file 2025-03-14T05:27:49.4125734Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearReLU:0 2025-03-14T05:27:49.4127677Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearLeakyReLU:0, line 66 <- wrt source file 2025-03-14T05:27:49.4129648Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearLeakyReLU:0 2025-03-14T05:27:49.4131578Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearTanh:0, line 140 <- wrt source file 2025-03-14T05:27:49.4133516Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py::LinearTanh:0 2025-03-14T05:27:49.4135771Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py::LSTMCell:0, line 30 <- wrt source file 2025-03-14T05:27:49.4137456Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py::LSTMCell:0 2025-03-14T05:27:49.4139164Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py::LSTM:0, line 410 <- wrt source file 2025-03-14T05:27:49.4140787Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py::LSTM:0 2025-03-14T05:27:49.4142471Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv1d:0, line 210 <- wrt source file 2025-03-14T05:27:49.4144093Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv1d:0 2025-03-14T05:27:49.4145706Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv2d:0, line 282 <- wrt source file 2025-03-14T05:27:49.4147311Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv2d:0 2025-03-14T05:27:49.4148980Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv3d:0, line 358 <- wrt source file 2025-03-14T05:27:49.4150598Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py::conv3d:0 2025-03-14T05:27:49.4152230Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py::Quantize:0, line 95 <- wrt source file 2025-03-14T05:27:49.4153904Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py::Quantize:0 2025-03-14T05:27:49.4155690Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py::DeQuantize:0, line 145 <- wrt source file 2025-03-14T05:27:49.4157456Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py::DeQuantize:0 2025-03-14T05:27:49.4159169Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv1d:0, line 43 <- wrt source file 2025-03-14T05:27:49.4160897Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv1d:0 2025-03-14T05:27:49.4162623Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv2d:0, line 124 <- wrt source file 2025-03-14T05:27:49.4164345Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv2d:0 2025-03-14T05:27:49.4166074Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv3d:0, line 208 <- wrt source file 2025-03-14T05:27:49.4167824Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::Conv3d:0 2025-03-14T05:27:49.4169612Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose1d:0, line 294 <- wrt source file 2025-03-14T05:27:49.4171452Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose1d:0 2025-03-14T05:27:49.4173288Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose2d:0, line 376 <- wrt source file 2025-03-14T05:27:49.4175147Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose2d:0 2025-03-14T05:27:49.4177506Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose3d:0, line 458 <- wrt source file 2025-03-14T05:27:49.4179355Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py::ConvTranspose3d:0 2025-03-14T05:27:49.4181154Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py::Linear:0, line 30 <- wrt source file 2025-03-14T05:27:49.4182900Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py::Linear:0 2025-03-14T05:27:49.4184661Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::LSTM:0, line 516 <- wrt source file 2025-03-14T05:27:49.4186362Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::LSTM:0 2025-03-14T05:27:49.4188049Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::GRU:0, line 801 <- wrt source file 2025-03-14T05:27:49.4189739Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::GRU:0 2025-03-14T05:27:49.4191449Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::RNNCell:0, line 1203 <- wrt source file 2025-03-14T05:27:49.4193175Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::RNNCell:0 2025-03-14T05:27:49.4195025Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::LSTMCell:0, line 1269 <- wrt source file 2025-03-14T05:27:49.4196781Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::LSTMCell:0 2025-03-14T05:27:49.4198550Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::GRUCell:0, line 1322 <- wrt source file 2025-03-14T05:27:49.4200281Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py::GRUCell:0 2025-03-14T05:27:49.4201987Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py::ReLU6:0, line 36 <- wrt source file 2025-03-14T05:27:49.4203681Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py::ReLU6:0 2025-03-14T05:27:49.4205360Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv1d:0, line 376 <- wrt source file 2025-03-14T05:27:49.4207007Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv1d:0 2025-03-14T05:27:49.4208650Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv2d:0, line 505 <- wrt source file 2025-03-14T05:27:49.4210271Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv2d:0 2025-03-14T05:27:49.4211909Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv3d:0, line 634 <- wrt source file 2025-03-14T05:27:49.4213537Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::Conv3d:0 2025-03-14T05:27:49.4215227Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose1d:0, line 890 <- wrt source file 2025-03-14T05:27:49.4216981Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose1d:0 2025-03-14T05:27:49.4219201Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose2d:0, line 1012 <- wrt source file 2025-03-14T05:27:49.4220964Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose2d:0 2025-03-14T05:27:49.4222712Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose3d:0, line 1138 <- wrt source file 2025-03-14T05:27:49.4224460Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py::ConvTranspose3d:0 2025-03-14T05:27:49.4226286Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py::Embedding:0, line 112 <- wrt source file 2025-03-14T05:27:49.4228072Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py::Embedding:0 2025-03-14T05:27:49.4229880Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py::EmbeddingBag:0, line 275 <- wrt source file 2025-03-14T05:27:49.4231700Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py::EmbeddingBag:0 2025-03-14T05:27:49.4233594Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py::FloatFunctional:0, line 23 <- wrt source file 2025-03-14T05:27:49.4235609Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py::FloatFunctional:0 2025-03-14T05:27:49.4237525Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py::QFunctional:0, line 176 <- wrt source file 2025-03-14T05:27:49.4239445Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py::QFunctional:0 2025-03-14T05:27:49.4241763Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py::Linear:0, line 138 <- wrt source file 2025-03-14T05:27:49.4243434Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py::Linear:0 2025-03-14T05:27:49.4245060Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py::LSTM:0, line 23 <- wrt source file 2025-03-14T05:27:49.4246653Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py::LSTM:0 2025-03-14T05:27:49.4248364Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py::LambdaSL:0, line 22 <- wrt source file 2025-03-14T05:27:49.4250169Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py::LambdaSL:0 2025-03-14T05:27:49.4252006Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py::BaseSparsifier:0, line 47 <- wrt source file 2025-03-14T05:27:49.4253890Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py::BaseSparsifier:0 2025-03-14T05:27:49.4255861Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py::BaseSparsifier.squash_mask:0, line 243 <- wrt source file 2025-03-14T05:27:49.4257935Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py::BaseSparsifier.squash_mask:0 2025-03-14T05:27:49.4260268Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py::ActivationSparsifier:0, line 62 <- wrt source file 2025-03-14T05:27:49.4263222Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py::ActivationSparsifier:0 2025-03-14T05:27:49.4265753Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py::BaseDataScheduler.get_schedule_param:0, line 98 <- wrt source file 2025-03-14T05:27:49.4268312Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py::BaseDataScheduler.get_schedule_param:0 2025-03-14T05:27:49.4270800Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py::BaseDataSparsifier:0, line 55 <- wrt source file 2025-03-14T05:27:49.4273122Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py::BaseDataSparsifier:0 2025-03-14T05:27:49.4275321Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_conv_bn:0, line 31 <- wrt source file 2025-03-14T05:27:49.4277230Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_conv_bn:0 2025-03-14T05:27:49.4279148Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_conv_bn_relu:0, line 76 <- wrt source file 2025-03-14T05:27:49.4281067Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_conv_bn_relu:0 2025-03-14T05:27:49.4283020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_linear_bn:0, line 130 <- wrt source file 2025-03-14T05:27:49.4284950Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_linear_bn:0 2025-03-14T05:27:49.4286975Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_convtranspose_bn:0, line 163 <- wrt source file 2025-03-14T05:27:49.4288996Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py::fuse_convtranspose_bn:0 2025-03-14T05:27:49.4290901Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py::fuse_modules:0, line 176 <- wrt source file 2025-03-14T05:27:49.4292673Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py::fuse_modules:0 2025-03-14T05:27:49.4294431Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py::_with_args:0, line 108 <- wrt source file 2025-03-14T05:27:49.4296156Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py::_with_args:0 2025-03-14T05:27:49.4297892Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py::_with_callable_args:0, line 130 <- wrt source file 2025-03-14T05:27:49.4299709Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py::_with_callable_args:0 2025-03-14T05:27:49.4301474Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::fuse_fx:0, line 218 <- wrt source file 2025-03-14T05:27:49.4303171Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::fuse_fx:0 2025-03-14T05:27:49.4304885Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::prepare_fx:0, line 286 <- wrt source file 2025-03-14T05:27:49.4307141Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::prepare_fx:0 2025-03-14T05:27:49.4308926Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::prepare_qat_fx:0, line 424 <- wrt source file 2025-03-14T05:27:49.4310697Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::prepare_qat_fx:0 2025-03-14T05:27:49.4312476Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::convert_fx:0, line 598 <- wrt source file 2025-03-14T05:27:49.4314344Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::convert_fx:0 2025-03-14T05:27:49.4316176Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::convert_to_reference_fx:0, line 658 <- wrt source file 2025-03-14T05:27:49.4318092Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::convert_to_reference_fx:0 2025-03-14T05:27:49.4320089Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::_convert_to_reference_decomposed_fx:0, line 710 <- wrt source file 2025-03-14T05:27:49.4322149Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py::_convert_to_reference_decomposed_fx:0 2025-03-14T05:27:49.4324070Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::prepare_pt2e:0, line 47 <- wrt source file 2025-03-14T05:27:49.4325868Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::prepare_pt2e:0 2025-03-14T05:27:49.4327685Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::prepare_qat_pt2e:0, line 125 <- wrt source file 2025-03-14T05:27:49.4329576Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::prepare_qat_pt2e:0 2025-03-14T05:27:49.4331406Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::convert_pt2e:0, line 222 <- wrt source file 2025-03-14T05:27:49.4333211Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_pt2e.py::convert_pt2e:0 2025-03-14T05:27:49.4334979Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::get_combined_dict:0, line 145 <- wrt source file 2025-03-14T05:27:49.4336722Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::get_combined_dict:0 2025-03-14T05:27:49.4338474Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_path_of_module:0, line 517 <- wrt source file 2025-03-14T05:27:49.4340253Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_path_of_module:0 2025-03-14T05:27:49.4342081Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_signature_locals:0, line 539 <- wrt source file 2025-03-14T05:27:49.4343874Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_signature_locals:0 2025-03-14T05:27:49.4345658Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_default_kwargs:0, line 553 <- wrt source file 2025-03-14T05:27:49.4347477Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_default_kwargs:0 2025-03-14T05:27:49.4349276Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_normalize_kwargs:0, line 575 <- wrt source file 2025-03-14T05:27:49.4351074Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_normalize_kwargs:0 2025-03-14T05:27:49.4352865Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_num_pos_args:0, line 702 <- wrt source file 2025-03-14T05:27:49.4354676Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py::_get_num_pos_args:0 2025-03-14T05:27:49.4356529Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py::DTypeConfig:0, line 214 <- wrt source file 2025-03-14T05:27:49.4358650Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py::DTypeConfig:0 2025-03-14T05:27:49.4360839Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\onednn.py::_fuse_linear_bn_leaky_relu:0, line 85 <- wrt source file 2025-03-14T05:27:49.4363114Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\onednn.py::_fuse_linear_bn_leaky_relu:0 2025-03-14T05:27:49.4365463Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py::ModelReport:0, line 84 <- wrt source file 2025-03-14T05:27:49.4367741Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py::ModelReport:0 2025-03-14T05:27:49.4370311Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_filtered_tables:0, line 339 <- wrt source file 2025-03-14T05:27:49.4373097Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_filtered_tables:0 2025-03-14T05:27:49.4375965Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_table_visualization:0, line 428 <- wrt source file 2025-03-14T05:27:49.4378693Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_table_visualization:0 2025-03-14T05:27:49.4381440Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_plot_visualization:0, line 591 <- wrt source file 2025-03-14T05:27:49.4384169Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_plot_visualization:0 2025-03-14T05:27:49.4386880Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_histogram_visualization:0, line 665 <- wrt source file 2025-03-14T05:27:49.4389729Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py::ModelReportVisualizer.generate_histogram_visualization:0 2025-03-14T05:27:49.4392090Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\prepare.py::_get_edge_or_node_to_group_id:0, line 188 <- wrt source file 2025-03-14T05:27:49.4394183Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\prepare.py::_get_edge_or_node_to_group_id:0 2025-03-14T05:27:49.4396229Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\utils.py::_replace_literals_with_new_placeholders:0, line 430 <- wrt source file 2025-03-14T05:27:49.4398522Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\utils.py::_replace_literals_with_new_placeholders:0 2025-03-14T05:27:49.4400605Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\_affine_quantization.py::_get_reduction_params:0, line 102 <- wrt source file 2025-03-14T05:27:49.4402681Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\_affine_quantization.py::_get_reduction_params:0 2025-03-14T05:27:49.4404847Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\_affine_quantization.py::_register_custom_op:0, line 148 <- wrt source file 2025-03-14T05:27:49.4406887Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\pt2e\_affine_quantization.py::_register_custom_op:0 2025-03-14T05:27:49.4408732Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py::detect_anomaly:0, line 27 <- wrt source file 2025-03-14T05:27:49.4410508Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py::detect_anomaly:0 2025-03-14T05:27:49.4412197Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::make_dual:0, line 83 <- wrt source file 2025-03-14T05:27:49.4413817Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::make_dual:0 2025-03-14T05:27:49.4415508Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::unpack_dual:0, line 153 <- wrt source file 2025-03-14T05:27:49.4417177Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::unpack_dual:0 2025-03-14T05:27:49.4418832Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::dual_level:0, line 189 <- wrt source file 2025-03-14T05:27:49.4420502Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py::dual_level:0 2025-03-14T05:27:49.4422324Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.save_for_backward:0, line 66 <- wrt source file 2025-03-14T05:27:49.4424232Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.save_for_backward:0 2025-03-14T05:27:49.4426094Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.save_for_forward:0, line 109 <- wrt source file 2025-03-14T05:27:49.4428029Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.save_for_forward:0 2025-03-14T05:27:49.4429870Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.mark_dirty:0, line 160 <- wrt source file 2025-03-14T05:27:49.4431611Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.mark_dirty:0 2025-03-14T05:27:49.4433491Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.mark_non_differentiable:0, line 207 <- wrt source file 2025-03-14T05:27:49.4435462Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.mark_non_differentiable:0 2025-03-14T05:27:49.4437353Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.set_materialize_grads:0, line 236 <- wrt source file 2025-03-14T05:27:49.4439303Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::FunctionCtx.set_materialize_grads:0 2025-03-14T05:27:49.4441135Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::Function:0, line 479 <- wrt source file 2025-03-14T05:27:49.4442689Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py::Function:0 2025-03-14T05:27:49.4444213Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::vjp:0, line 293 <- wrt source file 2025-03-14T05:27:49.4445788Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::vjp:0 2025-03-14T05:27:49.4447307Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::jvp:0, line 395 <- wrt source file 2025-03-14T05:27:49.4448867Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::jvp:0 2025-03-14T05:27:49.4450404Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::jacobian:0, line 630 <- wrt source file 2025-03-14T05:27:49.4452026Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::jacobian:0 2025-03-14T05:27:49.4453608Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::hessian:0, line 884 <- wrt source file 2025-03-14T05:27:49.4455165Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::hessian:0 2025-03-14T05:27:49.4456730Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::vhp:0, line 1000 <- wrt source file 2025-03-14T05:27:49.4458281Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::vhp:0 2025-03-14T05:27:49.4459798Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::hvp:0, line 1099 <- wrt source file 2025-03-14T05:27:49.4461306Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py::hvp:0 2025-03-14T05:27:49.4462903Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::no_grad:0, line 50 <- wrt source file 2025-03-14T05:27:49.4464466Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::no_grad:0 2025-03-14T05:27:49.4466025Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::enable_grad:0, line 108 <- wrt source file 2025-03-14T05:27:49.4467607Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::enable_grad:0 2025-03-14T05:27:49.4469277Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::set_grad_enabled:0, line 166 <- wrt source file 2025-03-14T05:27:49.4470912Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::set_grad_enabled:0 2025-03-14T05:27:49.4472543Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::inference_mode:0, line 232 <- wrt source file 2025-03-14T05:27:49.4474239Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py::inference_mode:0 2025-03-14T05:27:49.4475851Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.name:0, line 53 <- wrt source file 2025-03-14T05:27:49.4477354Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.name:0 2025-03-14T05:27:49.4478953Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.register_hook:0, line 110 <- wrt source file 2025-03-14T05:27:49.4480588Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.register_hook:0 2025-03-14T05:27:49.4482384Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.register_prehook:0, line 147 <- wrt source file 2025-03-14T05:27:49.4484066Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::Node.register_prehook:0 2025-03-14T05:27:49.4485728Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::saved_tensors_hooks:0, line 271 <- wrt source file 2025-03-14T05:27:49.4487401Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::saved_tensors_hooks:0 2025-03-14T05:27:49.4488984Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::save_on_cpu:0, line 336 <- wrt source file 2025-03-14T05:27:49.4490568Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::save_on_cpu:0 2025-03-14T05:27:49.4492212Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::disable_saved_tensors_hooks:0, line 393 <- wrt source file 2025-03-14T05:27:49.4494001Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::disable_saved_tensors_hooks:0 2025-03-14T05:27:49.4495719Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::register_multi_grad_hook:0, line 470 <- wrt source file 2025-03-14T05:27:49.4497401Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::register_multi_grad_hook:0 2025-03-14T05:27:49.4499176Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::allow_mutation_on_saved_tensors:0, line 736 <- wrt source file 2025-03-14T05:27:49.4501075Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py::allow_mutation_on_saved_tensors:0 2025-03-14T05:27:49.4502827Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::profile:0, line 178 <- wrt source file 2025-03-14T05:27:49.4504512Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::profile:0 2025-03-14T05:27:49.4506207Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::record_function:0, line 733 <- wrt source file 2025-03-14T05:27:49.4507962Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::record_function:0 2025-03-14T05:27:49.4509645Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::emit_itt:0, line 867 <- wrt source file 2025-03-14T05:27:49.4511292Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::emit_itt:0 2025-03-14T05:27:49.4512943Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::emit_nvtx:0, line 940 <- wrt source file 2025-03-14T05:27:49.4514659Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py::emit_nvtx:0 2025-03-14T05:27:49.4516299Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::gds_register_buffer:0, line 42 <- wrt source file 2025-03-14T05:27:49.4517938Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::gds_register_buffer:0 2025-03-14T05:27:49.4519607Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::gds_deregister_buffer:0, line 58 <- wrt source file 2025-03-14T05:27:49.4521167Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::gds_deregister_buffer:0 2025-03-14T05:27:49.4522649Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::GdsFile:0, line 85 <- wrt source file 2025-03-14T05:27:49.4524040Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\gds.py::GdsFile:0 2025-03-14T05:27:49.4525682Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:0, line 114 <- wrt source file 2025-03-14T05:27:49.4527257Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:0 2025-03-14T05:27:49.4528845Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:1, line 125 <- wrt source file 2025-03-14T05:27:49.4530429Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:1 2025-03-14T05:27:49.4532114Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:2, line 138 <- wrt source file 2025-03-14T05:27:49.4533782Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_jit_fn:2 2025-03-14T05:27:49.4535426Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_multi_output_jit_fn:0, line 171 <- wrt source file 2025-03-14T05:27:49.4537149Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py::_create_multi_output_jit_fn:0 2025-03-14T05:27:49.4538745Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\profiler.py::profile:0, line 75 <- wrt source file 2025-03-14T05:27:49.4540293Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\profiler.py::profile:0 2025-03-14T05:27:49.4541874Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::DeviceMesh:0, line 415 <- wrt source file 2025-03-14T05:27:49.4543516Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::DeviceMesh:0 2025-03-14T05:27:49.4545251Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::DeviceMesh.get_local_rank:0, line 931 <- wrt source file 2025-03-14T05:27:49.4547230Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::DeviceMesh.get_local_rank:0 2025-03-14T05:27:49.4549014Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::init_device_mesh:0, line 1013 <- wrt source file 2025-03-14T05:27:49.4550743Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py::init_device_mesh:0 2025-03-14T05:27:49.4552570Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::_coalescing_manager:0, line 2523 <- wrt source file 2025-03-14T05:27:49.4554466Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::_coalescing_manager:0 2025-03-14T05:27:49.4556305Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::batch_isend_irecv:0, line 2621 <- wrt source file 2025-03-14T05:27:49.4558176Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::batch_isend_irecv:0 2025-03-14T05:27:49.4559969Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_reduce:0, line 2756 <- wrt source file 2025-03-14T05:27:49.4561678Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_reduce:0 2025-03-14T05:27:49.4563448Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_object:0, line 3035 <- wrt source file 2025-03-14T05:27:49.4565275Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_object:0 2025-03-14T05:27:49.4567104Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::gather_object:0, line 3135 <- wrt source file 2025-03-14T05:27:49.4568910Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::gather_object:0 2025-03-14T05:27:49.4570738Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::send_object_list:0, line 3256 <- wrt source file 2025-03-14T05:27:49.4572529Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::send_object_list:0 2025-03-14T05:27:49.4574336Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::recv_object_list:0, line 3354 <- wrt source file 2025-03-14T05:27:49.4576190Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::recv_object_list:0 2025-03-14T05:27:49.4578045Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::broadcast_object_list:0, line 3464 <- wrt source file 2025-03-14T05:27:49.4579899Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::broadcast_object_list:0 2025-03-14T05:27:49.4581742Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::scatter_object_list:0, line 3583 <- wrt source file 2025-03-14T05:27:49.4583563Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::scatter_object_list:0 2025-03-14T05:27:49.4585382Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather:0, line 3685 <- wrt source file 2025-03-14T05:27:49.4587151Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather:0 2025-03-14T05:27:49.4588935Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_into_tensor:0, line 3792 <- wrt source file 2025-03-14T05:27:49.4590857Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_into_tensor:0 2025-03-14T05:27:49.4592725Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_coalesced:0, line 3934 <- wrt source file 2025-03-14T05:27:49.4594589Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_gather_coalesced:0 2025-03-14T05:27:49.4596357Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::gather:0, line 4040 <- wrt source file 2025-03-14T05:27:49.4598039Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::gather:0 2025-03-14T05:27:49.4599723Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::scatter:0, line 4126 <- wrt source file 2025-03-14T05:27:49.4601416Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::scatter:0 2025-03-14T05:27:49.4603193Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::reduce_scatter_tensor:0, line 4265 <- wrt source file 2025-03-14T05:27:49.4605054Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::reduce_scatter_tensor:0 2025-03-14T05:27:49.4606890Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_to_all_single:0, line 4410 <- wrt source file 2025-03-14T05:27:49.4608685Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_to_all_single:0 2025-03-14T05:27:49.4610522Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_to_all:0, line 4544 <- wrt source file 2025-03-14T05:27:49.4612239Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::all_to_all:0 2025-03-14T05:27:49.4614003Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::monitored_barrier:0, line 4732 <- wrt source file 2025-03-14T05:27:49.4615815Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::monitored_barrier:0 2025-03-14T05:27:49.4617730Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::new_subgroups:0, line 5310 <- wrt source file 2025-03-14T05:27:49.4619505Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::new_subgroups:0 2025-03-14T05:27:49.4621378Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::new_subgroups_by_enumeration:0, line 5412 <- wrt source file 2025-03-14T05:27:49.4623345Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py::new_subgroups_by_enumeration:0 2025-03-14T05:27:49.4625085Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py::__doc__:0, line 84 <- wrt source file 2025-03-14T05:27:49.4626612Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py::__doc__:0 2025-03-14T05:27:49.4628127Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py::__doc__:0, line 57 <- wrt source file 2025-03-14T05:27:49.4629620Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py::__doc__:0 2025-03-14T05:27:49.4631210Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py::context:0, line 39 <- wrt source file 2025-03-14T05:27:49.4632926Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py::context:0 2025-03-14T05:27:49.4634607Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py::Join:0, line 141 <- wrt source file 2025-03-14T05:27:49.4636252Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py::Join:0 2025-03-14T05:27:49.4638099Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py::register_ddp_comm_hook:0, line 107 <- wrt source file 2025-03-14T05:27:49.4640206Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py::register_ddp_comm_hook:0 2025-03-14T05:27:49.4642297Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py::noop_hook:0, line 23 <- wrt source file 2025-03-14T05:27:49.4644339Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py::noop_hook:0 2025-03-14T05:27:49.4646384Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::allreduce_hook:0, line 49 <- wrt source file 2025-03-14T05:27:49.4648448Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::allreduce_hook:0 2025-03-14T05:27:49.4650548Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::fp16_compress_hook:0, line 104 <- wrt source file 2025-03-14T05:27:49.4652778Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::fp16_compress_hook:0 2025-03-14T05:27:49.4654928Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::bf16_compress_hook:0, line 125 <- wrt source file 2025-03-14T05:27:49.4657035Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::bf16_compress_hook:0 2025-03-14T05:27:49.4659169Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::fp16_compress_wrapper:0, line 143 <- wrt source file 2025-03-14T05:27:49.4661388Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::fp16_compress_wrapper:0 2025-03-14T05:27:49.4663551Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::bf16_compress_wrapper:0, line 182 <- wrt source file 2025-03-14T05:27:49.4665705Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py::bf16_compress_wrapper:0 2025-03-14T05:27:49.4667878Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py::post_localSGD_hook:0, line 91 <- wrt source file 2025-03-14T05:27:49.4670070Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py::post_localSGD_hook:0 2025-03-14T05:27:49.4672200Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py::powerSGD_hook:0, line 395 <- wrt source file 2025-03-14T05:27:49.4674325Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py::powerSGD_hook:0 2025-03-14T05:27:49.4676485Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py::batched_powerSGD_hook:0, line 707 <- wrt source file 2025-03-14T05:27:49.4678637Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py::batched_powerSGD_hook:0 2025-03-14T05:27:49.4680875Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py::quantization_pertensor_hook:0, line 64 <- wrt source file 2025-03-14T05:27:49.4683240Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py::quantization_pertensor_hook:0 2025-03-14T05:27:49.4685573Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py::quantization_perchannel_hook:0, line 145 <- wrt source file 2025-03-14T05:27:49.4687947Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py::quantization_perchannel_hook:0 2025-03-14T05:27:49.4690218Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py::PeriodicModelAverager:0, line 57 <- wrt source file 2025-03-14T05:27:49.4692411Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py::PeriodicModelAverager:0 2025-03-14T05:27:49.4694769Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py::HierarchicalModelAverager:0, line 54 <- wrt source file 2025-03-14T05:27:49.4697371Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py::HierarchicalModelAverager:0 2025-03-14T05:27:49.4699673Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\format_utils.py::BroadcastingTorchSaveReader:0, line 49 <- wrt source file 2025-03-14T05:27:49.4701778Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\format_utils.py::BroadcastingTorchSaveReader:0 2025-03-14T05:27:49.4703844Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\format_utils.py::DynamicMetaLoadPlanner:0, line 161 <- wrt source file 2025-03-14T05:27:49.4705897Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\format_utils.py::DynamicMetaLoadPlanner:0 2025-03-14T05:27:49.4707941Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\optimizer.py::load_sharded_optimizer_state_dict:0, line 225 <- wrt source file 2025-03-14T05:27:49.4710049Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\optimizer.py::load_sharded_optimizer_state_dict:0 2025-03-14T05:27:49.4712020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::get_state_dict:0, line 1150 <- wrt source file 2025-03-14T05:27:49.4713853Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::get_state_dict:0 2025-03-14T05:27:49.4715833Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::_patch_model_state_dict:0, line 1401 <- wrt source file 2025-03-14T05:27:49.4717788Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::_patch_model_state_dict:0 2025-03-14T05:27:49.4719768Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::_patch_optimizer_state_dict:0, line 1460 <- wrt source file 2025-03-14T05:27:49.4721831Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict.py::_patch_optimizer_state_dict:0 2025-03-14T05:27:49.4723726Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py::load:0, line 124 <- wrt source file 2025-03-14T05:27:49.4725542Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py::load:0 2025-03-14T05:27:49.4727342Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py::save:0, line 142 <- wrt source file 2025-03-14T05:27:49.4729130Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py::save:0 2025-03-14T05:27:49.4730958Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py::async_save:0, line 224 <- wrt source file 2025-03-14T05:27:49.4732839Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py::async_save:0 2025-03-14T05:27:49.4734788Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\events\__init__.py::construct_and_record_rdzv_event:0, line 110 <- wrt source file 2025-03-14T05:27:49.4736829Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\events\__init__.py::construct_and_record_rdzv_event:0 2025-03-14T05:27:49.4738903Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py::RendezvousHandler.shutdown:0, line 231 <- wrt source file 2025-03-14T05:27:49.4741040Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py::RendezvousHandler.shutdown:0 2025-03-14T05:27:49.4743015Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\utils\distributed.py::get_free_port:0, line 141 <- wrt source file 2025-03-14T05:27:49.4744899Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\utils\distributed.py::get_free_port:0 2025-03-14T05:27:49.4746683Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py::MixedPrecision:0, line 202 <- wrt source file 2025-03-14T05:27:49.4748372Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py::MixedPrecision:0 2025-03-14T05:27:49.4750080Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py::StateDictType:0, line 262 <- wrt source file 2025-03-14T05:27:49.4751744Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py::StateDictType:0 2025-03-14T05:27:49.4753649Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel:0, line 130 <- wrt source file 2025-03-14T05:27:49.4755845Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel:0 2025-03-14T05:27:49.4758150Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.set_state_dict_type:0, line 656 <- wrt source file 2025-03-14T05:27:49.4760583Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.set_state_dict_type:0 2025-03-14T05:27:49.4763007Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.state_dict_type:0, line 803 <- wrt source file 2025-03-14T05:27:49.4765452Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.state_dict_type:0 2025-03-14T05:27:49.4767915Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.shard_full_optim_state_dict:0, line 1495 <- wrt source file 2025-03-14T05:27:49.4770472Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.shard_full_optim_state_dict:0 2025-03-14T05:27:49.4773018Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.scatter_full_optim_state_dict:0, line 1615 <- wrt source file 2025-03-14T05:27:49.4775614Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.scatter_full_optim_state_dict:0 2025-03-14T05:27:49.4778140Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.rekey_optim_state_dict:0, line 1700 <- wrt source file 2025-03-14T05:27:49.4780621Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.rekey_optim_state_dict:0 2025-03-14T05:27:49.4783059Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.optim_state_dict:0, line 1829 <- wrt source file 2025-03-14T05:27:49.4785450Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.optim_state_dict:0 2025-03-14T05:27:49.4788480Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.optim_state_dict_to_load:0, line 1916 <- wrt source file 2025-03-14T05:27:49.4790977Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py::FullyShardedDataParallel.optim_state_dict_to_load:0 2025-03-14T05:27:49.4793181Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py::ShardedGradScaler:0, line 54 <- wrt source file 2025-03-14T05:27:49.4795258Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py::ShardedGradScaler:0 2025-03-14T05:27:49.4797044Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\wrap.py::CustomPolicy:0, line 224 <- wrt source file 2025-03-14T05:27:49.4798697Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\wrap.py::CustomPolicy:0 2025-03-14T05:27:49.4800396Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py::_all_gather_base:0, line 134 <- wrt source file 2025-03-14T05:27:49.4802145Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py::_all_gather_base:0 2025-03-14T05:27:49.4803968Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::_RemoteModule.__init__:0, line 195 <- wrt source file 2025-03-14T05:27:49.4805857Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::_RemoteModule.__init__:0 2025-03-14T05:27:49.4807864Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::_RemoteModule.init_from_module_rref:0, line 519 <- wrt source file 2025-03-14T05:27:49.4810037Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::_RemoteModule.init_from_module_rref:0 2025-03-14T05:27:49.4812002Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::RemoteModule:0, line 642 <- wrt source file 2025-03-14T05:27:49.4813779Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py::RemoteModule:0 2025-03-14T05:27:49.4815797Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py::_apply_optimizer_in_backward:0, line 43 <- wrt source file 2025-03-14T05:27:49.4818006Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py::_apply_optimizer_in_backward:0 2025-03-14T05:27:49.4820152Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py::_get_in_backward_optimizers:0, line 114 <- wrt source file 2025-03-14T05:27:49.4822359Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py::_get_in_backward_optimizers:0 2025-03-14T05:27:49.4824394Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\named_optimizer.py::_NamedOptimizer:0, line 44 <- wrt source file 2025-03-14T05:27:49.4826262Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\named_optimizer.py::_NamedOptimizer:0 2025-03-14T05:27:49.4828167Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py::DistributedOptimizer:0, line 163 <- wrt source file 2025-03-14T05:27:49.4830121Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py::DistributedOptimizer:0 2025-03-14T05:27:49.4832217Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py::PostLocalSGDOptimizer:0, line 19 <- wrt source file 2025-03-14T05:27:49.4834401Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py::PostLocalSGDOptimizer:0 2025-03-14T05:27:49.4836340Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py::register_functional_optim:0, line 37 <- wrt source file 2025-03-14T05:27:49.4838222Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py::register_functional_optim:0 2025-03-14T05:27:49.4840247Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py::ZeroRedundancyOptimizer:0, line 335 <- wrt source file 2025-03-14T05:27:49.4842442Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py::ZeroRedundancyOptimizer:0 2025-03-14T05:27:49.4844415Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::_CustomReducer:0, line 33 <- wrt source file 2025-03-14T05:27:49.4846291Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::_CustomReducer:0 2025-03-14T05:27:49.4848277Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::TensorChunkSpec.from_tuple:0, line 82 <- wrt source file 2025-03-14T05:27:49.4850320Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::TensorChunkSpec.from_tuple:0 2025-03-14T05:27:49.4852431Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::TensorChunkSpec.from_dict:0, line 101 <- wrt source file 2025-03-14T05:27:49.4854521Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\microbatch.py::TensorChunkSpec.from_dict:0 2025-03-14T05:27:49.4856384Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\_IR.py::pipe_split:0, line 333 <- wrt source file 2025-03-14T05:27:49.4858109Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipelining\_IR.py::pipe_split:0 2025-03-14T05:27:49.4859768Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::_wait_all:0, line 175 <- wrt source file 2025-03-14T05:27:49.4861350Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::_wait_all:0 2025-03-14T05:27:49.4862914Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::shutdown:0, line 346 <- wrt source file 2025-03-14T05:27:49.4864505Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::shutdown:0 2025-03-14T05:27:49.4866104Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::remote:0, line 605 <- wrt source file 2025-03-14T05:27:49.4867634Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::remote:0 2025-03-14T05:27:49.4869179Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::rpc_sync:0, line 785 <- wrt source file 2025-03-14T05:27:49.4870799Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::rpc_sync:0 2025-03-14T05:27:49.4872388Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::rpc_async:0, line 877 <- wrt source file 2025-03-14T05:27:49.4874059Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py::rpc_async:0 2025-03-14T05:27:49.4875798Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py::async_execution:0, line 34 <- wrt source file 2025-03-14T05:27:49.4877619Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py::async_execution:0 2025-03-14T05:27:49.4879582Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py::TensorPipeRpcBackendOptions.set_device_map:0, line 120 <- wrt source file 2025-03-14T05:27:49.4881800Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py::TensorPipeRpcBackendOptions.set_device_map:0 2025-03-14T05:27:49.4884011Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py::_server_process_global_profile:0, line 60 <- wrt source file 2025-03-14T05:27:49.4886235Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py::_server_process_global_profile:0 2025-03-14T05:27:49.4888212Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_api.py::_shard_tensor:0, line 813 <- wrt source file 2025-03-14T05:27:49.4889878Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_api.py::_shard_tensor:0 2025-03-14T05:27:49.4917526Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_random.py::OffsetBasedRNGTracker._set_pre_op_offset:0, line 251 <- wrt source file 2025-03-14T05:27:49.4919659Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_random.py::OffsetBasedRNGTracker._set_pre_op_offset:0 2025-03-14T05:27:49.4921667Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\experimental\_func_map.py::local_map:0, line 97 <- wrt source file 2025-03-14T05:27:49.4923667Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\experimental\_func_map.py::local_map:0 2025-03-14T05:27:49.4925679Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\experimental\_register_sharding.py::register_sharding:0, line 48 <- wrt source file 2025-03-14T05:27:49.4927785Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\experimental\_register_sharding.py::register_sharding:0 2025-03-14T05:27:49.4929827Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\api.py::parallelize_module:0, line 57 <- wrt source file 2025-03-14T05:27:49.4931713Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\api.py::parallelize_module:0 2025-03-14T05:27:49.4933613Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\ddp.py::_pre_dp_module_transform:0, line 88 <- wrt source file 2025-03-14T05:27:49.4935588Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\ddp.py::_pre_dp_module_transform:0 2025-03-14T05:27:49.4937470Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\loss.py::loss_parallel:0, line 55 <- wrt source file 2025-03-14T05:27:49.4939248Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\loss.py::loss_parallel:0 2025-03-14T05:27:49.4941129Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::ColwiseParallel:0, line 63 <- wrt source file 2025-03-14T05:27:49.4943029Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::ColwiseParallel:0 2025-03-14T05:27:49.4944944Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::RowwiseParallel:0, line 189 <- wrt source file 2025-03-14T05:27:49.4946880Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::RowwiseParallel:0 2025-03-14T05:27:49.4948766Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::SequenceParallel:0, line 333 <- wrt source file 2025-03-14T05:27:49.4950671Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::SequenceParallel:0 2025-03-14T05:27:49.4952666Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::PrepareModuleInput:0, line 427 <- wrt source file 2025-03-14T05:27:49.4954641Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::PrepareModuleInput:0 2025-03-14T05:27:49.4956569Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::PrepareModuleOutput:0, line 580 <- wrt source file 2025-03-14T05:27:49.4958559Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\parallel\style.py::PrepareModuleOutput:0 2025-03-14T05:27:49.4960438Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_ops\_common_rules.py::pointwise_rule:0, line 235 <- wrt source file 2025-03-14T05:27:49.4962311Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\tensor\_ops\_common_rules.py::pointwise_rule:0 2025-03-14T05:27:49.4964301Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py::checkpoint:0, line 53 <- wrt source file 2025-03-14T05:27:49.4966289Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py::checkpoint:0 2025-03-14T05:27:49.4968828Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py::contract:0, line 66 <- wrt source file 2025-03-14T05:27:49.4970639Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py::contract:0 2025-03-14T05:27:49.4972435Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py::replicate:0, line 190 <- wrt source file 2025-03-14T05:27:49.4974230Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py::replicate:0 2025-03-14T05:27:49.4976233Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py::named_params_with_sharded_tensor:0, line 31 <- wrt source file 2025-03-14T05:27:49.4978378Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py::named_params_with_sharded_tensor:0 2025-03-14T05:27:49.4980432Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py::init_from_local_shards:0, line 384 <- wrt source file 2025-03-14T05:27:49.4982484Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py::init_from_local_shards:0 2025-03-14T05:27:49.4984499Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py::custom_sharded_op_impl:0, line 457 <- wrt source file 2025-03-14T05:27:49.4986515Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py::custom_sharded_op_impl:0 2025-03-14T05:27:49.4988762Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py::ShardedTensor._init_from_local_tensor:0, line 820 <- wrt source file 2025-03-14T05:27:49.4990944Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py::ShardedTensor._init_from_local_tensor:0 2025-03-14T05:27:49.4993021Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py::ShardedTensor.reshard:0, line 1058 <- wrt source file 2025-03-14T05:27:49.4995181Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py::ShardedTensor.reshard:0 2025-03-14T05:27:49.4997179Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py::_sharded_op_common:0, line 18 <- wrt source file 2025-03-14T05:27:49.4999193Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py::_sharded_op_common:0 2025-03-14T05:27:49.5001270Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py::ShardingPlan:0, line 36 <- wrt source file 2025-03-14T05:27:49.5003137Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py::ShardingPlan:0 2025-03-14T05:27:49.5004955Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tools\memory_tracker.py::MemoryTracker:0, line 55 <- wrt source file 2025-03-14T05:27:49.5006767Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tools\memory_tracker.py::MemoryTracker:0 2025-03-14T05:27:49.5008622Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py::Bernoulli:0, line 28 <- wrt source file 2025-03-14T05:27:49.5010377Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py::Bernoulli:0 2025-03-14T05:27:49.5012111Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py::Beta:0, line 19 <- wrt source file 2025-03-14T05:27:49.5013721Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py::Beta:0 2025-03-14T05:27:49.5015408Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py::Binomial:0, line 29 <- wrt source file 2025-03-14T05:27:49.5017121Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py::Binomial:0 2025-03-14T05:27:49.5018920Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py::Categorical:0, line 40 <- wrt source file 2025-03-14T05:27:49.5091149Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py::Categorical:0 2025-03-14T05:27:49.5092783Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py::Cauchy:0, line 22 <- wrt source file 2025-03-14T05:27:49.5094343Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py::Cauchy:0 2025-03-14T05:27:49.5095880Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py::Chi2:0, line 16 <- wrt source file 2025-03-14T05:27:49.5097380Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py::Chi2:0 2025-03-14T05:27:49.5098985Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py::is_dependent:0, line 164 <- wrt source file 2025-03-14T05:27:49.5100708Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py::is_dependent:0 2025-03-14T05:27:49.5102597Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py::_DependentProperty:0, line 185 <- wrt source file 2025-03-14T05:27:49.5104430Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py::_DependentProperty:0 2025-03-14T05:27:49.5106325Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py::ContinuousBernoulli:0, line 34 <- wrt source file 2025-03-14T05:27:49.5108280Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py::ContinuousBernoulli:0 2025-03-14T05:27:49.5110119Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py::Dirichlet:0, line 40 <- wrt source file 2025-03-14T05:27:49.5111825Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py::Dirichlet:0 2025-03-14T05:27:49.5113492Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py::Exponential:0, line 18 <- wrt source file 2025-03-14T05:27:49.5115273Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py::Exponential:0 2025-03-14T05:27:49.5117032Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py::FisherSnedecor:0, line 19 <- wrt source file 2025-03-14T05:27:49.5118822Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py::FisherSnedecor:0 2025-03-14T05:27:49.5120493Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py::Gamma:0, line 22 <- wrt source file 2025-03-14T05:27:49.5122028Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py::Gamma:0 2025-03-14T05:27:49.5123625Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py::Geometric:0, line 34 <- wrt source file 2025-03-14T05:27:49.5125311Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py::Geometric:0 2025-03-14T05:27:49.5126905Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py::Gumbel:0, line 22 <- wrt source file 2025-03-14T05:27:49.5128471Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py::Gumbel:0 2025-03-14T05:27:49.5130093Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py::HalfCauchy:0, line 23 <- wrt source file 2025-03-14T05:27:49.5131760Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py::HalfCauchy:0 2025-03-14T05:27:49.5133436Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py::HalfNormal:0, line 23 <- wrt source file 2025-03-14T05:27:49.5135098Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py::HalfNormal:0 2025-03-14T05:27:49.5136786Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py::Independent:0, line 23 <- wrt source file 2025-03-14T05:27:49.5138491Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py::Independent:0 2025-03-14T05:27:49.5140183Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\inverse_gamma.py::InverseGamma:0, line 22 <- wrt source file 2025-03-14T05:27:49.5141937Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\inverse_gamma.py::InverseGamma:0 2025-03-14T05:27:49.5143704Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py::Kumaraswamy:0, line 28 <- wrt source file 2025-03-14T05:27:49.5145451Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py::Kumaraswamy:0 2025-03-14T05:27:49.5147087Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py::Laplace:0, line 18 <- wrt source file 2025-03-14T05:27:49.5148682Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py::Laplace:0 2025-03-14T05:27:49.5150333Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py::LKJCholesky:0, line 41 <- wrt source file 2025-03-14T05:27:49.5152063Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py::LKJCholesky:0 2025-03-14T05:27:49.5153810Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py::LogisticNormal:0, line 26 <- wrt source file 2025-03-14T05:27:49.5155665Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py::LogisticNormal:0 2025-03-14T05:27:49.5157479Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py::LogNormal:0, line 21 <- wrt source file 2025-03-14T05:27:49.5159119Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py::LogNormal:0 2025-03-14T05:27:49.5161020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py::LowRankMultivariateNormal:0, line 62 <- wrt source file 2025-03-14T05:27:49.5163180Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py::LowRankMultivariateNormal:0 2025-03-14T05:27:49.5165198Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py::MixtureSameFamily:0, line 22 <- wrt source file 2025-03-14T05:27:49.5167158Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py::MixtureSameFamily:0 2025-03-14T05:27:49.5169027Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py::Multinomial:0, line 36 <- wrt source file 2025-03-14T05:27:49.5170750Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py::Multinomial:0 2025-03-14T05:27:49.5172563Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py::MultivariateNormal:0, line 102 <- wrt source file 2025-03-14T05:27:49.5174497Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py::MultivariateNormal:0 2025-03-14T05:27:49.5176242Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py::Normal:0, line 21 <- wrt source file 2025-03-14T05:27:49.5177822Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py::Normal:0 2025-03-14T05:27:49.5179584Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py::OneHotCategorical:0, line 32 <- wrt source file 2025-03-14T05:27:49.5181483Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py::OneHotCategorical:0 2025-03-14T05:27:49.5183240Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py::Pareto:0, line 20 <- wrt source file 2025-03-14T05:27:49.5184813Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py::Pareto:0 2025-03-14T05:27:49.5186418Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py::Poisson:0, line 23 <- wrt source file 2025-03-14T05:27:49.5188129Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py::Poisson:0 2025-03-14T05:27:49.5189859Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py::RelaxedBernoulli:0, line 118 <- wrt source file 2025-03-14T05:27:49.5191723Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py::RelaxedBernoulli:0 2025-03-14T05:27:49.5274059Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py::RelaxedOneHotCategorical:0, line 108 <- wrt source file 2025-03-14T05:27:49.5276302Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py::RelaxedOneHotCategorical:0 2025-03-14T05:27:49.5278127Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py::StudentT:0, line 21 <- wrt source file 2025-03-14T05:27:49.5279768Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py::StudentT:0 2025-03-14T05:27:49.5281488Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::CatTransform:0, line 1046 <- wrt source file 2025-03-14T05:27:49.5283242Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::CatTransform:0 2025-03-14T05:27:49.5284981Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::StackTransform:0, line 1152 <- wrt source file 2025-03-14T05:27:49.5286731Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::StackTransform:0 2025-03-14T05:27:49.5288706Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::CumulativeDistributionTransform:0, line 1226 <- wrt source file 2025-03-14T05:27:49.5290846Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py::CumulativeDistributionTransform:0 2025-03-14T05:27:49.5292659Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py::Uniform:0, line 19 <- wrt source file 2025-03-14T05:27:49.5294329Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py::Uniform:0 2025-03-14T05:27:49.5295953Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\utils.py::clamp_probs:0, line 109 <- wrt source file 2025-03-14T05:27:49.5297585Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\utils.py::clamp_probs:0 2025-03-14T05:27:49.5299245Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py::VonMises:0, line 116 <- wrt source file 2025-03-14T05:27:49.5300912Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py::VonMises:0 2025-03-14T05:27:49.5302552Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py::Weibull:0, line 20 <- wrt source file 2025-03-14T05:27:49.5304141Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py::Weibull:0 2025-03-14T05:27:49.5305800Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py::Wishart:0, line 39 <- wrt source file 2025-03-14T05:27:49.5307408Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py::Wishart:0 2025-03-14T05:27:49.5309079Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\dynamic_shapes.py::ShapesCollection:0, line 611 <- wrt source file 2025-03-14T05:27:49.5310886Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\export\dynamic_shapes.py::ShapesCollection:0 2025-03-14T05:27:49.5312525Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::_snake_case:0, line 101 <- wrt source file 2025-03-14T05:27:49.5313987Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::_snake_case:0 2025-03-14T05:27:49.5315593Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::Graph.eliminate_dead_code:0, line 1781 <- wrt source file 2025-03-14T05:27:49.5317245Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::Graph.eliminate_dead_code:0 2025-03-14T05:27:49.5318919Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::Graph.on_generate_code:0, line 1855 <- wrt source file 2025-03-14T05:27:49.5320488Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py::Graph.on_generate_code:0 2025-03-14T05:27:49.5322069Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py::Interpreter:0, line 48 <- wrt source file 2025-03-14T05:27:49.5323672Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py::Interpreter:0 2025-03-14T05:27:49.5325194Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py::Transformer:0, line 464 <- wrt source file 2025-03-14T05:27:49.5326738Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py::Transformer:0 2025-03-14T05:27:49.5328342Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py::replace_pattern:0, line 125 <- wrt source file 2025-03-14T05:27:49.5330071Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py::replace_pattern:0 2025-03-14T05:27:49.5331654Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::TensorType:0, line 12 <- wrt source file 2025-03-14T05:27:49.5333204Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::TensorType:0 2025-03-14T05:27:49.5334758Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::is_consistent:0, line 65 <- wrt source file 2025-03-14T05:27:49.5336321Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::is_consistent:0 2025-03-14T05:27:49.5337865Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::is_more_precise:0, line 93 <- wrt source file 2025-03-14T05:27:49.5339426Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py::is_more_precise:0 2025-03-14T05:27:49.5341220Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py::AST_Rewriter.visit_AnnAssign:0, line 96 <- wrt source file 2025-03-14T05:27:49.5343103Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py::AST_Rewriter.visit_AnnAssign:0 2025-03-14T05:27:49.5344892Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py::reify:0, line 58 <- wrt source file 2025-03-14T05:27:49.5346639Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py::reify:0 2025-03-14T05:27:49.5348394Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py::VarDispatcher:0, line 48 <- wrt source file 2025-03-14T05:27:49.5350225Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py::VarDispatcher:0 2025-03-14T05:27:49.5352099Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::unifiable:0, line 11 <- wrt source file 2025-03-14T05:27:49.5353930Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::unifiable:0 2025-03-14T05:27:49.5355762Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::reify_object:0, line 37 <- wrt source file 2025-03-14T05:27:49.5357534Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::reify_object:0 2025-03-14T05:27:49.5359370Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::unify_object:0, line 93 <- wrt source file 2025-03-14T05:27:49.5361199Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py::unify_object:0 2025-03-14T05:27:49.5363037Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::merge:0, line 37 <- wrt source file 2025-03-14T05:27:49.5364986Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::merge:0 2025-03-14T05:27:49.5366890Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::merge_with:0, line 64 <- wrt source file 2025-03-14T05:27:49.5368843Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::merge_with:0 2025-03-14T05:27:49.5370824Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::valmap:0, line 90 <- wrt source file 2025-03-14T05:27:49.5372714Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::valmap:0 2025-03-14T05:27:49.5374611Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::keymap:0, line 106 <- wrt source file 2025-03-14T05:27:49.7364608Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::keymap:0 2025-03-14T05:27:49.7365732Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::itemmap:0, line 122 <- wrt source file 2025-03-14T05:27:49.7366805Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::itemmap:0 2025-03-14T05:27:49.7367903Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::valfilter:0, line 138 <- wrt source file 2025-03-14T05:27:49.7369547Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::valfilter:0 2025-03-14T05:27:49.7370643Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::keyfilter:0, line 158 <- wrt source file 2025-03-14T05:27:49.7371723Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::keyfilter:0 2025-03-14T05:27:49.7372803Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::itemfilter:0, line 178 <- wrt source file 2025-03-14T05:27:49.7373889Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::itemfilter:0 2025-03-14T05:27:49.7375484Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::assoc:0, line 204 <- wrt source file 2025-03-14T05:27:49.7376782Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::assoc:0 2025-03-14T05:27:49.7377841Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::dissoc:0, line 221 <- wrt source file 2025-03-14T05:27:49.7378904Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::dissoc:0 2025-03-14T05:27:49.7380250Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::assoc_in:0, line 247 <- wrt source file 2025-03-14T05:27:49.7395777Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::assoc_in:0 2025-03-14T05:27:49.7397036Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::update_in:0, line 275 <- wrt source file 2025-03-14T05:27:49.7398681Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::update_in:0 2025-03-14T05:27:49.7399804Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::get_in:0, line 328 <- wrt source file 2025-03-14T05:27:49.7400868Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::get_in:0 2025-03-14T05:27:49.7401926Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::groupby:0, line 375 <- wrt source file 2025-03-14T05:27:49.7402992Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::groupby:0 2025-03-14T05:27:49.7404567Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::first:0, line 416 <- wrt source file 2025-03-14T05:27:49.7405744Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py::first:0 2025-03-14T05:27:49.7406780Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::transitive_get:0, line 15 <- wrt source file 2025-03-14T05:27:49.7407787Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::transitive_get:0 2025-03-14T05:27:49.7408800Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::_toposort:0, line 42 <- wrt source file 2025-03-14T05:27:49.7410240Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::_toposort:0 2025-03-14T05:27:49.7411349Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::reverse_dict:0, line 70 <- wrt source file 2025-03-14T05:27:49.7412363Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::reverse_dict:0 2025-03-14T05:27:49.7413365Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::freeze:0, line 95 <- wrt source file 2025-03-14T05:27:49.7414333Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py::freeze:0 2025-03-14T05:27:49.7415539Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py::variables:0, line 67 <- wrt source file 2025-03-14T05:27:49.7416873Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py::variables:0 2025-03-14T05:27:49.7418087Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py::dispatch:0, line 20 <- wrt source file 2025-03-14T05:27:49.7419210Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py::dispatch:0 2025-03-14T05:27:49.7420362Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher:0, line 113 <- wrt source file 2025-03-14T05:27:49.7422075Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher:0 2025-03-14T05:27:49.7423365Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.register:0, line 138 <- wrt source file 2025-03-14T05:27:49.7424636Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.register:0 2025-03-14T05:27:49.7425881Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.add:0, line 191 <- wrt source file 2025-03-14T05:27:49.7427421Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.add:0 2025-03-14T05:27:49.7428871Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.dispatch:0, line 304 <- wrt source file 2025-03-14T05:27:49.7430127Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::Dispatcher.dispatch:0 2025-03-14T05:27:49.7431353Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::str_signature:0, line 434 <- wrt source file 2025-03-14T05:27:49.7432675Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py::str_signature:0 2025-03-14T05:27:49.7434385Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::expand_tuples:0, line 18 <- wrt source file 2025-03-14T05:27:49.7435545Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::expand_tuples:0 2025-03-14T05:27:49.7436690Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::_toposort:0, line 41 <- wrt source file 2025-03-14T05:27:49.7437833Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::_toposort:0 2025-03-14T05:27:49.7439484Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::reverse_dict:0, line 68 <- wrt source file 2025-03-14T05:27:49.7440644Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::reverse_dict:0 2025-03-14T05:27:49.7441763Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::groupby:0, line 87 <- wrt source file 2025-03-14T05:27:49.7723555Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::groupby:0 2025-03-14T05:27:49.7724736Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::typename:0, line 117 <- wrt source file 2025-03-14T05:27:49.7725992Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py::typename:0 2025-03-14T05:27:49.7727203Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py::isvariadic:0, line 47 <- wrt source file 2025-03-14T05:27:49.7728355Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py::isvariadic:0 2025-03-14T05:27:49.7729502Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py::Variadic:0, line 83 <- wrt source file 2025-03-14T05:27:49.7730694Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py::Variadic:0 2025-03-14T05:27:49.7731784Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\graph_drawer.py::FxGraphDrawer.get_dot_graph:0, line 122 <- wrt source file 2025-03-14T05:27:49.7732826Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\graph_drawer.py::FxGraphDrawer.get_dot_graph:0 2025-03-14T05:27:49.7733786Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py::ShapeProp:0, line 92 <- wrt source file 2025-03-14T05:27:49.7734682Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py::ShapeProp:0 2025-03-14T05:27:49.7735577Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py::split_module:0, line 85 <- wrt source file 2025-03-14T05:27:49.7736503Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py::split_module:0 2025-03-14T05:27:49.7737586Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\utils\matcher_with_name_node_map_utils.py::SubgraphMatcherWithNameNodeMap:0, line 51 <- wrt source file 2025-03-14T05:27:49.7738903Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\utils\matcher_with_name_node_map_utils.py::SubgraphMatcherWithNameNodeMap:0 2025-03-14T05:27:49.7740036Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py::AttributeTypeIsSupportedChecker:0, line 36 <- wrt source file 2025-03-14T05:27:49.7741048Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py::AttributeTypeIsSupportedChecker:0 2025-03-14T05:27:49.7742040Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_load_for_lite_interpreter:0, line 22 <- wrt source file 2025-03-14T05:27:49.7743019Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_load_for_lite_interpreter:0 2025-03-14T05:27:49.7744034Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_get_mobile_model_contained_types:0, line 122 <- wrt source file 2025-03-14T05:27:49.7745067Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_get_mobile_model_contained_types:0 2025-03-14T05:27:49.7746057Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_get_model_ops_and_info:0, line 214 <- wrt source file 2025-03-14T05:27:49.7747010Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py::_get_model_ops_and_info:0 2025-03-14T05:27:49.7747905Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\_ops.py::logaddexp:0, line 1529 <- wrt source file 2025-03-14T05:27:49.7748729Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\_ops.py::logaddexp:0 2025-03-14T05:27:49.7749610Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py::is_masked_tensor:0, line 25 <- wrt source file 2025-03-14T05:27:49.7750657Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py::is_masked_tensor:0 2025-03-14T05:27:49.7751657Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::fractional_max_pool2d_with_indices:0, line 467 <- wrt source file 2025-03-14T05:27:49.7752662Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::fractional_max_pool2d_with_indices:0 2025-03-14T05:27:49.7753658Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::fractional_max_pool3d_with_indices:0, line 586 <- wrt source file 2025-03-14T05:27:49.7754790Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::fractional_max_pool3d_with_indices:0 2025-03-14T05:27:49.7755742Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::gumbel_softmax:0, line 2181 <- wrt source file 2025-03-14T05:27:49.7756628Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::gumbel_softmax:0 2025-03-14T05:27:49.7757498Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::embedding:0, line 2487 <- wrt source file 2025-03-14T05:27:49.7758335Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::embedding:0 2025-03-14T05:27:49.7759216Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::embedding_bag:0, line 2627 <- wrt source file 2025-03-14T05:27:49.7760100Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::embedding_bag:0 2025-03-14T05:27:49.7760960Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::ctc_loss:0, line 3059 <- wrt source file 2025-03-14T05:27:49.7761797Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::ctc_loss:0 2025-03-14T05:27:49.7762667Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::nll_loss:0, line 3136 <- wrt source file 2025-03-14T05:27:49.7763495Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::nll_loss:0 2025-03-14T05:27:49.7764339Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::cross_entropy:0, line 3466 <- wrt source file 2025-03-14T05:27:49.7765218Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::cross_entropy:0 2025-03-14T05:27:49.7766120Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::binary_cross_entropy:0, line 3538 <- wrt source file 2025-03-14T05:27:49.7767053Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::binary_cross_entropy:0 2025-03-14T05:27:49.7768014Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::binary_cross_entropy_with_logits:0, line 3615 <- wrt source file 2025-03-14T05:27:49.7769027Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::binary_cross_entropy_with_logits:0 2025-03-14T05:27:49.7769934Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::pad:0, line 5178 <- wrt source file 2025-03-14T05:27:49.7770743Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py::pad:0 2025-03-14T05:27:49.7771540Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv1d_input:0, line 32 <- wrt source file 2025-03-14T05:27:49.7772343Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv1d_input:0 2025-03-14T05:27:49.7773351Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv1d_weight:0, line 79 <- wrt source file 2025-03-14T05:27:49.7774874Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv1d_weight:0 2025-03-14T05:27:49.7775685Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv2d_input:0, line 130 <- wrt source file 2025-03-14T05:27:49.7776495Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv2d_input:0 2025-03-14T05:27:49.7777307Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv2d_weight:0, line 177 <- wrt source file 2025-03-14T05:27:49.7778170Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv2d_weight:0 2025-03-14T05:27:49.7778974Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv3d_input:0, line 228 <- wrt source file 2025-03-14T05:27:49.7779781Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv3d_input:0 2025-03-14T05:27:50.2204888Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv3d_weight:0, line 275 <- wrt source file 2025-03-14T05:27:50.2206488Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py::conv3d_weight:0 2025-03-14T05:27:50.2207972Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::calculate_gain:0, line 102 <- wrt source file 2025-03-14T05:27:50.2209458Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::calculate_gain:0 2025-03-14T05:27:50.2210940Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::uniform_:0, line 159 <- wrt source file 2025-03-14T05:27:50.2212323Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::uniform_:0 2025-03-14T05:27:50.2213707Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::normal_:0, line 186 <- wrt source file 2025-03-14T05:27:50.2215278Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::normal_:0 2025-03-14T05:27:50.2216692Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::trunc_normal_:0, line 221 <- wrt source file 2025-03-14T05:27:50.2218140Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::trunc_normal_:0 2025-03-14T05:27:50.2219562Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::constant_:0, line 235 <- wrt source file 2025-03-14T05:27:50.2220956Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::constant_:0 2025-03-14T05:27:50.2222345Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::ones_:0, line 252 <- wrt source file 2025-03-14T05:27:50.2223706Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::ones_:0 2025-03-14T05:27:50.2225047Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::zeros_:0, line 265 <- wrt source file 2025-03-14T05:27:50.2226415Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::zeros_:0 2025-03-14T05:27:50.2227766Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::eye_:0, line 281 <- wrt source file 2025-03-14T05:27:50.2229102Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::eye_:0 2025-03-14T05:27:50.2230461Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::dirac_:0, line 303 <- wrt source file 2025-03-14T05:27:50.2231829Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::dirac_:0 2025-03-14T05:27:50.2233388Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::xavier_uniform_:0, line 389 <- wrt source file 2025-03-14T05:27:50.2234971Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::xavier_uniform_:0 2025-03-14T05:27:50.2236449Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::xavier_normal_:0, line 429 <- wrt source file 2025-03-14T05:27:50.2237919Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::xavier_normal_:0 2025-03-14T05:27:50.2239419Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::kaiming_uniform_:0, line 488 <- wrt source file 2025-03-14T05:27:50.2241536Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::kaiming_uniform_:0 2025-03-14T05:27:50.2243038Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::kaiming_normal_:0, line 553 <- wrt source file 2025-03-14T05:27:50.2244514Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::kaiming_normal_:0 2025-03-14T05:27:50.2245976Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::orthogonal_:0, line 592 <- wrt source file 2025-03-14T05:27:50.2247416Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::orthogonal_:0 2025-03-14T05:27:50.2248822Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::sparse_:0, line 645 <- wrt source file 2025-03-14T05:27:50.2250200Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py::sparse_:0 2025-03-14T05:27:50.2251694Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\attention\__init__.py::sdpa_kernel:0, line 117 <- wrt source file 2025-03-14T05:27:50.2253281Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\attention\__init__.py::sdpa_kernel:0 2025-03-14T05:27:50.2254905Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\attention\bias.py::CausalBias:0, line 94 <- wrt source file 2025-03-14T05:27:50.2256460Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\attention\bias.py::CausalBias:0 2025-03-14T05:27:50.2258029Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Threshold:0, line 70 <- wrt source file 2025-03-14T05:27:50.2259620Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Threshold:0 2025-03-14T05:27:50.2261191Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ReLU:0, line 112 <- wrt source file 2025-03-14T05:27:50.2262727Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ReLU:0 2025-03-14T05:27:50.2264267Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::RReLU:0, line 171 <- wrt source file 2025-03-14T05:27:50.2265795Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::RReLU:0 2025-03-14T05:27:50.2267363Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardtanh:0, line 227 <- wrt source file 2025-03-14T05:27:50.2268957Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardtanh:0 2025-03-14T05:27:50.2270516Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ReLU6:0, line 292 <- wrt source file 2025-03-14T05:27:50.2272052Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ReLU6:0 2025-03-14T05:27:50.2273592Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Sigmoid:0, line 320 <- wrt source file 2025-03-14T05:27:50.2275715Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Sigmoid:0 2025-03-14T05:27:50.2277312Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardsigmoid:0, line 352 <- wrt source file 2025-03-14T05:27:50.2278929Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardsigmoid:0 2025-03-14T05:27:50.2280512Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Tanh:0, line 385 <- wrt source file 2025-03-14T05:27:50.2282118Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Tanh:0 2025-03-14T05:27:50.2283654Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::SiLU:0, line 418 <- wrt source file 2025-03-14T05:27:50.2285188Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::SiLU:0 2025-03-14T05:27:50.2286717Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Mish:0, line 457 <- wrt source file 2025-03-14T05:27:50.2288259Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Mish:0 2025-03-14T05:27:50.2289823Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardswish:0, line 502 <- wrt source file 2025-03-14T05:27:50.2291405Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardswish:0 2025-03-14T05:27:50.2292960Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ELU:0, line 545 <- wrt source file 2025-03-14T05:27:50.2294469Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::ELU:0 2025-03-14T05:27:50.2295989Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::CELU:0, line 587 <- wrt source file 2025-03-14T05:27:50.2297549Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::CELU:0 2025-03-14T05:27:50.2299057Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::SELU:0, line 640 <- wrt source file 2025-03-14T05:27:50.2300578Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::SELU:0 2025-03-14T05:27:50.2302107Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::GLU:0, line 678 <- wrt source file 2025-03-14T05:27:50.2303613Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::GLU:0 2025-03-14T05:27:50.6471829Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::GELU:0, line 720 <- wrt source file 2025-03-14T05:27:50.6473544Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::GELU:0 2025-03-14T05:27:50.6475350Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardshrink:0, line 763 <- wrt source file 2025-03-14T05:27:50.6477035Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Hardshrink:0 2025-03-14T05:27:50.6478726Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LeakyReLU:0, line 812 <- wrt source file 2025-03-14T05:27:50.6480521Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LeakyReLU:0 2025-03-14T05:27:50.6482201Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LogSigmoid:0, line 848 <- wrt source file 2025-03-14T05:27:50.6485302Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LogSigmoid:0 2025-03-14T05:27:50.6487070Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softplus:0, line 881 <- wrt source file 2025-03-14T05:27:50.6488721Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softplus:0 2025-03-14T05:27:50.6490385Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softshrink:0, line 924 <- wrt source file 2025-03-14T05:27:50.6492270Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softshrink:0 2025-03-14T05:27:50.6493983Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::MultiheadAttention:0, line 1031 <- wrt source file 2025-03-14T05:27:50.6495811Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::MultiheadAttention:0 2025-03-14T05:27:50.6497602Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::PReLU:0, line 1494 <- wrt source file 2025-03-14T05:27:50.6499243Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::PReLU:0 2025-03-14T05:27:50.6500850Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softsign:0, line 1536 <- wrt source file 2025-03-14T05:27:50.6502537Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softsign:0 2025-03-14T05:27:50.6504169Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Tanhshrink:0, line 1559 <- wrt source file 2025-03-14T05:27:50.6505857Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Tanhshrink:0 2025-03-14T05:27:50.6507757Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmin:0, line 1594 <- wrt source file 2025-03-14T05:27:50.6509464Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmin:0 2025-03-14T05:27:50.6511119Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmax:0, line 1652 <- wrt source file 2025-03-14T05:27:50.6512754Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmax:0 2025-03-14T05:27:50.6514575Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmax2d:0, line 1693 <- wrt source file 2025-03-14T05:27:50.6516254Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::Softmax2d:0 2025-03-14T05:27:50.6517952Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LogSoftmax:0, line 1729 <- wrt source file 2025-03-14T05:27:50.6519720Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py::LogSoftmax:0 2025-03-14T05:27:50.6521409Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm1d:0, line 330 <- wrt source file 2025-03-14T05:27:50.6523110Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm1d:0 2025-03-14T05:27:50.6524856Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm2d:0, line 441 <- wrt source file 2025-03-14T05:27:50.6526559Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm2d:0 2025-03-14T05:27:50.6529298Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm3d:0, line 552 <- wrt source file 2025-03-14T05:27:50.6531112Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::BatchNorm3d:0 2025-03-14T05:27:50.6532769Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::SyncBatchNorm:0, line 676 <- wrt source file 2025-03-14T05:27:50.6533724Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::SyncBatchNorm:0 2025-03-14T05:27:50.6534748Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::SyncBatchNorm.convert_sync_batchnorm:0, line 839 <- wrt source file 2025-03-14T05:27:50.6536042Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py::SyncBatchNorm.convert_sync_batchnorm:0 2025-03-14T05:27:50.6537093Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py::ChannelShuffle:0, line 21 <- wrt source file 2025-03-14T05:27:50.6538073Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py::ChannelShuffle:0 2025-03-14T05:27:50.6539013Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::Sequential:0, line 76 <- wrt source file 2025-03-14T05:27:50.6539931Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::Sequential:0 2025-03-14T05:27:50.6540836Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ModuleList:0, line 282 <- wrt source file 2025-03-14T05:27:50.6541827Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ModuleList:0 2025-03-14T05:27:50.6542728Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ModuleDict:0, line 464 <- wrt source file 2025-03-14T05:27:50.6543679Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ModuleDict:0 2025-03-14T05:27:50.6544584Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ParameterList:0, line 596 <- wrt source file 2025-03-14T05:27:50.6545542Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ParameterList:0 2025-03-14T05:27:50.6546481Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ParameterDict:0, line 748 <- wrt source file 2025-03-14T05:27:50.6547498Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py::ParameterDict:0 2025-03-14T05:27:50.6548423Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py::PairwiseDistance:0, line 38 <- wrt source file 2025-03-14T05:27:50.6549367Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py::PairwiseDistance:0 2025-03-14T05:27:50.6550303Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py::CosineSimilarity:0, line 77 <- wrt source file 2025-03-14T05:27:50.6551236Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py::CosineSimilarity:0 2025-03-14T05:27:50.6552138Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout:0, line 60 <- wrt source file 2025-03-14T05:27:50.6553058Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout:0 2025-03-14T05:27:50.6553977Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout1d:0, line 105 <- wrt source file 2025-03-14T05:27:50.6555317Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout1d:0 2025-03-14T05:27:50.6556554Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout2d:0, line 157 <- wrt source file 2025-03-14T05:27:50.6557442Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout2d:0 2025-03-14T05:27:50.6558319Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout3d:0, line 202 <- wrt source file 2025-03-14T05:27:51.8423554Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::Dropout3d:0 2025-03-14T05:27:51.8424681Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::AlphaDropout:0, line 245 <- wrt source file 2025-03-14T05:27:51.8425599Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::AlphaDropout:0 2025-03-14T05:27:51.8426653Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::FeatureAlphaDropout:0, line 294 <- wrt source file 2025-03-14T05:27:51.8427623Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py::FeatureAlphaDropout:0 2025-03-14T05:27:51.8428524Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py::Flatten:0, line 30 <- wrt source file 2025-03-14T05:27:51.8429401Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py::Flatten:0 2025-03-14T05:27:51.8430267Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py::Unflatten:0, line 81 <- wrt source file 2025-03-14T05:27:51.8431136Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py::Unflatten:0 2025-03-14T05:27:51.8432020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py::Fold:0, line 111 <- wrt source file 2025-03-14T05:27:51.8433680Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py::Fold:0 2025-03-14T05:27:51.8434576Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py::Unfold:0, line 261 <- wrt source file 2025-03-14T05:27:51.8435424Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py::Unfold:0 2025-03-14T05:27:51.8436709Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm1d:0, line 187 <- wrt source file 2025-03-14T05:27:51.8438214Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm1d:0 2025-03-14T05:27:51.8439224Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm2d:0, line 303 <- wrt source file 2025-03-14T05:27:51.8440189Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm2d:0 2025-03-14T05:27:51.8441140Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm3d:0, line 419 <- wrt source file 2025-03-14T05:27:51.8442098Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py::InstanceNorm3d:0 2025-03-14T05:27:51.8443017Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py::LazyModuleMixin:0, line 87 <- wrt source file 2025-03-14T05:27:51.8443962Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py::LazyModuleMixin:0 2025-03-14T05:27:51.8444886Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Identity:0, line 34 <- wrt source file 2025-03-14T05:27:51.8445906Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Identity:0 2025-03-14T05:27:51.8446753Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Linear:0, line 80 <- wrt source file 2025-03-14T05:27:51.8447588Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Linear:0 2025-03-14T05:27:51.8448441Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Bilinear:0, line 179 <- wrt source file 2025-03-14T05:27:51.8449312Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py::Bilinear:0 2025-03-14T05:27:51.8450305Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::L1Loss:0, line 115 <- wrt source file 2025-03-14T05:27:51.8451138Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::L1Loss:0 2025-03-14T05:27:51.8451967Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::NLLLoss:0, line 211 <- wrt source file 2025-03-14T05:27:51.8452810Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::NLLLoss:0 2025-03-14T05:27:51.8453698Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::PoissonNLLLoss:0, line 321 <- wrt source file 2025-03-14T05:27:51.8454576Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::PoissonNLLLoss:0 2025-03-14T05:27:51.8455514Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::GaussianNLLLoss:0, line 406 <- wrt source file 2025-03-14T05:27:51.8456459Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::GaussianNLLLoss:0 2025-03-14T05:27:51.8457758Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::KLDivLoss:0, line 519 <- wrt source file 2025-03-14T05:27:51.8459052Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::KLDivLoss:0 2025-03-14T05:27:51.8459922Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MSELoss:0, line 597 <- wrt source file 2025-03-14T05:27:51.8460759Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MSELoss:0 2025-03-14T05:27:51.8461636Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::BCELoss:0, line 679 <- wrt source file 2025-03-14T05:27:51.8462530Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::BCELoss:0 2025-03-14T05:27:51.8463410Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::BCEWithLogitsLoss:0, line 750 <- wrt source file 2025-03-14T05:27:51.8464333Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::BCEWithLogitsLoss:0 2025-03-14T05:27:51.8465256Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MultiLabelMarginLoss:0, line 943 <- wrt source file 2025-03-14T05:27:51.8466188Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MultiLabelMarginLoss:0 2025-03-14T05:27:51.8467156Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CrossEntropyLoss:0, line 1265 <- wrt source file 2025-03-14T05:27:51.8468106Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CrossEntropyLoss:0 2025-03-14T05:27:51.8469026Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CosineEmbeddingLoss:0, line 1405 <- wrt source file 2025-03-14T05:27:51.8470073Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CosineEmbeddingLoss:0 2025-03-14T05:27:51.8470996Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MarginRankingLoss:0, line 1470 <- wrt source file 2025-03-14T05:27:51.8471904Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MarginRankingLoss:0 2025-03-14T05:27:51.8472808Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MultiMarginLoss:0, line 1549 <- wrt source file 2025-03-14T05:27:51.8473798Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::MultiMarginLoss:0 2025-03-14T05:27:51.8474834Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::TripletMarginLoss:0, line 1649 <- wrt source file 2025-03-14T05:27:51.8475748Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::TripletMarginLoss:0 2025-03-14T05:27:51.8476728Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::TripletMarginWithDistanceLoss:0, line 1760 <- wrt source file 2025-03-14T05:27:51.8477998Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::TripletMarginWithDistanceLoss:0 2025-03-14T05:27:51.8479489Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CTCLoss:0, line 1890 <- wrt source file 2025-03-14T05:27:51.8480351Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py::CTCLoss:0 2025-03-14T05:27:51.8481258Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.register_buffer:0, line 538 <- wrt source file 2025-03-14T05:27:51.8482224Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.register_buffer:0 2025-03-14T05:27:51.8483159Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.apply:0, line 1020 <- wrt source file 2025-03-14T05:27:51.8484109Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.apply:0 2025-03-14T05:27:54.5195168Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.to:0, line 1274 <- wrt source file 2025-03-14T05:27:54.5196531Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.to:0 2025-03-14T05:27:54.5197931Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.state_dict:0, line 2192 <- wrt source file 2025-03-14T05:27:54.5199352Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.state_dict:0 2025-03-14T05:27:54.5200865Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.parameters:0, line 2634 <- wrt source file 2025-03-14T05:27:54.5202278Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.parameters:0 2025-03-14T05:27:54.5203723Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_parameters:0, line 2662 <- wrt source file 2025-03-14T05:27:54.5205195Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_parameters:0 2025-03-14T05:27:54.5206709Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.buffers:0, line 2689 <- wrt source file 2025-03-14T05:27:54.5208245Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.buffers:0 2025-03-14T05:27:54.5210064Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_buffers:0, line 2716 <- wrt source file 2025-03-14T05:27:54.5211702Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_buffers:0 2025-03-14T05:27:54.5213354Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_children:0, line 2747 <- wrt source file 2025-03-14T05:27:54.5214950Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_children:0 2025-03-14T05:27:54.5216502Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.modules:0, line 2771 <- wrt source file 2025-03-14T05:27:54.5218172Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.modules:0 2025-03-14T05:27:54.5219729Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_modules:0, line 2809 <- wrt source file 2025-03-14T05:27:54.5221319Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py::Module.named_modules:0 2025-03-14T05:27:54.5222977Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::LocalResponseNorm:0, line 38 <- wrt source file 2025-03-14T05:27:54.5224680Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::LocalResponseNorm:0 2025-03-14T05:27:54.5226280Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::LayerNorm:0, line 151 <- wrt source file 2025-03-14T05:27:54.5227840Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::LayerNorm:0 2025-03-14T05:27:54.5229456Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::GroupNorm:0, line 262 <- wrt source file 2025-03-14T05:27:54.5231103Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::GroupNorm:0 2025-03-14T05:27:54.5232643Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::RMSNorm:0, line 355 <- wrt source file 2025-03-14T05:27:54.5234265Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py::RMSNorm:0 2025-03-14T05:27:54.5235812Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad1d:0, line 69 <- wrt source file 2025-03-14T05:27:54.5237337Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad1d:0 2025-03-14T05:27:54.5238878Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad2d:0, line 120 <- wrt source file 2025-03-14T05:27:54.5240450Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad2d:0 2025-03-14T05:27:54.5242005Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad3d:0, line 184 <- wrt source file 2025-03-14T05:27:54.5243527Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::CircularPad3d:0 2025-03-14T05:27:54.5245061Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad1d:0, line 238 <- wrt source file 2025-03-14T05:27:54.5246634Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad1d:0 2025-03-14T05:27:54.5248155Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad2d:0, line 291 <- wrt source file 2025-03-14T05:27:54.5249750Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad2d:0 2025-03-14T05:27:54.5251371Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad3d:0, line 347 <- wrt source file 2025-03-14T05:27:54.5252930Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ConstantPad3d:0 2025-03-14T05:27:54.5254453Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad1d:0, line 391 <- wrt source file 2025-03-14T05:27:54.5256010Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad1d:0 2025-03-14T05:27:54.5257669Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad2d:0, line 435 <- wrt source file 2025-03-14T05:27:54.5259228Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad2d:0 2025-03-14T05:27:54.5260785Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad3d:0, line 492 <- wrt source file 2025-03-14T05:27:54.5262326Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReflectionPad3d:0 2025-03-14T05:27:54.5263949Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad1d:0, line 550 <- wrt source file 2025-03-14T05:27:54.5265524Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad1d:0 2025-03-14T05:27:54.5267081Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad2d:0, line 593 <- wrt source file 2025-03-14T05:27:54.5268705Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad2d:0 2025-03-14T05:27:54.5270289Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad3d:0, line 650 <- wrt source file 2025-03-14T05:27:54.5271916Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ReplicationPad3d:0 2025-03-14T05:27:54.5273440Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad1d:0, line 684 <- wrt source file 2025-03-14T05:27:54.5275046Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad1d:0 2025-03-14T05:27:54.5276539Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad2d:0, line 739 <- wrt source file 2025-03-14T05:27:54.5278012Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad2d:0 2025-03-14T05:27:54.5279489Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad3d:0, line 798 <- wrt source file 2025-03-14T05:27:54.5281034Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py::ZeroPad3d:0 2025-03-14T05:27:54.5282572Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py::PixelShuffle:0, line 40 <- wrt source file 2025-03-14T05:27:54.5284157Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py::PixelShuffle:0 2025-03-14T05:27:54.5285748Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py::PixelUnshuffle:0, line 93 <- wrt source file 2025-03-14T05:27:54.5287422Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py::PixelUnshuffle:0 2025-03-14T05:27:54.5289023Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool1d:0, line 118 <- wrt source file 2025-03-14T05:27:55.4559127Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool1d:0 2025-03-14T05:27:55.4560797Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool2d:0, line 195 <- wrt source file 2025-03-14T05:27:55.4562284Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool2d:0 2025-03-14T05:27:55.4563763Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool3d:0, line 278 <- wrt source file 2025-03-14T05:27:55.4565332Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxPool3d:0 2025-03-14T05:27:55.4566811Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool1d:0, line 352 <- wrt source file 2025-03-14T05:27:55.4568156Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool1d:0 2025-03-14T05:27:55.4569522Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool2d:0, line 437 <- wrt source file 2025-03-14T05:27:55.4570845Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool2d:0 2025-03-14T05:27:55.4572238Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool3d:0, line 534 <- wrt source file 2025-03-14T05:27:55.4573558Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::MaxUnpool3d:0 2025-03-14T05:27:55.4574874Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool1d:0, line 622 <- wrt source file 2025-03-14T05:27:55.4576178Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool1d:0 2025-03-14T05:27:55.4577629Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool2d:0, line 714 <- wrt source file 2025-03-14T05:27:55.4578961Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool2d:0 2025-03-14T05:27:55.4580270Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool3d:0, line 827 <- wrt source file 2025-03-14T05:27:55.4581573Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AvgPool3d:0 2025-03-14T05:27:55.4583036Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::FractionalMaxPool2d:0, line 917 <- wrt source file 2025-03-14T05:27:55.4584530Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::FractionalMaxPool2d:0 2025-03-14T05:27:55.4585960Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::FractionalMaxPool3d:0, line 1003 <- wrt source file 2025-03-14T05:27:55.4587373Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::FractionalMaxPool3d:0 2025-03-14T05:27:55.4588784Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool1d:0, line 1117 <- wrt source file 2025-03-14T05:27:55.4590225Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool1d:0 2025-03-14T05:27:55.4591769Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool2d:0, line 1168 <- wrt source file 2025-03-14T05:27:55.4593313Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool2d:0 2025-03-14T05:27:55.4594999Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool3d:0, line 1227 <- wrt source file 2025-03-14T05:27:55.4596543Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::LPPool3d:0 2025-03-14T05:27:55.4598111Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool1d:0, line 1282 <- wrt source file 2025-03-14T05:27:55.4599709Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool1d:0 2025-03-14T05:27:55.4601327Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool2d:0, line 1316 <- wrt source file 2025-03-14T05:27:55.4602981Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool2d:0 2025-03-14T05:27:55.4604569Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool3d:0, line 1359 <- wrt source file 2025-03-14T05:27:55.4606241Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveMaxPool3d:0 2025-03-14T05:27:55.4607818Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool1d:0, line 1406 <- wrt source file 2025-03-14T05:27:55.4609420Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool1d:0 2025-03-14T05:27:55.4610996Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool2d:0, line 1437 <- wrt source file 2025-03-14T05:27:55.4612607Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool2d:0 2025-03-14T05:27:55.4614188Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool3d:0, line 1476 <- wrt source file 2025-03-14T05:27:55.4615779Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py::AdaptiveAvgPool3d:0 2025-03-14T05:27:55.4617333Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::RNN:0, line 591 <- wrt source file 2025-03-14T05:27:55.4618687Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::RNN:0 2025-03-14T05:27:55.4620103Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::LSTM:0, line 948 <- wrt source file 2025-03-14T05:27:55.4621534Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::LSTM:0 2025-03-14T05:27:55.4622987Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::GRU:0, line 1285 <- wrt source file 2025-03-14T05:27:55.4624371Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::GRU:0 2025-03-14T05:27:55.4625815Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::RNNCell:0, line 1536 <- wrt source file 2025-03-14T05:27:55.4627279Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::RNNCell:0 2025-03-14T05:27:55.4628785Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::LSTMCell:0, line 1658 <- wrt source file 2025-03-14T05:27:55.4630044Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::LSTMCell:0 2025-03-14T05:27:55.4631288Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::GRUCell:0, line 1772 <- wrt source file 2025-03-14T05:27:55.4632512Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py::GRUCell:0 2025-03-14T05:27:55.4633836Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::Embedding:0, line 69 <- wrt source file 2025-03-14T05:27:55.4635347Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::Embedding:0 2025-03-14T05:27:55.4636732Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::Embedding.from_pretrained:0, line 241 <- wrt source file 2025-03-14T05:27:55.4638205Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::Embedding.from_pretrained:0 2025-03-14T05:27:55.4639626Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::EmbeddingBag:0, line 320 <- wrt source file 2025-03-14T05:27:55.4641084Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::EmbeddingBag:0 2025-03-14T05:27:55.4642516Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::EmbeddingBag.from_pretrained:0, line 519 <- wrt source file 2025-03-14T05:27:55.4644029Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py::EmbeddingBag.from_pretrained:0 2025-03-14T05:27:55.4645505Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::Transformer:0, line 88 <- wrt source file 2025-03-14T05:27:55.4646914Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::Transformer:0 2025-03-14T05:27:55.4648348Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::Transformer.forward:0, line 256 <- wrt source file 2025-03-14T05:27:55.4885516Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::Transformer.forward:0 2025-03-14T05:27:55.4887214Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerEncoder:0, line 326 <- wrt source file 2025-03-14T05:27:55.4889069Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerEncoder:0 2025-03-14T05:27:55.4890724Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerDecoder:0, line 544 <- wrt source file 2025-03-14T05:27:55.4892376Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerDecoder:0 2025-03-14T05:27:55.4894078Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerEncoderLayer:0, line 667 <- wrt source file 2025-03-14T05:27:55.4895777Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerEncoderLayer:0 2025-03-14T05:27:55.4897515Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerDecoderLayer:0, line 973 <- wrt source file 2025-03-14T05:27:55.4899259Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py::TransformerDecoderLayer:0 2025-03-14T05:27:55.4900861Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::Upsample:0, line 77 <- wrt source file 2025-03-14T05:27:55.4902385Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::Upsample:0 2025-03-14T05:27:55.4903966Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::UpsamplingNearest2d:0, line 223 <- wrt source file 2025-03-14T05:27:55.4905637Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::UpsamplingNearest2d:0 2025-03-14T05:27:55.4907298Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::UpsamplingBilinear2d:0, line 273 <- wrt source file 2025-03-14T05:27:55.4909102Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py::UpsamplingBilinear2d:0 2025-03-14T05:27:55.4910745Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py::DataParallel:0, line 127 <- wrt source file 2025-03-14T05:27:55.4912382Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py::DataParallel:0 2025-03-14T05:27:55.4914142Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel:0, line 625 <- wrt source file 2025-03-14T05:27:55.4915985Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel:0 2025-03-14T05:27:55.4917836Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.no_sync:0, line 1423 <- wrt source file 2025-03-14T05:27:55.4919768Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.no_sync:0 2025-03-14T05:27:55.4921635Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.join:0, line 1809 <- wrt source file 2025-03-14T05:27:55.4923498Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.join:0 2025-03-14T05:27:55.4925459Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.register_comm_hook:0, line 1975 <- wrt source file 2025-03-14T05:27:55.4927499Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.register_comm_hook:0 2025-03-14T05:27:55.4929556Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.register_comm_hook:1, line 1985 <- wrt source file 2025-03-14T05:27:55.4931679Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel.register_comm_hook:1 2025-03-14T05:27:55.4933776Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel._register_builtin_comm_hook:0, line 2020 <- wrt source file 2025-03-14T05:27:55.4935913Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel._register_builtin_comm_hook:0 2025-03-14T05:27:55.4938005Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel._register_fused_optim:0, line 2078 <- wrt source file 2025-03-14T05:27:55.4940068Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py::DistributedDataParallel._register_fused_optim:0 2025-03-14T05:27:55.4941781Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py::skip_init:0, line 33 <- wrt source file 2025-03-14T05:27:55.4943193Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py::skip_init:0 2025-03-14T05:27:55.4946173Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py::convert_conv2d_weight_memory_format:0, line 56 <- wrt source file 2025-03-14T05:27:55.4947905Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py::convert_conv2d_weight_memory_format:0 2025-03-14T05:27:55.4949547Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py::convert_conv3d_weight_memory_format:0, line 130 <- wrt source file 2025-03-14T05:27:55.4951372Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py::convert_conv3d_weight_memory_format:0 2025-03-14T05:27:55.4952946Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::orthogonal:0, line 265 <- wrt source file 2025-03-14T05:27:55.4954417Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::orthogonal:0 2025-03-14T05:27:55.4955844Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::weight_norm:0, line 360 <- wrt source file 2025-03-14T05:27:55.4957376Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::weight_norm:0 2025-03-14T05:27:55.4958888Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::spectral_norm:0, line 591 <- wrt source file 2025-03-14T05:27:55.4960351Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py::spectral_norm:0 2025-03-14T05:27:55.4961815Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py::register_parametrization:0, line 505 <- wrt source file 2025-03-14T05:27:55.4963348Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py::register_parametrization:0 2025-03-14T05:27:55.4964805Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::identity:0, line 844 <- wrt source file 2025-03-14T05:27:55.4966056Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::identity:0 2025-03-14T05:27:55.4967355Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::random_unstructured:0, line 880 <- wrt source file 2025-03-14T05:27:55.4968708Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::random_unstructured:0 2025-03-14T05:27:55.4970219Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::l1_unstructured:0, line 923 <- wrt source file 2025-03-14T05:27:55.4971541Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::l1_unstructured:0 2025-03-14T05:27:55.4972880Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::random_structured:0, line 963 <- wrt source file 2025-03-14T05:27:55.4974207Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::random_structured:0 2025-03-14T05:27:55.4975597Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::ln_structured:0, line 1011 <- wrt source file 2025-03-14T05:27:55.4976894Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::ln_structured:0 2025-03-14T05:27:55.4978211Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::global_unstructured:0, line 1064 <- wrt source file 2025-03-14T05:27:55.5077326Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::global_unstructured:0 2025-03-14T05:27:55.5078839Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::custom_from_mask:0, line 1162 <- wrt source file 2025-03-14T05:27:55.5080335Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::custom_from_mask:0 2025-03-14T05:27:55.5081791Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::remove:0, line 1190 <- wrt source file 2025-03-14T05:27:55.5083223Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::remove:0 2025-03-14T05:27:55.5084782Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::is_pruned:0, line 1218 <- wrt source file 2025-03-14T05:27:55.5086222Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py::is_pruned:0 2025-03-14T05:27:55.5087685Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pad_packed_sequence:0, line 354 <- wrt source file 2025-03-14T05:27:55.5089134Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pad_packed_sequence:0 2025-03-14T05:27:55.5090426Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pad_sequence:0, line 432 <- wrt source file 2025-03-14T05:27:55.5091745Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pad_sequence:0 2025-03-14T05:27:55.5093020Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::unpad_sequence:0, line 490 <- wrt source file 2025-03-14T05:27:55.5094372Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::unpad_sequence:0 2025-03-14T05:27:55.5095646Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pack_sequence:0, line 546 <- wrt source file 2025-03-14T05:27:55.5096906Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::pack_sequence:0 2025-03-14T05:27:55.5098182Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::unpack_sequence:0, line 574 <- wrt source file 2025-03-14T05:27:55.5099504Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py::unpack_sequence:0 2025-03-14T05:27:55.5100911Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py::spectral_norm:0, line 313 <- wrt source file 2025-03-14T05:27:55.5102308Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py::spectral_norm:0 2025-03-14T05:27:55.5103796Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py::remove_spectral_norm:0, line 345 <- wrt source file 2025-03-14T05:27:55.5105288Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py::remove_spectral_norm:0 2025-03-14T05:27:55.5106742Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py::functional_call:0, line 196 <- wrt source file 2025-03-14T05:27:55.5108118Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py::functional_call:0 2025-03-14T05:27:55.5109485Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py::weight_norm:0, line 133 <- wrt source file 2025-03-14T05:27:55.5110809Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py::weight_norm:0 2025-03-14T05:27:55.5112263Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py::remove_weight_norm:0, line 155 <- wrt source file 2025-03-14T05:27:55.5113669Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py::remove_weight_norm:0 2025-03-14T05:27:55.5115181Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py::call_for_per_sample_grads:0, line 35 <- wrt source file 2025-03-14T05:27:55.5116740Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py::call_for_per_sample_grads:0 2025-03-14T05:27:55.5118291Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py::unfold3d:0, line 315 <- wrt source file 2025-03-14T05:27:55.5119828Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py::unfold3d:0 2025-03-14T05:27:55.5121557Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py::sum_over_all_but_batch_and_last_n:0, line 178 <- wrt source file 2025-03-14T05:27:55.5123490Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py::sum_over_all_but_batch_and_last_n:0 2025-03-14T05:27:55.5125073Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::LambdaLR:0, line 258 <- wrt source file 2025-03-14T05:27:55.5126429Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::LambdaLR:0 2025-03-14T05:27:55.5127785Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::MultiplicativeLR:0, line 353 <- wrt source file 2025-03-14T05:27:55.5129261Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::MultiplicativeLR:0 2025-03-14T05:27:55.5130601Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::StepLR:0, line 446 <- wrt source file 2025-03-14T05:27:55.5131864Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::StepLR:0 2025-03-14T05:27:55.5133169Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::MultiStepLR:0, line 499 <- wrt source file 2025-03-14T05:27:55.5134563Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::MultiStepLR:0 2025-03-14T05:27:55.5135894Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ConstantLR:0, line 557 <- wrt source file 2025-03-14T05:27:55.5137334Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ConstantLR:0 2025-03-14T05:27:55.5138866Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::LinearLR:0, line 628 <- wrt source file 2025-03-14T05:27:55.5140352Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::LinearLR:0 2025-03-14T05:27:55.5141850Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::SequentialLR:0, line 748 <- wrt source file 2025-03-14T05:27:55.5143359Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::SequentialLR:0 2025-03-14T05:27:55.5144904Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::PolynomialLR:0, line 889 <- wrt source file 2025-03-14T05:27:55.5146328Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::PolynomialLR:0 2025-03-14T05:27:55.5147695Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ChainedScheduler:0, line 1037 <- wrt source file 2025-03-14T05:27:55.5149105Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ChainedScheduler:0 2025-03-14T05:27:55.5150505Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ReduceLROnPlateau:0, line 1174 <- wrt source file 2025-03-14T05:27:55.5151991Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::ReduceLROnPlateau:0 2025-03-14T05:27:55.5153336Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CyclicLR:0, line 1414 <- wrt source file 2025-03-14T05:27:55.5154693Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CyclicLR:0 2025-03-14T05:27:55.5156360Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CosineAnnealingWarmRestarts.step:0, line 1676 <- wrt source file 2025-03-14T05:27:55.5158053Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CosineAnnealingWarmRestarts.step:0 2025-03-14T05:27:55.5159665Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CosineAnnealingWarmRestarts.step:1, line 1692 <- wrt source file 2025-03-14T05:27:55.5161295Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::CosineAnnealingWarmRestarts.step:1 2025-03-14T05:27:55.5163524Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::OneCycleLR:0, line 1830 <- wrt source file 2025-03-14T05:27:55.5366172Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py::OneCycleLR:0 2025-03-14T05:27:55.5367565Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::AveragedModel:0, line 149 <- wrt source file 2025-03-14T05:27:55.5368923Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::AveragedModel:0 2025-03-14T05:27:55.5370287Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::AveragedModel:1, line 175 <- wrt source file 2025-03-14T05:27:55.5371780Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::AveragedModel:1 2025-03-14T05:27:55.5373236Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::update_bn:0, line 331 <- wrt source file 2025-03-14T05:27:55.5374670Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::update_bn:0 2025-03-14T05:27:55.5376084Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::SWALR:0, line 390 <- wrt source file 2025-03-14T05:27:55.5377473Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py::SWALR:0 2025-03-14T05:27:55.5379015Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py::GlobGroup:0, line 22 <- wrt source file 2025-03-14T05:27:55.5380502Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py::GlobGroup:0 2025-03-14T05:27:55.5382188Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py::_KinetoProfile.toggle_collection_dynamic:0, line 283 <- wrt source file 2025-03-14T05:27:55.5384090Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py::_KinetoProfile.toggle_collection_dynamic:0 2025-03-14T05:27:55.5385746Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py::profile:0, line 605 <- wrt source file 2025-03-14T05:27:55.5387199Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py::profile:0 2025-03-14T05:27:55.5388782Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\semi_structured.py::to_sparse_semi_structured:0, line 338 <- wrt source file 2025-03-14T05:27:55.5390503Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\semi_structured.py::to_sparse_semi_structured:0 2025-03-14T05:27:55.5392148Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py::assert_close:0, line 1398 <- wrt source file 2025-03-14T05:27:55.5393681Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py::assert_close:0 2025-03-14T05:27:55.5395250Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py::make_tensor:0, line 114 <- wrt source file 2025-03-14T05:27:55.5396790Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py::make_tensor:0 2025-03-14T05:27:55.5398417Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::parametrize:0, line 614 <- wrt source file 2025-03-14T05:27:55.5400079Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::parametrize:0 2025-03-14T05:27:55.5401741Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::reparametrize:0, line 735 <- wrt source file 2025-03-14T05:27:55.5403433Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::reparametrize:0 2025-03-14T05:27:55.5405158Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::decorateIf:0, line 824 <- wrt source file 2025-03-14T05:27:55.5406804Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::decorateIf:0 2025-03-14T05:27:55.5408564Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_symmetric_psd_matrix:0, line 4649 <- wrt source file 2025-03-14T05:27:55.5410406Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_symmetric_psd_matrix:0 2025-03-14T05:27:55.5412347Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_hermitian_psd_matrix:0, line 4663 <- wrt source file 2025-03-14T05:27:55.5414184Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_hermitian_psd_matrix:0 2025-03-14T05:27:55.5416016Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_hermitian_pd_matrix:0, line 4693 <- wrt source file 2025-03-14T05:27:55.5417856Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py::random_hermitian_pd_matrix:0 2025-03-14T05:27:55.5419686Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\logging_utils.py::logs_to_string:0, line 194 <- wrt source file 2025-03-14T05:27:55.5421375Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\logging_utils.py::logs_to_string:0 2025-03-14T05:27:55.5423115Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\logging_utils.py::multiple_logs_to_string:0, line 220 <- wrt source file 2025-03-14T05:27:55.5424911Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\logging_utils.py::multiple_logs_to_string:0 2025-03-14T05:27:55.5426844Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py::skip_unless_torch_gpu:0, line 313 <- wrt source file 2025-03-14T05:27:55.5428882Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py::skip_unless_torch_gpu:0 2025-03-14T05:27:55.5430965Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\optests\autograd_registration.py::autograd_registration_check:0, line 29 <- wrt source file 2025-03-14T05:27:55.5433054Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\optests\autograd_registration.py::autograd_registration_check:0 2025-03-14T05:27:55.5435055Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::rename_privateuse1_backend:0, line 69 <- wrt source file 2025-03-14T05:27:55.5436849Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::rename_privateuse1_backend:0 2025-03-14T05:27:55.5438849Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::generate_methods_for_privateuse1_backend:0, line 322 <- wrt source file 2025-03-14T05:27:55.5440817Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::generate_methods_for_privateuse1_backend:0 2025-03-14T05:27:55.5442641Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::_get_custom_mod_func:0, line 354 <- wrt source file 2025-03-14T05:27:55.5444362Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py::_get_custom_mod_func:0 2025-03-14T05:27:55.5446067Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::checkpoint_sequential:0, line 547 <- wrt source file 2025-03-14T05:27:55.5447696Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::checkpoint_sequential:0 2025-03-14T05:27:55.5449318Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::set_checkpoint_early_stop:0, line 749 <- wrt source file 2025-03-14T05:27:55.5450968Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::set_checkpoint_early_stop:0 2025-03-14T05:27:55.5452686Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::SelectiveCheckpointContext:0, line 1208 <- wrt source file 2025-03-14T05:27:55.5454402Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::SelectiveCheckpointContext:0 2025-03-14T05:27:55.5456146Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::create_selective_checkpoint_contexts:0, line 1358 <- wrt source file 2025-03-14T05:27:55.5457960Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py::create_selective_checkpoint_contexts:0 2025-03-14T05:27:55.5459685Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CppExtension:0, line 1092 <- wrt source file 2025-03-14T05:27:55.5573904Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CppExtension:0 2025-03-14T05:27:55.5575393Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CUDAExtension:0, line 1164 <- wrt source file 2025-03-14T05:27:55.5576957Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CUDAExtension:0 2025-03-14T05:27:55.5578561Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CUDAExtension:1, line 1242 <- wrt source file 2025-03-14T05:27:55.5580086Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::CUDAExtension:1 2025-03-14T05:27:55.5581651Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::SyclExtension:0, line 1353 <- wrt source file 2025-03-14T05:27:55.5583195Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::SyclExtension:0 2025-03-14T05:27:55.5584689Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::load:0, line 1589 <- wrt source file 2025-03-14T05:27:55.5586134Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::load:0 2025-03-14T05:27:55.5587615Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::load_inline:0, line 1880 <- wrt source file 2025-03-14T05:27:55.5589130Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py::load_inline:0 2025-03-14T05:27:55.5590732Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py::from_dlpack:0, line 72 <- wrt source file 2025-03-14T05:27:55.5592166Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py::from_dlpack:0 2025-03-14T05:27:55.5593759Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py::ThroughputBenchmark:0, line 77 <- wrt source file 2025-03-14T05:27:55.5595594Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py::ThroughputBenchmark:0 2025-03-14T05:27:55.5597278Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::register_pytree_node:0, line 126 <- wrt source file 2025-03-14T05:27:55.5598852Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::register_pytree_node:0 2025-03-14T05:27:55.5600386Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_is_leaf:0, line 247 <- wrt source file 2025-03-14T05:27:55.5601846Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_is_leaf:0 2025-03-14T05:27:55.5603163Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_flatten:0, line 290 <- wrt source file 2025-03-14T05:27:55.5604468Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_flatten:0 2025-03-14T05:27:55.5605795Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_unflatten:0, line 327 <- wrt source file 2025-03-14T05:27:55.5607199Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_unflatten:0 2025-03-14T05:27:55.5608523Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_iter:0, line 357 <- wrt source file 2025-03-14T05:27:55.5609886Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_iter:0 2025-03-14T05:27:55.5611194Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_leaves:0, line 392 <- wrt source file 2025-03-14T05:27:55.5612565Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_leaves:0 2025-03-14T05:27:55.5613896Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_structure:0, line 427 <- wrt source file 2025-03-14T05:27:55.5615211Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_structure:0 2025-03-14T05:27:55.5616502Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_map:0, line 464 <- wrt source file 2025-03-14T05:27:55.5617816Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::tree_map:0 2025-03-14T05:27:55.5619182Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::broadcast_prefix:0, line 880 <- wrt source file 2025-03-14T05:27:55.5620555Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_cxx_pytree.py::broadcast_prefix:0 2025-03-14T05:27:55.5621902Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::register_dataclass:0, line 268 <- wrt source file 2025-03-14T05:27:55.5623236Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::register_dataclass:0 2025-03-14T05:27:55.5624709Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::register_constant:0, line 328 <- wrt source file 2025-03-14T05:27:55.5626086Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::register_constant:0 2025-03-14T05:27:55.5627409Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::tree_map:0, line 1115 <- wrt source file 2025-03-14T05:27:55.5628823Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_pytree.py::tree_map:0 2025-03-14T05:27:55.5630301Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::IterableDataset:0, line 94 <- wrt source file 2025-03-14T05:27:55.5631689Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::IterableDataset:0 2025-03-14T05:27:55.5633088Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::StackDataset:0, line 219 <- wrt source file 2025-03-14T05:27:55.5634509Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::StackDataset:0 2025-03-14T05:27:55.5635919Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::random_split:0, line 441 <- wrt source file 2025-03-14T05:27:55.5637247Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py::random_split:0 2025-03-14T05:27:55.5638680Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py::DistributedSampler:0, line 55 <- wrt source file 2025-03-14T05:27:55.5640139Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py::DistributedSampler:0 2025-03-14T05:27:55.5641586Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::Sampler:0, line 34 <- wrt source file 2025-03-14T05:27:55.5642880Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::Sampler:0 2025-03-14T05:27:55.5644263Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::WeightedRandomSampler:0, line 232 <- wrt source file 2025-03-14T05:27:55.5646434Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::WeightedRandomSampler:0 2025-03-14T05:27:55.5647889Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::BatchSampler:0, line 295 <- wrt source file 2025-03-14T05:27:55.5649232Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py::BatchSampler:0 2025-03-14T05:27:55.5650636Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py::IterDataPipe:0, line 97 <- wrt source file 2025-03-14T05:27:55.5652154Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py::IterDataPipe:0 2025-03-14T05:27:55.5653687Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py::MapDataPipe:0, line 264 <- wrt source file 2025-03-14T05:27:55.5655178Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py::MapDataPipe:0 2025-03-14T05:27:55.5656701Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py::MapperIterDataPipe:0, line 52 <- wrt source file 2025-03-14T05:27:55.5658427Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py::MapperIterDataPipe:0 2025-03-14T05:27:55.5660059Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py::CollatorIterDataPipe:0, line 198 <- wrt source file 2025-03-14T05:27:55.5661671Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py::CollatorIterDataPipe:0 2025-03-14T05:27:55.7023415Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py::ShufflerIterDataPipe:0, line 88 <- wrt source file 2025-03-14T05:27:55.7024746Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py::ShufflerIterDataPipe:0 2025-03-14T05:27:55.7026160Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ConcaterIterDataPipe:0, line 38 <- wrt source file 2025-03-14T05:27:55.7027453Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ConcaterIterDataPipe:0 2025-03-14T05:27:55.7028835Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ForkerIterDataPipe:0, line 88 <- wrt source file 2025-03-14T05:27:55.7030126Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ForkerIterDataPipe:0 2025-03-14T05:27:55.7031371Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::_ChildDataPipe:0, line 307 <- wrt source file 2025-03-14T05:27:55.7032564Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::_ChildDataPipe:0 2025-03-14T05:27:55.7033855Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::DemultiplexerIterDataPipe:0, line 393 <- wrt source file 2025-03-14T05:27:55.7035283Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::DemultiplexerIterDataPipe:0 2025-03-14T05:27:55.7036604Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::MultiplexerIterDataPipe:0, line 603 <- wrt source file 2025-03-14T05:27:55.7037919Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::MultiplexerIterDataPipe:0 2025-03-14T05:27:55.7039840Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ZipperIterDataPipe:0, line 671 <- wrt source file 2025-03-14T05:27:55.7040938Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py::ZipperIterDataPipe:0 2025-03-14T05:27:55.7042024Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py::FileListerIterDataPipe:0, line 31 <- wrt source file 2025-03-14T05:27:55.7043139Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py::FileListerIterDataPipe:0 2025-03-14T05:27:55.7044283Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py::FileOpenerIterDataPipe:0, line 35 <- wrt source file 2025-03-14T05:27:55.7045483Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py::FileOpenerIterDataPipe:0 2025-03-14T05:27:55.7046573Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::BatcherIterDataPipe:0, line 53 <- wrt source file 2025-03-14T05:27:55.7047632Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::BatcherIterDataPipe:0 2025-03-14T05:27:55.7048704Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::UnBatcherIterDataPipe:0, line 113 <- wrt source file 2025-03-14T05:27:55.7049793Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::UnBatcherIterDataPipe:0 2025-03-14T05:27:55.7051090Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::GrouperIterDataPipe:0, line 180 <- wrt source file 2025-03-14T05:27:55.7052156Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py::GrouperIterDataPipe:0 2025-03-14T05:27:55.7053216Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py::FilterIterDataPipe:0, line 37 <- wrt source file 2025-03-14T05:27:55.7054319Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py::FilterIterDataPipe:0 2025-03-14T05:27:55.7056084Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py::StreamReaderIterDataPipe:0, line 25 <- wrt source file 2025-03-14T05:27:55.7057282Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py::StreamReaderIterDataPipe:0 2025-03-14T05:27:55.7058441Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py::IterableWrapperIterDataPipe:0, line 26 <- wrt source file 2025-03-14T05:27:55.7059571Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py::IterableWrapperIterDataPipe:0 2025-03-14T05:27:55.7060650Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py::MapperMapDataPipe:0, line 35 <- wrt source file 2025-03-14T05:27:55.7061776Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py::MapperMapDataPipe:0 2025-03-14T05:27:55.7062892Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py::ShufflerIterDataPipe:0, line 34 <- wrt source file 2025-03-14T05:27:55.7064012Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py::ShufflerIterDataPipe:0 2025-03-14T05:27:55.7065169Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py::ConcaterMapDataPipe:0, line 29 <- wrt source file 2025-03-14T05:27:55.7066240Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py::ConcaterMapDataPipe:0 2025-03-14T05:27:55.7067388Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py::ZipperMapDataPipe:0, line 73 <- wrt source file 2025-03-14T05:27:55.7068451Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py::ZipperMapDataPipe:0 2025-03-14T05:27:55.7069511Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py::BatcherMapDataPipe:0, line 29 <- wrt source file 2025-03-14T05:27:55.7070564Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py::BatcherMapDataPipe:0 2025-03-14T05:27:55.7071629Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py::SequenceWrapperMapDataPipe:0, line 26 <- wrt source file 2025-03-14T05:27:55.7072766Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py::SequenceWrapperMapDataPipe:0 2025-03-14T05:27:55.7073872Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py::validate_input_col:0, line 37 <- wrt source file 2025-03-14T05:27:55.7074976Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py::validate_input_col:0 2025-03-14T05:27:55.7076055Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\decoder.py::basichandlers:0, line 47 <- wrt source file 2025-03-14T05:27:55.7077126Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\decoder.py::basichandlers:0 2025-03-14T05:27:55.7078110Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::default_convert:0, line 39 <- wrt source file 2025-03-14T05:27:55.7079149Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::default_convert:0 2025-03-14T05:27:55.7080087Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::collate:0, line 137 <- wrt source file 2025-03-14T05:27:55.7081019Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::collate:0 2025-03-14T05:27:55.7081958Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::default_collate:0, line 364 <- wrt source file 2025-03-14T05:27:55.7082922Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py::default_collate:0 2025-03-14T05:27:55.7083932Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py::find_closure_group:0, line 440 <- wrt source file 2025-03-14T05:27:56.0096632Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py::find_closure_group:0 2025-03-14T05:27:56.0097718Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py::replace_extern_shared:0, line 536 <- wrt source file 2025-03-14T05:27:56.0098761Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py::replace_extern_shared:0 2025-03-14T05:27:56.0099785Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.__init__:0, line 216 <- wrt source file 2025-03-14T05:27:56.0100961Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.__init__:0 2025-03-14T05:27:56.0102032Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_hparams:0, line 314 <- wrt source file 2025-03-14T05:27:56.0103118Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_hparams:0 2025-03-14T05:27:56.0104153Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_scalar:0, line 362 <- wrt source file 2025-03-14T05:27:56.0105201Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_scalar:0 2025-03-14T05:27:56.0106237Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_scalars:0, line 394 <- wrt source file 2025-03-14T05:27:56.0107270Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_scalars:0 2025-03-14T05:27:56.0108380Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_tensor:0, line 441 <- wrt source file 2025-03-14T05:27:56.0109409Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_tensor:0 2025-03-14T05:27:56.0110446Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_histogram:0, line 480 <- wrt source file 2025-03-14T05:27:56.0111499Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_histogram:0 2025-03-14T05:27:56.0112717Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_histogram_raw:0, line 533 <- wrt source file 2025-03-14T05:27:56.0123451Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_histogram_raw:0 2025-03-14T05:27:56.0124551Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_image:0, line 599 <- wrt source file 2025-03-14T05:27:56.0125681Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_image:0 2025-03-14T05:27:56.0126866Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_images:0, line 648 <- wrt source file 2025-03-14T05:27:56.0127909Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_images:0 2025-03-14T05:27:56.0128964Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_text:0, line 811 <- wrt source file 2025-03-14T05:27:56.0129991Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_text:0 2025-03-14T05:27:56.0131112Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_embedding:0, line 878 <- wrt source file 2025-03-14T05:27:56.0132176Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_embedding:0 2025-03-14T05:27:56.0133235Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_pr_curve:0, line 989 <- wrt source file 2025-03-14T05:27:56.0134299Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_pr_curve:0 2025-03-14T05:27:56.0135498Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars_multilinechart:0, line 1063 <- wrt source file 2025-03-14T05:27:56.0136780Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars_multilinechart:0 2025-03-14T05:27:56.0137994Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars_marginchart:0, line 1084 <- wrt source file 2025-03-14T05:27:56.0139178Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars_marginchart:0 2025-03-14T05:27:56.0140310Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars:0, line 1108 <- wrt source file 2025-03-14T05:27:56.0141414Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_custom_scalars:0 2025-03-14T05:27:56.0142555Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_mesh:0, line 1154 <- wrt source file 2025-03-14T05:27:56.0143576Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py::SummaryWriter.add_mesh:0 2025-03-14T05:27:56.0144612Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_sympy\functions.py::MinMaxBase._collapse_arguments:0, line 718 <- wrt source file 2025-03-14T05:27:56.0145648Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_sympy\functions.py::MinMaxBase._collapse_arguments:0 2025-03-14T05:27:56.0146739Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\decorators.py::substitute_in_graph:0, line 317 <- wrt source file 2025-03-14T05:27:56.0147755Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\decorators.py::substitute_in_graph:0 2025-03-14T05:27:56.0148770Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\variables\base.py::VariableTracker.python_type:0, line 321 <- wrt source file 2025-03-14T05:27:56.0149817Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\variables\base.py::VariableTracker.python_type:0 2025-03-14T05:27:56.0150897Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_export\utils.py::register_module_as_pytree_input_node:0, line 1233 <- wrt source file 2025-03-14T05:27:56.0151924Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_export\utils.py::register_module_as_pytree_input_node:0 2025-03-14T05:27:56.0152893Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\aot_autograd.py::aot_function:0, line 886 <- wrt source file 2025-03-14T05:27:56.0153900Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\aot_autograd.py::aot_function:0 2025-03-14T05:27:56.0154860Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\apis.py::vmap:0, line 95 <- wrt source file 2025-03-14T05:27:56.0155685Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\apis.py::vmap:0 2025-03-14T05:27:56.0156500Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\apis.py::grad:0, line 323 <- wrt source file 2025-03-14T05:27:56.0157325Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\apis.py::grad:0 2025-03-14T05:27:56.0158243Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\benchmark_utils.py::benchmark_utilization:0, line 184 <- wrt source file 2025-03-14T05:27:56.0159400Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\benchmark_utils.py::benchmark_utilization:0 2025-03-14T05:27:56.0160361Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::vjp:0, line 232 <- wrt source file 2025-03-14T05:27:56.0161261Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::vjp:0 2025-03-14T05:27:56.0162172Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jacrev:0, line 474 <- wrt source file 2025-03-14T05:27:56.0163093Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jacrev:0 2025-03-14T05:27:56.0479964Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jvp:0, line 1023 <- wrt source file 2025-03-14T05:27:56.0480906Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jvp:0 2025-03-14T05:27:56.0481824Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jacfwd:0, line 1181 <- wrt source file 2025-03-14T05:27:56.0482743Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::jacfwd:0 2025-03-14T05:27:56.0483674Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::hessian:0, line 1341 <- wrt source file 2025-03-14T05:27:56.0484604Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::hessian:0 2025-03-14T05:27:56.0485544Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::functionalize:0, line 1505 <- wrt source file 2025-03-14T05:27:56.0486677Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::functionalize:0 2025-03-14T05:27:56.0487658Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::linearize:0, line 1704 <- wrt source file 2025-03-14T05:27:56.0488600Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\eager_transforms.py::linearize:0 2025-03-14T05:27:56.0489551Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\functional_call.py::functional_call:0, line 36 <- wrt source file 2025-03-14T05:27:56.0490582Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\functional_call.py::functional_call:0 2025-03-14T05:27:56.0491530Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\fx_minifier.py::minifier:0, line 194 <- wrt source file 2025-03-14T05:27:56.0492427Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\fx_minifier.py::minifier:0 2025-03-14T05:27:56.0493481Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\_aot_autograd\runtime_wrappers.py::CompilerWrapper.post_compile:0, line 115 <- wrt source file 2025-03-14T05:27:56.0494675Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_functorch\_aot_autograd\runtime_wrappers.py::CompilerWrapper.post_compile:0 2025-03-14T05:27:56.0495790Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\associative_scan.py::associative_scan:0, line 128 <- wrt source file 2025-03-14T05:27:56.0496827Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\associative_scan.py::associative_scan:0 2025-03-14T05:27:56.0497886Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\associative_scan.py::generic_associative_scan:0, line 270 <- wrt source file 2025-03-14T05:27:56.0499026Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\associative_scan.py::generic_associative_scan:0 2025-03-14T05:27:56.0500003Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\cond.py::cond:0, line 110 <- wrt source file 2025-03-14T05:27:56.0500884Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\cond.py::cond:0 2025-03-14T05:27:56.0501808Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\flat_apply.py::FlatApply.__call__:0, line 80 <- wrt source file 2025-03-14T05:27:56.0502810Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\flat_apply.py::FlatApply.__call__:0 2025-03-14T05:27:56.0503747Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\scan.py::scan:0, line 94 <- wrt source file 2025-03-14T05:27:56.0504609Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_higher_order_ops\scan.py::scan:0 2025-03-14T05:27:56.0505586Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\cpp_builder.py::get_name_and_dir_from_output_file_path:0, line 1351 <- wrt source file 2025-03-14T05:27:56.0506671Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_inductor\cpp_builder.py::get_name_and_dir_from_output_file_path:0 2025-03-14T05:27:56.0507761Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::custom_op:0, line 99 <- wrt source file 2025-03-14T05:27:56.0508645Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::custom_op:0 2025-03-14T05:27:56.0509608Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.set_kernel_enabled:0, line 230 <- wrt source file 2025-03-14T05:27:56.0510734Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.set_kernel_enabled:0 2025-03-14T05:27:56.0511766Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_kernel:0, line 299 <- wrt source file 2025-03-14T05:27:56.0512776Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_kernel:0 2025-03-14T05:27:56.0513781Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_fake:0, line 405 <- wrt source file 2025-03-14T05:27:56.0514924Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_fake:0 2025-03-14T05:27:56.0515948Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_autograd:0, line 532 <- wrt source file 2025-03-14T05:27:56.0516983Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_autograd:0 2025-03-14T05:27:56.0517982Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_vmap:0, line 704 <- wrt source file 2025-03-14T05:27:56.0518975Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_vmap:0 2025-03-14T05:27:56.0519989Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_autocast:0, line 790 <- wrt source file 2025-03-14T05:27:56.0521013Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\custom_ops.py::CustomOpDef.register_autocast:0 2025-03-14T05:27:56.0522038Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\fake_class_registry.py::register_fake_class:0, line 197 <- wrt source file 2025-03-14T05:27:56.0523077Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\fake_class_registry.py::register_fake_class:0 2025-03-14T05:27:56.0524087Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\fake_impl.py::FakeImplCtx.new_dynamic_size:0, line 161 <- wrt source file 2025-03-14T05:27:56.0525088Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\fake_impl.py::FakeImplCtx.new_dynamic_size:0 2025-03-14T05:27:56.0526139Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\infer_schema.py::infer_schema:0, line 51 <- wrt source file 2025-03-14T05:27:56.0527044Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\infer_schema.py::infer_schema:0 2025-03-14T05:27:56.0527920Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\triton.py::triton_op:0, line 61 <- wrt source file 2025-03-14T05:27:56.0528770Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\triton.py::triton_op:0 2025-03-14T05:27:56.0529631Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\triton.py::wrap_triton:0, line 213 <- wrt source file 2025-03-14T05:27:56.0530499Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_library\triton.py::wrap_triton:0 2025-03-14T05:27:56.0531841Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_logging\_internal.py::set_logs:0, line 442 <- wrt source file 2025-03-14T05:27:56.0533250Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_logging\_internal.py::set_logs:0 2025-03-14T05:27:56.0534713Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_equal:0, line 170 <- wrt source file 2025-03-14T05:27:56.0536332Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_equal:0 2025-03-14T05:27:56.0537900Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::print_assert_equal:0, line 301 <- wrt source file 2025-03-14T05:27:56.0539422Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::print_assert_equal:0 2025-03-14T05:27:56.0540449Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_almost_equal:0, line 370 <- wrt source file 2025-03-14T05:27:56.0541478Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_almost_equal:0 2025-03-14T05:27:56.0542420Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_approx_equal:0, line 490 <- wrt source file 2025-03-14T05:27:56.0543373Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_approx_equal:0 2025-03-14T05:27:56.0544304Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_equal:0, line 779 <- wrt source file 2025-03-14T05:27:56.0545237Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_equal:0 2025-03-14T05:27:56.0546188Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_almost_equal:0, line 884 <- wrt source file 2025-03-14T05:27:56.0547170Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_almost_equal:0 2025-03-14T05:27:56.0548136Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_less:0, line 992 <- wrt source file 2025-03-14T05:27:56.0549076Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_less:0 2025-03-14T05:27:56.0550068Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_string_equal:0, line 1057 <- wrt source file 2025-03-14T05:27:56.0551015Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_string_equal:0 2025-03-14T05:27:56.0551945Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_allclose:0, line 1278 <- wrt source file 2025-03-14T05:27:56.0552879Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_allclose:0 2025-03-14T05:27:56.0553853Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_almost_equal_nulp:0, line 1344 <- wrt source file 2025-03-14T05:27:56.0554988Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_almost_equal_nulp:0 2025-03-14T05:27:56.0555990Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_max_ulp:0, line 1407 <- wrt source file 2025-03-14T05:27:56.0556950Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_array_max_ulp:0 2025-03-14T05:27:56.0557869Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::nulp_diff:0, line 1452 <- wrt source file 2025-03-14T05:27:56.0558764Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::nulp_diff:0 2025-03-14T05:27:56.0559647Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_warns:0, line 1562 <- wrt source file 2025-03-14T05:27:56.0560657Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::assert_warns:0 2025-03-14T05:27:56.0561598Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::clear_and_catch_warnings:0, line 1819 <- wrt source file 2025-03-14T05:27:56.0562583Z * SUCCESS: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_numpy\testing\utils.py::clear_and_catch_warnings:0 2025-03-14T05:27:56.0563502Z * DOCTEST : C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py::TorchRefsMode:0, line 86 <- wrt source file 2025-03-14T05:27:56.0564382Z * SKIPPED: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py::TorchRefsMode:0 2025-03-14T05:27:56.0565987Z ============ 2025-03-14T05:27:56.0566226Z Finished doctests 2025-03-14T05:27:56.0566504Z 369 / 818 passed 2025-03-14T05:27:56.0566757Z  2025-03-14T05:27:56.0567059Z === Found 9 parse-time warnings === 2025-03-14T05:27:56.0567490Z --- Parse Warning: 1 / 9 --- 2025-03-14T05:27:56.0568429Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=Library.fallback in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py line=376. 2025-03-14T05:27:56.0569471Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0570030Z Registers the function implementation as the fallback for the given key. 2025-03-14T05:27:56.0570428Z 2025-03-14T05:27:56.0570722Z This function only works for a library with global namespace ("_"). 2025-03-14T05:27:56.0571099Z 2025-03-14T05:27:56.0571272Z Args: 2025-03-14T05:27:56.0571654Z fn: function used as fallback for the given dispatch key or :func:`~fallthrough_kernel` 2025-03-14T05:27:56.0572132Z to register a fallthrough. 2025-03-14T05:27:56.0572633Z dispatch_key: dispatch key that the input function should be registered for. By default, it uses 2025-03-14T05:27:56.0573256Z the dispatch key that the library was created with. 2025-03-14T05:27:56.0573850Z with_keyset: flag controlling if the current dispatcher call keyset should be passed as the first argument 2025-03-14T05:27:56.0574594Z to :attr:`fn` when calling. This should be used to create the appropriate keyset for redispatch calls. 2025-03-14T05:27:56.0575074Z 2025-03-14T05:27:56.0575264Z Example:: 2025-03-14T05:27:56.0575516Z >>> my_lib = Library("_", "IMPL") 2025-03-14T05:27:56.0575846Z >>> def fallback_kernel(op, *args, **kwargs): 2025-03-14T05:27:56.0576190Z >>> # Handle all autocast ops generically 2025-03-14T05:27:56.0576493Z >>> # ... 2025-03-14T05:27:56.0576781Z >>> my_lib.fallback(fallback_kernel, "Autocast") 2025-03-14T05:27:56.0577098Z 2025-03-14T05:27:56.0577647Z Original Error: IndentationError('expected an indented block', ('', 5, 1, 'my_lib.fallback(fallback_kernel, "Autocast")\n')) 2025-03-14T05:27:56.0578232Z 2025-03-14T05:27:56.0578458Z my_lib.fallback(fallback_kernel, "Autocast") 2025-03-14T05:27:56.0578749Z ^ 2025-03-14T05:27:56.0578940Z warnings.warn(msg) 2025-03-14T05:27:56.0579165Z 2025-03-14T05:27:56.0579459Z --- Parse Warning: 2 / 9 --- 2025-03-14T05:27:56.0580370Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=register_fake in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py line=920. 2025-03-14T05:27:56.0581397Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0581947Z Register a FakeTensor implementation ("fake impl") for this operator. 2025-03-14T05:27:56.0582395Z 2025-03-14T05:27:56.0582712Z Also sometimes known as a "meta kernel", "abstract impl". 2025-03-14T05:27:56.0583049Z 2025-03-14T05:27:56.0583380Z An "FakeTensor implementation" specifies the behavior of this operator on 2025-03-14T05:27:56.0583922Z Tensors that carry no data ("FakeTensor"). Given some input Tensors with 2025-03-14T05:27:56.0584450Z certain properties (sizes/strides/storage_offset/device), it specifies 2025-03-14T05:27:56.0584912Z what the properties of the output Tensors are. 2025-03-14T05:27:56.0585214Z 2025-03-14T05:27:56.0585521Z The FakeTensor implementation has the same signature as the operator. 2025-03-14T05:27:56.0586074Z It is run for both FakeTensors and meta tensors. To write a FakeTensor 2025-03-14T05:27:56.0586569Z implementation, assume that all Tensor inputs to the operator are 2025-03-14T05:27:56.0587061Z regular CPU/CUDA/Meta tensors, but they do not have storage, and 2025-03-14T05:27:56.0587551Z you are trying to return regular CPU/CUDA/Meta tensor(s) as output. 2025-03-14T05:27:56.0588049Z The FakeTensor implementation must consist of only PyTorch operations 2025-03-14T05:27:56.0588531Z (and may not directly access the storage or data of any input or 2025-03-14T05:27:56.0588903Z intermediate Tensors). 2025-03-14T05:27:56.0589143Z 2025-03-14T05:27:56.0589374Z This API may be used as a decorator (see examples). 2025-03-14T05:27:56.0589683Z 2025-03-14T05:27:56.0589905Z For a detailed guide on custom ops, please see 2025-03-14T05:27:56.0590354Z https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html 2025-03-14T05:27:56.0590742Z 2025-03-14T05:27:56.0590919Z Examples: 2025-03-14T05:27:56.0591118Z >>> import torch 2025-03-14T05:27:56.0591364Z >>> import numpy as np 2025-03-14T05:27:56.0591636Z >>> from torch import Tensor 2025-03-14T05:27:56.0591900Z >>> 2025-03-14T05:27:56.0592201Z >>> # Example 1: an operator without data-dependent output shape 2025-03-14T05:27:56.0592723Z >>> @torch.library.custom_op("mylib::custom_linear", mutates_args=()) 2025-03-14T05:27:56.0593228Z >>> def custom_linear(x: Tensor, weight: Tensor, bias: Tensor) -> Tensor: 2025-03-14T05:27:56.0593705Z >>> raise NotImplementedError("Implementation goes here") 2025-03-14T05:27:56.0594132Z >>> 2025-03-14T05:27:56.0594414Z >>> @torch.library.register_fake("mylib::custom_linear") 2025-03-14T05:27:56.0594777Z >>> def _(x, weight, bias): 2025-03-14T05:27:56.0595054Z >>> assert x.dim() == 2 2025-03-14T05:27:56.0595347Z >>> assert weight.dim() == 2 2025-03-14T05:27:56.0595657Z >>> assert bias.dim() == 1 2025-03-14T05:27:56.0595973Z >>> assert x.shape[1] == weight.shape[1] 2025-03-14T05:27:56.0596314Z >>> assert weight.shape[0] == bias.shape[0] 2025-03-14T05:27:56.0596651Z >>> assert x.device == weight.device 2025-03-14T05:27:56.0596947Z >>> 2025-03-14T05:27:56.0597164Z >>> return (x @ weight.t()) + bias 2025-03-14T05:27:56.0597455Z >>> 2025-03-14T05:27:56.0597731Z >>> with torch._subclasses.fake_tensor.FakeTensorMode(): 2025-03-14T05:27:56.0598079Z >>> x = torch.randn(2, 3) 2025-03-14T05:27:56.0598362Z >>> w = torch.randn(3, 3) 2025-03-14T05:27:56.0598652Z >>> b = torch.randn(3) 2025-03-14T05:27:56.0598962Z >>> y = torch.ops.mylib.custom_linear(x, w, b) 2025-03-14T05:27:56.0599267Z >>> 2025-03-14T05:27:56.0599473Z >>> assert y.shape == (2, 3) 2025-03-14T05:27:56.0599747Z >>> 2025-03-14T05:27:56.0600022Z >>> # Example 2: an operator with data-dependent output shape 2025-03-14T05:27:56.0600550Z >>> @torch.library.custom_op("mylib::custom_nonzero", mutates_args=()) 2025-03-14T05:27:56.0601025Z >>> def custom_nonzero(x: Tensor) -> Tensor: 2025-03-14T05:27:56.0601356Z >>> x_np = x.numpy(force=True) 2025-03-14T05:27:56.0601668Z >>> res = np.stack(np.nonzero(x_np), axis=1) 2025-03-14T05:27:56.0602023Z >>> return torch.tensor(res, device=x.device) 2025-03-14T05:27:56.0602326Z >>> 2025-03-14T05:27:56.0602604Z >>> @torch.library.register_fake("mylib::custom_nonzero") 2025-03-14T05:27:56.0602952Z >>> def _(x): 2025-03-14T05:27:56.0603228Z >>> # Number of nonzero-elements is data-dependent. 2025-03-14T05:27:56.0603654Z >>> # Since we cannot peek at the data in an fake impl, 2025-03-14T05:27:56.0604044Z >>> # we use the ctx object to construct a new symint that 2025-03-14T05:27:56.0604419Z >>> # represents the data-dependent size. 2025-03-14T05:27:56.0604755Z >>> ctx = torch.library.get_ctx() 2025-03-14T05:27:56.0605069Z >>> nnz = ctx.new_dynamic_size() 2025-03-14T05:27:56.0605377Z >>> shape = [nnz, x.dim()] 2025-03-14T05:27:56.0605710Z >>> result = x.new_empty(shape, dtype=torch.int64) 2025-03-14T05:27:56.0606043Z >>> return result 2025-03-14T05:27:56.0606296Z >>> 2025-03-14T05:27:56.0606574Z >>> from torch.fx.experimental.proxy_tensor import make_fx 2025-03-14T05:27:56.0606925Z >>> 2025-03-14T05:27:56.0607146Z >>> x = torch.tensor([0, 1, 2, 3, 4, 0]) 2025-03-14T05:27:56.0607574Z >>> trace = make_fx(torch.ops.mylib.custom_nonzero, tracing_mode="symbolic")(x) 2025-03-14T05:27:56.0608003Z >>> trace.print_readable() 2025-03-14T05:27:56.0608264Z >>> 2025-03-14T05:27:56.0608577Z >>> assert torch.allclose(trace(x), torch.ops.mylib.custom_nonzero(x)) 2025-03-14T05:27:56.0608962Z 2025-03-14T05:27:56.0609143Z 2025-03-14T05:27:56.0609583Z Original Error: IndentationError('expected an indented block', ('', 38, 1, '_._ = None\n')) 2025-03-14T05:27:56.0610138Z 2025-03-14T05:27:56.0610303Z _._ = None 2025-03-14T05:27:56.0610500Z ^ 2025-03-14T05:27:56.0610689Z warnings.warn(msg) 2025-03-14T05:27:56.0610918Z 2025-03-14T05:27:56.0611279Z --- Parse Warning: 3 / 9 --- 2025-03-14T05:27:56.0612231Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=is_available in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py line=38. 2025-03-14T05:27:56.0613297Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0613863Z Check if the current accelerator is available at runtime: it was build, all the 2025-03-14T05:27:56.0614391Z required drivers are available and at least one device is visible. 2025-03-14T05:27:56.0614838Z See :ref:`accelerator` for details. 2025-03-14T05:27:56.0615140Z 2025-03-14T05:27:56.0615324Z Returns: 2025-03-14T05:27:56.0615705Z bool: A boolean indicating if there is an available :ref:`accelerator`. 2025-03-14T05:27:56.0616136Z 2025-03-14T05:27:56.0616315Z Example:: 2025-03-14T05:27:56.0616503Z 2025-03-14T05:27:56.0616850Z >>> assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:56.0617279Z 2025-03-14T05:27:56.0617878Z Original Error: SyntaxError('invalid syntax', ('', 1, 41, 'assert torch.accelerator.is_available() "No available accelerators detected."\n')) 2025-03-14T05:27:56.0618522Z 2025-03-14T05:27:56.0618868Z assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:56.0619357Z ^ 2025-03-14T05:27:56.0619639Z warnings.warn(msg) 2025-03-14T05:27:56.0619870Z 2025-03-14T05:27:56.0620218Z --- Parse Warning: 4 / 9 --- 2025-03-14T05:27:56.0621161Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=synchronize in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\accelerator\__init__.py line=153. 2025-03-14T05:27:56.0622212Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0622728Z Wait for all kernels in all streams on the given device to complete. 2025-03-14T05:27:56.0623089Z 2025-03-14T05:27:56.0623260Z Args: 2025-03-14T05:27:56.0624106Z device (:class:`torch.device`, str, int, optional): device for which to synchronize. It must match 2025-03-14T05:27:56.0624726Z the current :ref:`accelerator` device type. If not given, 2025-03-14T05:27:56.0625220Z use :func:`torch.accelerator.current_device_index` by default. 2025-03-14T05:27:56.0625581Z 2025-03-14T05:27:56.0625974Z .. note:: This function is a no-op if the current :ref:`accelerator` is not initialized. 2025-03-14T05:27:56.0626425Z 2025-03-14T05:27:56.0626603Z Example:: 2025-03-14T05:27:56.0626800Z 2025-03-14T05:27:56.0627018Z >>> # xdoctest: +REQUIRES(env:TORCH_DOCTEST_CUDA) 2025-03-14T05:27:56.0627493Z >>> assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:56.0627979Z >>> start_event = torch.Event(enable_timing=True) 2025-03-14T05:27:56.0628340Z >>> end_event = torch.Event(enable_timing=True) 2025-03-14T05:27:56.0628648Z >>> start_event.record() 2025-03-14T05:27:56.0629056Z >>> tensor = torch.randn(100, device=torch.accelerator.current_accelerator()) 2025-03-14T05:27:56.0629481Z >>> sum = torch.sum(tensor) 2025-03-14T05:27:56.0629761Z >>> end_event.record() 2025-03-14T05:27:56.0630065Z >>> torch.accelerator.synchronize() 2025-03-14T05:27:56.0630490Z >>> elapsed_time_ms = start_event.elapsed_time(end_event) 2025-03-14T05:27:56.0630812Z 2025-03-14T05:27:56.0631398Z Original Error: SyntaxError('invalid syntax', ('', 2, 41, 'assert torch.accelerator.is_available() "No available accelerators detected."\n')) 2025-03-14T05:27:56.0632054Z 2025-03-14T05:27:56.0632402Z assert torch.accelerator.is_available() "No available accelerators detected." 2025-03-14T05:27:56.0632838Z ^ 2025-03-14T05:27:56.0633106Z warnings.warn(msg) 2025-03-14T05:27:56.0633325Z 2025-03-14T05:27:56.0633676Z --- Parse Warning: 5 / 9 --- 2025-03-14T05:27:56.0634685Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=cudart in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py line=396. 2025-03-14T05:27:56.0635708Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0636153Z Retrieves the CUDA runtime API module. 2025-03-14T05:27:56.0636420Z 2025-03-14T05:27:56.0636593Z 2025-03-14T05:27:56.0636917Z This function initializes the CUDA runtime environment if it is not already 2025-03-14T05:27:56.0637451Z initialized and returns the CUDA runtime API module (_cudart). The CUDA 2025-03-14T05:27:56.0637966Z runtime API module provides access to various CUDA runtime functions. 2025-03-14T05:27:56.0638335Z 2025-03-14T05:27:56.0638500Z Args: 2025-03-14T05:27:56.0638692Z ``None`` 2025-03-14T05:27:56.0638889Z 2025-03-14T05:27:56.0639067Z Returns: 2025-03-14T05:27:56.0639308Z module: The CUDA runtime API module (_cudart). 2025-03-14T05:27:56.0639981Z 2025-03-14T05:27:56.0640155Z Raises: 2025-03-14T05:27:56.0640488Z RuntimeError: If CUDA cannot be re-initialized in a forked subprocess. 2025-03-14T05:27:56.0641196Z AssertionError: If PyTorch is not compiled with CUDA support or if libcudart functions are unavailable. 2025-03-14T05:27:56.0641696Z 2025-03-14T05:27:56.0641911Z Example of CUDA operations with profiling: 2025-03-14T05:27:56.0642232Z >>> import torch 2025-03-14T05:27:56.0642515Z >>> from torch.cuda import cudart, check_error 2025-03-14T05:27:56.0642839Z >>> import os 2025-03-14T05:27:56.0643053Z >>> 2025-03-14T05:27:56.0643276Z >>> os.environ['CUDA_PROFILE'] = '1' 2025-03-14T05:27:56.0643563Z >>> 2025-03-14T05:27:56.0644101Z >>> def perform_cuda_operations_with_streams(): 2025-03-14T05:27:56.0644450Z >>> stream = torch.cuda.Stream() 2025-03-14T05:27:56.0644768Z >>> with torch.cuda.stream(stream): 2025-03-14T05:27:56.0645106Z >>> x = torch.randn(100, 100, device='cuda') 2025-03-14T05:27:56.0645458Z >>> y = torch.randn(100, 100, device='cuda') 2025-03-14T05:27:56.0645772Z >>> z = torch.mul(x, y) 2025-03-14T05:27:56.0646049Z >>> return z 2025-03-14T05:27:56.0646265Z >>> 2025-03-14T05:27:56.0646484Z >>> torch.cuda.synchronize() 2025-03-14T05:27:56.0646800Z >>> print("====== Start nsys profiling ======") 2025-03-14T05:27:56.0647148Z >>> check_error(cudart().cudaProfilerStart()) 2025-03-14T05:27:56.0647503Z >>> with torch.autograd.profiler.emit_nvtx(): 2025-03-14T05:27:56.0647867Z >>> result = perform_cuda_operations_with_streams() 2025-03-14T05:27:56.0648226Z >>> print("CUDA operations completed.") 2025-03-14T05:27:56.0648592Z >>> check_error(torch.cuda.cudart().cudaProfilerStop()) 2025-03-14T05:27:56.0648973Z >>> print("====== End nsys profiling ======") 2025-03-14T05:27:56.0649265Z 2025-03-14T05:27:56.0649601Z To run this example and save the profiling information, execute: 2025-03-14T05:27:56.0650225Z >>> $ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py 2025-03-14T05:27:56.0650735Z 2025-03-14T05:27:56.0651064Z This command profiles the CUDA operations in the provided script and saves 2025-03-14T05:27:56.0651572Z the profiling information to a file named `trace_name.prof`. 2025-03-14T05:27:56.0652063Z The `--profile-from-start off` option ensures that profiling starts only 2025-03-14T05:27:56.0652504Z after the `cudaProfilerStart` call in the script. 2025-03-14T05:27:56.0652960Z The `--csv` and `--print-summary` options format the profiling output as a 2025-03-14T05:27:56.0653388Z CSV file and print a summary, respectively. 2025-03-14T05:27:56.0653833Z The `-o` option specifies the output file name, and the `-f` option forces the 2025-03-14T05:27:56.0654296Z overwrite of the output file if it already exists. 2025-03-14T05:27:56.0654610Z 2025-03-14T05:27:56.0655269Z Original Error: SyntaxError('invalid syntax', ('', 1, 1, '$ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py\n')) 2025-03-14T05:27:56.0655994Z 2025-03-14T05:27:56.0656417Z $ nvprof --profile-from-start off --csv --print-summary -o trace_name.prof -f -- python cudart_test.py 2025-03-14T05:27:56.0656914Z ^ 2025-03-14T05:27:56.0657099Z warnings.warn(msg) 2025-03-14T05:27:56.0657311Z 2025-03-14T05:27:56.0657669Z --- Parse Warning: 6 / 9 --- 2025-03-14T05:27:56.0658663Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=DeviceMesh.__getitem__ in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\device_mesh.py line=666. 2025-03-14T05:27:56.0660371Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0660792Z 2025-03-14T05:27:56.0661139Z Slice the current DeviceMesh based on the mesh_dim_names given to create a submesh. 2025-03-14T05:27:56.0661743Z The submesh created consists of the dimensions and the communicators indicated by 2025-03-14T05:27:56.0662160Z ``mesh_dim_names`` 2025-03-14T05:27:56.0662376Z 2025-03-14T05:27:56.0662547Z Args: 2025-03-14T05:27:56.0662868Z mesh_dim_names (Union[str, Tuple[str]]): the name or the tuple of names of the 2025-03-14T05:27:56.0663360Z mesh dimension of the DeviceMesh to create the submesh for. 2025-03-14T05:27:56.0663702Z Returns: 2025-03-14T05:27:56.0663963Z A :class:`DeviceMesh` object 2025-03-14T05:27:56.0664229Z 2025-03-14T05:27:56.0664585Z The following program runs on each process/rank in an SPMD manner in a world size of 8. 2025-03-14T05:27:56.0665038Z In the first example: 2025-03-14T05:27:56.0665416Z Calling mesh_2d["tp"] on rank 0, 1, 2, 3 returns a 1D submesh of DeviceMesh:([0, 1, 2, 3]). 2025-03-14T05:27:56.0665978Z Calling mesh_2d["tp"] on rank 4, 5, 6, 7 returns a 1D submesh of DeviceMesh:([4, 5, 6, 7]). 2025-03-14T05:27:56.0666513Z Calling mesh_2d["dp"] on rank 0, 4 returns a 1D submesh of DeviceMesh:([0, 4]). 2025-03-14T05:27:56.0667019Z Calling mesh_2d["dp"] on rank 1, 5 returns a 1D submesh of DeviceMesh:([1, 5]). 2025-03-14T05:27:56.0667529Z Calling mesh_2d["dp"] on rank 2, 6 returns a 1D submesh of DeviceMesh:([2, 6]). 2025-03-14T05:27:56.0668033Z Calling mesh_2d["dp"] on rank 3, 7 returns a 1D submesh of DeviceMesh:([3, 7]). 2025-03-14T05:27:56.0668398Z 2025-03-14T05:27:56.0668589Z In the second example: 2025-03-14T05:27:56.0668992Z Calling mesh_3d["dp", "cp"] on rank 0, 1, 4, 5 returns a 2D submesh of DeviceMesh:([[0, 1], [4, 5]]). 2025-03-14T05:27:56.0669588Z Calling mesh_3d["dp", "cp"] on rank 2, 3, 6, 7 returns a 2D submesh of DeviceMesh:([[2, 3], [6, 7]]). 2025-03-14T05:27:56.0670215Z Calling mesh_3d["cp", "dp"] on rank 0, 1, 4, 5 returns a 2D submesh of DeviceMesh:([[0, 4], [1, 5]]). 2025-03-14T05:27:56.0670789Z Calling mesh_3d["cp", "dp"] on rank 2, 3, 6, 7 returns a 2D submesh of DeviceMesh:([[2, 6], [3, 7]]). 2025-03-14T05:27:56.0671199Z 2025-03-14T05:27:56.0671400Z Example:: 2025-03-14T05:27:56.0671617Z >>> # xdoctest: +SKIP("no rank") 2025-03-14T05:27:56.0671970Z >>> from torch.distributed.device_mesh import DeviceMesh 2025-03-14T05:27:56.0672305Z >>> 2025-03-14T05:27:56.0672594Z >>> # Initialize a 2D device mesh as (2, 4) to represent the topology 2025-03-14T05:27:56.0673027Z >>> # of cross-host(dim 0), and within-host (dim 1). 2025-03-14T05:27:56.0673490Z >>> mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp")) 2025-03-14T05:27:56.0673922Z >>> tp_mesh = mesh_2d["tp"] 2025-03-14T05:27:56.0674286Z >>> dp_mesh = mesh_2d["dp"] 2025-03-14T05:27:56.0674546Z >>> 2025-03-14T05:27:56.0674745Z >>> # Initialize a 3D mesh. 2025-03-14T05:27:56.0675180Z >>> mesh_3d = init_device_mesh(device_type="cuda", (2,2,2), mesh_dim_names=("dp", "pp", "cp")) 2025-03-14T05:27:56.0675808Z >>> # The order of the mesh_dim_names provided deteremines the order of dimensions in the submesh. 2025-03-14T05:27:56.0676287Z >>> dp_cp_mesh = mesh_3d["dp", "cp"] 2025-03-14T05:27:56.0676592Z >>> cp_dp_mesh = mesh_3d["cp", "dp"] 2025-03-14T05:27:56.0676849Z 2025-03-14T05:27:56.0677549Z Original Error: SyntaxError('positional argument follows keyword argument', ('', 6, 82, 'mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp"))\n')) 2025-03-14T05:27:56.0678299Z 2025-03-14T05:27:56.0678683Z mesh_2d = init_device_mesh(device_type="cuda", (2,4), mesh_dim_names=("dp", "tp")) 2025-03-14T05:27:56.0679542Z ^ 2025-03-14T05:27:56.0679871Z warnings.warn(msg) 2025-03-14T05:27:56.0680104Z 2025-03-14T05:27:56.0680478Z --- Parse Warning: 7 / 9 --- 2025-03-14T05:27:56.0681476Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=SavePlanner in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py line=113. 2025-03-14T05:27:56.0682608Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0683010Z 2025-03-14T05:27:56.0683419Z Abstract class defining the protocol used by save_state_dict to plan the save process. 2025-03-14T05:27:56.0683858Z 2025-03-14T05:27:56.0684230Z SavePlanners are stateful objects that can be used to customize the whole save process. 2025-03-14T05:27:56.0684677Z 2025-03-14T05:27:56.0685038Z SavePlanner acts as an access proxy to the state_dict, so any transformation done to it 2025-03-14T05:27:56.0685495Z will be visible to the whole process. 2025-03-14T05:27:56.0685778Z 2025-03-14T05:27:56.0686126Z A planner subclass can expect the following sequence of calls during save_state_dict: 2025-03-14T05:27:56.0686551Z 2025-03-14T05:27:56.0686756Z 1) set_up_planner - called on all ranks. 2025-03-14T05:27:56.0687065Z Signals the start of a checkpoint save. 2025-03-14T05:27:56.0687350Z 2025-03-14T05:27:56.0687559Z 2) create_local_plan - called on all ranks. 2025-03-14T05:27:56.0688032Z Process the state_dict and produces a `SavePlan` that will be sent for global planning. 2025-03-14T05:27:56.0688467Z 2025-03-14T05:27:56.0688724Z 3) create_global_plan - called on the coordinator rank only. 2025-03-14T05:27:56.0689164Z Takes the SavePlan from all ranks and make any global decision. 2025-03-14T05:27:56.0689516Z 2025-03-14T05:27:56.0689714Z 4) finish_plan - called on all ranks. 2025-03-14T05:27:56.0690159Z This gives each rank a chance to adjust to global planning decisions. 2025-03-14T05:27:56.0690535Z 2025-03-14T05:27:56.0690782Z 5) resolve_data - called multiple times on each rank 2025-03-14T05:27:56.0691214Z Lookups a value on the `state_dict` for the storage layer to write. 2025-03-14T05:27:56.0691581Z 2025-03-14T05:27:56.0691948Z Users are recommended to extend DefaultSavePlanner instead of this interface directly as 2025-03-14T05:27:56.0692494Z most changes can be expressed by changes in a single method. 2025-03-14T05:27:56.0692819Z 2025-03-14T05:27:56.0693028Z There are 3 usual patterns of extension: 2025-03-14T05:27:56.0693308Z 2025-03-14T05:27:56.0693635Z Rewriting state_dict. This is the simplest way to extend the save process as it 2025-03-14T05:27:56.0694183Z doesn't requite understanding the intrincacies of how SavePlan works: 2025-03-14T05:27:56.0694557Z 2025-03-14T05:27:56.0694761Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0695081Z >>> class RenamePlanner(DefaultSavePlanner): 2025-03-14T05:27:56.0695395Z >>> def set_up_planner( 2025-03-14T05:27:56.0695636Z >>> self, 2025-03-14T05:27:56.0695861Z >>> state_dict: STATE_DICT_TYPE, 2025-03-14T05:27:56.0696170Z >>> storage_meta: Optional[StorageMeta], 2025-03-14T05:27:56.0696479Z >>> is_coordinator: bool, 2025-03-14T05:27:56.0696748Z >>> ) -> None: 2025-03-14T05:27:56.0696977Z >>> # prefix all keys with `foo_`` 2025-03-14T05:27:56.0697432Z >>> super().set_up_planner({"foo_" + k: v for k, v in state_dict.items()}, storage_meta, is_coordinator) 2025-03-14T05:27:56.0697875Z 2025-03-14T05:27:56.0698281Z Modifying local plan and lookup in tandem. This is useful when fine control of how data is persisted 2025-03-14T05:27:56.0698811Z 2025-03-14T05:27:56.0699015Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0699708Z >>> class FP16Planner(DefaultSavePlanner): 2025-03-14T05:27:56.0700040Z >>> def create_local_plan(self): 2025-03-14T05:27:56.0700340Z >>> plan = super().create_local_plan() 2025-03-14T05:27:56.0700651Z >>> for p in plan: 2025-03-14T05:27:56.0700919Z >>> if p.tensor_data is not None: 2025-03-14T05:27:56.0701265Z >>> p.tensor_data.properties.dtype = torch.float16 2025-03-14T05:27:56.0701608Z >>> return plan 2025-03-14T05:27:56.0701840Z >>> 2025-03-14T05:27:56.0702055Z >>> def resolve_data(self, write_item): 2025-03-14T05:27:56.0702371Z >>> item = super().resolve_data(write_item) 2025-03-14T05:27:56.0702872Z >>> return item if write_item.type == WriteItemType.BYTE_IO else item.to(torch.float16) 2025-03-14T05:27:56.0703310Z 2025-03-14T05:27:56.0703716Z Using the global planning step to make central decisions that can't be made individually by each rank 2025-03-14T05:27:56.0704209Z 2025-03-14T05:27:56.0704410Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0704704Z >>> from itertools import zip_longest 2025-03-14T05:27:56.0705002Z >>> from dataclasses import replace 2025-03-14T05:27:56.0705352Z >>> class DDPLoadBalancingPlanner(DefaultSavePlanner): 2025-03-14T05:27:56.0705857Z >>> # This uses the default local plan behavior of having all non-sharded writes in rank 0 2025-03-14T05:27:56.0706331Z >>> # This sample doesn't handle ShardedTensors 2025-03-14T05:27:56.0706672Z >>> def create_global_plan(self, all_plans): 2025-03-14T05:27:56.0707022Z >>> iters = [iter(all_plans[0].items)] * len(all_plans) 2025-03-14T05:27:56.0707349Z >>> items_per_rank = [ 2025-03-14T05:27:56.0707648Z >>> [item for item in items if item is not None] 2025-03-14T05:27:56.0708024Z >>> for items in zip(*zip_longest(*iters), strict=True) 2025-03-14T05:27:56.0708418Z >>> ] 2025-03-14T05:27:56.0708629Z >>> all_plans = [ 2025-03-14T05:27:56.0708896Z >>> replace(plan, items=items) 2025-03-14T05:27:56.0709272Z >>> for plan, items in zip(all_plans, items_per_rank, strict=True) 2025-03-14T05:27:56.0709641Z >>> ] 2025-03-14T05:27:56.0709892Z >>> return super().create_global_plan(all_plans) 2025-03-14T05:27:56.0710182Z 2025-03-14T05:27:56.0710528Z Finally, some planners need to save additional metadata in the checkpoint, this is 2025-03-14T05:27:56.0711129Z accomplished by having each rank contribute their data items in the local plan and 2025-03-14T05:27:56.0711601Z the global planner aggregate them: 2025-03-14T05:27:56.0711875Z 2025-03-14T05:27:56.0712071Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0712419Z >>> class SaveExtraDataPlanner(DefaultSavePlanner): 2025-03-14T05:27:56.0712788Z >>> def create_local_plan(self) -> SavePlan: 2025-03-14T05:27:56.0713117Z >>> plan = super().create_local_plan() 2025-03-14T05:27:56.0713483Z >>> return replace(plan, planner_data="per-rank-data") 2025-03-14T05:27:56.0713804Z >>> 2025-03-14T05:27:56.0714273Z >>> def create_global_plan(self, all_plans: List[SavePlan]) -> Tuple[List[SavePlan], Metadata]: 2025-03-14T05:27:56.0714831Z >>> global_plan, metadata = super().create_global_plan(all_plans) 2025-03-14T05:27:56.0715272Z >>> merged_data = [p.planner_data for p in global_plan] 2025-03-14T05:27:56.0715685Z >>> metadata = replace(metadata, planner_data=merged_data) 2025-03-14T05:27:56.0716055Z >>> return global_plan, metadata 2025-03-14T05:27:56.0716321Z 2025-03-14T05:27:56.0716738Z Original Error: IndentationError('expected an indented block', ('', 9, 0, '_._ = None\n')) 2025-03-14T05:27:56.0717289Z 2025-03-14T05:27:56.0717481Z _._ = None 2025-03-14T05:27:56.0717673Z ^ 2025-03-14T05:27:56.0718247Z warnings.warn(msg) 2025-03-14T05:27:56.0718481Z 2025-03-14T05:27:56.0718826Z --- Parse Warning: 8 / 9 --- 2025-03-14T05:27:56.0719265Z Running test_autoload_enable 1/1 ... [2025-03-14 05:27:56.047020] 2025-03-14T05:27:56.0720332Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=LoadPlanner in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py line=293. 2025-03-14T05:27:56.0721439Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0721845Z 2025-03-14T05:27:56.0722256Z Abstract class defining the protocol used by load_state_dict to plan the load process. 2025-03-14T05:27:56.0722689Z 2025-03-14T05:27:56.0723057Z LoadPlanner are stateful objects that can be used to customize the whole load process. 2025-03-14T05:27:56.0723617Z 2025-03-14T05:27:56.0723985Z LoadPlanner acts as an access proxy to the state_dict, so any transformation done to it 2025-03-14T05:27:56.0724484Z will be visible to the whole process. 2025-03-14T05:27:56.0724766Z 2025-03-14T05:27:56.0725112Z A planner subclass can expect the following sequence of calls during load_state_dict: 2025-03-14T05:27:56.0725542Z 2025-03-14T05:27:56.0725751Z 1) set_up_planner - called on all ranks. 2025-03-14T05:27:56.0726080Z Signals the start of loading a checkpoint. 2025-03-14T05:27:56.0726373Z 2025-03-14T05:27:56.0726578Z 2) create_local_plan - called on all ranks. 2025-03-14T05:27:56.0727056Z Process the state_dict and produces a `LoadPlan` that will be sent for global planning. 2025-03-14T05:27:56.0727489Z 2025-03-14T05:27:56.0727748Z 3) create_global_plan - called on the coordinator rank only. 2025-03-14T05:27:56.0728195Z Takes the LoadPlan from all ranks and make any global decision. 2025-03-14T05:27:56.0728540Z 2025-03-14T05:27:56.0728827Z 4) load_bytes - called multiple times on each rank 2025-03-14T05:27:56.0729215Z This is called once per non-tensor value in state_dict. 2025-03-14T05:27:56.0729540Z 2025-03-14T05:27:56.0729839Z 5) resolve_tensor and commit_tensor - called multiple times on each rank 2025-03-14T05:27:56.0730309Z They are called in pair for each Tensor value in state_dict. 2025-03-14T05:27:56.0730648Z 2025-03-14T05:27:56.0731019Z Users are recommended to extend DefaultLoadPlanner instead of this interface directly as 2025-03-14T05:27:56.0731563Z most changes can be expressed by changes in a single method. 2025-03-14T05:27:56.0731896Z 2025-03-14T05:27:56.0732110Z There are two usual patterns of extension: 2025-03-14T05:27:56.0732399Z 2025-03-14T05:27:56.0732722Z Rewriting state_dict. This is the simplest way to extend the load process as it 2025-03-14T05:27:56.0733294Z doesn't requite understanding the intrincacies of how LoadPlan works. We need 2025-03-14T05:27:56.0733837Z to keep a reference to the original state_dict as load happens in place so 2025-03-14T05:27:56.0734245Z we need to be able to perform it in place 2025-03-14T05:27:56.0734528Z 2025-03-14T05:27:56.0734732Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0735058Z >>> class RenamePlanner(DefaultLoadPlanner): 2025-03-14T05:27:56.0735370Z >>> def set_up_planner( 2025-03-14T05:27:56.0735599Z >>> self, 2025-03-14T05:27:56.0735831Z >>> state_dict: STATE_DICT_TYPE, 2025-03-14T05:27:56.0736124Z >>> metadata: Metadata, 2025-03-14T05:27:56.0736394Z >>> is_coordinator: bool, 2025-03-14T05:27:56.0736661Z >>> ) -> None: 2025-03-14T05:27:56.0736905Z >>> self.original_state_dict = state_dict 2025-03-14T05:27:56.0737279Z >>> state_dict = {"foo_" + k: v for k, v in state_dict.items()} 2025-03-14T05:27:56.0737675Z >>> 2025-03-14T05:27:56.0738294Z >>> if self.flatten_sharded_tensors: 2025-03-14T05:27:56.0738660Z >>> state_dict = _flatten_sharded_tensors(state_dict) 2025-03-14T05:27:56.0738971Z >>> 2025-03-14T05:27:56.0739178Z >>> if self.flatten_state_dict: 2025-03-14T05:27:56.0739542Z >>> state_dict, self.mappings = flatten_state_dict(state_dict) 2025-03-14T05:27:56.0739892Z >>> 2025-03-14T05:27:56.0740104Z >>> self.state_dict = state_dict 2025-03-14T05:27:56.0740389Z >>> self.metadata = metadata 2025-03-14T05:27:56.0740702Z >>> self.is_coordinator = is_coordinator 2025-03-14T05:27:56.0740994Z >>> 2025-03-14T05:27:56.0741243Z >>> def load_bytes(self, read_item, value): 2025-03-14T05:27:56.0741550Z >>> # Remove the "foo_" prefix 2025-03-14T05:27:56.0742020Z >>> self.original_state_dict[read_item.dest_index.fqn[4:]] = torch.load(value, weights_only=False) 2025-03-14T05:27:56.0742486Z 2025-03-14T05:27:56.0742655Z 2025-03-14T05:27:56.0743007Z Modifying resolve_tensor and commit_tensor to handle load time transformation. 2025-03-14T05:27:56.0743420Z 2025-03-14T05:27:56.0743614Z >>> # xdoctest: +SKIP("undefined vars") 2025-03-14T05:27:56.0743951Z >>> class MetaModelMaterialize(DefaultSavePlanner): 2025-03-14T05:27:56.0744298Z >>> def resolve_tensor(self, read_item): 2025-03-14T05:27:56.0744620Z >>> tensor = super().resolve_tensor(read_item) 2025-03-14T05:27:56.0744983Z >>> return torch.empty_like(tensor, device="cpu") 2025-03-14T05:27:56.0745293Z >>> 2025-03-14T05:27:56.0745507Z >>> def commit_tensor(self, read_item, tensor): 2025-03-14T05:27:56.0745876Z >>> self.state_dict[read_item.dest_index.fqn] = tensor 2025-03-14T05:27:56.0746198Z 2025-03-14T05:27:56.0746620Z Original Error: IndentationError('expected an indented block', ('', 23, 0, '_._ = None\n')) 2025-03-14T05:27:56.0747114Z 2025-03-14T05:27:56.0747283Z _._ = None 2025-03-14T05:27:56.0747520Z ^ 2025-03-14T05:27:56.0747714Z warnings.warn(msg) 2025-03-14T05:27:56.0747942Z 2025-03-14T05:27:56.0748288Z --- Parse Warning: 9 / 9 --- 2025-03-14T05:27:56.0749280Z C:\Jenkins\Miniconda3\lib\site-packages\xdoctest\core.py:417: UserWarning: Cannot scrape callname=FullStateDictConfig in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py line=295. 2025-03-14T05:27:56.0750396Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2025-03-14T05:27:56.0750799Z 2025-03-14T05:27:56.0751083Z ``FullStateDictConfig`` is a config class meant to be used with 2025-03-14T05:27:56.0751554Z ``StateDictType.FULL_STATE_DICT``. We recommend enabling both 2025-03-14T05:27:56.0752024Z ``offload_to_cpu=True`` and ``rank0_only=True`` when saving full state 2025-03-14T05:27:56.0752515Z dicts to save GPU memory and CPU memory, respectively. This config class 2025-03-14T05:27:56.0753003Z is meant to be used via the :func:`state_dict_type` context manager as 2025-03-14T05:27:56.0753362Z follows: 2025-03-14T05:27:56.0753555Z 2025-03-14T05:27:56.0753770Z >>> # xdoctest: +SKIP("undefined variables") 2025-03-14T05:27:56.0754290Z >>> from torch.distributed.fsdp import FullyShardedDataParallel as FSDP 2025-03-14T05:27:56.0754748Z >>> fsdp = FSDP(model, auto_wrap_policy=...) 2025-03-14T05:27:56.0755156Z >>> cfg = FullStateDictConfig(offload_to_cpu=True, rank0_only=True) 2025-03-14T05:27:56.0755655Z >>> with FSDP.state_dict_type(fsdp, StateDictType.FULL_STATE_DICT, cfg): 2025-03-14T05:27:56.0756070Z >>> state = fsdp.state_dict() 2025-03-14T05:27:56.0756449Z >>> # `state` will be empty on non rank 0 and contain CPU tensors on rank 0. 2025-03-14T05:27:56.0757036Z >>> # To reload checkpoint for inference, finetuning, transfer learning, etc: 2025-03-14T05:27:56.0757968Z >>> model = model_fn() # Initialize model in preparation for wrapping with FSDP 2025-03-14T05:27:56.0758403Z >>> if dist.get_rank() == 0: 2025-03-14T05:27:56.0758755Z >>> # Load checkpoint only on rank 0 to avoid memory redundancy 2025-03-14T05:27:56.0759168Z >>> state_dict = torch.load("my_checkpoint.pt") 2025-03-14T05:27:56.0759507Z >>> model.load_state_dict(state_dict) 2025-03-14T05:27:56.0759939Z >>> # All ranks initialize FSDP module as usual. `sync_module_states` argument 2025-03-14T05:27:56.0760479Z >>> # communicates loaded checkpoint states from rank 0 to rest of the world. 2025-03-14T05:27:56.0760884Z >>> fsdp = FSDP( 2025-03-14T05:27:56.0761153Z ... model, 2025-03-14T05:27:56.0761401Z ... device_id=torch.cuda.current_device(), 2025-03-14T05:27:56.0761713Z ... auto_wrap_policy=..., 2025-03-14T05:27:56.0761993Z ... sync_module_states=True, 2025-03-14T05:27:56.0762271Z ... ) 2025-03-14T05:27:56.0762601Z >>> # After this point, all ranks have FSDP model with loaded checkpoint. 2025-03-14T05:27:56.0762965Z 2025-03-14T05:27:56.0763150Z Attributes: 2025-03-14T05:27:56.0763463Z rank0_only (bool): If ``True``, then only rank 0 saves the full state 2025-03-14T05:27:56.0763932Z dict, and nonzero ranks save an empty dict. If ``False``, then all 2025-03-14T05:27:56.0764365Z ranks save the full state dict. (Default: ``False``) 2025-03-14T05:27:56.0764677Z 2025-03-14T05:27:56.0765096Z Original Error: IndentationError('expected an indented block', ('', 11, 1, '_._ = None\n')) 2025-03-14T05:27:56.0765596Z 2025-03-14T05:27:56.0765768Z _._ = None 2025-03-14T05:27:56.0765955Z ^ 2025-03-14T05:27:56.0766131Z warnings.warn(msg) 2025-03-14T05:27:56.0766353Z 2025-03-14T05:27:56.0766606Z  2025-03-14T05:27:56.0766889Z === Found 10 run-time warnings === 2025-03-14T05:27:56.0767338Z --- Runtime Warning: 1 / 10 --- 2025-03-14T05:27:56.0767817Z example = 2025-03-14T05:27:56.0768759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:288: UserWarning: Warning only once for all operators, other operators may also be overridden. 2025-03-14T05:27:56.0769696Z Overriding a previously registered kernel for the same operator and the same dispatch key 2025-03-14T05:27:56.0770275Z operator: aten::div.Tensor(Tensor self, Tensor other) -> Tensor 2025-03-14T05:27:56.0770856Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2025-03-14T05:27:56.0771343Z dispatch key: CPU 2025-03-14T05:27:56.0771891Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\LegacyBatchingRegistrations.cpp:1079 2025-03-14T05:27:56.0772900Z new kernel: registered at /dev/null:868 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:161.) 2025-03-14T05:27:56.0773655Z impl_fn(self.ns, name.split("::")[-1], dispatch_key) 2025-03-14T05:27:56.0773979Z 2025-03-14T05:27:56.0774264Z --- Runtime Warning: 2 / 10 --- 2025-03-14T05:27:56.0774786Z example = 2025-03-14T05:27:56.0776399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1365: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1938.) 2025-03-14T05:27:56.0777867Z return super().refine_names(names) 2025-03-14T05:27:56.0778131Z 2025-03-14T05:27:56.0778445Z --- Runtime Warning: 3 / 10 --- 2025-03-14T05:27:56.0778912Z example = 2025-03-14T05:27:56.0780865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:117: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. We recommend specifying layout=torch.jagged when constructing a nested tensor, as this layout receives active development, has better operator coverage, and works with torch.compile. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:182.) 2025-03-14T05:27:56.0782846Z return torch._nested_tensor_from_tensor_list(ts, dtype, None, device, None) 2025-03-14T05:27:56.0783254Z 2025-03-14T05:27:56.0783546Z --- Runtime Warning: 4 / 10 --- 2025-03-14T05:27:56.0783982Z example = 2025-03-14T05:27:56.0785767Z :1: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:55.) 2025-03-14T05:27:56.0787350Z 2025-03-14T05:27:56.0787619Z --- Runtime Warning: 5 / 10 --- 2025-03-14T05:27:56.0788092Z example = 2025-03-14T05:27:56.0789398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py:382: UserWarning: enable_nested_tensor is True, but self.use_nested_tensor is False because encoder_layer.self_attn.batch_first was not True(use batch_first for better inference performance) 2025-03-14T05:27:56.0790519Z warnings.warn( 2025-03-14T05:27:56.0790731Z 2025-03-14T05:27:56.0791050Z --- Runtime Warning: 6 / 10 --- 2025-03-14T05:27:56.0791560Z example = 2025-03-14T05:27:56.0792885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py:382: UserWarning: enable_nested_tensor is True, but self.use_nested_tensor is False because encoder_layer.self_attn.batch_first was not True(use batch_first for better inference performance) 2025-03-14T05:27:56.0793985Z warnings.warn( 2025-03-14T05:27:56.0794279Z 2025-03-14T05:27:56.0794567Z --- Runtime Warning: 7 / 10 --- 2025-03-14T05:27:56.0795043Z example = 2025-03-14T05:27:56.0796103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py:143: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`. 2025-03-14T05:27:56.0797021Z WeightNorm.apply(module, name, dim) 2025-03-14T05:27:56.0797300Z 2025-03-14T05:27:56.0797580Z --- Runtime Warning: 8 / 10 --- 2025-03-14T05:27:56.0798061Z example = 2025-03-14T05:27:56.0799147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py:143: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`. 2025-03-14T05:27:56.0800043Z WeightNorm.apply(module, name, dim) 2025-03-14T05:27:56.0800317Z 2025-03-14T05:27:56.0800595Z --- Runtime Warning: 9 / 10 --- 2025-03-14T05:27:56.0801062Z example = 2025-03-14T05:27:56.0802251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_export\utils.py:453: FutureWarning: `torch.utils._pytree._register_pytree_node` is deprecated. Please use `torch.utils._pytree.register_pytree_node` instead. 2025-03-14T05:27:56.0803184Z _register_pytree_node( 2025-03-14T05:27:56.0803416Z 2025-03-14T05:27:56.0803713Z --- Runtime Warning: 10 / 10 --- 2025-03-14T05:27:56.0804207Z example = 2025-03-14T05:27:56.0806527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\const_fold.py:264: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2025-03-14T05:27:56.0808080Z new_node = root_const_gm.graph.get_attr(in_node.target) 2025-03-14T05:27:56.0808419Z 2025-03-14T05:27:56.0808829Z === 369 passed, 449 skipped, 19 warnings in 20.39 seconds === 2025-03-14T05:27:59.9641951Z running install 2025-03-14T05:27:59.9648015Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T05:27:59.9648673Z !! 2025-03-14T05:27:59.9648785Z 2025-03-14T05:27:59.9648921Z ******************************************************************************** 2025-03-14T05:27:59.9649272Z Please avoid running ``setup.py`` directly. 2025-03-14T05:27:59.9649635Z Instead, use pypa/build, pypa/installer or other 2025-03-14T05:27:59.9649961Z standards-based tools. 2025-03-14T05:27:59.9650132Z 2025-03-14T05:27:59.9650450Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T05:27:59.9650940Z ******************************************************************************** 2025-03-14T05:27:59.9651167Z 2025-03-14T05:27:59.9651253Z !! 2025-03-14T05:27:59.9651596Z self.initialize_options() 2025-03-14T05:27:59.9778162Z running build 2025-03-14T05:27:59.9778423Z running build_py 2025-03-14T05:27:59.9889166Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:27:59.9894566Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:27:59.9902641Z running build_ext 2025-03-14T05:27:59.9921916Z building 'torch_test_cpp_extension.cpp' extension 2025-03-14T05:27:59.9935659Z creating build\temp.win-amd64-cpython-39\Release 2025-03-14T05:27:59.9949949Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:28:00.0040310Z extension.cpp 2025-03-14T05:28:13.6316903Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2025-03-14T05:28:13.8197885Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2025-03-14T05:28:13.8270587Z Generating code 2025-03-14T05:28:15.4722957Z Finished generating code 2025-03-14T05:28:15.5934284Z building 'torch_test_cpp_extension.maia' extension 2025-03-14T05:28:15.5944930Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmaia_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\maia_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=maia -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:28:15.6030677Z maia_extension.cpp 2025-03-14T05:28:28.9670092Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_maia build\temp.win-amd64-cpython-39\Release\maia_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib 2025-03-14T05:28:29.1466863Z Creating library build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.exp 2025-03-14T05:28:29.1600119Z Generating code 2025-03-14T05:28:30.4856256Z Finished generating code 2025-03-14T05:28:30.5969898Z building 'torch_test_cpp_extension.rng' extension 2025-03-14T05:28:30.5983037Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:28:30.6067727Z rng_extension.cpp 2025-03-14T05:28:40.6488225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1158): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:28:40.6489009Z with 2025-03-14T05:28:40.6489211Z [ 2025-03-14T05:28:40.6489395Z scalar_t=float 2025-03-14T05:28:40.6489637Z ] 2025-03-14T05:28:40.6490492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:40.6491384Z with 2025-03-14T05:28:40.6491568Z [ 2025-03-14T05:28:40.6491752Z scalar_t=float 2025-03-14T05:28:40.6491970Z ] 2025-03-14T05:28:40.6492667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1079): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:28:40.6493540Z with 2025-03-14T05:28:40.6493730Z [ 2025-03-14T05:28:40.6493921Z scalar_t=float 2025-03-14T05:28:40.6494143Z ] 2025-03-14T05:28:40.6494979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1223): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:40.6495877Z with 2025-03-14T05:28:40.6496058Z [ 2025-03-14T05:28:40.6496240Z scalar_t=float 2025-03-14T05:28:40.6496456Z ] 2025-03-14T05:28:41.9681473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(940): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:28:41.9689813Z with 2025-03-14T05:28:41.9690104Z [ 2025-03-14T05:28:41.9690310Z scalar_t=float 2025-03-14T05:28:41.9690559Z ] 2025-03-14T05:28:41.9691510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1192): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2025-03-14T05:28:41.9692521Z with 2025-03-14T05:28:41.9692712Z [ 2025-03-14T05:28:41.9692901Z scalar_t=float 2025-03-14T05:28:41.9693116Z ] 2025-03-14T05:28:41.9693942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:41.9694829Z with 2025-03-14T05:28:41.9695018Z [ 2025-03-14T05:28:41.9695382Z scalar_t=float 2025-03-14T05:28:41.9695596Z ] 2025-03-14T05:28:41.9721859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1342): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:28:41.9722611Z with 2025-03-14T05:28:41.9722803Z [ 2025-03-14T05:28:41.9722978Z T=float 2025-03-14T05:28:41.9723174Z ] 2025-03-14T05:28:41.9724095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1479): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2025-03-14T05:28:41.9725053Z with 2025-03-14T05:28:41.9725232Z [ 2025-03-14T05:28:41.9725409Z T=float 2025-03-14T05:28:41.9725677Z ] 2025-03-14T05:28:41.9726420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1488): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2025-03-14T05:28:41.9727240Z with 2025-03-14T05:28:41.9727420Z [ 2025-03-14T05:28:41.9727601Z T=float 2025-03-14T05:28:41.9727797Z ] 2025-03-14T05:28:41.9811881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1366): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:28:41.9812608Z with 2025-03-14T05:28:41.9812789Z [ 2025-03-14T05:28:41.9812971Z T=float 2025-03-14T05:28:41.9813175Z ] 2025-03-14T05:28:41.9814125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1483): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2025-03-14T05:28:41.9815136Z with 2025-03-14T05:28:41.9815323Z [ 2025-03-14T05:28:41.9815495Z T=float 2025-03-14T05:28:41.9815700Z ] 2025-03-14T05:28:42.7070184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(628): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:28:42.7071150Z with 2025-03-14T05:28:42.7071340Z [ 2025-03-14T05:28:42.7071527Z scalar_t=float 2025-03-14T05:28:42.7072277Z ] 2025-03-14T05:28:42.7073220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:42.7074276Z with 2025-03-14T05:28:42.7074468Z [ 2025-03-14T05:28:42.7074649Z scalar_t=float 2025-03-14T05:28:42.7074875Z ] 2025-03-14T05:28:42.7075749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1202): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:42.7076684Z with 2025-03-14T05:28:42.7076875Z [ 2025-03-14T05:28:42.7077057Z scalar_t=float 2025-03-14T05:28:42.7077268Z ] 2025-03-14T05:28:42.7077911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(629): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:28:42.7078621Z with 2025-03-14T05:28:42.7078807Z [ 2025-03-14T05:28:42.7078993Z scalar_t=float 2025-03-14T05:28:42.7079207Z ] 2025-03-14T05:28:42.7079851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(630): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:28:42.7080560Z with 2025-03-14T05:28:42.7080746Z [ 2025-03-14T05:28:42.7080933Z scalar_t=float 2025-03-14T05:28:42.7081287Z ] 2025-03-14T05:28:43.1382350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(598): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:28:43.1383253Z with 2025-03-14T05:28:43.1383440Z [ 2025-03-14T05:28:43.1383632Z scalar_t=float 2025-03-14T05:28:43.1383871Z ] 2025-03-14T05:28:43.1384723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(641): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2025-03-14T05:28:43.1385630Z with 2025-03-14T05:28:43.1385817Z [ 2025-03-14T05:28:43.1385994Z scalar_t=float 2025-03-14T05:28:43.1386219Z ] 2025-03-14T05:28:43.1387134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:28:43.1388077Z with 2025-03-14T05:28:43.1388311Z [ 2025-03-14T05:28:43.1388505Z scalar_t=float 2025-03-14T05:28:43.1388777Z ] 2025-03-14T05:28:43.1389444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(613): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:28:43.1390174Z with 2025-03-14T05:28:43.1390356Z [ 2025-03-14T05:28:43.1390533Z scalar_t=float 2025-03-14T05:28:43.1390750Z ] 2025-03-14T05:28:44.4273363Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2025-03-14T05:28:44.6130147Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2025-03-14T05:28:44.6233652Z Generating code 2025-03-14T05:28:46.3650598Z Finished generating code 2025-03-14T05:28:46.4821247Z running install_lib 2025-03-14T05:28:46.4943499Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:28:46.4953916Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:28:46.4965474Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:28:46.4987649Z running install_egg_info 2025-03-14T05:28:46.5293520Z running egg_info 2025-03-14T05:28:46.5391831Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2025-03-14T05:28:46.5400356Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2025-03-14T05:28:46.5403885Z writing entry points to torch_test_cpp_extension.egg-info\entry_points.txt 2025-03-14T05:28:46.5408122Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2025-03-14T05:28:46.5567163Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:28:46.5587417Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:28:46.5589856Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2025-03-14T05:28:46.5599621Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2025-03-14T05:28:46.5630886Z running install_scripts 2025-03-14T05:28:51.2360245Z 2025-03-14T05:28:51.2360905Z Running tests... 2025-03-14T05:28:51.2361257Z ---------------------------------------------------------------------- 2025-03-14T05:28:51.4914629Z . 2025-03-14T05:28:51.4915162Z ---------------------------------------------------------------------- 2025-03-14T05:28:51.4915529Z Ran 1 test in 0.250s 2025-03-14T05:28:51.4915672Z 2025-03-14T05:28:51.4915755Z OK 2025-03-14T05:28:51.4915911Z 2025-03-14T05:28:51.4916010Z Generating XML reports... 2025-03-14T05:28:52.1661553Z Running test_cpp_extensions_aot_ninja 1/1 ... [2025-03-14 05:28:52.163306] 2025-03-14T05:28:56.1293808Z running install 2025-03-14T05:28:56.1296809Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T05:28:56.1297544Z !! 2025-03-14T05:28:56.1297642Z 2025-03-14T05:28:56.1297764Z ******************************************************************************** 2025-03-14T05:28:56.1298109Z Please avoid running ``setup.py`` directly. 2025-03-14T05:28:56.1298478Z Instead, use pypa/build, pypa/installer or other 2025-03-14T05:28:56.1298812Z standards-based tools. 2025-03-14T05:28:56.1298992Z 2025-03-14T05:28:56.1299309Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T05:28:56.1299793Z ******************************************************************************** 2025-03-14T05:28:56.1300025Z 2025-03-14T05:28:56.1300104Z !! 2025-03-14T05:28:56.1300446Z self.initialize_options() 2025-03-14T05:28:56.1424991Z running build 2025-03-14T05:28:56.1425318Z running build_py 2025-03-14T05:28:56.1531490Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:28:56.1537229Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:28:56.1544892Z running build_ext 2025-03-14T05:28:56.1608434Z building 'torch_test_cpp_extension.cpp' extension 2025-03-14T05:28:56.1622197Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2025-03-14T05:28:56.1663760Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2025-03-14T05:28:56.1666702Z Compiling objects... 2025-03-14T05:28:56.1667249Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2025-03-14T05:29:09.9853199Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:29:10.0094030Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_cpp C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2025-03-14T05:29:10.2077271Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2025-03-14T05:29:10.2171065Z Generating code 2025-03-14T05:29:11.9339056Z Finished generating code 2025-03-14T05:29:12.0653857Z building 'torch_test_cpp_extension.maia' extension 2025-03-14T05:29:12.0704694Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2025-03-14T05:29:12.0708687Z Compiling objects... 2025-03-14T05:29:12.0709194Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2025-03-14T05:29:25.5972957Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\maia_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\maia_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=maia -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:29:25.6008022Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_maia C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\maia_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib 2025-03-14T05:29:25.7925189Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.exp 2025-03-14T05:29:25.8013027Z Generating code 2025-03-14T05:29:27.1490945Z Finished generating code 2025-03-14T05:29:27.2610748Z building 'torch_test_cpp_extension.rng' extension 2025-03-14T05:29:27.2675183Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2025-03-14T05:29:27.2679704Z Compiling objects... 2025-03-14T05:29:27.2680213Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2025-03-14T05:29:41.3616465Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\rng_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:29:41.3621708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1158): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:29:41.3622456Z with 2025-03-14T05:29:41.3622674Z [ 2025-03-14T05:29:41.3622883Z scalar_t=float 2025-03-14T05:29:41.3623109Z ] 2025-03-14T05:29:41.3623966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3624876Z with 2025-03-14T05:29:41.3625076Z [ 2025-03-14T05:29:41.3625277Z scalar_t=float 2025-03-14T05:29:41.3625514Z ] 2025-03-14T05:29:41.3626164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1079): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:29:41.3626891Z with 2025-03-14T05:29:41.3627533Z [ 2025-03-14T05:29:41.3627743Z scalar_t=float 2025-03-14T05:29:41.3627983Z ] 2025-03-14T05:29:41.3628926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1223): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3629844Z with 2025-03-14T05:29:41.3630047Z [ 2025-03-14T05:29:41.3630256Z scalar_t=float 2025-03-14T05:29:41.3630492Z ] 2025-03-14T05:29:41.3631160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(940): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:29:41.3631906Z with 2025-03-14T05:29:41.3632104Z [ 2025-03-14T05:29:41.3632378Z scalar_t=float 2025-03-14T05:29:41.3632695Z ] 2025-03-14T05:29:41.3633626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1192): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2025-03-14T05:29:41.3634661Z with 2025-03-14T05:29:41.3634879Z [ 2025-03-14T05:29:41.3635084Z scalar_t=float 2025-03-14T05:29:41.3635319Z ] 2025-03-14T05:29:41.3636154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3637050Z with 2025-03-14T05:29:41.3637253Z [ 2025-03-14T05:29:41.3637449Z scalar_t=float 2025-03-14T05:29:41.3637685Z ] 2025-03-14T05:29:41.3638346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1342): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:29:41.3639054Z with 2025-03-14T05:29:41.3639253Z [ 2025-03-14T05:29:41.3639440Z T=float 2025-03-14T05:29:41.3639651Z ] 2025-03-14T05:29:41.3640643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1479): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2025-03-14T05:29:41.3641616Z with 2025-03-14T05:29:41.3641801Z [ 2025-03-14T05:29:41.3641989Z T=float 2025-03-14T05:29:41.3642197Z ] 2025-03-14T05:29:41.3642942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1488): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2025-03-14T05:29:41.3643857Z with 2025-03-14T05:29:41.3644078Z [ 2025-03-14T05:29:41.3644284Z T=float 2025-03-14T05:29:41.3644492Z ] 2025-03-14T05:29:41.3645146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1366): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:29:41.3645875Z with 2025-03-14T05:29:41.3646058Z [ 2025-03-14T05:29:41.3646254Z T=float 2025-03-14T05:29:41.3646462Z ] 2025-03-14T05:29:41.3647356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1483): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2025-03-14T05:29:41.3648324Z with 2025-03-14T05:29:41.3648505Z [ 2025-03-14T05:29:41.3648698Z T=float 2025-03-14T05:29:41.3648905Z ] 2025-03-14T05:29:41.3649644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(628): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:29:41.3650409Z with 2025-03-14T05:29:41.3650929Z [ 2025-03-14T05:29:41.3651131Z scalar_t=float 2025-03-14T05:29:41.3651374Z ] 2025-03-14T05:29:41.3652322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3653265Z with 2025-03-14T05:29:41.3653471Z [ 2025-03-14T05:29:41.3653661Z scalar_t=float 2025-03-14T05:29:41.3653908Z ] 2025-03-14T05:29:41.3654777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1202): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3655797Z with 2025-03-14T05:29:41.3656096Z [ 2025-03-14T05:29:41.3656322Z scalar_t=float 2025-03-14T05:29:41.3656625Z ] 2025-03-14T05:29:41.3657365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(629): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:29:41.3658157Z with 2025-03-14T05:29:41.3658401Z [ 2025-03-14T05:29:41.3658620Z scalar_t=float 2025-03-14T05:29:41.3658858Z ] 2025-03-14T05:29:41.3659618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(630): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:29:41.3660413Z with 2025-03-14T05:29:41.3660652Z [ 2025-03-14T05:29:41.3660867Z scalar_t=float 2025-03-14T05:29:41.3661101Z ] 2025-03-14T05:29:41.3661888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(598): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:29:41.3662708Z with 2025-03-14T05:29:41.3662940Z [ 2025-03-14T05:29:41.3663178Z scalar_t=float 2025-03-14T05:29:41.3663403Z ] 2025-03-14T05:29:41.3664361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(641): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2025-03-14T05:29:41.3665499Z with 2025-03-14T05:29:41.3665707Z [ 2025-03-14T05:29:41.3665938Z scalar_t=float 2025-03-14T05:29:41.3666195Z ] 2025-03-14T05:29:41.3667054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:29:41.3667973Z with 2025-03-14T05:29:41.3668170Z [ 2025-03-14T05:29:41.3668376Z scalar_t=float 2025-03-14T05:29:41.3668597Z ] 2025-03-14T05:29:41.3669278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(613): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:29:41.3670029Z with 2025-03-14T05:29:41.3670224Z [ 2025-03-14T05:29:41.3670423Z scalar_t=float 2025-03-14T05:29:41.3670660Z ] 2025-03-14T05:29:41.3674632Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_rng C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2025-03-14T05:29:41.5524479Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2025-03-14T05:29:41.5620455Z Generating code 2025-03-14T05:29:43.3047081Z Finished generating code 2025-03-14T05:29:43.4278059Z running install_lib 2025-03-14T05:29:43.4404398Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:29:43.4415056Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:29:43.4425119Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:29:43.4443110Z running install_egg_info 2025-03-14T05:29:43.4694367Z running egg_info 2025-03-14T05:29:43.4792645Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2025-03-14T05:29:43.4802131Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2025-03-14T05:29:43.4805912Z writing entry points to torch_test_cpp_extension.egg-info\entry_points.txt 2025-03-14T05:29:43.4810445Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2025-03-14T05:29:43.4926172Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:29:43.4947232Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:29:43.4950259Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2025-03-14T05:29:43.4958621Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2025-03-14T05:29:43.4990442Z running install_scripts 2025-03-14T05:29:44.2056839Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:29:44.2066182Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:29:44.206306] 2025-03-14T05:29:49.3349524Z 2025-03-14T05:29:49.3350787Z test_cpp_extensions_aot_ninja 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_aot_ninja_1.1_76e0d88c4b7df529_.log 2025-03-14T05:29:49.3357666Z Running 20 items in this shard: test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_backward, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_cublas_extension, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_cuda_dlink_libs, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_cuda_extension, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_cusolver_extension, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_extension_function, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_extension_module, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_libtorch_agnostic, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_mps_extension, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_no_python_abi_suffix_sets_the_correct_library_name, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_optional, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_python_agnostic, test/test_cpp_extensions_aot_ninja.py::TestCppExtensionAOT::test_sycl_extension, test/test_cpp_extensions_aot_ninja.py::TestPybindTypeCasters::test_pybind_return_types, test/test_cpp_extensions_aot_ninja.py::TestMAIATensor::test_add, test/test_cpp_extensions_aot_ninja.py::TestMAIATensor::test_conv_backend_override, test/test_cpp_extensions_aot_ninja.py::TestMAIATensor::test_unregistered, test/test_cpp_extensions_aot_ninja.py::TestMAIATensor::test_zeros, test/test_cpp_extensions_aot_ninja.py::TestRNGExtension::test_rng, test/test_cpp_extensions_aot_ninja.py::TestTorchLibrary::test_torch_library 2025-03-14T05:29:49.3364358Z 2025-03-14T05:29:49.3364660Z Running test_cpp_extensions_aot_no_ninja 1/1 ... [2025-03-14 05:29:49.335565] 2025-03-14T05:29:53.2957370Z running install 2025-03-14T05:29:53.2960665Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T05:29:53.2961343Z !! 2025-03-14T05:29:53.2961462Z 2025-03-14T05:29:53.2961610Z ******************************************************************************** 2025-03-14T05:29:53.2961982Z Please avoid running ``setup.py`` directly. 2025-03-14T05:29:53.2962362Z Instead, use pypa/build, pypa/installer or other 2025-03-14T05:29:53.2962699Z standards-based tools. 2025-03-14T05:29:53.2962885Z 2025-03-14T05:29:53.2963170Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T05:29:53.2963675Z ******************************************************************************** 2025-03-14T05:29:53.2963921Z 2025-03-14T05:29:53.2963995Z !! 2025-03-14T05:29:53.2964204Z self.initialize_options() 2025-03-14T05:29:53.3089188Z running build 2025-03-14T05:29:53.3089513Z running build_py 2025-03-14T05:29:53.3198016Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:29:53.3204072Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2025-03-14T05:29:53.3213650Z running build_ext 2025-03-14T05:29:53.3236830Z building 'torch_test_cpp_extension.cpp' extension 2025-03-14T05:29:53.3281807Z creating build\temp.win-amd64-cpython-39\Release 2025-03-14T05:29:53.3298490Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:29:53.3385085Z extension.cpp 2025-03-14T05:30:07.0086271Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2025-03-14T05:30:07.2046854Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2025-03-14T05:30:07.2137295Z Generating code 2025-03-14T05:30:08.9202146Z Finished generating code 2025-03-14T05:30:09.0419343Z building 'torch_test_cpp_extension.maia' extension 2025-03-14T05:30:09.0429917Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmaia_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\maia_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=maia -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:30:09.0516109Z maia_extension.cpp 2025-03-14T05:30:22.2684985Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_maia build\temp.win-amd64-cpython-39\Release\maia_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib 2025-03-14T05:30:22.4568916Z Creating library build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\maia.cp39-win_amd64.exp 2025-03-14T05:30:22.4665427Z Generating code 2025-03-14T05:30:23.8074180Z Finished generating code 2025-03-14T05:30:23.9254503Z building 'torch_test_cpp_extension.rng' extension 2025-03-14T05:30:23.9265399Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++17 2025-03-14T05:30:23.9350884Z rng_extension.cpp 2025-03-14T05:30:34.0903074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1158): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:30:34.0903889Z with 2025-03-14T05:30:34.0904105Z [ 2025-03-14T05:30:34.0904317Z scalar_t=float 2025-03-14T05:30:34.0904566Z ] 2025-03-14T05:30:34.0905416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:34.0906330Z with 2025-03-14T05:30:34.0906517Z [ 2025-03-14T05:30:34.0906715Z scalar_t=float 2025-03-14T05:30:34.0906950Z ] 2025-03-14T05:30:34.0908264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1079): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:30:34.0908997Z with 2025-03-14T05:30:34.0909185Z [ 2025-03-14T05:30:34.0909391Z scalar_t=float 2025-03-14T05:30:34.0909632Z ] 2025-03-14T05:30:34.0910473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1223): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:34.0911552Z with 2025-03-14T05:30:34.0911817Z [ 2025-03-14T05:30:34.0912017Z scalar_t=float 2025-03-14T05:30:34.0912257Z ] 2025-03-14T05:30:35.4456527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(940): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:30:35.4457475Z with 2025-03-14T05:30:35.4457695Z [ 2025-03-14T05:30:35.4457935Z scalar_t=float 2025-03-14T05:30:35.4458177Z ] 2025-03-14T05:30:35.4459135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1192): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2025-03-14T05:30:35.4460283Z with 2025-03-14T05:30:35.4460473Z [ 2025-03-14T05:30:35.4460686Z scalar_t=float 2025-03-14T05:30:35.4460931Z ] 2025-03-14T05:30:35.4461766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1209): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:35.4462739Z with 2025-03-14T05:30:35.4462990Z [ 2025-03-14T05:30:35.4463179Z scalar_t=float 2025-03-14T05:30:35.4463414Z ] 2025-03-14T05:30:35.4498386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1342): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:30:35.4499163Z with 2025-03-14T05:30:35.4499524Z [ 2025-03-14T05:30:35.4499711Z T=float 2025-03-14T05:30:35.4499929Z ] 2025-03-14T05:30:35.4500954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1479): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2025-03-14T05:30:35.4502003Z with 2025-03-14T05:30:35.4502204Z [ 2025-03-14T05:30:35.4502447Z T=float 2025-03-14T05:30:35.4502645Z ] 2025-03-14T05:30:35.4503410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1488): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2025-03-14T05:30:35.4504247Z with 2025-03-14T05:30:35.4504512Z [ 2025-03-14T05:30:35.4504708Z T=float 2025-03-14T05:30:35.4504909Z ] 2025-03-14T05:30:35.4596082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1366): warning C4305: 'initializing': truncation from 'double' to 'const T' 2025-03-14T05:30:35.4596953Z with 2025-03-14T05:30:35.4597200Z [ 2025-03-14T05:30:35.4597402Z T=float 2025-03-14T05:30:35.4597612Z ] 2025-03-14T05:30:35.4598548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1483): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2025-03-14T05:30:35.4599537Z with 2025-03-14T05:30:35.4599740Z [ 2025-03-14T05:30:35.4599941Z T=float 2025-03-14T05:30:35.4600158Z ] 2025-03-14T05:30:36.2001083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(628): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:30:36.2001860Z with 2025-03-14T05:30:36.2002060Z [ 2025-03-14T05:30:36.2002271Z scalar_t=float 2025-03-14T05:30:36.2002535Z ] 2025-03-14T05:30:36.2003569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:36.2004614Z with 2025-03-14T05:30:36.2004803Z [ 2025-03-14T05:30:36.2005005Z scalar_t=float 2025-03-14T05:30:36.2005244Z ] 2025-03-14T05:30:36.2006123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1202): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:36.2007073Z with 2025-03-14T05:30:36.2007283Z [ 2025-03-14T05:30:36.2007471Z scalar_t=float 2025-03-14T05:30:36.2007713Z ] 2025-03-14T05:30:36.2008379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(629): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:30:36.2009108Z with 2025-03-14T05:30:36.2009314Z [ 2025-03-14T05:30:36.2009536Z scalar_t=float 2025-03-14T05:30:36.2009783Z ] 2025-03-14T05:30:36.2010482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(630): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2025-03-14T05:30:36.2011208Z with 2025-03-14T05:30:36.2011410Z [ 2025-03-14T05:30:36.2011602Z scalar_t=float 2025-03-14T05:30:36.2011849Z ] 2025-03-14T05:30:36.6619718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(598): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:30:36.6620525Z with 2025-03-14T05:30:36.6620733Z [ 2025-03-14T05:30:36.6621079Z scalar_t=float 2025-03-14T05:30:36.6621343Z ] 2025-03-14T05:30:36.6622261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(641): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2025-03-14T05:30:36.6623197Z with 2025-03-14T05:30:36.6623398Z [ 2025-03-14T05:30:36.6623604Z scalar_t=float 2025-03-14T05:30:36.6623846Z ] 2025-03-14T05:30:36.6624702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(664): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2025-03-14T05:30:36.6625632Z with 2025-03-14T05:30:36.6625828Z [ 2025-03-14T05:30:36.6626110Z scalar_t=float 2025-03-14T05:30:36.6626348Z ] 2025-03-14T05:30:36.6627023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(613): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2025-03-14T05:30:36.6627766Z with 2025-03-14T05:30:36.6627972Z [ 2025-03-14T05:30:36.6628173Z scalar_t=float 2025-03-14T05:30:36.6628416Z ] 2025-03-14T05:30:37.9733333Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2025-03-14T05:30:38.1635595Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2025-03-14T05:30:38.2163996Z Generating code 2025-03-14T05:30:39.9744089Z Finished generating code 2025-03-14T05:30:40.1078755Z running install_lib 2025-03-14T05:30:40.1206691Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:30:40.1217937Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\maia.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:30:40.1228538Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2025-03-14T05:30:40.1247749Z running install_egg_info 2025-03-14T05:30:40.1530329Z running egg_info 2025-03-14T05:30:40.1675101Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2025-03-14T05:30:40.1686164Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2025-03-14T05:30:40.1689813Z writing entry points to torch_test_cpp_extension.egg-info\entry_points.txt 2025-03-14T05:30:40.1694203Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2025-03-14T05:30:40.1806078Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:30:40.1826526Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2025-03-14T05:30:40.1829523Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2025-03-14T05:30:40.1838101Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2025-03-14T05:30:40.1878519Z running install_scripts 2025-03-14T05:30:40.9213594Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:30:40.9222595Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:30:40.921825] 2025-03-14T05:30:46.1812729Z 2025-03-14T05:30:46.1814075Z test_cpp_extensions_aot_no_ninja 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cpp_extensions_aot_no_ninja_1.1_cd67437523227466_.log 2025-03-14T05:30:46.1821068Z Running 20 items in this shard: test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_backward, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_cublas_extension, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_cuda_dlink_libs, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_cuda_extension, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_cusolver_extension, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_extension_function, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_extension_module, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_libtorch_agnostic, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_mps_extension, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_no_python_abi_suffix_sets_the_correct_library_name, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_optional, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_python_agnostic, test/test_cpp_extensions_aot_no_ninja.py::TestCppExtensionAOT::test_sycl_extension, test/test_cpp_extensions_aot_no_ninja.py::TestPybindTypeCasters::test_pybind_return_types, test/test_cpp_extensions_aot_no_ninja.py::TestMAIATensor::test_add, test/test_cpp_extensions_aot_no_ninja.py::TestMAIATensor::test_conv_backend_override, test/test_cpp_extensions_aot_no_ninja.py::TestMAIATensor::test_unregistered, test/test_cpp_extensions_aot_no_ninja.py::TestMAIATensor::test_zeros, test/test_cpp_extensions_aot_no_ninja.py::TestRNGExtension::test_rng, test/test_cpp_extensions_aot_no_ninja.py::TestTorchLibrary::test_torch_library 2025-03-14T05:30:46.1827804Z 2025-03-14T05:30:46.1828066Z Running inductor/test_triton_extension_backend 1/1 ... [2025-03-14 05:30:46.181640] 2025-03-14T05:30:46.1828539Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:30:46.1829611Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:30:46.182726] 2025-03-14T05:30:57.0014362Z 2025-03-14T05:30:57.0015386Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_0bd5b5a09a6e2a72_.log 2025-03-14T05:30:57.0016163Z 2025-03-14T05:30:57.0019551Z Running inductor/test_torchinductor 1/1 ... [2025-03-14 05:30:56.998372] 2025-03-14T05:30:57.0020000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:30:57.0026210Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:30:56.998372] 2025-03-14T05:31:07.5063159Z 2025-03-14T05:31:07.5064131Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_5057483a15b8caa5_.log 2025-03-14T05:31:07.5065014Z 2025-03-14T05:31:07.5068608Z Running inductor/test_external_callables 1/1 ... [2025-03-14 05:31:07.505105] 2025-03-14T05:31:07.5069076Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:07.5075194Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_external_callables.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:07.505105] 2025-03-14T05:31:12.5442005Z 2025-03-14T05:31:12.5443164Z inductor/test_external_callables 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_external_callables_1.1_8e72f8e533c5b978_.log 2025-03-14T05:31:12.5443891Z 2025-03-14T05:31:12.5447257Z Running dynamo/test_interop 1/1 ... [2025-03-14 05:31:12.536183] 2025-03-14T05:31:12.5447660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:12.5454563Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_interop.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:12.536183] 2025-03-14T05:31:17.2424962Z 2025-03-14T05:31:17.2425822Z dynamo/test_interop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_interop_1.1_ff96d09466d07462_.log 2025-03-14T05:31:17.2426457Z 2025-03-14T05:31:17.2430348Z Running dynamo/test_fx_passes_pre_grad 1/1 ... [2025-03-14 05:31:17.242451] 2025-03-14T05:31:17.2430795Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:17.2437304Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_fx_passes_pre_grad.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:17.243585] 2025-03-14T05:31:21.8934466Z 2025-03-14T05:31:21.8935594Z dynamo/test_fx_passes_pre_grad 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_fx_passes_pre_grad_1.1_2e236158aa01bfb0_.log 2025-03-14T05:31:21.8939490Z 2025-03-14T05:31:21.8939731Z Running export/test_retraceability 1/1 ... [2025-03-14 05:31:21.889876] 2025-03-14T05:31:21.8940176Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:21.8957235Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_retraceability.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:21.889876] 2025-03-14T05:31:32.4476920Z 2025-03-14T05:31:32.4478089Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_fa3731b7c954e686_.log 2025-03-14T05:31:32.4478812Z 2025-03-14T05:31:32.4483391Z Running inductor/test_extension_backend 1/1 ... [2025-03-14 05:31:32.447947] 2025-03-14T05:31:32.4483852Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:32.4491141Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_extension_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:32.448521] 2025-03-14T05:31:42.8869614Z 2025-03-14T05:31:42.8870953Z inductor/test_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_extension_backend_1.1_df7d5b9693370f04_.log 2025-03-14T05:31:42.8871715Z 2025-03-14T05:31:42.8874910Z Running inductor/test_smoke 1/1 ... [2025-03-14 05:31:42.882121] 2025-03-14T05:31:42.8875320Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:42.8881583Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:42.882121] 2025-03-14T05:31:53.1584268Z 2025-03-14T05:31:53.1585088Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_c97f9fc7d8e5f625_.log 2025-03-14T05:31:53.1585723Z 2025-03-14T05:31:53.1589377Z Running inductor/test_xpu_basic 1/1 ... [2025-03-14 05:31:53.147347] 2025-03-14T05:31:53.1589794Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:31:53.1596120Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:31:53.147347] 2025-03-14T05:32:03.3935379Z 2025-03-14T05:32:03.3936429Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_bb956a8250e35e85_.log 2025-03-14T05:32:03.3937095Z 2025-03-14T05:32:03.3941007Z Running export/test_serdes 1/1 ... [2025-03-14 05:32:03.392979] 2025-03-14T05:32:03.3941445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:03.3946881Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_serdes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:03.392979] 2025-03-14T05:32:13.4789772Z 2025-03-14T05:32:13.4790617Z export/test_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_serdes_1.1_ebc3e985f92d6ee9_.log 2025-03-14T05:32:13.4791258Z 2025-03-14T05:32:13.4794999Z Running inductor/test_pad_mm 1/1 ... [2025-03-14 05:32:13.472962] 2025-03-14T05:32:13.4795442Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:13.4801539Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_pad_mm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:13.472962] 2025-03-14T05:32:23.4493828Z 2025-03-14T05:32:23.4494953Z inductor/test_pad_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pad_mm_1.1_4d2df2bdd84554e9_.log 2025-03-14T05:32:23.4495630Z 2025-03-14T05:32:23.4499324Z Running dynamo/test_sdpa 1/1 ... [2025-03-14 05:32:23.448106] 2025-03-14T05:32:23.4499828Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:23.4505800Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_sdpa.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:23.448106] 2025-03-14T05:32:28.1541471Z 2025-03-14T05:32:28.1542349Z dynamo/test_sdpa 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sdpa_1.1_22316321d265b572_.log 2025-03-14T05:32:28.1542965Z 2025-03-14T05:32:28.1548365Z Running inductor/test_combo_kernels 1/1 ... [2025-03-14 05:32:28.154510] 2025-03-14T05:32:28.1548842Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:28.1556422Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_combo_kernels.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:28.155111] 2025-03-14T05:32:38.6308698Z 2025-03-14T05:32:38.6310030Z inductor/test_combo_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_combo_kernels_1.1_46ffdd31c90c7898_.log 2025-03-14T05:32:38.6310906Z 2025-03-14T05:32:38.6314257Z Running dynamo/test_skip_non_tensor 1/1 ... [2025-03-14 05:32:38.629448] 2025-03-14T05:32:38.6314746Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:38.6320883Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:38.629448] 2025-03-14T05:32:43.1497907Z 2025-03-14T05:32:43.1499053Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_5fbb2bde54f72ea7_.log 2025-03-14T05:32:43.1499794Z 2025-03-14T05:32:43.1504351Z Running export/test_export_legacy 1/1 ... [2025-03-14 05:32:43.150046] 2025-03-14T05:32:43.1504826Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:43.1512131Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_legacy.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:43.150625] 2025-03-14T05:32:53.1411671Z 2025-03-14T05:32:53.1412764Z export/test_export_legacy 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_legacy_1.1_9b6bf96beba1c717_.log 2025-03-14T05:32:53.1413476Z 2025-03-14T05:32:53.1416959Z Running inductor/test_snode_runtime 1/1 ... [2025-03-14 05:32:53.136178] 2025-03-14T05:32:53.1417444Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:32:53.1423636Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_snode_runtime.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:32:53.136178] 2025-03-14T05:33:03.1607248Z 2025-03-14T05:33:03.1608416Z inductor/test_snode_runtime 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_snode_runtime_1.1_98238e98a5c34d2e_.log 2025-03-14T05:33:03.1609116Z 2025-03-14T05:33:03.1612547Z Running dynamo/test_frame_init 1/1 ... [2025-03-14 05:33:03.157440] 2025-03-14T05:33:03.1612978Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:03.1629252Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:03.157440] 2025-03-14T05:33:07.7999518Z 2025-03-14T05:33:07.8000609Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_1ddcde17654c17ea_.log 2025-03-14T05:33:07.8001325Z 2025-03-14T05:33:07.8004671Z Running export/test_cpp_serdes 1/1 ... [2025-03-14 05:33:07.790501] 2025-03-14T05:33:07.8005140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:07.8013572Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_cpp_serdes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:07.801183] 2025-03-14T05:33:18.3387182Z 2025-03-14T05:33:18.3388449Z export/test_cpp_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_cpp_serdes_1.1_fddb050aa3e25f5f_.log 2025-03-14T05:33:18.3389121Z 2025-03-14T05:33:18.3392953Z Running dynamo/test_sys 1/1 ... [2025-03-14 05:33:18.335856] 2025-03-14T05:33:18.3393427Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:18.3399225Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_sys.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:18.335856] 2025-03-14T05:33:23.0122546Z 2025-03-14T05:33:23.0123692Z dynamo/test_sys 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sys_1.1_392723e1cc015ae1_.log 2025-03-14T05:33:23.0124313Z 2025-03-14T05:33:23.0127484Z Running inductor/test_config 1/1 ... [2025-03-14 05:33:23.012183] 2025-03-14T05:33:23.0128080Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:23.0134465Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:23.012776] 2025-03-14T05:33:33.0885419Z 2025-03-14T05:33:33.0886513Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_0edca6bbe02abeff_.log 2025-03-14T05:33:33.0887168Z 2025-03-14T05:33:33.0890495Z Running inductor/test_aot_inductor 1/1 ... [2025-03-14 05:33:33.080593] 2025-03-14T05:33:33.0896305Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:33.0897368Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:33.080593] 2025-03-14T05:33:43.1874803Z 2025-03-14T05:33:43.1875948Z inductor/test_aot_inductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.1_b427f0e143882bd6_.log 2025-03-14T05:33:43.1876641Z 2025-03-14T05:33:43.1880089Z Running dynamo/test_subgraphs 1/1 ... [2025-03-14 05:33:43.185818] 2025-03-14T05:33:43.1880538Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:43.1886472Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:43.185818] 2025-03-14T05:33:47.6653348Z 2025-03-14T05:33:47.6654243Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_d891f4365d7cd113_.log 2025-03-14T05:33:47.6654920Z 2025-03-14T05:33:47.6658691Z Running inductor/test_kernel_benchmark 1/1 ... [2025-03-14 05:33:47.657700] 2025-03-14T05:33:47.6659200Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:47.6665381Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_kernel_benchmark.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:47.657700] 2025-03-14T05:33:57.7768249Z 2025-03-14T05:33:57.7769170Z inductor/test_kernel_benchmark 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_kernel_benchmark_1.1_e45580123c5b4f05_.log 2025-03-14T05:33:57.7769913Z 2025-03-14T05:33:57.7773319Z Running inductor/test_memory_planning 1/1 ... [2025-03-14 05:33:57.776173] 2025-03-14T05:33:57.7773795Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:33:57.7781347Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory_planning.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:33:57.777791] 2025-03-14T05:34:07.7569089Z 2025-03-14T05:34:07.7570209Z inductor/test_memory_planning 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_planning_1.1_e6fb7888bacd0e5e_.log 2025-03-14T05:34:07.7571049Z 2025-03-14T05:34:07.7574521Z Running dynamo/test_config 1/1 ... [2025-03-14 05:34:07.749339] 2025-03-14T05:34:07.7574966Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:07.7580910Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_config.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:07.749339] 2025-03-14T05:34:12.2562116Z 2025-03-14T05:34:12.2563411Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_de7be39037afdc52_.log 2025-03-14T05:34:12.2564079Z 2025-03-14T05:34:12.2567667Z Running inductor/test_multi_kernel 1/1 ... [2025-03-14 05:34:12.256485] 2025-03-14T05:34:12.2568180Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:12.2573983Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_multi_kernel.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:12.257049] 2025-03-14T05:34:22.2397532Z 2025-03-14T05:34:22.2398699Z inductor/test_multi_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_multi_kernel_1.1_a355aaad6e241ca1_.log 2025-03-14T05:34:22.2399381Z 2025-03-14T05:34:22.2403807Z Running dynamo/test_deviceguard 1/1 ... [2025-03-14 05:34:22.240044] 2025-03-14T05:34:22.2404220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:22.2411409Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_deviceguard.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:22.240619] 2025-03-14T05:34:27.0403128Z 2025-03-14T05:34:27.0404295Z dynamo/test_deviceguard 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_deviceguard_1.1_07d3db5526689ded_.log 2025-03-14T05:34:27.0404948Z 2025-03-14T05:34:27.0409520Z Running inductor/test_pattern_matcher 1/1 ... [2025-03-14 05:34:27.040603] 2025-03-14T05:34:27.0409970Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:27.0428258Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_pattern_matcher.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:27.042330] 2025-03-14T05:34:37.0927146Z 2025-03-14T05:34:37.0928087Z inductor/test_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pattern_matcher_1.1_920da2ef3289b1f6_.log 2025-03-14T05:34:37.0928806Z 2025-03-14T05:34:37.0933482Z Running dynamo/test_after_aot 1/1 ... [2025-03-14 05:34:37.093066] 2025-03-14T05:34:37.0933894Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:37.0941119Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_after_aot.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:37.093647] 2025-03-14T05:34:41.6127650Z 2025-03-14T05:34:41.6128536Z dynamo/test_after_aot 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_after_aot_1.1_e633b80b69ef4856_.log 2025-03-14T05:34:41.6129165Z 2025-03-14T05:34:41.6132915Z Running inductor/test_cpu_select_algorithm 1/1 ... [2025-03-14 05:34:41.612373] 2025-03-14T05:34:41.6133388Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:41.6139566Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_select_algorithm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:41.612373] 2025-03-14T05:34:52.2124971Z 2025-03-14T05:34:52.2126191Z inductor/test_cpu_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_select_algorithm_1.1_30969c5ab9274b64_.log 2025-03-14T05:34:52.2126968Z 2025-03-14T05:34:52.2130247Z Running dynamo/test_profiler 1/1 ... [2025-03-14 05:34:52.212696] 2025-03-14T05:34:52.2130643Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:52.2136794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_profiler.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:52.213252] 2025-03-14T05:34:56.6881074Z 2025-03-14T05:34:56.6882829Z dynamo/test_profiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_profiler_1.1_7a796044e34f18f7_.log 2025-03-14T05:34:56.6883507Z 2025-03-14T05:34:56.6886271Z Running dynamo/test_nops 1/1 ... [2025-03-14 05:34:56.688236] 2025-03-14T05:34:56.6886669Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:34:56.6903201Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:34:56.689928] 2025-03-14T05:35:01.2046164Z 2025-03-14T05:35:01.2047043Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_bb7fd965688a3860_.log 2025-03-14T05:35:01.2047649Z 2025-03-14T05:35:01.2052521Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-03-14 05:35:01.204930] 2025-03-14T05:35:01.2053131Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:01.2060292Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:01.205506] 2025-03-14T05:35:11.1144421Z 2025-03-14T05:35:11.1145391Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_038875947dd6d52b_.log 2025-03-14T05:35:11.1146192Z 2025-03-14T05:35:11.1150231Z Running dynamo/test_recompiles 1/1 ... [2025-03-14 05:35:11.112109] 2025-03-14T05:35:11.1150686Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:11.1156455Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompiles.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:11.112109] 2025-03-14T05:35:15.5801455Z 2025-03-14T05:35:15.5802489Z dynamo/test_recompiles 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompiles_1.1_31caf9fd23c7d335_.log 2025-03-14T05:35:15.5803274Z 2025-03-14T05:35:15.5808172Z Running inductor/test_memory 1/1 ... [2025-03-14 05:35:15.580299] 2025-03-14T05:35:15.5808671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:15.5816531Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:15.581458] 2025-03-14T05:35:25.6621777Z 2025-03-14T05:35:25.6622845Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_3ad81c116895b035_.log 2025-03-14T05:35:25.6623514Z 2025-03-14T05:35:25.6629219Z Running dynamo/test_modes 1/1 ... [2025-03-14 05:35:25.662776] 2025-03-14T05:35:25.6629624Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:25.6636922Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modes.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:25.663363] 2025-03-14T05:35:35.6441232Z 2025-03-14T05:35:35.6442761Z dynamo/test_modes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modes_1.1_0c34e59bff649380_.log 2025-03-14T05:35:35.6443426Z 2025-03-14T05:35:35.6446903Z Running inductor/test_halide 1/1 ... [2025-03-14 05:35:35.643689] 2025-03-14T05:35:35.6447359Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:35.6452942Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_halide.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:35.643689] 2025-03-14T05:35:45.6551589Z 2025-03-14T05:35:45.6552435Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_a0d0941da38dfa33_.log 2025-03-14T05:35:45.6553082Z 2025-03-14T05:35:45.6556950Z Running inductor/test_select_algorithm 1/1 ... [2025-03-14 05:35:45.655628] 2025-03-14T05:35:45.6557408Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:45.6563412Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_select_algorithm.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:45.655660] 2025-03-14T05:35:55.9457830Z 2025-03-14T05:35:55.9463662Z inductor/test_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_select_algorithm_1.1_8971e31f4b4791ba_.log 2025-03-14T05:35:55.9464475Z 2025-03-14T05:35:55.9464780Z Running dynamo/test_autograd_function 1/1 ... [2025-03-14 05:35:55.945942] 2025-03-14T05:35:55.9465313Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:35:55.9469759Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_autograd_function.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:35:55.946508] 2025-03-14T05:36:05.8683585Z 2025-03-14T05:36:05.8684538Z dynamo/test_autograd_function 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_autograd_function_1.1_f584bd01643921d1_.log 2025-03-14T05:36:05.8685309Z 2025-03-14T05:36:05.8689043Z Running inductor/test_dependencies 1/1 ... [2025-03-14 05:36:05.868820] 2025-03-14T05:36:05.8689534Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:05.8696018Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_dependencies.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:05.869386] 2025-03-14T05:36:16.0133926Z 2025-03-14T05:36:16.0135173Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_806faf8a3d9d4cfe_.log 2025-03-14T05:36:16.0135932Z 2025-03-14T05:36:16.0139098Z Running dynamo/test_base_hop 1/1 ... [2025-03-14 05:36:16.011499] 2025-03-14T05:36:16.0139720Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:16.0145895Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_base_hop.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:16.011499] 2025-03-14T05:36:26.1720188Z 2025-03-14T05:36:26.1721330Z dynamo/test_base_hop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_hop_1.1_a0efbbc1ecc0fb4c_.log 2025-03-14T05:36:26.1721999Z 2025-03-14T05:36:26.1725531Z Running inductor/test_fused_attention 1/1 ... [2025-03-14 05:36:26.160980] 2025-03-14T05:36:26.1726055Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:26.1732101Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fused_attention.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:26.160980] 2025-03-14T05:36:36.3400262Z 2025-03-14T05:36:36.3401348Z inductor/test_fused_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fused_attention_1.1_cea834c300fbe3e7_.log 2025-03-14T05:36:36.3402093Z 2025-03-14T05:36:36.3405587Z Running dynamo/test_cudagraphs 1/1 ... [2025-03-14 05:36:36.340122] 2025-03-14T05:36:36.3406052Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:36.3412287Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:36.340685] 2025-03-14T05:36:40.9437656Z 2025-03-14T05:36:40.9438564Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_33c752114b85d70a_.log 2025-03-14T05:36:40.9439266Z 2025-03-14T05:36:40.9443009Z Running dynamo/test_bytecode_utils 1/1 ... [2025-03-14 05:36:40.943168] 2025-03-14T05:36:40.9443635Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:40.9449394Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_bytecode_utils.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:40.944760] 2025-03-14T05:36:45.4590576Z 2025-03-14T05:36:45.4591507Z dynamo/test_bytecode_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_bytecode_utils_1.1_f22b48ce48aa4a32_.log 2025-03-14T05:36:45.4592220Z 2025-03-14T05:36:45.4596055Z Running inductor/test_torchbind 1/1 ... [2025-03-14 05:36:45.459298] 2025-03-14T05:36:45.4596517Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:45.4602579Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchbind.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:45.459862] 2025-03-14T05:36:50.3275406Z 2025-03-14T05:36:50.3276569Z inductor/test_torchbind 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchbind_1.1_af5e99d1fc8c93eb_.log 2025-03-14T05:36:50.3277285Z 2025-03-14T05:36:50.3281807Z Running functorch/test_ac 1/1 ... [2025-03-14 05:36:50.327847] 2025-03-14T05:36:50.3282241Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:36:50.3289572Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ac.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:36:50.328422] 2025-03-14T05:37:00.2384321Z 2025-03-14T05:37:00.2385917Z functorch/test_ac 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_1.1_fe0971629b3b7228_.log 2025-03-14T05:37:00.2386580Z 2025-03-14T05:37:00.2390860Z Running dynamo/test_backends 1/1 ... [2025-03-14 05:37:00.238904] 2025-03-14T05:37:00.2391317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:00.2399347Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:00.239491] 2025-03-14T05:37:10.3045234Z 2025-03-14T05:37:10.3046346Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_fed0ae315f89d7d6_.log 2025-03-14T05:37:10.3047031Z 2025-03-14T05:37:10.3051693Z Running inductor/test_loop_ordering 1/1 ... [2025-03-14 05:37:10.304762] 2025-03-14T05:37:10.3052181Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:10.3059513Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_loop_ordering.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:10.305337] 2025-03-14T05:37:20.3364996Z 2025-03-14T05:37:20.3365941Z inductor/test_loop_ordering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_loop_ordering_1.1_46a38bd4713605fb_.log 2025-03-14T05:37:20.3366663Z 2025-03-14T05:37:20.3371145Z Running dynamo/test_structured_trace 1/1 ... [2025-03-14 05:37:20.336929] 2025-03-14T05:37:20.3371695Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:20.3377478Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_structured_trace.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:20.337524] 2025-03-14T05:37:30.4654488Z 2025-03-14T05:37:30.4655750Z dynamo/test_structured_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_structured_trace_1.1_7af28bbf989f0cc4_.log 2025-03-14T05:37:30.4656461Z 2025-03-14T05:37:30.4659669Z Running inductor/test_binary_folding 1/1 ... [2025-03-14 05:37:30.462402] 2025-03-14T05:37:30.4660128Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:30.4666551Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:30.462402] 2025-03-14T05:37:40.4931731Z 2025-03-14T05:37:40.4932784Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_d4f7c38b4d66699d_.log 2025-03-14T05:37:40.4933504Z 2025-03-14T05:37:40.4938260Z Running test_cuda_sanitizer 1/1 ... [2025-03-14 05:37:40.493398] 2025-03-14T05:37:40.4938672Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:40.4946071Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:40.493992] 2025-03-14T05:37:45.2396431Z 2025-03-14T05:37:45.2397336Z test_cuda_sanitizer 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_sanitizer_1.1_005d60d9cfebd1f8_.log 2025-03-14T05:37:45.2398111Z Running 0 items in this shard: 2025-03-14T05:37:45.2398299Z 2025-03-14T05:37:45.2401656Z Running dynamo/test_aot_autograd 1/1 ... [2025-03-14 05:37:45.239878] 2025-03-14T05:37:45.2402259Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:45.2408504Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:45.240441] 2025-03-14T05:37:49.9156730Z 2025-03-14T05:37:49.9157702Z dynamo/test_aot_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_aot_autograd_1.1_652d1b2ff01c320a_.log 2025-03-14T05:37:49.9158374Z 2025-03-14T05:37:49.9161387Z Running dynamo/test_backward_higher_order_ops 1/1 ... [2025-03-14 05:37:49.915586] 2025-03-14T05:37:49.9162109Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:49.9168211Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backward_higher_order_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:49.916153] 2025-03-14T05:37:54.4075525Z 2025-03-14T05:37:54.4076552Z dynamo/test_backward_higher_order_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backward_higher_order_ops_1.1_d28f21db9d744a15_.log 2025-03-14T05:37:54.4077310Z 2025-03-14T05:37:54.4080915Z Running dynamo/test_recompile_ux 1/1 ... [2025-03-14 05:37:54.406605] 2025-03-14T05:37:54.4081379Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:54.4087221Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:54.406605] 2025-03-14T05:37:58.9825236Z 2025-03-14T05:37:58.9826427Z dynamo/test_recompile_ux 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompile_ux_1.1_61ea1c329b57a3ce_.log 2025-03-14T05:37:58.9827274Z 2025-03-14T05:37:58.9830650Z Running dynamo/test_logging 1/1 ... [2025-03-14 05:37:58.980898] 2025-03-14T05:37:58.9831131Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:37:58.9836852Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:37:58.980898] 2025-03-14T05:38:08.9413244Z 2025-03-14T05:38:08.9414383Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_85d56eafe3c2d0e7_.log 2025-03-14T05:38:08.9415028Z 2025-03-14T05:38:08.9418443Z Running test_cuda_expandable_segments 1/1 ... [2025-03-14 05:38:08.940393] 2025-03-14T05:38:08.9418905Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:08.9438011Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_expandable_segments.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:08.942003] 2025-03-14T05:38:15.0730068Z 2025-03-14T05:38:15.0731486Z test_cuda_expandable_segments 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_expandable_segments_1.1_1eca9fd35133a66d_.log 2025-03-14T05:38:15.0732224Z 2025-03-14T05:38:15.0735412Z Running test_mkldnn_fusion 1/1 ... [2025-03-14 05:38:15.073087] 2025-03-14T05:38:15.0735849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:15.0742571Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:15.073661] 2025-03-14T05:38:20.0779384Z 2025-03-14T05:38:20.0780404Z test_mkldnn_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_fusion_1.1_def0ab0da15994df_.log 2025-03-14T05:38:20.0781224Z Running 0 items in this shard: 2025-03-14T05:38:20.0781422Z 2025-03-14T05:38:20.0785112Z Running lazy/test_meta_kernel 1/1 ... [2025-03-14 05:38:20.078420] 2025-03-14T05:38:20.0785559Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:20.0792296Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:20.079020] 2025-03-14T05:38:24.6839625Z 2025-03-14T05:38:24.6840770Z lazy/test_meta_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_meta_kernel_1.1_90ce7a0629c9e69a_.log 2025-03-14T05:38:24.6841436Z 2025-03-14T05:38:24.6845035Z Running test_ops_jit 3/3 ... [2025-03-14 05:38:24.678049] 2025-03-14T05:38:24.6845475Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:24.6851373Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:24.678049] 2025-03-14T05:38:30.9783373Z 2025-03-14T05:38:30.9784206Z test_ops_jit 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_3.3_f1aa72f780c47e1d_.log 2025-03-14T05:38:30.9784927Z Running 0 items in this shard: 2025-03-14T05:38:30.9785123Z 2025-03-14T05:38:30.9790444Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-03-14 05:38:30.978655] 2025-03-14T05:38:30.9790947Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:30.9798434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:30.979255] 2025-03-14T05:38:41.0477191Z 2025-03-14T05:38:41.0478236Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_3d08a5b248e27eb6_.log 2025-03-14T05:38:41.0479001Z 2025-03-14T05:38:41.0482642Z Running dynamo/test_exc 1/1 ... [2025-03-14 05:38:41.048022] 2025-03-14T05:38:41.0483047Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:41.0489064Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_exc.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:41.048022] 2025-03-14T05:38:46.0610273Z 2025-03-14T05:38:46.0611410Z dynamo/test_exc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_exc_1.1_7c1163b294dbf2c2_.log 2025-03-14T05:38:46.0612016Z 2025-03-14T05:38:46.0616573Z Running inductor/test_standalone_compile 1/1 ... [2025-03-14 05:38:46.061347] 2025-03-14T05:38:46.0617066Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:46.0636593Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_standalone_compile.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:46.063062] 2025-03-14T05:38:56.1867096Z 2025-03-14T05:38:56.1868085Z inductor/test_standalone_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_standalone_compile_1.1_269dcc5cf16709a4_.log 2025-03-14T05:38:56.1869027Z 2025-03-14T05:38:56.1873636Z Running test_type_hints 1/1 ... [2025-03-14 05:38:56.186979] 2025-03-14T05:38:56.1874021Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:38:56.1881229Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:38:56.187553] 2025-03-14T05:39:00.8945726Z 2025-03-14T05:39:00.8946798Z test_type_hints 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_hints_1.1_75993031ec3e867c_.log 2025-03-14T05:39:00.8947484Z Running 0 items in this shard: 2025-03-14T05:39:00.8947822Z 2025-03-14T05:39:00.8951119Z Running test_meta 1/5 ... [2025-03-14 05:39:00.893230] 2025-03-14T05:39:00.8951484Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:00.8957510Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-m', 'serial', '--shard-id=1', '--num-shards=5', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:00.893230] 2025-03-14T05:39:17.0979746Z 2025-03-14T05:39:17.0980522Z test_meta 1/5 was successful, full logs can be found in artifacts with path test/test-reports/test_meta_1.5_519d49c362b80a30_.log 2025-03-14T05:39:17.0981166Z Running 0 items in this shard: 2025-03-14T05:39:17.0981346Z 2025-03-14T05:39:17.0985160Z Running test_meta 3/5 ... [2025-03-14 05:39:17.093044] 2025-03-14T05:39:17.0985531Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:17.0991889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-m', 'serial', '--shard-id=3', '--num-shards=5', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:17.093044] 2025-03-14T05:39:33.0131696Z 2025-03-14T05:39:33.0132801Z test_meta 3/5 was successful, full logs can be found in artifacts with path test/test-reports/test_meta_3.5_4466e00acc4d5f91_.log 2025-03-14T05:39:33.0133605Z Running 0 items in this shard: 2025-03-14T05:39:33.0133791Z 2025-03-14T05:39:33.0137596Z Running dynamo/test_trace_rules 1/1 ... [2025-03-14 05:39:33.013255] 2025-03-14T05:39:33.0138105Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:33.0144087Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_trace_rules.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:33.013820] 2025-03-14T05:39:37.5967933Z 2025-03-14T05:39:37.5969072Z dynamo/test_trace_rules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_trace_rules_1.1_8958d593f9b02ca7_.log 2025-03-14T05:39:37.5969732Z 2025-03-14T05:39:37.5974786Z Running dynamo/test_error_messages 1/1 ... [2025-03-14 05:39:37.597088] 2025-03-14T05:39:37.5975239Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:37.5981456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_error_messages.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:37.597088] 2025-03-14T05:39:42.2242057Z 2025-03-14T05:39:42.2242930Z dynamo/test_error_messages 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_error_messages_1.1_855c79505f4c1d5d_.log 2025-03-14T05:39:42.2243594Z 2025-03-14T05:39:42.2247166Z Running dynamo/test_generator 1/1 ... [2025-03-14 05:39:42.220887] 2025-03-14T05:39:42.2247583Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:42.2254194Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_generator.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:42.220887] 2025-03-14T05:39:46.7495274Z 2025-03-14T05:39:46.7496317Z dynamo/test_generator 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_generator_1.1_a510bf8d28248cd9_.log 2025-03-14T05:39:46.7496971Z 2025-03-14T05:39:46.7500455Z Running test_dataloader 2/2 ... [2025-03-14 05:39:46.741574] 2025-03-14T05:39:46.7500854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:46.7507105Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:46.741574] 2025-03-14T05:39:52.2169861Z 2025-03-14T05:39:52.2170703Z test_dataloader 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_dataloader_2.2_400d8c6b0b5011f5_.log 2025-03-14T05:39:52.2171401Z Running 0 items in this shard: 2025-03-14T05:39:52.2171585Z 2025-03-14T05:39:52.2175986Z Running test_schema_check 1/1 ... [2025-03-14 05:39:52.217300] 2025-03-14T05:39:52.2176423Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:52.2182264Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:52.217874] 2025-03-14T05:39:59.8259015Z 2025-03-14T05:39:59.8260036Z test_schema_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_schema_check_1.1_c1af89bad9a6f302_.log 2025-03-14T05:39:59.8260741Z Running 0 items in this shard: 2025-03-14T05:39:59.8260937Z 2025-03-14T05:39:59.8264457Z Running test_matmul_cuda 1/1 ... [2025-03-14 05:39:59.823955] 2025-03-14T05:39:59.8264991Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:39:59.8271547Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:39:59.823955] 2025-03-14T05:40:04.9012951Z 2025-03-14T05:40:04.9013939Z test_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_matmul_cuda_1.1_f917ed0f6b9c4e15_.log 2025-03-14T05:40:04.9014633Z Running 0 items in this shard: 2025-03-14T05:40:04.9014814Z 2025-03-14T05:40:04.9018618Z Running optim/test_lrscheduler 1/1 ... [2025-03-14 05:40:04.896072] 2025-03-14T05:40:04.9019037Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:40:04.9025056Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'optim/test_lrscheduler.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:40:04.896072] 2025-03-14T05:40:09.6719452Z 2025-03-14T05:40:09.6720497Z optim/test_lrscheduler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_lrscheduler_1.1_e05114517b8ca77f_.log 2025-03-14T05:40:09.6721153Z 2025-03-14T05:40:09.6724713Z Running optim/test_optim 1/1 ... [2025-03-14 05:40:09.668115] 2025-03-14T05:40:09.6725112Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:40:09.6731461Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'optim/test_optim.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:40:09.668115] 2025-03-14T05:40:14.2331164Z 2025-03-14T05:40:14.2332370Z optim/test_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_optim_1.1_06530a724aacfab9_.log 2025-03-14T05:40:14.2332991Z 2025-03-14T05:40:14.2336356Z Running test_ops 2/9 ... [2025-03-14 05:40:14.232438] 2025-03-14T05:40:14.2336728Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:40:14.2344203Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:40:14.234026] 2025-03-14T05:40:33.9951244Z 2025-03-14T05:40:33.9952210Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_c3d8b8018291d998_.log 2025-03-14T05:40:33.9952909Z Running 0 items in this shard: 2025-03-14T05:40:33.9953130Z 2025-03-14T05:40:33.9957708Z Running test_ops 4/9 ... [2025-03-14 05:40:33.995573] 2025-03-14T05:40:33.9958119Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:40:33.9965763Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=4', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:40:33.996159] 2025-03-14T05:40:53.5224790Z 2025-03-14T05:40:53.5225812Z test_ops 4/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_4.9_ee20e330afbe72ff_.log 2025-03-14T05:40:53.5226469Z Running 0 items in this shard: 2025-03-14T05:40:53.5226685Z 2025-03-14T05:40:53.5230369Z Running test_ops 5/9 ... [2025-03-14 05:40:53.522951] 2025-03-14T05:40:53.5231081Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:40:53.5237690Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'serial', '--shard-id=5', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:40:53.523584] 2025-03-14T05:41:13.5683382Z 2025-03-14T05:41:13.5686209Z test_ops 5/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_5.9_101e6a5aa348654a_.log 2025-03-14T05:41:13.5686889Z Running 0 items in this shard: 2025-03-14T05:41:13.5687081Z 2025-03-14T05:41:13.5688900Z Running test_unary_ufuncs 2/2 ... [2025-03-14 05:41:13.567676] 2025-03-14T05:41:13.5689333Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:13.5695288Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:13.567676] 2025-03-14T05:41:25.6767466Z 2025-03-14T05:41:25.6768603Z test_unary_ufuncs 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_unary_ufuncs_2.2_6218d9bbfa21c041_.log 2025-03-14T05:41:25.6769350Z Running 0 items in this shard: 2025-03-14T05:41:25.6769632Z 2025-03-14T05:41:25.6774489Z Running torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-03-14 05:41:25.677009] 2025-03-14T05:41:25.6775010Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:25.6781182Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_getlimits.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:25.677009] 2025-03-14T05:41:30.6972557Z 2025-03-14T05:41:30.6973900Z torch_np/numpy_tests/core/test_getlimits 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_getlimits_1.1_61a796e6c49891a9_.log 2025-03-14T05:41:30.6974840Z Running 0 items in this shard: 2025-03-14T05:41:30.6975189Z 2025-03-14T05:41:30.6978317Z Running torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-03-14 05:41:30.693395] 2025-03-14T05:41:30.6978910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:30.6984983Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_shape_base_.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:30.693395] 2025-03-14T05:41:35.6886779Z 2025-03-14T05:41:35.6887859Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_shape_base__1.1_23bad38a540eb378_.log 2025-03-14T05:41:35.6888767Z Running 0 items in this shard: 2025-03-14T05:41:35.6889128Z 2025-03-14T05:41:35.6900588Z Running test_view_ops 1/1 ... [2025-03-14 05:41:35.689791] 2025-03-14T05:41:35.6901024Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:35.6908783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:35.690401] 2025-03-14T05:41:40.7719178Z 2025-03-14T05:41:40.7720092Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_0bb01699cdad70a0_.log 2025-03-14T05:41:40.7720817Z Running 0 items in this shard: 2025-03-14T05:41:40.7721010Z 2025-03-14T05:41:40.7724699Z Running test_jit_autocast 1/1 ... [2025-03-14 05:41:40.764381] 2025-03-14T05:41:40.7725132Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:40.7731201Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:40.764381] 2025-03-14T05:41:49.2225670Z 2025-03-14T05:41:49.2226723Z test_jit_autocast 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_autocast_1.1_fae6d234f54d87ad_.log 2025-03-14T05:41:49.2227468Z Running 0 items in this shard: 2025-03-14T05:41:49.2227685Z 2025-03-14T05:41:49.2231353Z Running nn/test_init 1/1 ... [2025-03-14 05:41:49.223024] 2025-03-14T05:41:49.2231773Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:49.2238234Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_init.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:49.223636] 2025-03-14T05:41:54.3982165Z 2025-03-14T05:41:54.3983018Z nn/test_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_init_1.1_e9424aeb49871052_.log 2025-03-14T05:41:54.3983756Z Running 0 items in this shard: 2025-03-14T05:41:54.3984014Z 2025-03-14T05:41:54.3988870Z Running test_xnnpack_integration 1/1 ... [2025-03-14 05:41:54.398388] 2025-03-14T05:41:54.3989372Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:54.3997451Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:54.399546] 2025-03-14T05:41:59.2386905Z 2025-03-14T05:41:59.2388085Z test_xnnpack_integration 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_xnnpack_integration_1.1_1fac7daf6d944b14_.log 2025-03-14T05:41:59.2388924Z Running 0 items in this shard: 2025-03-14T05:41:59.2389119Z 2025-03-14T05:41:59.2392914Z Running profiler/test_profiler_tree 1/1 ... [2025-03-14 05:41:59.238706] 2025-03-14T05:41:59.2393634Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:41:59.2399153Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:41:59.239304] 2025-03-14T05:42:04.0020230Z 2025-03-14T05:42:04.0021199Z profiler/test_profiler_tree 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_profiler_tree_1.1_bf01857038a6b4e2_.log 2025-03-14T05:42:04.0022036Z Running 0 items in this shard: 2025-03-14T05:42:04.0022229Z 2025-03-14T05:42:04.0026845Z Running torch_np/test_ndarray_methods 1/1 ... [2025-03-14 05:42:04.002310] 2025-03-14T05:42:04.0027455Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:04.0034287Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_ndarray_methods.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:04.002906] 2025-03-14T05:42:09.0759274Z 2025-03-14T05:42:09.0760205Z torch_np/test_ndarray_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_ndarray_methods_1.1_16e7f1314af1d3b0_.log 2025-03-14T05:42:09.0761007Z Running 0 items in this shard: 2025-03-14T05:42:09.0761200Z 2025-03-14T05:42:09.0764640Z Running test_jit 1/1 ... [2025-03-14 05:42:09.061253] 2025-03-14T05:42:09.0765004Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:09.0771210Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:09.076966] 2025-03-14T05:42:16.3534103Z 2025-03-14T05:42:16.3534896Z test_jit 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_1.1_e1e94a55e2483248_.log 2025-03-14T05:42:16.3535720Z Running 0 items in this shard: 2025-03-14T05:42:16.3535897Z 2025-03-14T05:42:16.3539549Z Running functorch/test_vmap 2/2 ... [2025-03-14 05:42:16.352449] 2025-03-14T05:42:16.3539954Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:16.3545963Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_vmap.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:16.352449] 2025-03-14T05:42:23.4574607Z 2025-03-14T05:42:23.4575710Z functorch/test_vmap 2/2 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_vmap_2.2_d7ca68936b3b46d8_.log 2025-03-14T05:42:23.4576444Z Running 0 items in this shard: 2025-03-14T05:42:23.4576633Z 2025-03-14T05:42:23.4579985Z Running functorch/test_ops 3/8 ... [2025-03-14 05:42:23.455519] 2025-03-14T05:42:23.4580395Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:23.4586374Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'serial', '--shard-id=3', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:23.455519] 2025-03-14T05:42:32.8723310Z 2025-03-14T05:42:32.8724346Z functorch/test_ops 3/8 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_3.8_c94ac4c442c744c2_.log 2025-03-14T05:42:32.8725059Z Running 0 items in this shard: 2025-03-14T05:42:32.8725255Z 2025-03-14T05:42:32.8728645Z Running functorch/test_ops 7/8 ... [2025-03-14 05:42:32.870718] 2025-03-14T05:42:32.8729043Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:32.8735270Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'serial', '--shard-id=7', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:32.870718] 2025-03-14T05:42:42.0518270Z 2025-03-14T05:42:42.0519144Z functorch/test_ops 7/8 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_7.8_6275510083fa7b8d_.log 2025-03-14T05:42:42.0519847Z Running 0 items in this shard: 2025-03-14T05:42:42.0520042Z 2025-03-14T05:42:42.0523977Z Running torch_np/numpy_tests/fft/test_helper 1/1 ... [2025-03-14 05:42:42.052172] 2025-03-14T05:42:42.0524444Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:42.0530966Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/fft/test_helper.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:42.052736] 2025-03-14T05:42:46.7643370Z 2025-03-14T05:42:46.7645251Z torch_np/numpy_tests/fft/test_helper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.fft.test_helper_1.1_ec4d9b31a48cfa8b_.log 2025-03-14T05:42:46.7646107Z Running 0 items in this shard: 2025-03-14T05:42:46.7646305Z 2025-03-14T05:42:46.7648998Z Running test_type_promotion 1/1 ... [2025-03-14 05:42:46.764376] 2025-03-14T05:42:46.7649440Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:46.7655654Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:46.764944] 2025-03-14T05:42:52.0610403Z 2025-03-14T05:42:52.0611378Z test_type_promotion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_promotion_1.1_e400400130657679_.log 2025-03-14T05:42:52.0612132Z Running 0 items in this shard: 2025-03-14T05:42:52.0612480Z 2025-03-14T05:42:52.0616445Z Running test_linalg 1/1 ... [2025-03-14 05:42:52.059357] 2025-03-14T05:42:52.0616861Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:52.0622555Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:52.059357] 2025-03-14T05:42:58.5801433Z 2025-03-14T05:42:58.5802490Z test_linalg 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_linalg_1.1_d47356bb1d865c43_.log 2025-03-14T05:42:58.5804100Z Running 4 items in this shard: test/test_linalg.py::TestLinalgCPU::test_svd_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_svd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_svd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_svd_cpu_float64 2025-03-14T05:42:58.5805136Z 2025-03-14T05:42:58.5808171Z Running torch_np/numpy_tests/lib/test_arraysetops 1/1 ... [2025-03-14 05:42:58.580385] 2025-03-14T05:42:58.5808656Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:42:58.5815851Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_arraysetops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:42:58.580959] 2025-03-14T05:43:03.3287434Z 2025-03-14T05:43:03.3288468Z torch_np/numpy_tests/lib/test_arraysetops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_arraysetops_1.1_02ef48e44e396102_.log 2025-03-14T05:43:03.3289374Z Running 0 items in this shard: 2025-03-14T05:43:03.3289713Z 2025-03-14T05:43:03.3293337Z Running torch_np/numpy_tests/core/test_scalar_methods 1/1 ... [2025-03-14 05:43:03.329199] 2025-03-14T05:43:03.3293933Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:03.3300993Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_scalar_methods.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:03.329764] 2025-03-14T05:43:08.1287389Z 2025-03-14T05:43:08.1288508Z torch_np/numpy_tests/core/test_scalar_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_scalar_methods_1.1_d66d2d80aee5e124_.log 2025-03-14T05:43:08.1289435Z Running 0 items in this shard: 2025-03-14T05:43:08.1289782Z 2025-03-14T05:43:08.1292721Z Running test_sparse 1/2 ... [2025-03-14 05:43:08.120410] 2025-03-14T05:43:08.1293166Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:08.1299418Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:08.120410] 2025-03-14T05:43:15.7092978Z 2025-03-14T05:43:15.7093705Z test_sparse 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_sparse_1.2_76030bdec6e9287e_.log 2025-03-14T05:43:15.7094350Z Running 0 items in this shard: 2025-03-14T05:43:15.7098192Z 2025-03-14T05:43:15.7098418Z Running functorch/test_aotdispatch 4/6 ... [2025-03-14 05:43:15.702297] 2025-03-14T05:43:15.7098856Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:15.7105122Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:15.702297] 2025-03-14T05:43:23.1725318Z 2025-03-14T05:43:23.1726431Z functorch/test_aotdispatch 4/6 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_4.6_02b8d27358298a83_.log 2025-03-14T05:43:23.1727220Z Running 0 items in this shard: 2025-03-14T05:43:23.1727398Z 2025-03-14T05:43:23.1730984Z Running torch_np/test_function_base 1/1 ... [2025-03-14 05:43:23.171137] 2025-03-14T05:43:23.1731400Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:23.1737621Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_function_base.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:23.171137] 2025-03-14T05:43:28.0663864Z 2025-03-14T05:43:28.0664768Z torch_np/test_function_base 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_function_base_1.1_34b4bd13250f8d8d_.log 2025-03-14T05:43:28.0665567Z Running 0 items in this shard: 2025-03-14T05:43:28.0665738Z 2025-03-14T05:43:28.0669994Z Running torch_np/test_reductions 1/1 ... [2025-03-14 05:43:28.066849] 2025-03-14T05:43:28.0670441Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:28.0676769Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_reductions.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:28.067412] 2025-03-14T05:43:33.1214339Z 2025-03-14T05:43:33.1215298Z torch_np/test_reductions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_reductions_1.1_7e5095f638f05b25_.log 2025-03-14T05:43:33.1216071Z Running 0 items in this shard: 2025-03-14T05:43:33.1216411Z 2025-03-14T05:43:33.1222978Z Running torch_np/numpy_tests/core/test_scalar_ctors 1/1 ... [2025-03-14 05:43:33.122085] 2025-03-14T05:43:33.1223637Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:33.1230842Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_scalar_ctors.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:33.122698] 2025-03-14T05:43:37.9071838Z 2025-03-14T05:43:37.9072842Z torch_np/numpy_tests/core/test_scalar_ctors 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_scalar_ctors_1.1_c09c080129b86371_.log 2025-03-14T05:43:37.9073737Z Running 0 items in this shard: 2025-03-14T05:43:37.9074080Z 2025-03-14T05:43:37.9077507Z Running functorch/test_eager_transforms 1/1 ... [2025-03-14 05:43:37.907144] 2025-03-14T05:43:37.9077962Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:37.9083906Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_eager_transforms.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:37.907144] 2025-03-14T05:43:44.1424757Z 2025-03-14T05:43:44.1425746Z functorch/test_eager_transforms 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_eager_transforms_1.1_ecfc93251a23a9a3_.log 2025-03-14T05:43:44.1426565Z Running 0 items in this shard: 2025-03-14T05:43:44.1426746Z 2025-03-14T05:43:44.1430303Z Running test_prims 1/1 ... [2025-03-14 05:43:44.142502] 2025-03-14T05:43:44.1430714Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:44.1437197Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:44.143304] 2025-03-14T05:43:50.3112521Z 2025-03-14T05:43:50.3113330Z test_prims 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_prims_1.1_f9ed285a16bab9ac_.log 2025-03-14T05:43:50.3113963Z Running 0 items in this shard: 2025-03-14T05:43:50.3114138Z 2025-03-14T05:43:50.3118522Z Running torch_np/numpy_tests/lib/test_arraypad 1/1 ... [2025-03-14 05:43:50.300485] 2025-03-14T05:43:50.3118982Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:50.3124749Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_arraypad.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:50.300485] 2025-03-14T05:43:55.0663623Z 2025-03-14T05:43:55.0664684Z torch_np/numpy_tests/lib/test_arraypad 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_arraypad_1.1_fea64fe6b7e04af3_.log 2025-03-14T05:43:55.0665595Z Running 0 items in this shard: 2025-03-14T05:43:55.0665768Z 2025-03-14T05:43:55.0669170Z Running torch_np/test_scalars_0D_arrays 1/1 ... [2025-03-14 05:43:55.064153] 2025-03-14T05:43:55.0669600Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:55.0677451Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_scalars_0D_arrays.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:55.067271] 2025-03-14T05:43:59.7572627Z 2025-03-14T05:43:59.7573848Z torch_np/test_scalars_0D_arrays 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_scalars_0D_arrays_1.1_e7a5aa28fd720bad_.log 2025-03-14T05:43:59.7574779Z Running 0 items in this shard: 2025-03-14T05:43:59.7574959Z 2025-03-14T05:43:59.7578067Z Running lazy/test_bindings 1/1 ... [2025-03-14 05:43:59.753087] 2025-03-14T05:43:59.7578555Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:43:59.7584695Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:43:59.753087] 2025-03-14T05:44:01.8946715Z 2025-03-14T05:44:01.8947702Z lazy/test_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_bindings_1.1_3a8cf9824e09abad_.log 2025-03-14T05:44:01.8948325Z 2025-03-14T05:44:01.8952081Z Running test_quantization 1/2 ... [2025-03-14 05:44:01.888048] 2025-03-14T05:44:01.8952469Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:01.8958544Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:01.888048] 2025-03-14T05:44:08.5228535Z 2025-03-14T05:44:08.5229632Z test_quantization 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_quantization_1.2_7a11ebcdbd84dcab_.log 2025-03-14T05:44:08.5230326Z Running 0 items in this shard: 2025-03-14T05:44:08.5230516Z 2025-03-14T05:44:08.5234049Z Running test_quantization 2/2 ... [2025-03-14 05:44:08.518946] 2025-03-14T05:44:08.5234437Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:08.5240513Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:08.518946] 2025-03-14T05:44:14.2827425Z 2025-03-14T05:44:14.2828287Z test_quantization 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_quantization_2.2_8effe26ec2dc1557_.log 2025-03-14T05:44:14.2829140Z Running 0 items in this shard: 2025-03-14T05:44:14.2829318Z 2025-03-14T05:44:14.2834090Z Running inductor/test_compile_subprocess 1/1 ... [2025-03-14 05:44:14.283030] 2025-03-14T05:44:14.2834548Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:14.2841786Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compile_subprocess.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:14.283603] 2025-03-14T05:44:24.4538513Z 2025-03-14T05:44:24.4539496Z inductor/test_compile_subprocess 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compile_subprocess_1.1_5b1bc05aecfc6416_.log 2025-03-14T05:44:24.4540301Z 2025-03-14T05:44:24.4641550Z Running inductor/test_triton_extension_backend 1/1 ... [2025-03-14 05:44:24.458780] 2025-03-14T05:44:24.4642072Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:24.4651810Z Running inductor/test_torchinductor 1/1 ... [2025-03-14 05:44:24.464965] 2025-03-14T05:44:24.4652270Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:24.4653915Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:24.464965] 2025-03-14T05:44:24.4656730Z Running inductor/test_external_callables 1/1 ... [2025-03-14 05:44:24.464965] 2025-03-14T05:44:24.4657191Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:24.4664051Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:24.466125] 2025-03-14T05:44:24.4671522Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_external_callables.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:24.466717] 2025-03-14T05:44:29.4519953Z 2025-03-14T05:44:29.4520949Z inductor/test_external_callables 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_external_callables_1.1_90ec0183be444185_.log 2025-03-14T05:44:29.4521684Z 2025-03-14T05:44:34.6985994Z Running dynamo/test_interop 1/1 ... [2025-03-14 05:44:34.697979] 2025-03-14T05:44:34.6986464Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:34.6992547Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_interop.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:34.699098] 2025-03-14T05:44:35.0425336Z 2025-03-14T05:44:35.0426293Z inductor/test_torchinductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.1_8231cc1891cd5c4a_.log 2025-03-14T05:44:35.0426993Z 2025-03-14T05:44:37.3023256Z 2025-03-14T05:44:37.3024264Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_1a886e0231598de1_.log 2025-03-14T05:44:37.3025039Z 2025-03-14T05:44:39.5107922Z 2025-03-14T05:44:39.5108808Z dynamo/test_interop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_interop_1.1_1864a3100920c1d7_.log 2025-03-14T05:44:39.5109430Z 2025-03-14T05:44:40.1601080Z Running dynamo/test_fx_passes_pre_grad 1/1 ... [2025-03-14 05:44:40.158624] 2025-03-14T05:44:40.1601748Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:40.1607888Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_fx_passes_pre_grad.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:40.158624] 2025-03-14T05:44:42.6369212Z Running export/test_retraceability 1/1 ... [2025-03-14 05:44:42.630611] 2025-03-14T05:44:42.6369686Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:42.6376006Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_retraceability.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:42.630611] 2025-03-14T05:44:44.5886901Z Running inductor/test_extension_backend 1/1 ... [2025-03-14 05:44:44.588252] 2025-03-14T05:44:44.5887400Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:44.5893871Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_extension_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:44.588855] 2025-03-14T05:44:44.8253782Z 2025-03-14T05:44:44.8254832Z dynamo/test_fx_passes_pre_grad 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_fx_passes_pre_grad_1.1_98ce592b95e0435b_.log 2025-03-14T05:44:44.8255513Z 2025-03-14T05:44:49.8909381Z Running inductor/test_smoke 1/1 ... [2025-03-14 05:44:49.887763] 2025-03-14T05:44:49.8909833Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:49.8916090Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:49.890836] 2025-03-14T05:44:53.0814457Z 2025-03-14T05:44:53.0815430Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_d36dae3b5213c8b6_.log 2025-03-14T05:44:53.0816141Z 2025-03-14T05:44:55.5299310Z 2025-03-14T05:44:55.5300463Z inductor/test_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_extension_backend_1.1_2636385993214a2d_.log 2025-03-14T05:44:55.5301181Z 2025-03-14T05:44:58.2942327Z Running inductor/test_xpu_basic 1/1 ... [2025-03-14 05:44:58.293666] 2025-03-14T05:44:58.2942817Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:44:58.2949079Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_xpu_basic.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:44:58.293666] 2025-03-14T05:45:00.2554825Z 2025-03-14T05:45:00.2555708Z inductor/test_smoke 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_smoke_1.1_1fecadbd5f5adc57_.log 2025-03-14T05:45:00.2556342Z 2025-03-14T05:45:00.6087601Z Running export/test_serdes 1/1 ... [2025-03-14 05:45:00.606675] 2025-03-14T05:45:00.6088052Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:00.6094582Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_serdes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:00.606675] 2025-03-14T05:45:05.2974609Z Running inductor/test_pad_mm 1/1 ... [2025-03-14 05:45:05.296602] 2025-03-14T05:45:05.2975273Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:05.2981266Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_pad_mm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:05.297668] 2025-03-14T05:45:09.0018498Z 2025-03-14T05:45:09.0019658Z inductor/test_xpu_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_xpu_basic_1.1_a6621b47cadb5538_.log 2025-03-14T05:45:09.0020570Z 2025-03-14T05:45:11.1743492Z 2025-03-14T05:45:11.1744365Z export/test_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_serdes_1.1_62fa495de5fa67be_.log 2025-03-14T05:45:11.1745006Z 2025-03-14T05:45:14.0200457Z Running dynamo/test_sdpa 1/1 ... [2025-03-14 05:45:14.019521] 2025-03-14T05:45:14.0200944Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:14.0207595Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_sdpa.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:14.020110] 2025-03-14T05:45:16.0015186Z 2025-03-14T05:45:16.0016053Z inductor/test_pad_mm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pad_mm_1.1_b4d1b33e72967ce9_.log 2025-03-14T05:45:16.0016677Z 2025-03-14T05:45:16.2702001Z Running inductor/test_combo_kernels 1/1 ... [2025-03-14 05:45:16.264019] 2025-03-14T05:45:16.2702491Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:16.2709033Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_combo_kernels.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:16.264019] 2025-03-14T05:45:18.7545416Z 2025-03-14T05:45:18.7546279Z dynamo/test_sdpa 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sdpa_1.1_c816d97677db926a_.log 2025-03-14T05:45:18.7546854Z 2025-03-14T05:45:21.1880722Z Running dynamo/test_skip_non_tensor 1/1 ... [2025-03-14 05:45:21.184971] 2025-03-14T05:45:21.1881259Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:21.1888044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:21.188087] 2025-03-14T05:45:23.8690644Z Running export/test_export_legacy 1/1 ... [2025-03-14 05:45:23.863551] 2025-03-14T05:45:23.8691140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:23.8697718Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_legacy.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:23.863551] 2025-03-14T05:45:25.9983891Z 2025-03-14T05:45:25.9984822Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_3934a6e67ed0b0d8_.log 2025-03-14T05:45:25.9985505Z 2025-03-14T05:45:26.9029856Z 2025-03-14T05:45:26.9030986Z inductor/test_combo_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_combo_kernels_1.1_266712203e37fd9b_.log 2025-03-14T05:45:26.9031664Z 2025-03-14T05:45:31.1241940Z Running inductor/test_snode_runtime 1/1 ... [2025-03-14 05:45:31.123805] 2025-03-14T05:45:31.1242454Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:31.1250045Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_snode_runtime.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:31.124394] 2025-03-14T05:45:32.0842882Z Running dynamo/test_frame_init 1/1 ... [2025-03-14 05:45:32.084079] 2025-03-14T05:45:32.0843346Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:32.0850770Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_frame_init.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:32.084668] 2025-03-14T05:45:34.4414302Z 2025-03-14T05:45:34.4415407Z export/test_export_legacy 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_legacy_1.1_6af54af765f2dfc7_.log 2025-03-14T05:45:34.4416106Z 2025-03-14T05:45:36.7049867Z 2025-03-14T05:45:36.7050966Z dynamo/test_frame_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_frame_init_1.1_0c604fb16e9b2a56_.log 2025-03-14T05:45:36.7051628Z 2025-03-14T05:45:39.8590250Z Running export/test_cpp_serdes 1/1 ... [2025-03-14 05:45:39.858440] 2025-03-14T05:45:39.8590709Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:39.8597112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_cpp_serdes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:39.858440] 2025-03-14T05:45:41.6662128Z 2025-03-14T05:45:41.6663042Z inductor/test_snode_runtime 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_snode_runtime_1.1_7cd5c9ecf7b81cb3_.log 2025-03-14T05:45:41.6664358Z 2025-03-14T05:45:41.9634625Z Running dynamo/test_sys 1/1 ... [2025-03-14 05:45:41.962799] 2025-03-14T05:45:41.9635084Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:41.9641088Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_sys.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:41.963959] 2025-03-14T05:45:46.6858299Z 2025-03-14T05:45:46.6859161Z dynamo/test_sys 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_sys_1.1_0821bbfbf6301602_.log 2025-03-14T05:45:46.6859749Z 2025-03-14T05:45:46.7004124Z Running inductor/test_config 1/1 ... [2025-03-14 05:45:46.700058] 2025-03-14T05:45:46.7004552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:46.7010953Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_config.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:46.700058] 2025-03-14T05:45:50.8279009Z 2025-03-14T05:45:50.8280117Z export/test_cpp_serdes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_cpp_serdes_1.1_1cab65e8f00fc940_.log 2025-03-14T05:45:50.8280772Z 2025-03-14T05:45:51.8579283Z Running inductor/test_aot_inductor 1/1 ... [2025-03-14 05:45:51.857591] 2025-03-14T05:45:51.8579761Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:51.8585814Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:51.858181] 2025-03-14T05:45:55.9179375Z Running dynamo/test_subgraphs 1/1 ... [2025-03-14 05:45:55.917335] 2025-03-14T05:45:55.9180024Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:45:55.9186230Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:45:55.917335] 2025-03-14T05:45:57.2049645Z 2025-03-14T05:45:57.2050553Z inductor/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_config_1.1_961db9ac96099831_.log 2025-03-14T05:45:57.2051183Z 2025-03-14T05:46:00.6563494Z 2025-03-14T05:46:00.6564423Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_c0e7228a7cd02357_.log 2025-03-14T05:46:00.6565082Z 2025-03-14T05:46:02.3048977Z Running inductor/test_kernel_benchmark 1/1 ... [2025-03-14 05:46:02.301527] 2025-03-14T05:46:02.3049460Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:02.3055564Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_kernel_benchmark.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:02.301527] 2025-03-14T05:46:02.5039149Z 2025-03-14T05:46:02.5040050Z inductor/test_aot_inductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.1_18b9f289d96657d1_.log 2025-03-14T05:46:02.5040733Z 2025-03-14T05:46:05.8709005Z Running inductor/test_memory_planning 1/1 ... [2025-03-14 05:46:05.870414] 2025-03-14T05:46:05.8709528Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:05.8716440Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory_planning.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:05.870414] 2025-03-14T05:46:07.5139548Z Running dynamo/test_config 1/1 ... [2025-03-14 05:46:07.513582] 2025-03-14T05:46:07.5140015Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:07.5146218Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_config.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:07.514172] 2025-03-14T05:46:12.1752680Z 2025-03-14T05:46:12.1753851Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_03a4beeac6719074_.log 2025-03-14T05:46:12.1754496Z 2025-03-14T05:46:12.6973967Z 2025-03-14T05:46:12.6974978Z inductor/test_kernel_benchmark 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_kernel_benchmark_1.1_4f8274907df32acb_.log 2025-03-14T05:46:12.6975717Z 2025-03-14T05:46:16.5399761Z 2025-03-14T05:46:16.5400835Z inductor/test_memory_planning 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_planning_1.1_0ee112ffe7883e70_.log 2025-03-14T05:46:16.5401556Z 2025-03-14T05:46:17.4909553Z Running inductor/test_multi_kernel 1/1 ... [2025-03-14 05:46:17.490479] 2025-03-14T05:46:17.4910018Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:17.4916285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_multi_kernel.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:17.490479] 2025-03-14T05:46:17.8763119Z Running dynamo/test_deviceguard 1/1 ... [2025-03-14 05:46:17.875671] 2025-03-14T05:46:17.8763621Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:17.8769689Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_deviceguard.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:17.876812] 2025-03-14T05:46:21.7761164Z Running inductor/test_pattern_matcher 1/1 ... [2025-03-14 05:46:21.775837] 2025-03-14T05:46:21.7761692Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:21.7767714Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_pattern_matcher.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:21.775837] 2025-03-14T05:46:22.9944320Z 2025-03-14T05:46:22.9945274Z dynamo/test_deviceguard 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_deviceguard_1.1_5e7d508f0bac0e95_.log 2025-03-14T05:46:22.9945979Z 2025-03-14T05:46:27.9100542Z 2025-03-14T05:46:27.9101526Z inductor/test_multi_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_multi_kernel_1.1_41491d9abb464d9b_.log 2025-03-14T05:46:27.9102214Z 2025-03-14T05:46:28.0225057Z Running dynamo/test_after_aot 1/1 ... [2025-03-14 05:46:28.021737] 2025-03-14T05:46:28.0225527Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:28.0242647Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_after_aot.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:28.021737] 2025-03-14T05:46:32.0654745Z 2025-03-14T05:46:32.0656151Z inductor/test_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_pattern_matcher_1.1_084394c62b907b0b_.log 2025-03-14T05:46:32.0657024Z 2025-03-14T05:46:32.7696684Z 2025-03-14T05:46:32.7697534Z dynamo/test_after_aot 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_after_aot_1.1_4ab7b5e4ab635596_.log 2025-03-14T05:46:32.7698177Z 2025-03-14T05:46:33.2918422Z Running inductor/test_cpu_select_algorithm 1/1 ... [2025-03-14 05:46:33.291430] 2025-03-14T05:46:33.2918921Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:33.2925364Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_select_algorithm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:33.291430] 2025-03-14T05:46:37.4498132Z Running dynamo/test_profiler 1/1 ... [2025-03-14 05:46:37.449182] 2025-03-14T05:46:37.4498616Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:37.4505053Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_profiler.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:37.450319] 2025-03-14T05:46:38.1244465Z Running dynamo/test_nops 1/1 ... [2025-03-14 05:46:38.124119] 2025-03-14T05:46:38.1244918Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:38.1250979Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:38.124724] 2025-03-14T05:46:42.2791905Z 2025-03-14T05:46:42.2792862Z dynamo/test_profiler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_profiler_1.1_4f87661dbc9502a5_.log 2025-03-14T05:46:42.2793551Z 2025-03-14T05:46:43.0003072Z 2025-03-14T05:46:43.0004107Z dynamo/test_nops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_nops_1.1_a8c174054425bb75_.log 2025-03-14T05:46:43.0004694Z 2025-03-14T05:46:43.9196133Z 2025-03-14T05:46:43.9197350Z inductor/test_cpu_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_select_algorithm_1.1_01fb9beec5e90ae8_.log 2025-03-14T05:46:43.9198076Z 2025-03-14T05:46:47.4676942Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-03-14 05:46:47.467351] 2025-03-14T05:46:47.4677446Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:47.4683831Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:47.467927] 2025-03-14T05:46:48.1816835Z Running dynamo/test_recompiles 1/1 ... [2025-03-14 05:46:48.181231] 2025-03-14T05:46:48.1817320Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:48.1823668Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompiles.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:48.181799] 2025-03-14T05:46:48.9491588Z Running inductor/test_memory 1/1 ... [2025-03-14 05:46:48.948838] 2025-03-14T05:46:48.9492031Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:48.9498637Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:48.948838] 2025-03-14T05:46:52.8559746Z 2025-03-14T05:46:52.8560978Z dynamo/test_recompiles 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompiles_1.1_b834f356b4f0af8b_.log 2025-03-14T05:46:52.8561646Z 2025-03-14T05:46:57.9412619Z 2025-03-14T05:46:57.9413830Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_e46caa213973b04c_.log 2025-03-14T05:46:57.9415433Z 2025-03-14T05:46:57.9687265Z Running dynamo/test_modes 1/1 ... [2025-03-14 05:46:57.964857] 2025-03-14T05:46:57.9687720Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:46:57.9694107Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:46:57.964857] 2025-03-14T05:47:00.6278326Z 2025-03-14T05:47:00.6279390Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_976a0919dc4a23be_.log 2025-03-14T05:47:00.6280067Z 2025-03-14T05:47:03.1971388Z Running inductor/test_halide 1/1 ... [2025-03-14 05:47:03.195496] 2025-03-14T05:47:03.1971886Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:03.1977752Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_halide.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:03.195496] 2025-03-14T05:47:05.8280172Z Running inductor/test_select_algorithm 1/1 ... [2025-03-14 05:47:05.818756] 2025-03-14T05:47:05.8280709Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:05.8287352Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_select_algorithm.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:05.818756] 2025-03-14T05:47:08.7766251Z 2025-03-14T05:47:08.7767157Z dynamo/test_modes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modes_1.1_346648c0ccd811e5_.log 2025-03-14T05:47:08.7767765Z 2025-03-14T05:47:13.7594511Z Running dynamo/test_autograd_function 1/1 ... [2025-03-14 05:47:13.758054] 2025-03-14T05:47:13.7595050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:13.7601005Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_autograd_function.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:13.758054] 2025-03-14T05:47:13.7767846Z 2025-03-14T05:47:13.7768955Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_528457a79b95fc8c_.log 2025-03-14T05:47:13.7769614Z 2025-03-14T05:47:16.2859235Z 2025-03-14T05:47:16.2860394Z inductor/test_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_select_algorithm_1.1_749af03aba980159_.log 2025-03-14T05:47:16.2861158Z 2025-03-14T05:47:18.9154803Z Running inductor/test_dependencies 1/1 ... [2025-03-14 05:47:18.900965] 2025-03-14T05:47:18.9155336Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:18.9161576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_dependencies.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:18.900965] 2025-03-14T05:47:21.3350800Z Running dynamo/test_base_hop 1/1 ... [2025-03-14 05:47:21.334833] 2025-03-14T05:47:21.3351291Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:21.3367081Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_base_hop.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:21.335400] 2025-03-14T05:47:24.3624066Z 2025-03-14T05:47:24.3625005Z dynamo/test_autograd_function 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_autograd_function_1.1_398fefd1ee200485_.log 2025-03-14T05:47:24.3625705Z 2025-03-14T05:47:29.3683952Z 2025-03-14T05:47:29.3685021Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_520a9a93fedc8e3b_.log 2025-03-14T05:47:29.3685719Z 2025-03-14T05:47:29.4654947Z Running inductor/test_fused_attention 1/1 ... [2025-03-14 05:47:29.460480] 2025-03-14T05:47:29.4655442Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:29.4663149Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fused_attention.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:29.466066] 2025-03-14T05:47:31.7668226Z 2025-03-14T05:47:34.6086443Z dynamo/test_base_hop 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_hop_1.1_3db15f884810a05a_.log 2025-03-14T05:47:34.6087069Z 2025-03-14T05:47:34.6087274Z Running dynamo/test_cudagraphs 1/1 ... [2025-03-14 05:47:34.605574] 2025-03-14T05:47:34.6087704Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:34.6092823Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:34.605574] 2025-03-14T05:47:36.9275129Z Running dynamo/test_bytecode_utils 1/1 ... [2025-03-14 05:47:36.927303] 2025-03-14T05:47:36.9275589Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:36.9281729Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_bytecode_utils.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:36.927877] 2025-03-14T05:47:39.5496489Z 2025-03-14T05:47:39.5498294Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_d536f6f2dc68c5b1_.log 2025-03-14T05:47:39.5498949Z 2025-03-14T05:47:39.7997966Z 2025-03-14T05:47:39.7999154Z inductor/test_fused_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fused_attention_1.1_36eb59026e9c4a8c_.log 2025-03-14T05:47:39.7999886Z 2025-03-14T05:47:41.7050483Z 2025-03-14T05:47:41.7051416Z dynamo/test_bytecode_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_bytecode_utils_1.1_9cb1ad19947e6526_.log 2025-03-14T05:47:41.7052095Z 2025-03-14T05:47:44.6858328Z Running inductor/test_torchbind 1/1 ... [2025-03-14 05:47:44.685338] 2025-03-14T05:47:44.6858844Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:44.6866159Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchbind.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:44.685917] 2025-03-14T05:47:44.8405537Z Running functorch/test_ac 1/1 ... [2025-03-14 05:47:44.839877] 2025-03-14T05:47:44.8406159Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:44.8413050Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ac.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:44.841099] 2025-03-14T05:47:46.7714815Z Running dynamo/test_backends 1/1 ... [2025-03-14 05:47:46.771021] 2025-03-14T05:47:46.7715256Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:46.7721663Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backends.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:46.771021] 2025-03-14T05:47:49.6985509Z 2025-03-14T05:47:49.6986441Z inductor/test_torchbind 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchbind_1.1_8ad00b48248d356f_.log 2025-03-14T05:47:49.6987111Z 2025-03-14T05:47:54.7269553Z Running inductor/test_loop_ordering 1/1 ... [2025-03-14 05:47:54.726230] 2025-03-14T05:47:54.7270027Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:47:54.7276632Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_loop_ordering.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:47:54.726230] 2025-03-14T05:47:55.8421321Z 2025-03-14T05:47:55.8422210Z functorch/test_ac 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ac_1.1_1bc6f19a053af820_.log 2025-03-14T05:47:55.8422820Z 2025-03-14T05:47:58.2371172Z 2025-03-14T05:47:58.2372053Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_ea3c92051420b2d6_.log 2025-03-14T05:47:58.2372677Z 2025-03-14T05:48:00.9739609Z Running dynamo/test_structured_trace 1/1 ... [2025-03-14 05:48:00.973642] 2025-03-14T05:48:00.9740260Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:00.9746990Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_structured_trace.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:00.974186] 2025-03-14T05:48:03.3496475Z Running inductor/test_binary_folding 1/1 ... [2025-03-14 05:48:03.337421] 2025-03-14T05:48:03.3496969Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:03.3503101Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_binary_folding.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:03.337421] 2025-03-14T05:48:05.2745107Z 2025-03-14T05:48:05.2746322Z inductor/test_loop_ordering 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_loop_ordering_1.1_7bd2b36b9821cf34_.log 2025-03-14T05:48:05.2747008Z 2025-03-14T05:48:10.2815838Z Running test_cuda_sanitizer 1/1 ... [2025-03-14 05:48:10.281213] 2025-03-14T05:48:10.2816290Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:10.2824046Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:10.281797] 2025-03-14T05:48:11.4698310Z 2025-03-14T05:48:11.4699335Z dynamo/test_structured_trace 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_structured_trace_1.1_fbdfbb75a5cc8ae4_.log 2025-03-14T05:48:11.4700164Z 2025-03-14T05:48:13.8830575Z 2025-03-14T05:48:13.8831882Z inductor/test_binary_folding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_binary_folding_1.1_6d3159a8856dd9cf_.log 2025-03-14T05:48:13.8832582Z 2025-03-14T05:48:15.2576810Z 2025-03-14T05:48:15.2577918Z test_cuda_sanitizer 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_sanitizer_1.1_a3044716e40255cb_.log 2025-03-14T05:48:15.2580008Z Running 0 items in this shard: 2025-03-14T05:48:15.2580209Z 2025-03-14T05:48:16.5260717Z Running dynamo/test_aot_autograd 1/1 ... [2025-03-14 05:48:16.522338] 2025-03-14T05:48:16.5261186Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:16.5268128Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:16.522338] 2025-03-14T05:48:19.1074873Z Running dynamo/test_backward_higher_order_ops 1/1 ... [2025-03-14 05:48:19.098470] 2025-03-14T05:48:19.1075408Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:19.1081741Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_backward_higher_order_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:19.098470] 2025-03-14T05:48:20.6084938Z Running dynamo/test_recompile_ux 1/1 ... [2025-03-14 05:48:20.596124] 2025-03-14T05:48:20.6085394Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:20.6091663Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:20.596124] 2025-03-14T05:48:21.3163398Z 2025-03-14T05:48:21.3164497Z dynamo/test_aot_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_aot_autograd_1.1_52089addd943eb43_.log 2025-03-14T05:48:21.3165144Z 2025-03-14T05:48:23.8078281Z 2025-03-14T05:48:23.8079265Z dynamo/test_backward_higher_order_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backward_higher_order_ops_1.1_1f4b2dbf0d2b02fb_.log 2025-03-14T05:48:23.8080009Z 2025-03-14T05:48:25.4007526Z 2025-03-14T05:48:25.4008678Z dynamo/test_recompile_ux 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_recompile_ux_1.1_e38f2d8ce2de4195_.log 2025-03-14T05:48:25.4009350Z 2025-03-14T05:48:26.4639254Z Running dynamo/test_logging 1/1 ... [2025-03-14 05:48:26.462046] 2025-03-14T05:48:26.4639710Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:26.4645529Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:26.462046] 2025-03-14T05:48:28.9630711Z Running test_cuda_expandable_segments 1/1 ... [2025-03-14 05:48:28.958930] 2025-03-14T05:48:28.9631197Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:28.9637889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_expandable_segments.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:28.958930] 2025-03-14T05:48:30.5871817Z Running test_mkldnn_fusion 1/1 ... [2025-03-14 05:48:30.586602] 2025-03-14T05:48:30.5872248Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:30.5879200Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:30.587742] 2025-03-14T05:48:35.1704990Z 2025-03-14T05:48:35.1706487Z test_cuda_expandable_segments 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_cuda_expandable_segments_1.1_ff0722a60c478529_.log 2025-03-14T05:48:37.2049126Z 2025-03-14T05:48:37.2049147Z 2025-03-14T05:48:37.2050393Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_92d938989556515a_.log 2025-03-14T05:48:37.2051374Z 2025-03-14T05:48:41.2954231Z Running lazy/test_meta_kernel 1/1 ... [2025-03-14 05:48:41.294522] 2025-03-14T05:48:41.2954897Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:41.2961602Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:41.294522] 2025-03-14T05:48:43.6823156Z Running test_ops_jit 3/3 ... [2025-03-14 05:48:43.681671] 2025-03-14T05:48:43.6832324Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:43.6834118Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-m', 'not serial', '--shard-id=3', '--num-shards=3', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:43.682886] 2025-03-14T05:48:47.3685228Z 2025-03-14T05:48:47.3686235Z lazy/test_meta_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_meta_kernel_1.1_84c925d1ceaa2223_.log 2025-03-14T05:48:47.3686864Z 2025-03-14T05:48:52.5495076Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-03-14 05:48:52.549116] 2025-03-14T05:48:52.5495947Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:48:52.5501714Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:48:52.549116] 2025-03-14T05:49:02.8660846Z 2025-03-14T05:49:02.8661932Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_fdc7a518ae64d0d3_.log 2025-03-14T05:49:02.8662703Z 2025-03-14T05:49:08.0677415Z Running dynamo/test_exc 1/1 ... [2025-03-14 05:49:08.067361] 2025-03-14T05:49:08.0677854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:49:08.0684112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_exc.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:49:08.067928] 2025-03-14T05:49:13.2286274Z 2025-03-14T05:49:13.2287282Z dynamo/test_exc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_exc_1.1_45155d5eea5e38b3_.log 2025-03-14T05:49:13.2287883Z 2025-03-14T05:49:18.3040199Z Running inductor/test_standalone_compile 1/1 ... [2025-03-14 05:49:18.302932] 2025-03-14T05:49:18.3040760Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:49:18.3046628Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_standalone_compile.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:49:18.304035] 2025-03-14T05:49:29.0463119Z 2025-03-14T05:49:29.0464517Z inductor/test_standalone_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_standalone_compile_1.1_f58a90596e44dbee_.log 2025-03-14T05:49:29.0465257Z 2025-03-14T05:49:34.2077176Z Running test_type_hints 1/1 ... [2025-03-14 05:49:34.205858] 2025-03-14T05:49:34.2077603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:49:34.2083745Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:49:34.205858] 2025-03-14T05:49:39.0879948Z 2025-03-14T05:49:39.0880938Z test_type_hints 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_hints_1.1_b3c16993e9e833fa_.log 2025-03-14T05:49:39.0881992Z Running 1 items in this shard: test/test_type_hints.py::TestTypeHints::test_doc_examples 2025-03-14T05:49:39.0882378Z 2025-03-14T05:49:44.0133515Z Running test_meta 1/5 ... [2025-03-14 05:49:44.013179] 2025-03-14T05:49:44.0133974Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:49:44.0140198Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-m', 'not serial', '--shard-id=1', '--num-shards=5', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:49:44.013863] 2025-03-14T05:51:42.7687511Z 2025-03-14T05:51:42.7692179Z test_mkldnn_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_mkldnn_fusion_1.1_a2bd923b64f5092d_.log 2025-03-14T05:51:42.7697611Z Running 8 items in this shard: test/test_mkldnn_fusion.py::TestMkldnnFusion::test_conv_binary_fusion_ops, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_conv_transpose_unary_fusion_ops, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_conv_unary_fusion_nnc, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_conv_unary_fusion_ops, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_linear_binary_fusion_ops, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_linear_unary_fusion_ops, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_single_conv, test/test_mkldnn_fusion.py::TestMkldnnFusion::test_unsupported_conv 2025-03-14T05:51:42.7702508Z 2025-03-14T05:51:48.8430720Z Running test_meta 3/5 ... [2025-03-14 05:51:48.835117] 2025-03-14T05:51:48.8431153Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:51:48.8440875Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-m', 'not serial', '--shard-id=3', '--num-shards=5', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:51:48.835117] 2025-03-14T05:57:16.2940572Z 2025-03-14T05:57:16.2941843Z test_ops_jit 3/3 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_jit_3.3_91946eb38e2dc519_.log 2025-03-14T05:57:16.3201640Z Running 416 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_rms_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__chunk_cat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__segment_reduce_lengths_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__segment_reduce_offsets_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_alias_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_partial_views_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cauchy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_permuted_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_tensor_overload_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_negative_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_general_cosine_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_general_hamming_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_hann_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_mm_reduce_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_multiple_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_unbiased_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsafe_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2025-03-14T05:57:16.3443421Z 2025-03-14T05:57:21.7001182Z Running dynamo/test_trace_rules 1/1 ... [2025-03-14 05:57:21.699681] 2025-03-14T05:57:21.7001975Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:57:21.7012652Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_trace_rules.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:57:21.700861] 2025-03-14T05:57:26.7687198Z 2025-03-14T05:57:26.7688315Z dynamo/test_trace_rules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_trace_rules_1.1_324c666dda7da2da_.log 2025-03-14T05:57:26.7689098Z 2025-03-14T05:57:32.2207937Z Running dynamo/test_error_messages 1/1 ... [2025-03-14 05:57:32.220041] 2025-03-14T05:57:32.2208812Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:57:32.2216219Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_error_messages.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:57:32.220666] 2025-03-14T05:57:37.8762794Z 2025-03-14T05:57:37.8764622Z dynamo/test_error_messages 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_error_messages_1.1_ee29733ed02c58ea_.log 2025-03-14T05:57:37.8765942Z 2025-03-14T05:57:43.8250053Z Running dynamo/test_generator 1/1 ... [2025-03-14 05:57:43.824375] 2025-03-14T05:57:43.8250890Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:57:43.8257463Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_generator.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:57:43.824375] 2025-03-14T05:57:49.5084879Z 2025-03-14T05:57:49.5086393Z dynamo/test_generator 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_generator_1.1_add123f4ceb735a2_.log 2025-03-14T05:57:49.5087704Z 2025-03-14T05:57:55.3528015Z Running test_dataloader 2/2 ... [2025-03-14 05:57:55.352584] 2025-03-14T05:57:55.3528512Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:57:55.3535171Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:57:55.353166] 2025-03-14T05:59:21.5579169Z 2025-03-14T05:59:21.5579961Z test_meta 1/5 was successful, full logs can be found in artifacts with path test/test-reports/test_meta_1.5_dbb6841d509e7fef_.log 2025-03-14T05:59:21.8433914Z Running 8092 items in this shard: test/test_meta.py::TestMetaConverter::test_channels_last_leaf, test/test_meta.py::TestMetaConverter::test_view_of_view_of_leaf, test/test_meta.py::TestMetaCPU::test_batch_norm_backward_output_mask2_cpu, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype___rdiv___cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype___rmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype___rpow___cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_clamp_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_div_no_rounding_mode_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_div_trunc_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_logical_xor_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_copysign_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_div_trunc_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_fmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_jiterator_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_zeta_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_T_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___getitem___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___getitem___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rand___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rand___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rdiv___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rdiv___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rdiv___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmatmul___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmatmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmatmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmatmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmod___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmul___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmul___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___ror___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___ror___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rpow___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rpow___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rsub___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__chunk_cat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_abs_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_acos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_asin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_ceil_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_div_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_div_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_floor_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_frac_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_frac_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_frac_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lgamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lgamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log10_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log10_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log10_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log1p_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_maximum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_norm_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_norm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_rsqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_rsqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_rsqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sub_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_trunc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__native_batch_norm_legit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__segment_reduce_lengths_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__segment_reduce_lengths_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_put_accumulate_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__unsafe_masked_index_put_accumulate_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__upsample_bilinear2d_aa_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addbmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addcdiv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addcmul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_all_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_all_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_allclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_allclose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_allclose_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_aminmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_aminmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_aminmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_arange_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argsort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_1d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_1d_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_baddbmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_baddbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_baddbmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bernoulli_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bincount_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bincount_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bincount_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_left_shift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_left_shift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_or_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_right_shift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_shapes_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bucketize_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_byte_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_byte_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_byte_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cartesian_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cauchy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cauchy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chalf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chalf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chalf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_char_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_char_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_char_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_char_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chunk_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_max_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_min_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_column_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_column_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_combinations_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_physical_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_physical_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_physical_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_constant_pad_nd_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_constant_pad_nd_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_copysign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_corrcoef_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_corrcoef_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cov_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cov_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumprod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_deg2rad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagflat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagflat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagflat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diff_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diff_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_einsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_einsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_einsum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_einsum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eq_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eq_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_equal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_equal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfinv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eye_cpu_float8_e5m2fnuz, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eye_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eye_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flatten_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flip_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flip_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flip_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fliplr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fliplr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flipud_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flipud_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flipud_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flipud_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gather_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gather_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gcd_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ge_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gradient_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gradient_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gradient_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_grid_sampler_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_grid_sampler_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_half_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_half_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_half_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_heaviside_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_histc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_histogram_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_i0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_i0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_igammac_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_imag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_int_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isclose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isnan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isnan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isneginf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isneginf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isneginf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isneginf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isreal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isreal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_item_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_item_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_unary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_unary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_unary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_kron_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_kron_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_kthvalue_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_kthvalue_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lcm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ldexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ldexp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_le_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_le_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lerp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lerp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lgamma_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cross_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_det_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_diagonal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_diagonal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eig_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigvalsh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_ldl_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lstsq_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_multi_dot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_multi_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_singular_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_qr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_slogdet_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_tensorsolve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vander_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vander_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vander_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vecdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vecdot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vector_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vector_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vector_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log10_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log10_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log10_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logcumsumexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_not_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_not_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_not_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_not_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_or_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_tensor_overload_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_tensor_overload_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logsumexp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lu_unpack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mH_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mH_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mH_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mT_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_log_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logaddexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logsumexp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logsumexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_normalize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_softmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_std_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_std_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_var_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matmul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matrix_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matrix_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_maximum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_median_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mode_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mode_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_movedim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_movedim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_msort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_msort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_msort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_msort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_msort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nan_to_num_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nanmean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nanmedian_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nanquantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nansum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nansum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ne_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ne_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_full_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nextafter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_celu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_celu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_ctc_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_embedding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_gelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_gelu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_linear_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_unpool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_normalize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_one_hot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_relu6_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_relu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_relu_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_rrelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_rrelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_selu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_selu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softplus_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softsign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_threshold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_threshold_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_unfold_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_fro_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_fro_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_inf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_nuc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_in_place_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_in_place_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_in_place_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_normal_number_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pca_lowrank_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pinverse_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_positive_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_positive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_positive_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pow_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_qr_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rand_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_renorm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rot90_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rot90_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsqrt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsub_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsub_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scalar_tensor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scalar_tensor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scalar_tensor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_searchsorted_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_searchsorted_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_searchsorted_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sgn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_nuttall_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signbit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sparse_mm_reduce_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sparse_mm_reduce_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_airy_ai_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_j0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_y1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_entr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_entr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_entr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_entr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_erfcx_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_ndtr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_ndtri_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_ndtri_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_zeta_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_zeta_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_list_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_std_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_std_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sub_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_to_size_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_to_size_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_svd_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_svd_lowrank_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensordot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensordot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_topk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_topk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trace_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trace_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapezoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapezoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triangular_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_indices_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_indices_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trunc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unflatten_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unflatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_consecutive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_uint16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_uint32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_uint64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unravel_index_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsafe_chunk_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsafe_split_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vdot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_where_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_where_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_where_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_xlogy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_xlogy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_xlogy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_xlogy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zero__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_H_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_H_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_T_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_T_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_T_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___getitem___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___radd___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rand___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rdiv___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmatmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmatmul___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmod___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmod___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmul___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___ror___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rpow___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rpow___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rpow___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rxor___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__batch_norm_with_update_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__chunk_cat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__chunk_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__chunk_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_abs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_ceil_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_ceil_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_min_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cosh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erfc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erfc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_exp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_floor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_floor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lgamma_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log10_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log1p_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log1p_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_minimum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_rsqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sigmoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sign_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_zero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__segment_reduce_lengths_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__segment_reduce_offsets_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_put_accumulate_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addbmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addbmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addcdiv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addcdiv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmm_decomposed_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_alias_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_alias_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_alias_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_allclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_aminmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_aminmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_angle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_any_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_any_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_arange_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_arange_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_arange_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argsort_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argsort_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argsort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argsort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argwhere_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argwhere_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_partial_views_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_partial_views_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_partial_views_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_partial_views_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_1d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_1d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_1d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_2d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_baddbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_baddbmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_baddbmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bernoulli_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bernoulli_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bfloat16_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bfloat16_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bfloat16_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bincount_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_right_shift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_right_shift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_block_diag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_block_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_block_diag_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_block_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bool_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bool_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bool_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_shapes_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_to_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_byte_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_byte_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cartesian_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cartesian_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cartesian_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_char_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_char_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cholesky_inverse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cholesky_inverse_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_min_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_min_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clone_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clone_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_column_stack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_column_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_physical_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_physical_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_physical_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_constant_pad_nd_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_constant_pad_nd_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_constant_pad_nd_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_copysign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_corrcoef_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_corrcoef_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cos_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cov_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cov_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cross_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cross_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumsum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumsum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_digamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_floor_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_trunc_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dsplit_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_einsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_permuted_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_permuted_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_strided_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_equal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfinv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exponential_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eye_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eye_cpu_float8_e4m3fnuz, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eye_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftshift_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftshift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flip_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flipud_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flipud_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_divide_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_frac_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gcd_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ge_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_geometric_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_geqrf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gradient_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_heaviside_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_heaviside_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hsplit_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_igammac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_igammac_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_imag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_select_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_int_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isclose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isfinite_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isinf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isnan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isnan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isnan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isneginf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isneginf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isneginf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isposinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isreal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isreal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_item_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_item_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_unary_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_unary_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_unary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kron_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kron_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kthvalue_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kthvalue_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kthvalue_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ldexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_le_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_cond_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_det_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_diagonal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_diagonal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_eig_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_householder_product_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_factor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_power_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_multi_dot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_multi_dot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_pinv_singular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_slogdet_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_triangular_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svdvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svdvals_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_tensorinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_tensorinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_tensorinv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vander_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vecdot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_tensor_overload_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log1p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logaddexp2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logaddexp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logaddexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logcumsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_not_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_long_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lu_unpack_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mT_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mT_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logaddexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logsumexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_normalize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_std_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_std_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_var_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matmul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matrix_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_median_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_with_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_minimum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_minimum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mode_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_msort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_multinomial_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nan_to_num_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nan_to_num_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanmean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanmedian_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanquantile_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nansum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nansum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_native_dropout_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_native_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ne_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_strided_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_full_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_full_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_ones_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_celu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_celu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_channel_shuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_channel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_dropout_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_embedding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_glu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_kl_div_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mish_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_multi_head_attention_forward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_normalize_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_relu_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_relu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_rms_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_rms_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softplus_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softsign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softsign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_threshold_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_threshold_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_unfold_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_fro_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_fro_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_fro_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_inf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_inf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_in_place_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_in_place_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_number_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ormqr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_outer_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_outer_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_outer_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_outer_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pca_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pca_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_positive_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_quantile_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rad2deg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rad2deg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rad2deg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rand_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randint_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randint_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randint_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randint_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_real_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_real_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reciprocal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_remainder_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_renorm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_interleave_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_interleave_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize__cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize__cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize_as__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize_as__cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize_as__cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize_as__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_roll_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rot90_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_decimals_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_decimals_neg_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_searchsorted_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_searchsorted_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_searchsorted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sgn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sgn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sgn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sgn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_short_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_bartlett_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_blackman_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_general_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signbit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_entr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_entr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_entr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_erfcx_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_erfcx_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i0e_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i0e_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i0e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_log_ndtr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_log_ndtr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_ndtri_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_xlog1py_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_xlog1py_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_zeta_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_zeta_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_list_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_list_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_square_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_square_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_multiple_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_mean_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_to_size_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_to_size_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_to_size_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_to_size_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_svd_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_svd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_svd_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_along_dim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensordot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_topk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trace_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapz_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triangular_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triangular_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_true_divide_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_true_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_uniform_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_uniform_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_uniform_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unravel_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unravel_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_real_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_xlogy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_xlogy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_xlogy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_xlogy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zero__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zero__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_H_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___getitem___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___getitem___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___getitem___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___radd___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___radd___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmatmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmatmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmatmul___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmul___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmul___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rsub___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__batch_norm_with_update_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__batch_norm_with_update_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_add_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcdiv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcdiv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcdiv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_ceil_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_div_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erfc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_expm1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_frac_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_frac_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lerp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log10_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log1p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_maximum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_maximum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_maximum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_minimum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_norm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_norm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_norm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_pow_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_pow_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_round_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_round_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_rsqrt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sigmoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__segment_reduce_lengths_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__segment_reduce_offsets_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_abs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_abs_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_abs_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addr_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides___radd___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_asin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_cosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_expm1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_trunc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__segment_reduce_offsets_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__unsafe_masked_index_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_addr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_allclose_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_any_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_asin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_eye_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_histc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_i0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_diagonal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_singular_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_logspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_lt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_no_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_no_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_mm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_msort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_native_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_new_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_channel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_randint_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_randn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_repeat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_reshape_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_resize__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_general_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_general_hamming_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_nuttall_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_sparse_sampled_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_square_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_std_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_tile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_triu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_unbind_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_unsafe_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_vdot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_view_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_allclose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_any_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_any_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_arange_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_arange_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argwhere_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argwhere_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argwhere_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atanh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bincount_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bool_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bool_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bool_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bool_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bucketize_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bucketize_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bucketize_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cauchy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cfloat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chalf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chalf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chalf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chalf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clone_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_column_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_column_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_combinations_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_contiguous_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_contiguous_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_copysign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_copysign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_corrcoef_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_corrcoef_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cos_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cov_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cov_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dist_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_einsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_einsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_permuted_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_permuted_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_permuted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_equal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_equal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfinv_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfinv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfinv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exponential_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eye_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eye_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flip_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flipud_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flipud_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_divide_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gather_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gather_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gcd_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ge_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ge_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ge_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geometric_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geometric_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geqrf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gradient_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_histc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_histogram_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_histogramdd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hypot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hypot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_igamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_add_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_mean_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_int_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_int_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isclose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isnan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isnan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isneginf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isneginf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isreal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isreal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lcm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lcm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ldexp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_le_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_det_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linspace_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linspace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linspace_tensor_overload_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log1p_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logaddexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_not_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_xor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lt_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lu_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mT_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mT_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mT_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_select_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_select_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_std_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_var_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matmul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_minimum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_minimum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mode_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_movedim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nanmean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nansum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ne_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ne_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ne_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ne_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ne_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_full_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nextafter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_negative_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_rms_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_rms_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_silu_complex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_static_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_static_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_fro_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_normal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_normal_in_place_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ormqr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ormqr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_outer_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pinverse_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polar_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_positive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_positive_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_quantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rand_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randn_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_remainder_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_remainder_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_remainder_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_renorm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize_as__cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_roll_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_roll_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rot90_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rot90_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sgn_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sgn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_short_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_bartlett_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_hamming_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_hann_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_nuttall_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_entr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_list_args_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_square_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_square_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_square_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stft_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensor_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tile_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_topk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_topk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapz_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tril_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tril_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_true_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trunc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unflatten_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unflatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unflatten_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unravel_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unravel_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unravel_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_split_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_as_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vsplit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_where_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_where_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_xlogy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_xlogy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_H_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_H_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_H_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_T_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___getitem___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___getitem___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___getitem___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___getitem___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rand___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rand___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rdiv___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rdiv___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rdiv___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmod___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmod___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmul___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___ror___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rsub___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__chunk_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__chunk_cat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__chunk_cat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__chunk_cat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_abs_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcdiv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcdiv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcdiv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_asin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_max_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cosh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_div_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_div_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_div_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_lgamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_lgamma_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log10_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log10_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log1p_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log1p_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_max_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_norm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_reciprocal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_round_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sub_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sub_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_trunc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_trunc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__native_batch_norm_legit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__segment_reduce_offsets_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__segment_reduce_offsets_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_put_accumulate_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_put_accumulate_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__upsample_bilinear2d_aa_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_abs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_abs_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcdiv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__chunk_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__unsafe_masked_index_put_accumulate_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_arange_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_bmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_copysign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cummin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_digamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_expand_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_float_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_histc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_igammac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_imag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_index_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_istft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_similarity_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_ctc_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_head_attention_forward_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_outer_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_4_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_resize__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_rot90_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_slice_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_topk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_trace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_uniform_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unsafe_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_view_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_angle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_angle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_angle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_arange_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_arange_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_arange_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argsort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argsort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argwhere_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argwhere_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bincount_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bincount_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_block_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_block_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bool_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bool_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bool_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bool_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bucketize_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bucketize_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_byte_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cdouble_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cfloat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cfloat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cfloat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chalf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chalf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_char_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_char_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clone_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clone_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clone_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_column_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_column_stack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_contiguous_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_contiguous_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cos_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cov_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cov_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cummax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cummin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumsum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagflat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagflat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagflat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_digamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dist_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_einsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_einsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_permuted_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_strided_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eq_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eq_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_equal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eye_cpu_float8_e5m2, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flatten_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flatten_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flip_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flipud_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flipud_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_power_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_frexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gather_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gcd_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ge_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_geometric_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_geometric_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_geqrf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gradient_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_igamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_igammac_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_imag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_fill_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_mean_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_mean_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_select_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_select_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_inner_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_inner_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_inner_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_int_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_int_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isneginf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isneginf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isposinf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isposinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kron_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kron_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lcm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ldexp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ldexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ldexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_det_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_diagonal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log10_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log1p_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_normal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_not_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_xor_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_xor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logit_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_long_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mH_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mH_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mT_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mT_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mT_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mT_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_select_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_std_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matmul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_binary_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_maximum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_median_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_median_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_median_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_binary_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_minimum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmedian_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nansum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nansum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_ones_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_ones_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_ones_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_channel_shuffle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_multi_head_attention_forward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_negative_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_negative_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_rms_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_silu_complex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_in_place_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_in_place_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_in_place_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polar_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_positive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_positive_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_positive_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_put_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_quantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_quantile_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rad2deg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rand_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randn_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_real_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_real_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_renorm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_renorm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize_as__cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsub_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_add_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sgn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sgn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_short_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_bartlett_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_bartlett_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_hann_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_nuttall_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_nuttall_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sparse_mm_reduce_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sparse_mm_reduce_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sparse_mm_reduce_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_entr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_entr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_square_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_square_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_square_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_multiple_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_multiple_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sub_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensordot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensordot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensordot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_topk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trapezoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trapezoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_true_divide_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_true_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_true_divide_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trunc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_uniform_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_chunk_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_chunk_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_var_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_xlogy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_xlogy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zero__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zero__cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zero__cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_embedding_bag_dense_backward_mode_1_cpu, test/test_meta.py::TestMetaCPU::test_embedding_bag_dense_backward_mode_2_cpu, test/test_meta.py::TestMetaCPU::test_group_norm_backward_output_mask2_cpu, test/test_meta.py::TestMetaCPU::test_group_norm_backward_output_mask7_cpu, test/test_meta.py::TestMetaCPU::test_layer_norm_backward_output_mask2_cpu, test/test_meta.py::TestMetaCPU::test_layer_norm_backward_output_mask5_cpu, test/test_meta.py::TestMetaCPU::test_local_scalar_dense_call_cpu, test/test_meta.py::TestMetaCPU::test_meta_inplace_H_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_H_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_H_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_H_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_T_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace___radd___cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace___radd___cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace___radd___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace___rand___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace___rdiv___cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rdiv___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rdiv___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmatmul___cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmatmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace___ror___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace___ror___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rsub___cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace___rxor___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_abs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_abs_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcdiv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcdiv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_atan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_max_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_min_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cos_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cosh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_div_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_div_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erfc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_expm1_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_frac_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log1p_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_maximum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_mul_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_mul_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_round_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_rsqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_rsqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sigmoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sign_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sub_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_trunc_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_trunc_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_zero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_zero_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_zero_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_zero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__segment_reduce_lengths_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__softmax_backward_data_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__upsample_bilinear2d_aa_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_abs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_acos_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_acosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_acosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addr_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addr_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_all_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_all_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_all_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_allclose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_angle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_angle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_any_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_arange_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_arange_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_arange_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_argsort_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_argsort_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_argwhere_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_partial_views_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_partial_views_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_3d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_baddbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_baddbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bernoulli_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bfloat16_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bfloat16_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bincount_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_right_shift_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_xor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_block_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_block_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_block_diag_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_shapes_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_to_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_to_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_byte_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_byte_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_byte_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cartesian_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cartesian_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cartesian_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cdouble_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cdouble_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cdouble_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cdouble_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cfloat_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_cfloat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cfloat_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_char_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_char_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_chunk_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_chunk_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_min_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clone_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_clone_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_column_stack_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_column_stack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_column_stack_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_column_stack_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_constant_pad_nd_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_copysign_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_copysign_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cos_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cosh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cosh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_count_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_count_nonzero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_count_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cov_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cross_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cross_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumprod_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumprod_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_deg2rad_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_embed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_embed_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_embed_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagflat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagflat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_digamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_digamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_digamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_dist_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_dist_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_no_rounding_mode_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_trunc_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_trunc_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_dot_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_dsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_permuted_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_permuted_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_permuted_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_permuted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_strided_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_eq_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_equal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_equal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_erf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_erf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_erf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfinv_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_expm1_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_float8_e5m2, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfft_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_flatten_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_flatten_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_flip_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_flip_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fliplr_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmod_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_gather_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_ge_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_geometric_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_geometric_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_gradient_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_gradient_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_half_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_half_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_heaviside_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_heaviside_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_histc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_histc_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_histogram_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_igamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_imag_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_mean_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_select_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_select_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_inner_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isclose_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isclose_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isclose_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_isfinite_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_isin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isinf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_isinf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_isnan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_isnan_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isneginf_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isposinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_isreal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isreal_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isreal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_istft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_kron_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_kron_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_kron_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_kthvalue_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_kthvalue_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_kthvalue_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_le_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_le_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cholesky_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cond_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cross_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cross_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cross_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_det_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_diagonal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_diagonal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eig_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvals_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvalsh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_householder_product_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_ldl_factor_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lstsq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lstsq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_pinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_slogdet_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_solve_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_svdvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_svdvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_tensorsolve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vander_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vander_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vecdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log10_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log10_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log10_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_log1p_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_normal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logcumsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logcumsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_or_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_xor_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_xor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_lt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_unpack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_unpack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumprod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumsum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_median_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_var_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_matrix_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_no_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_minimum_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mode_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_movedim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_msort_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_msort_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_multinomial_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_multinomial_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmedian_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanquantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nansum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_batch_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_dropout_backward_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_layer_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_layer_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nextafter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_channel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_channel_shuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cross_entropy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_ctc_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_dropout3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_embedding_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_grid_sample_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_group_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardsigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardswish_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardtanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_instance_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_nearest-exact_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_kl_div_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_linear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_logsigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_mse_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multi_head_attention_forward_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_one_hot_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_circular_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_circular_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_circular_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_constant_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_reflect_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_prelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu6_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_scaled_dot_product_attention_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_silu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softplus_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softsign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softsign_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softsign_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softsign_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_unfold_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_upsample_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_upsample_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_static_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_static_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_static_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_static_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_fro_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_fro_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_inf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_nuc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_normal_in_place_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_normal_in_place_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_outer_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_outer_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_outer_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_pca_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_0_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_4_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_positive_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_pow_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_rad2deg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_reciprocal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_remainder_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_renorm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_renorm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_interleave_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_interleave_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_interleave_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize__cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize__cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize_as__cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize_as__cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_rot90_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_decimals_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_decimals_neg_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsub_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsub_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scalar_tensor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_mean_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_sum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_searchsorted_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_searchsorted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sgn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sgn_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_short_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_short_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_short_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_sigmoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sigmoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_kaiser_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinc_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sort_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sort_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sparse_sampled_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sparse_sampled_addmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_airy_ai_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_airy_ai_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_airy_ai_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_v_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_v_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_w_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_w_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_erfcx_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_erfcx_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_erfcx_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_h_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_h_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_h_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_h_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_he_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_he_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i0e_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1e_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_laguerre_polynomial_l_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_laguerre_polynomial_l_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_log_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_ndtri_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_ndtri_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_spherical_bessel_j0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_zeta_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_zeta_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_to_size_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_to_size_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_svd_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensor_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensor_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_topk_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_topk_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_transpose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapz_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapz_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_triu_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_triu_indices_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trunc_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unflatten_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unflatten_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_uniform_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_uniform_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_uniform_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_consecutive_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_consecutive_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unravel_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_chunk_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_chunk_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_vdot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_vdot_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_vsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_where_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_where_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_where_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_where_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_xlogy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_xlogy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_xlogy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_zero__cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_zero__cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_H_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_H_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_T_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_T_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_T_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_T_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___getitem___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace___getitem___cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace___getitem___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace___getitem___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace___radd___cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace___radd___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rdiv___cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace___rdiv___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace___ror___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rsub___cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace___rsub___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rxor___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace___rxor___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__batch_norm_with_update_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcdiv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_asin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_ceil_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_ceil_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_max_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_div_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_div_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_exp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_floor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_frac_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_frac_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log1p_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_mul_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_pow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_rsqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_zero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_zero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_zero_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__native_batch_norm_legit_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__segment_reduce_lengths_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__segment_reduce_lengths_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__segment_reduce_offsets_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_put_accumulate_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__upsample_bilinear2d_aa_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__upsample_bilinear2d_aa_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__upsample_bilinear2d_aa_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_acos_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_acosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_acosh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_add_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addbmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcmul_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcmul_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_addr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_alias_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_alias_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_alias_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_all_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_all_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_allclose_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_aminmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_any_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_any_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_argsort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_scatter_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan2_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_1d_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_3d_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_3d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_baddbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_baddbmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bernoulli_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bincount_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bincount_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_left_shift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_not_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_or_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bool_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bucketize_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cauchy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cauchy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cauchy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cdouble_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cdouble_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ceil_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_chalf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_chalf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cholesky_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_min_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_min_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_clone_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_clone_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_corrcoef_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_corrcoef_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_corrcoef_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cosh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_count_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cross_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cummax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_cummax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cummin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cummin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumulative_trapezoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumulative_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_deg2rad_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_deg2rad_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagflat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagflat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diff_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_digamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_digamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_dist_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_floor_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_no_rounding_mode_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_no_rounding_mode_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_dsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_dsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_einsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_einsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfc_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfinv_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expm1_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_expm1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_expm1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_exponential_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftshift_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_flatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_flip_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fliplr_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_flipud_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_power_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_divide_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_gather_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ge_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ge_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_geometric_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_gradient_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_gt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_gt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_half_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_half_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_half_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_histc_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_histc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_hypot_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_i0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_igamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_igammac_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_imag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_imag_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_put_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isclose_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isinf_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isnan_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_isnan_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isposinf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_2inputs_2outputs_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_2inputs_2outputs_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_unary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_unary_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_kthvalue_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_kthvalue_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_lcm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ldexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ldexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ldexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_lerp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_lerp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_lgamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cholesky_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cond_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cross_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cross_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cross_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_det_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_diagonal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eig_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigvals_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigvalsh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eigvalsh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_ldl_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lu_factor_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lu_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_power_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_rank_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_solve_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_svd_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_svdvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_tensorinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vander_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vecdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vecdot_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vector_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vector_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_and_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_or_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_long_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_long_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_long_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_lt_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_lt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_lu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumsum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_log_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_median_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_normalize_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_select_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_select_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_std_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_std_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_std_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_sum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_var_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_matmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_matmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_matrix_exp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_matrix_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_no_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_no_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_no_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_with_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_with_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_msort_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_msort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_multinomial_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nan_to_num_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nan_to_num_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nan_to_num_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nan_to_num_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nanmedian_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nansum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_layer_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_layer_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_full_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_alpha_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_avg_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_batch_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_celu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_channel_shuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_channel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv1d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv3d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_dropout2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_dropout3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_elu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_elu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_elu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_embedding_bag_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_embedding_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_grid_sample_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_group_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardtanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_huber_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_instance_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_l1_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_linear_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_linear_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_linear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_mse_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_mse_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multi_head_attention_forward_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_normalize_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_circular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_circular_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_constant_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_constant_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_reflect_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_reflect_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_negative_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pdist_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_shuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_prelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu6_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_rms_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_rms_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_selu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softplus_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softsign_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softsign_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softsign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_threshold_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_upsample_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_upsample_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_static_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_static_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_static_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_nuc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_nuc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_in_place_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_in_place_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_in_place_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_number_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_ormqr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_outer_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_outer_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_polar_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_4_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_4_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_rand_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_randn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_randn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_randn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_randn_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_real_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_real_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_real_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_reciprocal_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_renorm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_interleave_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_interleave_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_interleave_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_conj_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_conj_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_roll_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_rot90_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_round_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_rsub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scalar_tensor_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scalar_tensor_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_mean_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_searchsorted_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_searchsorted_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_searchsorted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_select_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_select_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_short_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_short_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_short_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sign_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_bartlett_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_blackman_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_gaussian_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_hamming_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_hann_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sort_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sort_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sparse_mm_reduce_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sparse_mm_reduce_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_v_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_entr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_entr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_erfcx_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_h_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_h_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_h_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_he_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_he_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_he_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i0e_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i0e_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i0e_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1e_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_laguerre_polynomial_l_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_laguerre_polynomial_l_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_legendre_polynomial_p_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k0_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtri_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_xlog1py_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_list_args_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_multiple_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_multiple_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_stack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_stft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_to_size_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_svd_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensor_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensor_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensor_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensordot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_sparse_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_trace_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_trace_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tril_indices_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_true_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_true_divide_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_trunc_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_uniform_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_consecutive_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_consecutive_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_uint16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unravel_index_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_mean_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_mean_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_vdot_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_vdot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_real_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_real_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_vsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_vsplit_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_vsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_vstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_vstack_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_vstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_where_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_where_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_where_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_xlogy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_zero__cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_zero__cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_zero__cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_zero__cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_stride_for_index_Tensor_cpu 2025-03-14T05:59:22.1521209Z 2025-03-14T05:59:26.8329093Z Running test_schema_check 1/1 ... [2025-03-14 05:59:26.828575] 2025-03-14T05:59:26.8329766Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T05:59:26.8335963Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 05:59:26.828575] 2025-03-14T06:00:38.0226065Z 2025-03-14T06:00:38.0227114Z test_meta 3/5 was successful, full logs can be found in artifacts with path test/test-reports/test_meta_3.5_eece9bf5bb71f4e9_.log 2025-03-14T06:00:38.2768507Z Running 8078 items in this shard: test/test_meta.py::TestMetaConverter::test_complex_noncontiguous_bug, test/test_meta.py::TestMetaConverter::test_leaf, test/test_meta.py::TestMetaConverter::test_non_leaf_torture, test/test_meta.py::TestMetaConverter::test_view_dtype, test/test_meta.py::TestMetaConverter::test_view_of_non_leaf, test/test_meta.py::TestMetaCPU::test_batch_norm_backward_output_mask3_cpu, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype___rmod___cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_float_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_igammac_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_lt_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype__refs_special_zeta_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_eq_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_isclose_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_logical_xor_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_hermite_polynomial_h_cpu_float32, test/test_meta.py::TestMetaCPU::test_binary_ufuncs_mixed_dtype_special_legendre_polynomial_p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_H_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_T_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_T_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_T_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___getitem___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___radd___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rand___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rdiv___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmatmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmod___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rmul___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rpow___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace___rsub___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__batch_norm_with_update_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__chunk_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_abs_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcdiv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_asin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_asin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_atan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_ceil_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_ceil_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_min_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_min_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_min_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cos_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_cosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_div_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erfc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erfc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_erfc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_expm1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_floor_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_frac_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lerp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lgamma_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log10_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log1p_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_log_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_max_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_minimum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_minimum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_mul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_norm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_pow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_reciprocal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_rsqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sub_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_sub_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tanh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_trunc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_trunc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__foreach_zero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__segment_reduce_lengths_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__softmax_backward_data_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace__upsample_bilinear2d_aa_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_abs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_abs_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acosh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_acosh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addbmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addcmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmm_decomposed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addmv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_addr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_alias_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_all_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_all_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_all_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_allclose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_aminmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_aminmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_angle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_any_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_arange_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_arange_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argsort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argsort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_argwhere_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_partial_views_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_scatter_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_as_strided_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_asinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_1d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_2d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_atleast_3d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bernoulli_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bfloat16_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_left_shift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_not_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_right_shift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_right_shift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bitwise_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_block_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bool_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bool_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bool_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_to_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_to_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_broadcast_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bucketize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bucketize_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_bucketize_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_byte_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_byte_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cartesian_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cartesian_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cartesian_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cartesian_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cat_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cauchy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cdouble_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cfloat_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chalf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chalf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_char_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cholesky_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cholesky_inverse_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cholesky_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chunk_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clamp_min_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_clone_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_column_stack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_column_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_combinations_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_combinations_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_combinations_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_combinations_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_conj_physical_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_constant_pad_nd_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_constant_pad_nd_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_constant_pad_nd_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_contiguous_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_copysign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_copysign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_count_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_count_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_count_nonzero_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cov_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cross_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cross_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cross_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cross_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cummin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumprod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumprod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_deg2rad_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_deg2rad_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_deg2rad_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diag_embed_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagflat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diagonal_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diff_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diff_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_diff_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_digamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dist_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dist_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_floor_rounding_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_no_rounding_mode_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_no_rounding_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_div_trunc_rounding_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_double_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_dstack_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_permuted_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eq_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_equal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_equal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfinv_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfinv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_erfinv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expand_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_expm1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eye_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_eye_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_fftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_hfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ifftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_ihfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_irfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fft_rfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flatten_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flatten_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flip_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flip_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fliplr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fliplr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_flipud_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_float_power_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_divide_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_divide_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_floor_divide_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_fmod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_frac_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_frac_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_full_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gather_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gather_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ge_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_geometric_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_geometric_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_geqrf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_geqrf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gradient_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gradient_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_grid_sampler_2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_half_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_heaviside_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_heaviside_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_heaviside_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_heaviside_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_histc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_histogramdd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hsplit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_hypot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_i0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_igamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_igamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_igamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_reduce_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_index_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_inner_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_inner_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_inner_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_inner_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_int_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_int_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_int_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isclose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isfinite_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isinf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isnan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isnan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isnan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isneginf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isposinf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isposinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isposinf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isreal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isreal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_isreal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_istft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_item_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_item_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_jiterator_unary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_kthvalue_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lcm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ldexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_le_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_cross_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_det_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eig_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_eigvalsh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_householder_product_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_inv_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_inv_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_matrix_rank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_multi_dot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_multi_dot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_multi_dot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_pinv_singular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_solve_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_solve_triangular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_svd_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_svd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_svdvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_svdvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vecdot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vecdot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vector_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linalg_vector_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_linspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log10_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logaddexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logcumsumexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logcumsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logdet_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_or_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_or_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logical_xor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logit_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_logspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_long_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lu_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mH_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mT_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_argmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_argmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_argmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumprod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_logsumexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_prod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_select_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_std_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_std_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_masked_var_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matrix_exp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_matrix_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_max_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_maximum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_with_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mode_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mode_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_movedim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_movedim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_movedim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mul_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_multinomial_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nan_to_num_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nanmedian_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nanmedian_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_narrow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_dropout_backward_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_native_layer_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ne_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_empty_strided_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_new_zeros_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nextafter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_celu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_celu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_channel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv1d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_dropout_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_elu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_embedding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_glu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_glu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_area_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_kl_div_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_max_unpool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_mish_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_multi_head_attention_forward_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_multi_head_attention_forward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_normalize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_normalize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pad_replicate_negative_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_prelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_relu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_rms_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_silu_complex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_silu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softplus_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softsign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_softsign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_threshold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_nonzero_static_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_fro_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_fro_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_norm_inf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ones_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_outer_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_permute_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pinverse_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polar_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_positive_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_pow_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_put_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_qr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_quantile_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rad2deg_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rand_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randint_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_randn_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_ravel_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reciprocal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_remainder_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_remainder_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_renorm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_renorm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_repeat_interleave_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_reshape_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize__cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize_as__cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize_as__cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize_as__cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize_as__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resize_as__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_conj_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_resolve_neg_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_roll_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_decimals_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_decimals_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_decimals_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_round_decimals_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsub_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_rsub_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scalar_tensor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_searchsorted_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_select_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sgn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sgn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sgn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_short_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_bartlett_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_hann_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_hann_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signal_windows_nuttall_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signbit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signbit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_signbit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_slice_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sparse_mm_reduce_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_j0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_j1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_y0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_bessel_y1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_entr_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_erfcx_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_erfcx_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i0e_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1e_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_i1e_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_log_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_log_ndtr_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_log_ndtr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_zeta_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_special_zeta_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_list_args_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_list_args_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_split_with_sizes_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_square_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_square_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_squeeze_multiple_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stack_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_std_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_std_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_std_mean_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_stft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sub_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_sum_to_size_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_svd_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_along_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_take_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensor_split_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensordot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tensordot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tile_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_sparse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_to_sparse_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_transpose_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trapz_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triangular_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_tril_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triu_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_triu_indices_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_true_divide_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trunc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_trunc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unbind_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unflatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unflatten_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unflatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unfold_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_consecutive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unique_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsafe_chunk_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_unsqueeze_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_mean_unbiased_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_var_mean_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vdot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_view_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vsplit_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_vstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_where_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_where_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_xlogy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zero__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_inplace_zeros_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_H_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_H_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_T_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_T_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___getitem___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___getitem___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___radd___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___radd___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___radd___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rand___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rdiv___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rdiv___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rdiv___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmatmul___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmatmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rmul___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___ror___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rpow___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rpow___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace___rsub___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__batch_norm_with_update_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__chunk_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__chunk_cat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_abs_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_abs_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_acos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcdiv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_asin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_asin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_ceil_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_max_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_min_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_clamp_min_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cosh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_cosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_div_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erfc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_floor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_frac_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lerp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lgamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log10_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log10_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log10_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log1p_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log1p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_maximum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_mul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_mul_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_norm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_norm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_pow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_pow_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_rsqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_rsqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_sub_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_zero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_put_accumulate_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_abs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_abs_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acosh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acosh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_acosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addbmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addmv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_addr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_alias_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_all_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_all_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_aminmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_aminmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_angle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_angle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_any_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_any_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_any_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argwhere_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_argwhere_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_partial_views_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_as_strided_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_asinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_1d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_2d_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_atleast_3d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_baddbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bfloat16_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_left_shift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_left_shift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_or_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bitwise_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_block_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bool_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_broadcast_to_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_bucketize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_byte_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cauchy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cdouble_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cfloat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chalf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_char_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_char_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cholesky_inverse_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_max_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_max_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clamp_min_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clone_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_clone_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_column_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_column_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_column_stack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_combinations_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_conj_physical_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_constant_pad_nd_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_contiguous_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_copysign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_copysign_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_copysign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_copysign_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_corrcoef_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_corrcoef_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cosh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_count_nonzero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cov_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cov_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cummin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumprod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumprod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumprod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_deg2rad_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_deg2rad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_embed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_embed_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_embed_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diag_embed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagflat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagflat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagflat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagflat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diagonal_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_diff_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_digamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_digamma_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_digamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dist_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_floor_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_floor_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_floor_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_floor_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_no_rounding_mode_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_no_rounding_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_trunc_rounding_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_trunc_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_div_trunc_rounding_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_double_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_double_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_dstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_einsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_einsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_permuted_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_permuted_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_permuted_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eq_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_equal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_equal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_equal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_equal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_erfinv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exp2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exp2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_as_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expand_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eye_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_eye_cpu_float8_e4m3fn, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftshift_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_fftshift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_hfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ifftshift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_ihfft_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_irfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fft_rfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flatten_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flatten_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flip_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flip_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fliplr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flipud_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_flipud_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_float_power_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_floor_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_fmod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_full_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gather_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ge_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ge_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_geometric_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_geometric_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gradient_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gradient_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gt_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_gt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_half_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_heaviside_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_histc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_histogram_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_histogram_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hsplit_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hstack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hstack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hstack_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_hypot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_i0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_igamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_igamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_igammac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_mean_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_reduce_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_index_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_inner_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_int_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_int_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isclose_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isfinite_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isfinite_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isfinite_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isnan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isneginf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isposinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isposinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_isreal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_istft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_item_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_item_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_item_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_jiterator_unary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kron_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kthvalue_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_kthvalue_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lcm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lcm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ldexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_le_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_le_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lerp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lerp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lgamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_cross_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_cross_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_eig_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_eigvals_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_eigvalsh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_inv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_rank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_multi_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_multi_dot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_multi_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_pinv_singular_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_qr_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_slogdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_slogdet_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_solve_triangular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svd_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_svdvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vander_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vander_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vander_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vector_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linalg_vector_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_linspace_tensor_overload_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log10_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logcumsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_and_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logical_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_tensor_overload_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logspace_tensor_overload_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_logsumexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_long_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_long_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lt_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lt_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lu_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mH_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mT_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mT_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mT_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumprod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumprod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logsumexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_median_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_std_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_std_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_masked_var_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matmul_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_matrix_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_binary_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_no_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_max_reduction_with_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_median_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_binary_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_movedim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_msort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_msort_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_multinomial_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nan_to_num_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nan_to_num_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nan_to_num_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanmedian_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanmedian_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nanmedian_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_narrow_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_native_dropout_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_native_dropout_backward_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ne_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ne_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ne_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ne_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_neg_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_ones_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_ones_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_new_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_channel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_ctc_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_dropout_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_glu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_linear_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mish_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pad_replicate_negative_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_prelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_prelu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_relu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_relu_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_relu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_rrelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_selu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_selu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_silu_complex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_silu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_silu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softplus_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softsign_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softsign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_softsign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_threshold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_threshold_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_unfold_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_nonzero_static_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_inf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_inf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_norm_nuc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_in_place_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_normal_number_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ones_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_permute_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pinverse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polar_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_positive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_positive_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_positive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_pow_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_put_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rand_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rand_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randint_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_randn_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ravel_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ravel_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_ravel_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_real_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reciprocal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_remainder_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_renorm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_renorm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_repeat_interleave_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_reshape_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize__cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resize_as__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_resolve_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_roll_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_roll_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_roll_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_roll_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rot90_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rot90_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rot90_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rot90_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_decimals_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_round_decimals_neg_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scalar_tensor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_searchsorted_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_select_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sgn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_short_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_short_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_general_hamming_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signal_windows_hann_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_signbit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_slice_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_softmax_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_airy_ai_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_j1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_bessel_y1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_entr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i0e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_i1e_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_ndtr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_ndtr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_xlog1py_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_xlog1py_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_special_zeta_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_list_args_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_list_args_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_list_args_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_split_with_sizes_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_square_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_square_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_square_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_multiple_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_multiple_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_squeeze_multiple_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_std_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_stft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sub_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_sum_to_size_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_along_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_along_dim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_along_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_take_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensor_split_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensordot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tensordot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tile_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_sparse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_sparse_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_to_sparse_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_topk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_transpose_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapz_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trapz_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_tril_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triu_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_triu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_true_divide_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_true_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_true_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_trunc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unbind_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unflatten_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unfold_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_uniform_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_consecutive_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_consecutive_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_consecutive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_consecutive_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unique_cpu_uint16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unravel_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_chunk_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsafe_split_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_unsqueeze_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_var_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_var_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_var_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_var_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vdot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_as_real_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_view_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_vstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_where_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_where_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_where_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_where_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zero__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zero__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_meta_outplace_zeros_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_H_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_H_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_H_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_H_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_T_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___getitem___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___getitem___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___radd___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___radd___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rand___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rdiv___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmod___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___ror___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rpow___cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rpow___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rpow___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rpow___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rsub___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rxor___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rxor___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace___rxor___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__chunk_cat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_abs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_acos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcdiv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcmul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcmul_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_addcmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_asin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_atan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_atan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_min_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_clamp_min_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_cosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_div_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_div_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erfc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erfc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_erfc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_floor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_floor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_frac_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_frac_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_lgamma_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log10_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log1p_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_log_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_maximum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_mul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_rsqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_rsqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sigmoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sigmoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sign_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sub_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sub_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_sub_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_trunc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_trunc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_trunc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__foreach_zero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__native_batch_norm_legit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__segment_reduce_offsets_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__segment_reduce_offsets_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace__unsafe_masked_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_acosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_add_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addbmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addcmul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addmv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_addr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_alias_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_H_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides___rmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__batch_norm_with_update_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_clamp_max_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__foreach_sub_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides__native_batch_norm_legit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_argsort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_as_strided_partial_views_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_asinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_bmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_byte_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cummin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_dist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_einsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_expand_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_flatten_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_gather_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_ge_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_igamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_igammac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_index_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_int_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_isinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_isnan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_logdet_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_matmul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_matrix_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_mv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nansum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_huber_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_instance_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multi_head_attention_forward_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_prelu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_round_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_sgn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_blackman_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_stft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_allclose_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_aminmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_angle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_any_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_any_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_any_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_arange_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_argsort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_partial_views_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_asinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atan_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_baddbmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bincount_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bincount_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_block_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_bool_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_shapes_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_byte_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cauchy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cdouble_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ceil_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cfloat_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_char_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clamp_min_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clone_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clone_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clone_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_clone_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_column_stack_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_combinations_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_combinations_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_contiguous_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_copysign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cov_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cross_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cummin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumprod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_cumsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagflat_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_diff_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_digamma_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_digamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_digamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dist_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_double_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dsplit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_dstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_einsum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_einsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_permuted_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eq_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eq_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eq_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_equal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_equal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_erfc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expand_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expm1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_expm1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eye_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eye_cpu_float8_e4m3fnuz, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_eye_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flip_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flip_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_flip_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fliplr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_float_power_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_fmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_frexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_full_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gather_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gather_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ge_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geometric_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geometric_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geometric_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_geqrf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gradient_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gradient_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gradient_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_gt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_half_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_heaviside_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_histc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_histc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hsplit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_hstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_i0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_igammac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_igammac_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_add_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_put_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_reduce_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_index_select_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_inner_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_int_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isclose_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isfinite_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isnan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isneginf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isneginf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isposinf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isposinf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isreal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isreal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_isreal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_istft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_item_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kron_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_kthvalue_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lcm_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_le_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_le_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_diagonal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_linspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log10_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log10_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log1p_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log1p_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logaddexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logdet_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logdet_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_and_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_not_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_not_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_not_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logit_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_long_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_lt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mH_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mT_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_median_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_std_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_std_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_masked_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matmul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_maximum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_median_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_median_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_median_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_median_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mode_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_msort_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_multinomial_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mv_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nanmedian_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nansum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_narrow_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_neg_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_full_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_channel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_negative_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_negative_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_negative_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_rms_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_rms_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_static_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_static_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_nonzero_static_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_fro_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_inf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_normal_in_place_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ones_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_outer_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_outer_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_outer_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_outer_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pca_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_permute_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pinverse_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_positive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_pow_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_put_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_put_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rand_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randint_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_randn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_ravel_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_real_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reciprocal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_reshape_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize__cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize__cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize_as__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize_as__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize_as__cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resize_as__cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_roll_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_roll_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_roll_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rot90_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rot90_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_add_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_select_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sgn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_short_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sign_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signal_windows_general_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_signbit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sort_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_entr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_special_zeta_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_square_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_square_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_squeeze_multiple_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_mean_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_std_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sub_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sub_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_sum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_take_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensor_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensor_split_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tensordot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tile_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tile_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tile_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_to_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_topk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_transpose_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapezoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapz_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapz_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trapz_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tril_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tril_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_tril_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_triu_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_trunc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unbind_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unfold_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_uniform_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unique_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsafe_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_mean_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_var_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vdot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vdot_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vdot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_view_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_vstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_where_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_where_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_where_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_xlogy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_xlogy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zero__cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_H_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_T_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_T_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___radd___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rand___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rdiv___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rdiv___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmul___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___ror___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___ror___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___ror___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rpow___cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rsub___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rxor___cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rxor___cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rxor___cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace___rxor___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__batch_norm_with_update_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_abs_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_abs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcdiv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_addcmul_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_asin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_ceil_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_max_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_clamp_min_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cos_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_cosh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_erfc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_expm1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_floor_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_frac_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_lgamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log10_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log10_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log1p_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_max_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_maximum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_minimum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_mul_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_norm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_norm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_pow_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_pow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_reciprocal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_reciprocal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_round_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_rsqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_tanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_trunc_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__foreach_zero_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__segment_reduce_lengths_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__segment_reduce_lengths_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_abs_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_acosh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addbmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addcmul_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addmv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_addr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_alias_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides___rand___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides___rmod___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides___rmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides___ror___cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_frac_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_sign_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_sub_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides__foreach_trunc_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_acosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_addmv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_alias_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_allclose_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_asin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_bool_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_byte_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_chalf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_dstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_exp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_flatten_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_float_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_fmod_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_ge_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_geometric_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_index_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_isin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_isinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_linspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_log1p_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_log_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_logspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_movedim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nansum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_bag_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_complex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_polar_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_positive_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_put_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_quantile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_real_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_sgn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_short_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_blackman_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_nuttall_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_he_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_square_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_std_mean_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_sum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_svd_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_t_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_take_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_triu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unique_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_unsafe_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_all_strides_vstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_allclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_allclose_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_allclose_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_aminmax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_angle_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_any_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argsort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_argwhere_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_partial_views_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_asinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bfloat16_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bincount_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_block_diag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bool_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_shapes_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bucketize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_bucketize_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_byte_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cauchy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cauchy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cfloat_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chalf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chalf_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chalf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_char_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_char_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_char_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_chunk_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_column_stack_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_combinations_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_contiguous_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_copysign_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cosh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cov_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cov_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cov_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cross_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cummax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cummin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumprod_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagflat_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagflat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diff_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_diff_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_digamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_digamma_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_double_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_dsplit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_einsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_einsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_permuted_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_permuted_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_empty_strided_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eq_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eq_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eq_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_equal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_equal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_equal_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_erfinv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_as_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expand_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_expm1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_exponential_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_eye_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flip_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flip_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flip_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fliplr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flipud_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flipud_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_flipud_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_power_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_power_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_float_power_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_floor_divide_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_fmod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_frexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_full_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gather_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gather_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gather_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ge_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_geometric_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_geometric_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gradient_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gradient_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_gt_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_half_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_heaviside_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_histogram_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_hstack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_i0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_igamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_igamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_igammac_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_imag_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_mean_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_reduce_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_index_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_inner_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_int_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_int_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isclose_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isfinite_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isinf_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isnan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isneginf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isposinf_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isposinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isposinf_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_isreal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_item_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kron_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kthvalue_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kthvalue_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ldexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ldexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_le_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_le_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_le_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_le_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lerp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lgamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_diagonal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_diagonal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_linspace_tensor_overload_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log10_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log10_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log1p_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log2_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logaddexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logaddexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_and_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_not_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_not_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_or_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logit_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_long_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_fill_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_median_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_select_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_std_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_std_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_std_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_var_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_masked_var_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_binary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_maximum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_median_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_binary_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_binary_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_minimum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_minimum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mode_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mode_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_movedim_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_msort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mul_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mv_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nansum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nansum_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_narrow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ne_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_channel_shuffle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_channel_shuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_negative_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_negative_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_rms_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_nonzero_static_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_normal_in_place_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_outer_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pca_lowrank_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_permute_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_positive_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_positive_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_pow_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_put_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rand_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randint_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_ravel_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_real_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_real_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_real_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_renorm_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_reshape_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize__cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize_as__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize_as__cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resize_as__cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_roll_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rot90_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsub_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsub_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_rsub_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_select_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sgn_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sgn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sgn_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_short_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_short_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_short_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_short_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signal_windows_general_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_signbit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinc_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sinh_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_entr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_entr_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_entr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i0e_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_special_zeta_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_square_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_square_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_squeeze_multiple_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_mean_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_std_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_stft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sub_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sub_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sub_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_t_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_take_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tan_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tan_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensor_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensordot_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tensordot_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tile_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_sparse_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_topk_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_topk_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_topk_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trace_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trace_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_transpose_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trapz_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trapz_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trapz_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_tril_indices_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_triu_indices_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_true_divide_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_true_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_trunc_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unbind_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unflatten_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unfold_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_uniform_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_uniform_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unique_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unravel_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_chunk_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_chunk_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsafe_split_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_var_mean_unbiased_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_var_unbiased_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vdot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_view_cpu_uint8, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_vstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_float16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_int16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_where_cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_xlogy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_xlogy_cpu_float32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zero__cpu_int64, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_cpu_int32, test/test_meta.py::TestMetaCPU::test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_embedding_bag_byte_prepack_cpu, test/test_meta.py::TestMetaCPU::test_embedding_bag_byte_unpack_cpu, test/test_meta.py::TestMetaCPU::test_group_norm_backward_output_mask5_cpu, test/test_meta.py::TestMetaCPU::test_index_select_out_cpu, test/test_meta.py::TestMetaCPU::test_inplace_masked_fill_error_cpu, test/test_meta.py::TestMetaCPU::test_meta_inplace_H_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_T_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_T_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace___getitem___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace___radd___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rand___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rand___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rdiv___cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace___rdiv___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmatmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmatmul___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmod___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmul___cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmul___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rmul___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rpow___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace___rsub___cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace___rsub___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rsub___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace___rsub___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__batch_norm_with_update_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace__chunk_cat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_acos_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_add_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcdiv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcdiv_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_asin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_min_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_clamp_min_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cosh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_div_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_div_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erf_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_expm1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_frac_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_frac_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lerp_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log10_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log1p_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log1p_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log1p_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_log_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_max_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_maximum_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_minimum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_minimum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_minimum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_neg_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_norm_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_norm_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_pow_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_round_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_round_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_rsqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_rsqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_rsqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sigmoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sign_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sqrt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace__foreach_tanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace__native_batch_norm_legit_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__segment_reduce_offsets_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__segment_reduce_offsets_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__softmax_backward_data_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace__softmax_backward_data_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace__unsafe_masked_index_put_accumulate_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_abs_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_acos_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_acos_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_acos_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_acosh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_acosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_add_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_add_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addbmm_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcdiv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcdiv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmm_decomposed_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmv_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_addmv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_addr_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_alias_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_alias_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_alias_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_alias_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_all_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_all_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_amin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_aminmax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_angle_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_angle_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_any_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_any_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_any_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_arange_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argsort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argsort_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argsort_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_argwhere_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_argwhere_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_argwhere_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_argwhere_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_partial_views_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_partial_views_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_as_strided_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_asin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_asinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_asinh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_asinh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atan_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_atanh_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_atleast_3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_baddbmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_baddbmm_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bfloat16_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_bfloat16_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bincount_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bincount_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_and_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_and_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_left_shift_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_not_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_not_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_or_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_bitwise_xor_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_block_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_bmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bool_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_to_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_broadcast_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_bucketize_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_byte_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_byte_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cartesian_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cartesian_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cauchy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cdouble_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_ceil_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cfloat_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_chalf_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_char_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cholesky_inverse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_chunk_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_chunk_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_max_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_max_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_min_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_min_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_clamp_min_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_column_stack_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_combinations_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_constant_pad_nd_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_constant_pad_nd_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_constant_pad_nd_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_contiguous_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_copysign_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_copysign_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_corrcoef_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cos_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cos_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cosh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_count_nonzero_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cov_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cov_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_cummin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumprod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumsum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_cumulative_trapezoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_deg2rad_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diag_embed_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagflat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagflat_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagflat_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diagonal_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_diff_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_digamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_floor_rounding_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_floor_rounding_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_trunc_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_div_trunc_rounding_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_double_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_dsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_dsplit_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_dstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_einsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_empty_permuted_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_eq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_eq_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_equal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_equal_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_erf_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_erf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfc_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfc_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfc_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfc_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfinv_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_erfinv_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_exp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_expand_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_expm1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_float8_e4m3fn, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_float8_e5m2fnuz, test/test_meta.py::TestMetaCPU::test_meta_inplace_eye_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_fftshift_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfft_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_hfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifft_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ifftshift_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_ihfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_irfftn_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fft_rfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_flatten_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_flip_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fliplr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fliplr_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fliplr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_flipud_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_float_power_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_divide_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_divide_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_floor_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_fmod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_frac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_frac_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_frexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_full_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_gather_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_gather_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_gcd_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ge_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_geometric_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_geometric_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_geqrf_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_geqrf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_gradient_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_gt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_gt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_gt_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_half_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_half_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_heaviside_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_heaviside_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_hsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_hstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_hypot_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_hypot_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_i0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_igamma_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_igamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_igammac_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_add_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_add_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_reduce_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_index_select_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_int_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isfinite_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_isfinite_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isfinite_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_isfinite_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_isin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_isinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isnan_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_isneginf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isneginf_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isneginf_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isneginf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_isposinf_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isposinf_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_isposinf_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_isreal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_item_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_2inputs_2outputs_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_jiterator_unary_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_kthvalue_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_ldexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_le_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_le_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_le_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lerp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lgamma_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cholesky_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cholesky_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cholesky_ex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_cross_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_diagonal_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvals_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvalsh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_eigvalsh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_householder_product_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_inv_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_ldl_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_ldl_solve_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lu_factor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lu_factor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lu_factor_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_lu_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_power_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_matrix_rank_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_multi_dot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_multi_dot_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_multi_dot_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_pinv_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_pinv_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_pinv_singular_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_solve_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_solve_triangular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_solve_triangular_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_svd_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vecdot_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vector_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linalg_vector_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_tensor_overload_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_linspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log10_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_log1p_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log1p_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_log2_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_softmax_with_dtype_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_log_softmax_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logcumsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logdet_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_and_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_not_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_or_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_or_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_or_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_xor_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_xor_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logical_xor_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_logspace_tensor_overload_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_long_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_lt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_lu_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mH_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mT_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_argmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_argmin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_argmin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_argmin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_cumsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_fill_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_log_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logsumexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_logsumexp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_mean_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_normalize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_normalize_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_normalize_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_normalize_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_prod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_select_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_std_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_std_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_std_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_sum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_var_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_masked_var_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_matmul_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_matrix_exp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_matrix_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_binary_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_binary_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_binary_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_pool2d_with_indices_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_max_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_maximum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_median_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_median_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_median_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_list_of_tensors_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_meshgrid_variadic_tensors_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_min_reduction_with_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_minimum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_minimum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mode_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_movedim_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_movedim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_movedim_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_msort_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_mv_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nan_to_num_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmedian_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nanmedian_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nansum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nansum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nansum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nansum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_narrow_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_dropout_backward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_dropout_backward_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_dropout_backward_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_native_dropout_backward_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ne_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_neg_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_strided_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_full_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_new_zeros_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nextafter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_alpha_dropout_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_alpha_dropout_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool1d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_avg_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_batch_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_bilinear_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_channel_shuffle_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_channel_shuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv3d_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv3d_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_conv_transpose3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_dropout2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_elu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_embedding_bag_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_embedding_bag_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_embedding_bag_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_embedding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardtanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardtanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_hardtanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_instance_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_area_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_interpolate_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_l1_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_l1_loss_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_layer_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_leaky_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool2d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_pool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_max_unpool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_mish_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_mse_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multi_head_attention_forward_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_normalize_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_normalize_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_circular_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_circular_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_constant_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_constant_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_reflect_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pad_replicate_negative_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pairwise_distance_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_shuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu6_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu6_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_relu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_rms_norm_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_rrelu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_selu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_selu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_selu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_silu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_softplus_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_tanhshrink_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_threshold_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_threshold_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_unfold_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_nonzero_static_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_fro_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_inf_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_norm_nuc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_normal_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_normal_in_place_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_normal_number_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_like_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ones_like_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_outer_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_pca_lowrank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_copy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_permute_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_pinverse_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_pinverse_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_3_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_4_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_4_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_polygamma_polygamma_n_4_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_pow_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_pow_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_put_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_rad2deg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rand_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rand_like_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_rand_like_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rand_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_randint_like_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_randn_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_ravel_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_real_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_reciprocal_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_reciprocal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_remainder_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_remainder_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_remainder_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_interleave_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_repeat_interleave_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_reshape_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize__cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize__cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resize_as__cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_conj_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_resolve_neg_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_roll_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_roll_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_roll_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rot90_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rot90_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rot90_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_rot90_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_decimals_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_round_decimals_3_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsqrt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsub_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_rsub_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_scalar_tensor_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_add_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_add_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amax_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_amin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_scatter_reduce_sum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_searchsorted_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_searchsorted_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_select_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_sgn_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_sgn_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sgn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_short_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sigmoid_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_sigmoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sign_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_exponential_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_general_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_general_hamming_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_hamming_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signal_windows_nuttall_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_signbit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_sin_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_sin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinc_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_slice_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_softmax_with_dtype_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_softmax_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_softmax_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sort_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sort_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sparse_sampled_addmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_airy_ai_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_airy_ai_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j0_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_j1_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_bessel_y1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_entr_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_h_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_he_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_he_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_hermite_polynomial_he_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i0e_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i0e_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i0e_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1e_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_i1e_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_legendre_polynomial_p_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_legendre_polynomial_p_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_legendre_polynomial_p_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_log_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_i1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_modified_bessel_k1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_ndtr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_spherical_bessel_j0_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_xlog1py_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_zeta_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_special_zeta_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_list_args_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_list_args_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_split_with_sizes_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sqrt_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_square_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_squeeze_multiple_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_stack_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_std_mean_unbiased_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_to_size_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_sum_to_size_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_svd_lowrank_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_t_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_along_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_take_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tan_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tanh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensor_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensor_split_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensor_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_tensordot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_tile_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_sparse_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_to_sparse_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_topk_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_trace_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_transpose_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_transpose_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_transpose_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trapezoid_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_tril_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_tril_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_tril_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_triu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_triu_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_true_divide_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_true_divide_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_true_divide_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_true_divide_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_true_divide_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_trunc_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_trunc_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_trunc_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_trunc_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unbind_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unflatten_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unflatten_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_unflatten_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unfold_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_uniform_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_consecutive_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_consecutive_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_consecutive_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unique_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_chunk_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_chunk_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_chunk_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsafe_split_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_unsqueeze_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_var_mean_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_inplace_vdot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_vdot_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_complex_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_as_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_view_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_vsplit_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_inplace_vsplit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_vstack_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_inplace_zero__cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_inplace_zero__cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_inplace_zero__cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_inplace_zeros_like_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace___getitem___cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace___radd___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rand___cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace___rand___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rdiv___cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmatmul___cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmul___cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmul___cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace___rmul___cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace___rpow___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace___rsub___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rsub___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace___rxor___cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace___rxor___cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__chunk_cat_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_abs_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_acos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_acos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_add_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcdiv_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcdiv_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_addcmul_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_atan_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_ceil_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_min_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_clamp_min_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cos_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cosh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_cosh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_div_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_div_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_erfc_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_exp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_expm1_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_expm1_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_floor_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_frac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_frac_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lerp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lerp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lerp_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_lgamma_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log1p_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_max_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_max_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_max_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_maximum_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_minimum_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_mul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_mul_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_norm_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_pow_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_pow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_round_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_rsqrt_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sigmoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sign_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sqrt_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_sub_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tan_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_tanh_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_trunc_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_zero_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__foreach_zero_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace__native_batch_norm_legit_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__softmax_backward_data_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__softmax_backward_data_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_put_accumulate_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_put_accumulate_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_put_accumulate_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace__unsafe_masked_index_put_accumulate_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_abs_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_abs_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_acos_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_acos_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_acosh_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_add_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_addbmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_addbmm_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcdiv_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcdiv_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcmul_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addcmul_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmm_decomposed_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_addmv_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_addr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_alias_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_alias_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_allclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_allclose_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_amin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_aminmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_aminmax_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_angle_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_angle_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_angle_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_any_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_any_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_any_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_arange_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_arange_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argsort_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_argsort_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_argsort_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_argwhere_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_partial_views_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_as_strided_scatter_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_asin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_asinh_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan2_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atan_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atanh_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_1d_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_2d_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_atleast_3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_baddbmm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bfloat16_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_and_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_and_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_not_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_or_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_or_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_right_shift_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bitwise_right_shift_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_block_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_bmm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_bmm_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bool_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_bool_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_to_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_to_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_broadcast_to_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bucketize_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_bucketize_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_bucketize_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_byte_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cartesian_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cat_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cdist_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ceil_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ceil_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cfloat_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_chalf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_chalf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_char_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_char_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_char_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cholesky_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_chunk_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_max_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_max_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_clamp_min_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_clone_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_clone_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_column_stack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_combinations_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_conj_physical_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_constant_pad_nd_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_contiguous_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_copysign_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_corrcoef_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_corrcoef_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cos_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cosh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cosh_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_count_nonzero_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_count_nonzero_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cov_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_cross_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_cross_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumsum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumsum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumulative_trapezoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_cumulative_trapezoid_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_deg2rad_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diag_embed_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagflat_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagflat_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagflat_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_scatter_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diagonal_scatter_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_diff_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_diff_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_diff_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dist_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_dist_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_floor_rounding_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_floor_rounding_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_floor_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_floor_rounding_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_no_rounding_mode_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_trunc_rounding_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_div_trunc_rounding_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dot_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_double_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_dstack_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_einsum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_einsum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_permuted_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_strided_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_strided_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_strided_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_empty_strided_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_eq_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_equal_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfc_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfc_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfinv_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_erfinv_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_exp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_expand_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_exponential_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_float8_e4m3fn, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_float8_e5m2, test/test_meta.py::TestMetaCPU::test_meta_outplace_eye_cpu_float8_e5m2fnuz, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fft_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftshift_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_fftshift_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfftn_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_hfftn_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifft2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftshift_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftshift_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftshift_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ifftshift_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfft2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfftn_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_ihfftn_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfft2_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfft_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfft_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfftn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_irfftn_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfft2_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfft_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfft_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fft_rfftn_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fill_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_flatten_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_flatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_flatten_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_flatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_flip_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_flip_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fliplr_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_fliplr_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fliplr_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fliplr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_flipud_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_float_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_floor_divide_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_fmod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_frac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_frac_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_frexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_frexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_full_like_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_gather_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_gather_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_gcd_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_gcd_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_gcd_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_ge_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_ge_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ge_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_geometric_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_geqrf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_gradient_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_gradient_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_gt_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_gt_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_half_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_half_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_heaviside_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_hsplit_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_hstack_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_hstack_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_hstack_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_hstack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_hypot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_i0_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_igammac_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_add_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_add_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_put_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_put_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_put_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amax_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_amin_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_mean_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_mean_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_index_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_inner_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_inner_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_inner_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_inner_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_int_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isclose_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isclose_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_isclose_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isclose_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isfinite_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isin_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isinf_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_isinf_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isinf_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isnan_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isneginf_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isneginf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isposinf_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_isposinf_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_isposinf_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_isreal_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_item_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_2inputs_2outputs_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_2inputs_2outputs_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_return_by_ref_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_return_by_ref_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_binary_return_by_ref_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_unary_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_unary_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_jiterator_unary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_kron_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_kthvalue_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_kthvalue_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_kthvalue_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_lcm_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_lcm_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_ldexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ldexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_le_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_lerp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_lgamma_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_lgamma_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cholesky_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cholesky_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_cholesky_ex_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_diagonal_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_diagonal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eig_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_eig_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_householder_product_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_inv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_ldl_solve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_ldl_solve_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_ldl_solve_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lstsq_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lu_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_lu_factor_ex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_power_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_rank_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_multi_dot_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_hermitian_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_pinv_singular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_qr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_qr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_solve_triangular_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_solve_triangular_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_solve_triangular_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_tensorinv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_tensorsolve_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_tensorsolve_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vander_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vander_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_linalg_vander_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_linspace_tensor_overload_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log10_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log1p_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log2_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_normal_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_normal_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_log_softmax_with_dtype_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logaddexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_and_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_and_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_not_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_or_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_xor_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_xor_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logical_xor_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logspace_tensor_overload_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_logsumexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_long_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_lt_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_lt_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_lu_unpack_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mH_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mT_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_amin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmax_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_argmin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumprod_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumprod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumprod_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumsum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumsum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_cumsum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_fill_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logaddexp_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logsumexp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logsumexp_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_logsumexp_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_mean_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_mean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_normalize_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_prod_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_select_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_select_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_softmin_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_std_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_masked_var_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_matmul_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_matrix_exp_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_matrix_exp_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_no_dim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_with_dim_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_max_reduction_with_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_maximum_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_maximum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_mean_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_median_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_median_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_list_of_tensors_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_meshgrid_variadic_tensors_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_binary_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_binary_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_binary_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_no_dim_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_min_reduction_with_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_minimum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mode_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mode_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mode_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_movedim_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_msort_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_msort_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_mul_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_multinomial_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_multinomial_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mv_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nan_to_num_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nanmean_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nanmedian_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nanmedian_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nansum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nansum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_narrow_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_native_dropout_backward_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ne_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_strided_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_strided_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_strided_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_empty_strided_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_full_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_ones_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_new_zeros_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nextafter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nextafter_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_avg_pool1d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_avg_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_avg_pool3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_bilinear_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_channel_shuffle_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_channel_shuffle_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv1d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv3d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose3d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_conv_transpose3d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cosine_similarity_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cross_entropy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_cross_entropy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_dropout2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_gelu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_grid_sample_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_group_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardshrink_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardswish_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hardtanh_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_huber_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_linear_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_nearest_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_l1_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_l1_loss_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_layer_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_layer_norm_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_linear_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_linear_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_local_response_norm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_logsigmoid_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool2d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool2d_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool2d_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool2d_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_pool3d_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool1d_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_max_unpool2d_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_mish_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multi_head_attention_forward_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multi_margin_loss_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_circular_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_constant_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_constant_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_reflect_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_negative_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pad_replicate_negative_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pairwise_distance_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pairwise_distance_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pairwise_distance_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_shuffle_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu6_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu6_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_relu_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_rms_norm_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_selu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_silu_complex_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_silu_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softshrink_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softshrink_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softsign_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_softsign_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_tanhshrink_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_threshold_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_threshold_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nn_functional_unfold_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_static_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_nonzero_static_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_fro_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_inf_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_inf_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_inf_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_norm_nuc_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_normal_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ones_like_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ormqr_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_outer_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_outer_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_permute_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_pinverse_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_1_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_2_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_2_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_3_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_3_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_3_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_polygamma_polygamma_n_4_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_positive_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_pow_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_pow_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_pow_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_pow_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_prod_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_prod_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_prod_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_put_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_rad2deg_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_rand_like_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_rand_like_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_randint_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_randn_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_ravel_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_reciprocal_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_remainder_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_repeat_interleave_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_as_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_as_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_reshape_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize__cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize_as__cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resize_as__cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_resolve_neg_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_roll_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_roll_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_roll_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_rot90_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_rot90_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_round_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_round_decimals_0_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_rsqrt_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scalar_tensor_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scalar_tensor_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_add_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amax_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amax_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_amin_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_mean_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_mean_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_prod_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_prod_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_scatter_reduce_sum_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_select_scatter_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_select_scatter_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sgn_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_cosine_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_cosine_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_exponential_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_gaussian_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_general_hamming_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signal_windows_hann_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signbit_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signbit_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_signbit_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_sin_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sin_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinc_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_sinh_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_slice_scatter_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_softmax_with_dtype_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sort_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sort_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_sparse_sampled_addmm_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_airy_ai_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_j1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_bessel_y1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_chebyshev_polynomial_w_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_entr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_entr_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_erfcx_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_erfcx_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_h_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_hermite_polynomial_he_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i0e_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1e_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_i1e_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_laguerre_polynomial_l_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_laguerre_polynomial_l_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_laguerre_polynomial_l_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_log_ndtr_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i0_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i1_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_i1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k0_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k1_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k1_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtr_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtri_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtri_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_ndtri_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_spherical_bessel_j0_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_spherical_bessel_j0_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_xlog1py_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_xlog1py_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_xlog1py_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_special_zeta_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_list_args_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_list_args_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_copy_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_split_with_sizes_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sqrt_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sqrt_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sqrt_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_square_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_multiple_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_squeeze_multiple_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_stack_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_stack_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_stack_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_stack_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_mean_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_mean_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_unbiased_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_std_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_stft_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sub_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sub_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_to_size_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_sum_to_size_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_t_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_along_dim_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_take_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tan_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_tanh_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensordot_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensordot_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_tensordot_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_tile_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_sparse_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_sparse_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_to_sparse_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_topk_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_topk_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_trace_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_transpose_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapezoid_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapezoid_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapezoid_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapz_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapz_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapz_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapz_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_trapz_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_tril_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_tril_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_tril_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_tril_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_triu_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_true_divide_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_true_divide_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_true_divide_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_trunc_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_copy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_copy_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_copy_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unbind_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unflatten_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unfold_copy_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_consecutive_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unique_cpu_uint32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unravel_index_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unravel_index_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unravel_index_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unravel_index_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsafe_chunk_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_unsqueeze_cpu_int8, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_mean_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_var_unbiased_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_complex_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_complex_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_complex64, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_as_cpu_int16, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_copy_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_copy_cpu_complex128, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_copy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_view_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_vsplit_cpu_bool, test/test_meta.py::TestMetaCPU::test_meta_outplace_vsplit_cpu_complex32, test/test_meta.py::TestMetaCPU::test_meta_outplace_where_cpu_uint8, test/test_meta.py::TestMetaCPU::test_meta_outplace_xlogy_cpu_float16, test/test_meta.py::TestMetaCPU::test_meta_outplace_xlogy_cpu_float32, test/test_meta.py::TestMetaCPU::test_meta_outplace_xlogy_cpu_float64, test/test_meta.py::TestMetaCPU::test_meta_outplace_xlogy_cpu_int32, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_cpu_int64, test/test_meta.py::TestMetaCPU::test_meta_outplace_zeros_like_cpu_bfloat16, test/test_meta.py::TestMetaCPU::test_segment_reduce_backward_cpu, test/test_meta.py::TestMetaCPU::test_triangular_solve_out_cpu 2025-03-14T06:00:38.5205561Z 2025-03-14T06:00:44.9073460Z Running test_matmul_cuda 1/1 ... [2025-03-14 06:00:44.907084] 2025-03-14T06:00:44.9074180Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:00:44.9083492Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:00:44.908108] 2025-03-14T06:00:50.6150917Z 2025-03-14T06:00:50.6152021Z test_matmul_cuda 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_matmul_cuda_1.1_d8d0d02bd792ae9c_.log 2025-03-14T06:00:50.6152775Z Running 0 items in this shard: 2025-03-14T06:00:50.6152979Z 2025-03-14T06:00:55.6018155Z Running optim/test_lrscheduler 1/1 ... [2025-03-14 06:00:55.594349] 2025-03-14T06:00:55.6018679Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:00:55.6024847Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'optim/test_lrscheduler.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:00:55.594349] 2025-03-14T06:01:00.4681287Z 2025-03-14T06:01:00.4682261Z optim/test_lrscheduler 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_lrscheduler_1.1_9e67302dea53c394_.log 2025-03-14T06:01:00.4682959Z 2025-03-14T06:01:05.8434343Z Running optim/test_optim 1/1 ... [2025-03-14 06:01:05.843008] 2025-03-14T06:01:05.8434818Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:01:05.8441399Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'optim/test_optim.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:01:05.843596] 2025-03-14T06:01:11.2779067Z 2025-03-14T06:01:11.2780692Z optim/test_optim 1/1 was successful, full logs can be found in artifacts with path test/test-reports/optim.test_optim_1.1_00a85199c7e7df7d_.log 2025-03-14T06:01:11.2781786Z 2025-03-14T06:01:16.6450270Z Running test_ops 2/9 ... [2025-03-14 06:01:16.633029] 2025-03-14T06:01:16.6450740Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:01:16.6469973Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=2', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:01:16.633029] 2025-03-14T06:01:52.5414030Z 2025-03-14T06:01:52.5414988Z test_dataloader 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_dataloader_2.2_a8c084e10f36f905_.log 2025-03-14T06:01:52.5444018Z Running 88 items in this shard: test/test_dataloader.py::TestDatasetRandomSplit::test_lengths_must_equal_dataset_size, test/test_dataloader.py::TestDatasetRandomSplit::test_slicing_of_subset_of_dataset, test/test_dataloader.py::TestDatasetRandomSplit::test_splits_generator, test/test_dataloader.py::TestDatasetRandomSplit::test_splits_have_correct_size, test/test_dataloader.py::TestDatasetRandomSplit::test_splits_reproducibility, test/test_dataloader.py::TestTensorDataset::test_getitem_1d, test/test_dataloader.py::TestTensorDataset::test_single_tensor, test/test_dataloader.py::TestStackDataset::test_empty, test/test_dataloader.py::TestStackDataset::test_len, test/test_dataloader.py::TestConcatDataset::test_add_dataset, test/test_dataloader.py::TestConcatDataset::test_concat_raises_index_error, test/test_dataloader.py::TestConcatDataset::test_concat_two_singletons, test/test_dataloader.py::TestDataLoader::test_batch_sampler, test/test_dataloader.py::TestDataLoader::test_bulk_loading_nobatch, test/test_dataloader.py::TestDataLoader::test_chain_iterable_style_dataset, test/test_dataloader.py::TestDataLoader::test_default_collate_bad_sequence_type, test/test_dataloader.py::TestDataLoader::test_default_collate_dtype, test/test_dataloader.py::TestDataLoader::test_default_collate_numpy_memmap, test/test_dataloader.py::TestDataLoader::test_default_convert_mapping_keep_type, test/test_dataloader.py::TestDataLoader::test_default_convert_sequence_keep_type, test/test_dataloader.py::TestDataLoader::test_distributed_sampler_invalid_rank, test/test_dataloader.py::TestDataLoader::test_error_workers, test/test_dataloader.py::TestDataLoader::test_growing_dataset, test/test_dataloader.py::TestDataLoader::test_invalid_ctor_args_combinations, test/test_dataloader.py::TestDataLoader::test_large_sampler_indices, test/test_dataloader.py::TestDataLoader::test_multiple_dataloaders, test/test_dataloader.py::TestDataLoader::test_multiprocessing_iterdatapipe, test/test_dataloader.py::TestDataLoader::test_numpy_gen_state, test/test_dataloader.py::TestDataLoader::test_numpy_scalars, test/test_dataloader.py::TestDataLoader::test_proper_exit, test/test_dataloader.py::TestDataLoader::test_segfault, test/test_dataloader.py::TestDataLoader::test_sequential_batch, test/test_dataloader.py::TestDataLoader::test_sequential_nonbatch, test/test_dataloader.py::TestDataLoader::test_sequential_pin_memory, test/test_dataloader.py::TestDataLoader::test_sequential_workers, test/test_dataloader.py::TestDataLoader::test_shuffle_batch_none, test/test_dataloader.py::TestDataLoader::test_shuffle_batch_workers, test/test_dataloader.py::TestDataLoader::test_shuffle_batch_workers_prefetch, test/test_dataloader.py::TestDataLoader::test_shuffle_pin_memory, test/test_dataloader.py::TestDataLoader::test_shuffle_reproducibility, test/test_dataloader.py::TestDataLoader::test_shuffle_workers, test/test_dataloader.py::TestDataLoader::test_timeout, test/test_dataloader.py::TestDataLoader::test_typing, test/test_dataloader.py::TestDataLoader::test_worker_seed, test/test_dataloader.py::TestDataLoader::test_worker_seed_reproducibility, test/test_dataloader.py::IntegrationTestDataLoaderDataPipe::test_shuffler_iterdatapipe, test/test_dataloader.py::TestStringDataLoader::test_shuffle_pin_memory, test/test_dataloader.py::TestDictDataLoader::test_pin_memory, test/test_dataloader.py::TestDictDataLoader::test_pin_memory_device, test/test_dataloader.py::TestDictDataLoader::test_sequential_batch, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_builtin_collection_conversion, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_bulk_loading_nobatch, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_chain_iterable_style_dataset, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_default_collate_bad_sequence_type, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_default_collate_shared_tensor, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_default_convert_mapping_keep_type, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_distributed_sampler_invalid_rank, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_early_exit, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_error_in_init, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_error_workers, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_excessive_thread_creation_warning, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_fd_limit_exceeded, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_growing_dataset, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_invalid_assign_after_init, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_len, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_multi_epochs_reproducibility, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_multiple_dataloaders, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_multiprocessing_contexts, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_multiprocessing_iterdatapipe_with_dill, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_no_segfault, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_numpy, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_numpy_gen_state, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_proper_exit, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_random_sampler_len_with_replacement, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_random_sampler_len_without_replacement, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_sampler, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_sampler_reproducibility, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_sequential_batch, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_sequential_nonbatch, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_sequential_pin_memory, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_shuffle_batch, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_shuffle_reproducibility, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_typing, test/test_dataloader.py::TestDataLoaderPersistentWorkers::test_worker_seed, test/test_dataloader.py::TestCustomPinFn::test_custom_batch_pin_worker, test/test_dataloader.py::TestIndividualWorkerQueue::test_ind_worker_queue, test/test_dataloader.py::TestSetAffinity::test_set_affinity_in_worker_init, test/test_dataloader.py::TestOutOfOrderDataLoader::test_in_order_iterable_ds 2025-03-14T06:01:52.5469473Z 2025-03-14T06:01:57.4733761Z Running test_ops 4/9 ... [2025-03-14 06:01:57.473176] 2025-03-14T06:01:57.4734228Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:01:57.4740333Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=4', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:01:57.473766] 2025-03-14T06:07:40.6210659Z 2025-03-14T06:07:40.6212041Z test_schema_check 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_schema_check_1.1_c62daf784c8c3088_.log 2025-03-14T06:07:40.9043423Z Running 6007 items in this shard: test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_custom_ops_output_is_input, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_custom_ops_secretly_aliasing, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_custom_ops_secretly_mutating, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_multiple_operators, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_multiple_operators_centered, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_outputs_unexpectedly_aliasing, test/test_schema_check.py::TestSchemaCheck::test_alias_check_fail_simple, test/test_schema_check.py::TestSchemaCheck::test_is_alias_of_basic, test/test_schema_check.py::TestSchemaCheck::test_is_alias_of_empty_container, test/test_schema_check.py::TestSchemaCheck::test_mutation_check_fail, test/test_schema_check.py::TestSchemaCheck::test_mutation_check_fail_multiple_operators, test/test_schema_check.py::TestSchemaCheck::test_overlaps_basic, test/test_schema_check.py::TestSchemaCheck::test_overlaps_empty_container, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_empty_list_input, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_aliasing_inputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_default_replaced, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_device_input, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_kwarg_tensor, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_list_input, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_mutable_inputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_nested_training_op, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_training_op, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_wildcard_after, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_with_multiple_outputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_functionality_with_multiple_outputs_aliasing, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_aliasing_inputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_aliasing_outputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_as_strided, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_multiple_outputs, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_mutation, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_none, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_mutated_aliasing_resize_, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_operator_order, test/test_schema_check.py::TestSchemaCheck::test_schema_check_mode_operator_order_without_grad, test/test_schema_check.py::TestSchemaCheck::test_schema_info_bind_basic, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_H_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_T_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___getitem___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___radd___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rand___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rdiv___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmatmul___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmod___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmod___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmod___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmod___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rmul___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___ror___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rpow___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rsub___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness___rxor___cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__batch_norm_with_update_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__batch_norm_with_update_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__batch_norm_with_update_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__batch_norm_with_update_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__chunk_cat_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__native_batch_norm_legit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__native_batch_norm_legit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__native_batch_norm_legit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__native_batch_norm_legit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_lengths_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_lengths_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_lengths_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_lengths_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_offsets_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_offsets_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_offsets_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__segment_reduce_offsets_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__softmax_backward_data_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__softmax_backward_data_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__softmax_backward_data_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__softmax_backward_data_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__unsafe_masked_index_put_accumulate_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__upsample_bilinear2d_aa_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__upsample_bilinear2d_aa_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness__upsample_bilinear2d_aa_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_abs_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acos_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_acosh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_add_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addbmm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcdiv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addcmul_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmm_decomposed_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addmv_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_addr_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_alias_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_all_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_allclose_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_amin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_aminmax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_angle_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_any_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_arange_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argmin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argsort_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_argwhere_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_partial_views_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_as_strided_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_asinh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atan_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atanh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_1d_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_2d_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_atleast_3d_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_baddbmm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bernoulli_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bernoulli_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bernoulli_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bernoulli_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bfloat16_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bincount_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bincount_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bincount_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bincount_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bincount_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_and_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_left_shift_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_left_shift_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_left_shift_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_left_shift_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_left_shift_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_not_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_or_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_right_shift_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_right_shift_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_right_shift_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_right_shift_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_right_shift_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bitwise_xor_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_block_diag_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bmm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bool_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_shapes_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_tensors_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_broadcast_to_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_bucketize_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_byte_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cartesian_prod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cat_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cauchy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cauchy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cauchy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cauchy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdist_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdist_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cdouble_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ceil_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cfloat_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chalf_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_char_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_inverse_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_inverse_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_inverse_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_inverse_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cholesky_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_chunk_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_max_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clamp_min_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_clone_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_column_stack_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_combinations_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_complex_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_complex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_complex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_conj_physical_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_constant_pad_nd_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_contiguous_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_copysign_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_corrcoef_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cos_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cosh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_count_nonzero_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cov_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cross_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cummin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumprod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumsum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_cumulative_trapezoid_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_deg2rad_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diag_embed_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagflat_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diagonal_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_diff_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_digamma_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dist_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_floor_rounding_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_no_rounding_mode_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_div_trunc_rounding_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dot_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_double_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dsplit_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_dstack_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_einsum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_like_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_permuted_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_empty_strided_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eq_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_equal_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erf_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfc_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_erfinv_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exp_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_as_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expand_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_expm1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exponential_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exponential_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exponential_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_exponential_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float8_e4m3fn, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float8_e4m3fnuz, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float8_e5m2, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_float8_e5m2fnuz, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_eye_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_fftshift_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_hfftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ifftshift_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_ihfftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_irfftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfft_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fft_rfftn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fill_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flatten_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flip_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fliplr_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_flipud_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_float_power_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_floor_divide_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_fmod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frac_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frac_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frac_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frac_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_frexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_full_like_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gather_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gcd_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gcd_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gcd_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gcd_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gcd_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ge_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geometric_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geqrf_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geqrf_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geqrf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_geqrf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gradient_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_grid_sampler_2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_grid_sampler_2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_grid_sampler_2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_grid_sampler_2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_gt_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_half_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_heaviside_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histc_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histc_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histc_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histc_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histogram_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histogram_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histogramdd_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_histogramdd_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hsplit_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hstack_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hypot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hypot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hypot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_hypot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_i0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igamma_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igamma_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igamma_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igamma_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igammac_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igammac_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igammac_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_igammac_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_imag_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_imag_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_imag_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_add_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_fill_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_put_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_amin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_mean_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_reduce_prod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_index_select_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_inner_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_int_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isclose_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isfinite_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isinf_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isnan_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isneginf_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isposinf_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_isreal_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_istft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_istft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_item_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_jiterator_unary_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kron_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_kthvalue_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lcm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lcm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lcm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lcm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lcm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ldexp_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_le_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lerp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lgamma_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_ex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_ex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_ex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cholesky_ex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cond_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cond_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cond_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cond_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_cross_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_det_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_det_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_det_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_det_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_diagonal_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eig_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eig_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eig_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eig_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvals_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvals_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvals_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvals_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvalsh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvalsh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvalsh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_eigvalsh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_householder_product_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_householder_product_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_householder_product_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_householder_product_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_ex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_ex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_ex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_inv_ex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_ex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_factor_ex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_ldl_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_ex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_ex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_ex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_factor_ex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_lu_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_power_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_power_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_power_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_power_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_multi_dot_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_hermitian_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_hermitian_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_hermitian_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_hermitian_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_singular_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_singular_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_singular_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_pinv_singular_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_qr_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_qr_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_qr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_qr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_slogdet_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_slogdet_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_slogdet_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_slogdet_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_ex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_ex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_ex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_ex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_triangular_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_triangular_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_triangular_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_solve_triangular_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svd_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svd_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svd_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svd_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svdvals_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svdvals_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svdvals_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_svdvals_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorinv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorinv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorinv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorinv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorsolve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorsolve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorsolve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_tensorsolve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vander_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vecdot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linalg_vector_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_linspace_tensor_overload_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log10_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log1p_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_normal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_normal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_normal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_normal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_log_softmax_with_dtype_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp2_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp2_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logaddexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logcumsumexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logdet_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logdet_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logdet_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logdet_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_and_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_not_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_or_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logical_xor_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logit_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logspace_tensor_overload_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_logsumexp_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_long_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lt_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_unpack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_unpack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_unpack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_lu_unpack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mH_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mT_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_amin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_argmin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumprod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_cumsum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_fill_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_log_softmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_log_softmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_log_softmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_log_softmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logaddexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logaddexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logaddexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logaddexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_logsumexp_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_median_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_median_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_median_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_median_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_normalize_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_prod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_select_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_softmin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_std_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_sum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_masked_var_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matmul_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_matrix_exp_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_binary_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_pool2d_with_indices_backward_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_pool2d_with_indices_backward_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_pool2d_with_indices_backward_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_pool2d_with_indices_backward_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_no_dim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_max_reduction_with_dim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_maximum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_median_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_binary_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_no_dim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_min_reduction_with_dim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_minimum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mm_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mode_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_movedim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_msort_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mul_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_multinomial_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_multinomial_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_multinomial_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_multinomial_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mv_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nan_to_num_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanmedian_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanquantile_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nanquantile_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nansum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_narrow_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_batch_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_batch_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_batch_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_batch_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_dropout_backward_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_layer_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_layer_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_layer_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_native_layer_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ne_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_neg_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_empty_strided_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_full_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_ones_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_new_zeros_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nextafter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nextafter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nextafter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nextafter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_alpha_dropout_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_alpha_dropout_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_alpha_dropout_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_alpha_dropout_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool1d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool2d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_avg_pool3d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_batch_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_batch_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_batch_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_bilinear_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_celu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_celu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_celu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_celu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_channel_shuffle_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv1d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv2d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv3d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_similarity_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_similarity_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cosine_similarity_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cross_entropy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cross_entropy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_cross_entropy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_ctc_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_ctc_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_dropout_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_elu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_elu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_elu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_elu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_bag_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_bag_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_bag_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_bag_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_embedding_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gelu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gelu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gelu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_gelu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_glu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_glu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_glu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_glu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_grid_sample_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_grid_sample_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_grid_sample_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_grid_sample_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_group_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_group_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_group_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_group_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardshrink_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardshrink_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardshrink_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardsigmoid_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardsigmoid_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardsigmoid_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardswish_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardswish_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardswish_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardswish_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hardtanh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_huber_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_huber_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_huber_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_instance_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_instance_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_instance_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_area_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_area_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_area_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_area_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bicubic_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_bilinear_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_linear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_linear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_linear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest-exact_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest-exact_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest-exact_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest-exact_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_kl_div_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_kl_div_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_kl_div_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_kl_div_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_l1_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_layer_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_layer_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_layer_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_leaky_relu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_leaky_relu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_leaky_relu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_linear_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_local_response_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_local_response_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_local_response_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_local_response_norm_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_logsigmoid_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_logsigmoid_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_logsigmoid_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool2d_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_pool3d_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mish_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mish_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mish_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mish_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mse_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mse_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mse_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_mse_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_head_attention_forward_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_head_attention_forward_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_head_attention_forward_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_head_attention_forward_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_nll_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_nll_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_nll_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_normalize_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_one_hot_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_circular_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_constant_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_reflect_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pad_replicate_negative_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pdist_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pdist_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_prelu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_prelu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_prelu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_prelu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu6_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_relu_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rms_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rrelu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rrelu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_rrelu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_scaled_dot_product_attention_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_scaled_dot_product_attention_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_scaled_dot_product_attention_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_selu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_selu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_selu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_selu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_complex_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_complex_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_silu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_soft_margin_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softplus_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softplus_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softplus_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softplus_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softshrink_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softshrink_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softshrink_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softshrink_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_softsign_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_tanhshrink_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_threshold_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_unfold_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_bilinear_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_bilinear_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_nearest_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_nearest_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_nearest_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_nonzero_static_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_fro_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_inf_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_nuc_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_nuc_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_nuc_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_norm_nuc_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_in_place_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_number_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_number_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_number_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_normal_number_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ones_like_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ormqr_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ormqr_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ormqr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ormqr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_outer_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pca_lowrank_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pca_lowrank_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pca_lowrank_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pca_lowrank_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_permute_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pinverse_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pinverse_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pinverse_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pinverse_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polar_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polar_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_positive_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_pow_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_prod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_put_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_qr_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_qr_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_qr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_qr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_quantile_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_quantile_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rad2deg_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rand_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randint_like_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_randn_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_ravel_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_real_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reciprocal_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_remainder_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_renorm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_repeat_interleave_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_as_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_reshape_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize__cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resize_as__cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_conj_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_resolve_neg_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_roll_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rot90_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_0_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_0_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_3_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_3_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_3_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_neg_3_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_neg_3_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_round_decimals_neg_3_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsqrt_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_rsub_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scalar_tensor_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_add_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amax_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_amin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_mean_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_prod_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_scatter_reduce_sum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_searchsorted_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_select_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sgn_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_short_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sigmoid_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sign_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_bartlett_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_bartlett_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_blackman_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_blackman_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_cosine_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_cosine_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_exponential_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_exponential_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_gaussian_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_gaussian_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_general_cosine_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_general_cosine_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_general_hamming_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_general_hamming_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_hamming_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_hamming_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_hann_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_hann_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_kaiser_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_kaiser_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_nuttall_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signal_windows_nuttall_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_signbit_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sin_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinc_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sinh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_slice_scatter_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_softmax_with_dtype_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sort_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_mm_reduce_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_mm_reduce_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_mm_reduce_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_mm_reduce_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_sampled_addmm_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_sampled_addmm_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_sampled_addmm_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sparse_sampled_addmm_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_airy_ai_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_j1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_bessel_y1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_entr_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_erfcx_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_h_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_hermite_polynomial_he_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i0e_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_i1e_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_legendre_polynomial_p_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_log_ndtr_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_i1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_modified_bessel_k1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtr_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_ndtri_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_spherical_bessel_j0_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_xlog1py_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_special_zeta_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_list_args_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_split_with_sizes_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sqrt_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_square_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_squeeze_multiple_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stack_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_mean_unbiased_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_std_unbiased_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stft_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stft_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stft_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_stft_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sub_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_sum_to_size_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_lowrank_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_lowrank_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_lowrank_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_svd_lowrank_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_t_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_along_dim_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_take_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tan_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tanh_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensor_split_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tensordot_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tile_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_to_sparse_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_topk_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_torch_ops_aten__safe_softmax_default_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trace_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_transpose_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapezoid_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trapz_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triangular_solve_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triangular_solve_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triangular_solve_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triangular_solve_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_indices_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_tril_indices_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_indices_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_triu_indices_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_true_divide_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_trunc_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unbind_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unflatten_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unfold_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_uniform_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_consecutive_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_uint16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_uint32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_uint64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unique_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unravel_index_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unravel_index_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unravel_index_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unravel_index_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unravel_index_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_chunk_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsafe_split_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_unsqueeze_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_mean_unbiased_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_var_unbiased_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vdot_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_complex_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_complex_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_complex_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_real_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_as_real_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_copy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_view_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vsplit_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_vstack_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_where_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_xlogy_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zero__cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_cpu_uint8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_bfloat16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_bool, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_complex128, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_complex32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_complex64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_float16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_float32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_float64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_int16, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_int32, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_int64, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_int8, test/test_schema_check.py::TestSchemaCheckModeOpInfoCPU::test_schema_correctness_zeros_like_cpu_uint8 2025-03-14T06:07:41.2049764Z 2025-03-14T06:07:46.5763052Z Running test_ops 5/9 ... [2025-03-14 06:07:46.575938] 2025-03-14T06:07:46.5763938Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:07:46.5774735Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-m', 'not serial', '--shard-id=5', '--num-shards=9', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:07:46.577158] 2025-03-14T06:09:42.7144744Z 2025-03-14T06:09:42.7145772Z test_ops 2/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_2.9_e2ec6c5dfafa2baa_.log 2025-03-14T06:09:42.8296546Z Running 3751 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_normal__in_place_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exponential_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_item_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_topk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_maximum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mean_cpu, test/test_ops.py::TestCommonCPU::test_errors_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_general_hamming_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_hamming_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_randn_like_layout3_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_tril_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_alias_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_hann_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_partial_views_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsafe_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_permuted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_rms_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_general_hamming_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_multiple_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_integral_dtype__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_exp2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___radd___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_partial_views_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__upsample_bilinear2d_aa_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_general_cosine_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsafe_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_std_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_std_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_he_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_laguerre_polynomial_l_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_u_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cauchy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_block_diag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_block_diag_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dot_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal__in_place_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cauchy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_equal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal_number_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_multiple_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cauchy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumprod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_geometric_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_item_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_alias_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_item_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_vsplit_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_item_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logaddexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logsumexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_rms_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log1p_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logsumexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsafe_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_alias_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_item_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_tensor_overload_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__upsample_bilinear2d_aa_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_partial_views_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_static_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_blackman_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_unbiased_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_is_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_new_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_gelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rad2deg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_alias_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_count_nonzero_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logaddexp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_channel_shuffle_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vdot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_as_complex_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake__chunk_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_in_place_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_multiple_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_multiple_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsafe_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_item_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_blackman_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsafe_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_empty_permuted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_unbind_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_var_mean_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_complex32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_int32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_float16, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_geometric_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_alias_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsafe_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsafe_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2025-03-14T06:09:42.9396572Z 2025-03-14T06:09:48.6347174Z Running test_unary_ufuncs 2/2 ... [2025-03-14 06:09:48.634326] 2025-03-14T06:09:48.6347946Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:09:48.6354783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:09:48.634918] 2025-03-14T06:11:35.1314923Z 2025-03-14T06:11:35.1316106Z test_ops 4/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_4.9_211eb1edd63d349b_.log 2025-03-14T06:11:35.2727593Z Running 3828 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_var_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_partial_views_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_norm_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___radd___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_multiple_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__upsample_bilinear2d_aa_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_alias_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_tensor_overload_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_head_attention_forward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_outer_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_blackman_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_general_hamming_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_torch__scaled_mm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu, test/test_ops.py::TestCommonCPU::test_errors___rsub___cpu, test/test_ops.py::TestCommonCPU::test_errors__chunk_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_amax_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_errors_empty_permuted_cpu, test/test_ops.py::TestCommonCPU::test_errors_eq_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_gt_cpu, test/test_ops.py::TestCommonCPU::test_errors_hypot_cpu, test/test_ops.py::TestCommonCPU::test_errors_isclose_cpu, test/test_ops.py::TestCommonCPU::test_errors_le_cpu, test/test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_mul_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_pow_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_randn_like_layout0_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_sum_layout0_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_zeros_like_layout4_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_errors_triu_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_permuted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_geometric_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_channel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_channel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_multiple_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsafe_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_alias_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_channel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_negative_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_static_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsafe_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_unbiased_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_item_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_cosine_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_out_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unravel_index_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_item_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_stft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cauchy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_in_place_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_hann_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_multiple_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_unbiased_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_ldexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_masked_var_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_4_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_4_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_w_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_laguerre_polynomial_l_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_legendre_polynomial_p_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_count_nonzero_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exponential_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_item_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_tensor_overload_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logaddexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_tensor_overload_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_shuffle_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_unshuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_normal_number_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_normal_number_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cauchy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cauchy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_count_nonzero_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_count_nonzero_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_count_nonzero_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exponential_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frexp_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_geometric_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_cross_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vecdot_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vecdot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_normal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_channel_shuffle_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal__in_place_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal__in_place_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal_number_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_take_along_dim_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vdot_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_complex_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_polar_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_partial_views_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exponential_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float8_e5m2fnuz, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_geometric_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_geometric_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_geometric_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_tensor_overload_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_tensor_overload_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_shuffle_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_split_with_sizes_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_multiple_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_partial_views_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_deg2rad_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exponential_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float8_e5m2, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float8_e5m2fnuz, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_geometric_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_cross_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_unshuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal__in_place_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal__in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rad2deg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_select_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_multiple_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_alias_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_unbiased_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_unbiased_cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_as_strided_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_geometric_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_signal_windows_general_hamming_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unsafe_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_var_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_alias_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cauchy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_permuted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_multiple_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_hann_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsafe_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_index_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_normal_in_place_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unbind_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_var_unbiased_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__chunk_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_equal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expm1_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unbind_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_alias_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_tensor_overload_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_alias_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_deg2rad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exponential_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_permuted_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_item_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_scaled_dot_product_attention_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_hann_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sparse_mm_reduce_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_float_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_alias_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumprod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_deg2rad__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_normal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_renorm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_erfcx_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_split_with_sizes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zero_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bool_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cdouble_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_char_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_int_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_geometric__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isneginf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_renorm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtri_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake__segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast__native_batch_norm_legit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__batch_norm_with_update_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unravel_index_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_geometric_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_index_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_index_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_index_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_int32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_ones_cpu_complex32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_tensor_overload_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_ones_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__chunk_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cauchy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vecdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_normal__in_place_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_normal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_exponential_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_unbiased_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2025-03-14T06:11:35.4718029Z 2025-03-14T06:11:41.8311779Z Running torch_np/numpy_tests/core/test_getlimits 1/1 ... [2025-03-14 06:11:41.830453] 2025-03-14T06:11:41.8312740Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:11:41.8320509Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_getlimits.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:11:41.831605] 2025-03-14T06:11:48.6289169Z 2025-03-14T06:11:48.6290793Z torch_np/numpy_tests/core/test_getlimits 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_getlimits_1.1_cfb34c7f1bbc6077_.log 2025-03-14T06:11:48.6301454Z Running 17 items in this shard: test/torch_np/numpy_tests/core/test_getlimits.py::TestPythonFloat::test_singleton, test/torch_np/numpy_tests/core/test_getlimits.py::TestHalf::test_singleton, test/torch_np/numpy_tests/core/test_getlimits.py::TestSingle::test_singleton, test/torch_np/numpy_tests/core/test_getlimits.py::TestDouble::test_singleton, test/torch_np/numpy_tests/core/test_getlimits.py::TestFinfo::test_basic, test/torch_np/numpy_tests/core/test_getlimits.py::TestFinfo::test_basic_missing, test/torch_np/numpy_tests/core/test_getlimits.py::TestIinfo::test_basic, test/torch_np/numpy_tests/core/test_getlimits.py::TestIinfo::test_unsigned_max_T0, test/torch_np/numpy_tests/core/test_getlimits.py::TestIinfo::test_unsigned_max_T1, test/torch_np/numpy_tests/core/test_getlimits.py::TestIinfo::test_unsigned_max_T2, test/torch_np/numpy_tests/core/test_getlimits.py::TestIinfo::test_unsigned_max_T3, test/torch_np/numpy_tests/core/test_getlimits.py::TestRepr::test_finfo_repr, test/torch_np/numpy_tests/core/test_getlimits.py::TestRepr::test_iinfo_repr, test/torch_np/numpy_tests/core/test_getlimits.py::TestMisc::test_instances, test/torch_np/numpy_tests/core/test_getlimits.py::TestMisc::test_known_types, test/torch_np/numpy_tests/core/test_getlimits.py::TestMisc::test_plausible_finfo, test/torch_np/numpy_tests/core/test_getlimits.py::TestMisc::test_subnormal_warning 2025-03-14T06:11:48.6311840Z 2025-03-14T06:11:53.8943536Z Running torch_np/numpy_tests/lib/test_shape_base_ 1/1 ... [2025-03-14 06:11:53.892707] 2025-03-14T06:11:53.8944440Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:11:53.8954779Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_shape_base_.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:11:53.892707] 2025-03-14T06:12:01.5342404Z 2025-03-14T06:12:01.5344129Z torch_np/numpy_tests/lib/test_shape_base_ 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_shape_base__1.1_85eb1b62e7e2b88f_.log 2025-03-14T06:12:01.5380034Z Running 73 items in this shard: test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTakeAlongAxis::test_argequivalent, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTakeAlongAxis::test_broadcast, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTakeAlongAxis::test_empty, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTakeAlongAxis::test_invalid, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestPutAlongAxis::test_broadcast, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestPutAlongAxis::test_replace_max, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_0d_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_3d, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_axis_insertion, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_axis_insertion_ma, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_empty, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_scalar_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_simple, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_simple101, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_tuple_func1d, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyAlongAxis::test_with_iterable_object, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestApplyOverAxes::test_simple, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestExpandDims::test_axis_out_of_range, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestExpandDims::test_axis_tuple, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestExpandDims::test_functionality, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestExpandDims::test_repeated_axis, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_index_split_high_bound, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_index_split_low_bound, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_index_split_simple, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_0_split, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_split, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_split_2D_cols, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_split_2D_default, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_split_2D_rows, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestArraySplit::test_integer_split_2D_rows_greater_max_int32, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSplit::test_equal_split, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSplit::test_unequal_split, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestColumnStack::test_1D_arrays, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestColumnStack::test_2D_arrays, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestColumnStack::test_generator, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestColumnStack::test_non_iterable, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_0D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_1D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_2D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_2D_array2, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_generator, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDstack::test_non_iterable, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestHsplit::test_0D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestHsplit::test_1D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestHsplit::test_2D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestHsplit::test_non_iterable, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestVsplit::test_0D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestVsplit::test_1D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestVsplit::test_2D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestVsplit::test_non_iterable, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDsplit::test_0D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDsplit::test_1D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDsplit::test_2D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDsplit::test_3D_array, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestDsplit::test_non_iterable, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_basic, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_basic_2, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_squeeze_axis, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_squeeze_axis_handling, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_squeeze_contiguous, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestSqueeze::test_squeeze_type, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_basic, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a0_shape_b0, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a1_shape_b1, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a2_shape_b2, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a3_shape_b3, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a4_shape_b4, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestKron::test_kron_shape_shape_a5_shape_b5, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTile::test_basic, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTile::test_empty, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTile::test_kroncompare, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestTile::test_tile_one_repetition_on_array_gh4679, test/torch_np/numpy_tests/lib/test_shape_base_.py::TestMayShareMemory::test_basic 2025-03-14T06:12:01.5412959Z 2025-03-14T06:12:07.6285932Z Running test_view_ops 1/1 ... [2025-03-14 06:12:07.624704] 2025-03-14T06:12:07.6286705Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:12:07.6293523Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:12:07.624704] 2025-03-14T06:12:34.6233206Z 2025-03-14T06:12:34.6234608Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_aa4e479408547df3_.log 2025-03-14T06:12:34.6364277Z Running 442 items in this shard: test/test_view_ops.py::TestViewOpsCPU::test_T_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_advanced_indexing_assignment_cpu, test/test_view_ops.py::TestViewOpsCPU::test_advanced_indexing_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_gradients_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_ellipses_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_newaxis_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_slice_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_chunk_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_conj_imag_view_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_conj_imag_view_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_conj_view_with_shared_memory_cpu, test/test_view_ops.py::TestViewOpsCPU::test_contiguous_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_contiguous_self_cpu, test/test_view_ops.py::TestViewOpsCPU::test_diagonal_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_expand_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_expand_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_flatten_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_flatten_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_movedim_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_narrow_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_permute_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_real_imag_view_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_real_imag_view_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_reshape_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_reshape_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_reshape_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_select_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_bool, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_complex128, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_complex64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_uint8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_bool, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_complex128, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_complex64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_uint8, test/test_view_ops.py::TestViewOpsCPU::test_split_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_squeeze_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_squeeze_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_t_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_t_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_transpose_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_transpose_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unbind_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unbind_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unfold_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unsqueeze_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unsqueeze_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_as_complex_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex32, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_out_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_output_contiguous_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_view_cpu, test/test_view_ops.py::TestViewOpsLAZY::test_T_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_advanced_indexing_assignment_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_advanced_indexing_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_gradients_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_ellipses_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_newaxis_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_slice_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_chunk_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_conj_imag_view_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_conj_imag_view_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_conj_view_with_shared_memory_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_contiguous_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_contiguous_self_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_diagonal_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_expand_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_expand_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_flatten_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_flatten_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_movedim_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_narrow_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_permute_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_real_imag_view_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_real_imag_view_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_select_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_bool, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_bool, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_split_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_squeeze_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_squeeze_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_t_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_t_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_transpose_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_transpose_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unbind_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unbind_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unfold_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unsqueeze_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unsqueeze_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_complex_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex32, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_out_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_output_contiguous_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_view_lazy, test/test_view_ops.py::TestOldViewOpsCPU::test_T_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_as_strided_overflow_storage_offset_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_gradient_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_big_transpose_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_shapes_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_tensors_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_chunk_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_conj_neg_view_numpy_error_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_contiguous_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_crow_col_indices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_empty_reshape_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_expand_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_flatten_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_memory_format_resize__cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_memory_format_resize_as_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_narrow_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_narrow_tensor_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_python_types_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_ravel_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_as_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_as_preserves_strides_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_overflow_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_split_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_t_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_errors_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_unsqueeze_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_empty_cpu 2025-03-14T06:12:34.6504366Z 2025-03-14T06:12:40.7150461Z Running test_jit_autocast 1/1 ... [2025-03-14 06:12:40.710503] 2025-03-14T06:12:40.7150972Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:12:40.7157253Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:12:40.710503] 2025-03-14T06:13:02.3801060Z 2025-03-14T06:13:02.3802337Z test_jit_autocast 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_autocast_1.1_1db8a208d8956ac2_.log 2025-03-14T06:13:02.3830621Z Running 54 items in this shard: test/test_jit_autocast.py::TestAutocast::test_autocast_api, test/test_jit_autocast.py::TestAutocast::test_autocast_api_not_supported, test/test_jit_autocast.py::TestAutocast::test_autocast_autodiff, test/test_jit_autocast.py::TestAutocast::test_autocast_decorator, test/test_jit_autocast.py::TestAutocast::test_autocast_decorator_outside_jit, test/test_jit_autocast.py::TestAutocast::test_autocast_mixed_dtypes, test/test_jit_autocast.py::TestAutocast::test_callees, test/test_jit_autocast.py::TestAutocast::test_callees_with_autocast_off, test/test_jit_autocast.py::TestAutocast::test_callees_with_autocast_on, test/test_jit_autocast.py::TestAutocast::test_conditional_autocast, test/test_jit_autocast.py::TestAutocast::test_control_flow, test/test_jit_autocast.py::TestAutocast::test_divergent_autocast, test/test_jit_autocast.py::TestAutocast::test_divergent_types, test/test_jit_autocast.py::TestAutocast::test_duplicate_inputs, test/test_jit_autocast.py::TestAutocast::test_eager_and_script, test/test_jit_autocast.py::TestAutocast::test_explicit_casts, test/test_jit_autocast.py::TestAutocast::test_fp32_policy, test/test_jit_autocast.py::TestAutocast::test_fp32_policy_with_fp64, test/test_jit_autocast.py::TestAutocast::test_fp32_set_opt_dtype_policy, test/test_jit_autocast.py::TestAutocast::test_fp32_set_opt_dtype_policy_fp64, test/test_jit_autocast.py::TestAutocast::test_ignore_amp, test/test_jit_autocast.py::TestAutocast::test_implicitly_nested_autocast, test/test_jit_autocast.py::TestAutocast::test_inplace, test/test_jit_autocast.py::TestAutocast::test_jit_autocast_softmax_cpu, test/test_jit_autocast.py::TestAutocast::test_jit_autocast_softmax_gpu, test/test_jit_autocast.py::TestAutocast::test_jit_call_method_under_autocast, test/test_jit_autocast.py::TestAutocast::test_jit_executor_under_autocast, test/test_jit_autocast.py::TestAutocast::test_jit_freeze_autocast_basic, test/test_jit_autocast.py::TestAutocast::test_jit_freeze_autocast_constants, test/test_jit_autocast.py::TestAutocast::test_jit_generic_autocast, test/test_jit_autocast.py::TestAutocast::test_linear_bf16, test/test_jit_autocast.py::TestAutocast::test_minimal, test/test_jit_autocast.py::TestAutocast::test_minimal_cpu, test/test_jit_autocast.py::TestAutocast::test_minimal_off, test/test_jit_autocast.py::TestAutocast::test_nested_autocast, test/test_jit_autocast.py::TestAutocast::test_promote_policy, test/test_jit_autocast.py::TestAutocast::test_promote_policy_fp64, test/test_jit_autocast.py::TestAutocast::test_reused_autocast, test/test_jit_autocast.py::TestAutocast::test_reused_autocast_expr, test/test_jit_autocast.py::TestAutocast::test_runtime_autocast_state, test/test_jit_autocast.py::TestAutocast::test_runtime_autocast_state_expr, test/test_jit_autocast.py::TestAutocast::test_script_and_tracing, test/test_jit_autocast.py::TestAutocast::test_script_and_tracing_with_autocast, test/test_jit_autocast.py::TestAutocast::test_script_module, test/test_jit_autocast.py::TestAutocast::test_tracing_and_script, test/test_jit_autocast.py::TestAutocast::test_tracing_with_autocast_and_script, test/test_jit_autocast.py::TestJitTraceAutocast::test_cat_promote, test/test_jit_autocast.py::TestJitTraceAutocast::test_generate_autocast_jit_trace_model, test/test_jit_autocast.py::TestJitTraceAutocast::test_nchw_autocast_jit_trace_model, test/test_jit_autocast.py::TestJitTraceAutocast::test_nhwc_autocast_jit_trace_model, test/test_jit_autocast.py::TestJitTraceAutocast::test_script_autocast_cpu, test/test_jit_autocast.py::TestJitTraceAutocast::test_script_autocast_cuda, test/test_jit_autocast.py::TestJitTraceAutocast::test_script_autocast_enable_and_check, test/test_jit_autocast.py::TestJitTraceAutocast::test_scripted_aliasing 2025-03-14T06:13:02.3858370Z 2025-03-14T06:13:08.4484227Z Running nn/test_init 1/1 ... [2025-03-14 06:13:08.447278] 2025-03-14T06:13:08.4484956Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:13:08.4492284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_init.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:13:08.448378] 2025-03-14T06:15:32.9690095Z 2025-03-14T06:15:32.9690923Z test_unary_ufuncs 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_unary_ufuncs_2.2_e6f532b7e3c7d2b2_.log 2025-03-14T06:15:33.4548407Z Running 12343 items in this shard: test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_abs_angle_complex_to_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_abs_angle_complex_to_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_abs_signed_zero_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bool_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing__refs_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_angle_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_angle_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_angle_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_angle_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bool_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_bool_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_byte_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cfloat_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_jiterator_unary_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_jiterator_unary_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_softsign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_airy_ai_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_batch_vs_slicing_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_complex_edge_values_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardtanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1__refs_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_angle_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_angle_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_angle_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bfloat16_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bfloat16_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bool_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_byte_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_hardtanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim__refs_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_angle_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bfloat16_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_jiterator_unary_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_jiterator_unary_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_round_decimals_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_airy_ai_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_bessel_y1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_large_dim_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardtanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_logsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_rrelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softsign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_softsign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_airy_ai_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_bessel_y1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_size1_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bfloat16_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_hardtanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_angle_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bool_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_jiterator_unary_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardtanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softsign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_neg_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_airy_ai_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_every_other_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs__conversions_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed__refs_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_angle_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_angle_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bfloat16_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_floor_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_jiterator_unary_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softsign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softsign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_softsign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_neg_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_bessel_y1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_contig_vs_transposed_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_digamma_special_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_exp_slow_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_float_domains_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardshrink_edge_cases_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardsigmoid_backward_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardsigmoid_backward_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardsigmoid_backward_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_hardswish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_range1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_range1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_range2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_range2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_range2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_special_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_special_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_i0_special_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igamma_common_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igamma_common_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igamma_edge_cases_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igamma_edge_cases_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igammac_common_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igammac_common_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igammac_common_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igammac_common_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_igammac_edge_cases_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_isposinf_isneginf_non_boolean_output_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_isposinf_isneginf_non_boolean_output_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_isposinf_isneginf_non_boolean_output_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_isposinf_isneginf_non_boolean_output_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_isposinf_isneginf_non_boolean_output_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_log1p_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bfloat16_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_byte_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_byte_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_double_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_short_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_floor_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i0e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig__refs_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_bool_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_chalf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_chalf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_char_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_half_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_hardshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_hardtanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu6_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_angle_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_angle_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_byte_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_chalf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_char_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_char_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_double_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_int_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_jiterator_unary_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_jiterator_unary_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_jiterator_unary_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nan_to_num_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_logsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu6_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_rrelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softsign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softsign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_softsign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_decimals_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_round_decimals_neg_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_airy_ai_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_airy_ai_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_bessel_y1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_erfcx_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expand_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bfloat16_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_bool_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cdouble_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_char_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_char_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_half_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs__conversions_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardtanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardtanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu6_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu6_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index__refs_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_angle_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bfloat16_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bfloat16_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bfloat16_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bfloat16_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_bool_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_byte_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cdouble_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cdouble_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cdouble_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cdouble_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cdouble_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cfloat_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_chalf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_char_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_char_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_char_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_char_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_char_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_double_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_float_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_half_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_jiterator_unary_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_jiterator_unary_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_jiterator_unary_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_hardtanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_rrelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_softsign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_tanhshrink_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_decimals_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_short_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_airy_ai_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_airy_ai_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_airy_ai_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_airy_ai_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_bessel_y1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_entr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_index_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_int_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_int_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_int_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_int_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_int_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_jiterator_unary_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_long_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardtanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardtanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_hardtanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu6_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu6_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu6_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu6_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu6_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_rrelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_rrelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_rrelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_softsign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_polygamma_polygamma_n_4_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_short_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_short_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_short_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_airy_ai_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_airy_ai_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_airy_ai_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_airy_ai_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i0e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_non_contig_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_angle_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_angle_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_jiterator_unary_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_jiterator_unary_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_airy_ai_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_extremal_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_exp_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_elu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_prelu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_entr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large__refs_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_angle_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_deg2rad_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_erfinv_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_expm1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_frac_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_neg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softsign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softsign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_softsign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sgn_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_signbit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_airy_ai_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_entr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i0e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_square_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_large_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_atanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_bitwise_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_ceil_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_cosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_deg2rad_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isneginf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isposinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isposinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log10_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log10_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_mish_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_relu_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rad2deg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_round_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sgn_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_erfcx_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i0e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i0e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i0e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_trunc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal__refs_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_abs_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_angle_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_bitwise_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_bitwise_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_ceil_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_ceil_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cos_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cos_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_deg2rad_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_deg2rad_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfinv_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_fill_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_imag_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_imag_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isfinite_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log10_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nan_to_num_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_neg_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_prelu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_relu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_relu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_selu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_silu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softplus_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softsign_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softsign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softsign_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softsign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_softsign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_threshold_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rad2deg_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rad2deg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_real_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_round_decimals_neg_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_rsqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_airy_ai_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_airy_ai_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_entr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i0e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i0e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_ndtri_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_tanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_normal_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acos_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acos_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asin_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_atanh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_bitwise_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_ceil_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_ceil_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_conj_physical_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cos_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_cosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_deg2rad_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_deg2rad_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfinv_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfinv_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfinv_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_erfinv_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_fill_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_floor_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frac_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frexp_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frexp_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isfinite_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isneginf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isposinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isreal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_isreal_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_lgamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log10_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log1p_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_log_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_logical_not_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nan_to_num_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nan_to_num_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nan_to_num_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_mish_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_mish_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_mish_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_relu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_relu_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_selu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_selu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_softplus_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_threshold_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_nn_functional_threshold_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_positive_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rad2deg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_real_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_real_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_round_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_round_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_round_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_round_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rsqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rsqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sigmoid_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sign_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sign_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_signbit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinc_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_bessel_j1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_entr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_erfcx_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_erfcx_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i0e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i0e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_log_ndtr_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_logit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_logit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_spherical_bessel_j0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_spherical_bessel_j0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_spherical_bessel_j0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_spherical_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_special_spherical_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_square_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_trunc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_trunc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small__refs_trunc_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_abs_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acos_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acos_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_acosh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_angle_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_asinh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atan_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_atanh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_bitwise_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_bitwise_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_ceil_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_ceil_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_ceil_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_conj_physical_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cos_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cos_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cos_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cos_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cos_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cosh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cosh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cosh_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cosh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_cosh_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_deg2rad_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_deg2rad_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_deg2rad_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_deg2rad_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_digamma_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfinv_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfinv_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfinv_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_erfinv_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp2_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp2_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_exp_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_expm1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_fill_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_floor_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_frac_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_frac_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_frexp_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_frexp_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_i0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_i0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_imag_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isfinite_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isinf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isnan_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isneginf_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isposinf_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_isreal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_jiterator_unary_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_lgamma_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_lgamma_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_lgamma_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_lgamma_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_lgamma_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log10_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log1p_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_log_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logical_not_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logit_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logit_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_logit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nan_to_num_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nan_to_num_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nan_to_num_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nan_to_num_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_neg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_celu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_celu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_celu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_celu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_elu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_elu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_elu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_logsigmoid_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_prelu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_relu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_relu_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_relu_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_relu_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_selu_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_silu_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_silu_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_softplus_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_softplus_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_softsign_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_softsign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_threshold_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_threshold_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_threshold_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_nn_functional_threshold_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_positive_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rad2deg_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_real_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_reciprocal_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_decimals_0_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_decimals_0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_decimals_0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_decimals_3_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_round_decimals_3_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_rsqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_complex32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sgn_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sigmoid_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sign_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sign_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_signbit_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sin_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinc_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinh_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sinh_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_airy_ai_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_airy_ai_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_airy_ai_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_j1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_bessel_y1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_entr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_entr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_entr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_entr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_erfcx_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_erfcx_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_erfcx_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_erfcx_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i0e_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i0e_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i0e_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i0e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1e_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1e_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1e_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1e_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_i1e_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_log_ndtr_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i1_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_i1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k1_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k1_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k1_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k1_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtr_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtri_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtri_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtri_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_ndtri_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sqrt_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sqrt_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sqrt_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sqrt_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_sqrt_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_square_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tan_cpu_bool, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tan_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tan_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tan_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tan_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tanh_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tanh_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tanh_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_tanh_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_trunc_cpu_float16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_trunc_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_trunc_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_trunc_cpu_int64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_reference_numerics_small_trunc_cpu_uint8, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_silu_complex_cpu_complex64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_silu_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_sinc_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_special_i0_i1_vs_scipy_cpu_bfloat16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_special_log_ndtr_vs_scipy_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_special_ndtr_vs_scipy_cpu_float32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_special_ndtr_vs_scipy_cpu_float64, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_threshold_cpu_complex128, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_threshold_cpu_int16, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_threshold_cpu_int32, test/test_unary_ufuncs.py::TestUnaryUfuncsCPU::test_unary_out_op_mem_overlap_cpu_float64 2025-03-14T06:15:33.8902665Z 2025-03-14T06:15:38.6635416Z Running test_xnnpack_integration 1/1 ... [2025-03-14 06:15:38.662816] 2025-03-14T06:15:38.6636428Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:15:38.6644704Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:15:38.664005] 2025-03-14T06:15:53.5035859Z 2025-03-14T06:15:53.5037283Z test_xnnpack_integration 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_xnnpack_integration_1.1_c4fae38d27c6eba2_.log 2025-03-14T06:15:53.5044820Z Running 12 items in this shard: test/test_xnnpack_integration.py::TestXNNPACKOps::test_conv2d, test/test_xnnpack_integration.py::TestXNNPACKOps::test_conv2d_transpose, test/test_xnnpack_integration.py::TestXNNPACKOps::test_linear, test/test_xnnpack_integration.py::TestXNNPACKOps::test_linear_1d_input, test/test_xnnpack_integration.py::TestXNNPACKSerDes::test_combined_model, test/test_xnnpack_integration.py::TestXNNPACKSerDes::test_conv2d, test/test_xnnpack_integration.py::TestXNNPACKSerDes::test_conv2d_transpose, test/test_xnnpack_integration.py::TestXNNPACKSerDes::test_linear, test/test_xnnpack_integration.py::TestXNNPACKRewritePass::test_decomposed_linear, test/test_xnnpack_integration.py::TestXNNPACKRewritePass::test_linear, test/test_xnnpack_integration.py::TestXNNPACKConv1dTransformPass::test_conv1d_basic, test/test_xnnpack_integration.py::TestXNNPACKConv1dTransformPass::test_conv1d_with_relu_fc 2025-03-14T06:15:53.5051190Z 2025-03-14T06:15:58.8105866Z Running profiler/test_profiler_tree 1/1 ... [2025-03-14 06:15:58.797504] 2025-03-14T06:15:58.8106412Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:15:58.8112434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:15:58.797504] 2025-03-14T06:16:04.2040741Z 2025-03-14T06:16:04.2041699Z profiler/test_profiler_tree 1/1 was successful, full logs can be found in artifacts with path test/test-reports/profiler.test_profiler_tree_1.1_e408a41deb7372df_.log 2025-03-14T06:16:04.2046913Z Running 10 items in this shard: test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_cuda, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_cuda_detailed, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_cuda_with_stream, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_memory, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_memory_and_stack, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_record_function, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_stack_and_modules, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_stack_and_torch_dispatch, test/profiler/test_profiler_tree.py::TestProfilerTree::test_profiler_experimental_tree_with_stack_and_torch_function 2025-03-14T06:16:04.2051468Z 2025-03-14T06:16:09.2377170Z Running torch_np/test_ndarray_methods 1/1 ... [2025-03-14 06:16:09.234862] 2025-03-14T06:16:09.2378097Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:16:09.2388246Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_ndarray_methods.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:16:09.234862] 2025-03-14T06:16:20.4493377Z 2025-03-14T06:16:20.4494806Z torch_np/test_ndarray_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_ndarray_methods_1.1_103b936b11e5eda4_.log 2025-03-14T06:16:20.4721370Z Running 342 items in this shard: test/torch_np/test_ndarray_methods.py::TestIndexing::test_indexing_simple, test/torch_np/test_ndarray_methods.py::TestIndexing::test_setitem, test/torch_np/test_ndarray_methods.py::TestReshape::test_reshape_function, test/torch_np/test_ndarray_methods.py::TestReshape::test_reshape_method, test/torch_np/test_ndarray_methods.py::TestTranspose::test_transpose_function, test/torch_np/test_ndarray_methods.py::TestTranspose::test_transpose_method, test/torch_np/test_ndarray_methods.py::TestRavel::test_ravel_function, test/torch_np/test_ndarray_methods.py::TestRavel::test_ravel_method, test/torch_np/test_ndarray_methods.py::TestNonzero::test_array_method, test/torch_np/test_ndarray_methods.py::TestNonzero::test_nonzero_onedim, test/torch_np/test_ndarray_methods.py::TestNonzero::test_nonzero_trivial, test/torch_np/test_ndarray_methods.py::TestNonzero::test_nonzero_twodim, test/torch_np/test_ndarray_methods.py::TestNonzero::test_sparse, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_all_method_max, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_all_method_min, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size0_axis0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size0_axis0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size10_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size10_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size11_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size11_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size12_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size12_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size13_axis13_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size13_axis13_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size14_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size14_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size15_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size15_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size16_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size16_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size17_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size17_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size18_axis18_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size18_axis18_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size19_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size19_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size1_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size1_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size20_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size20_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size21_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size21_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size22_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size22_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size23_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size23_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size24_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size24_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size25_axis25_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size25_axis25_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size26_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size26_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size27_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size27_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size28_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size28_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size29_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size29_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size2_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size2_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size30_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size30_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size31_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size31_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size32_axis32_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size32_axis32_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size33_axis_-4_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size33_axis_-4_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size34_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size34_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size35_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size35_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size36_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size36_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size37_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size37_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size38_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size38_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size39_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size39_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size3_axis3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size3_axis3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size40_axis_3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size40_axis_3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size41_axis41_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size41_axis41_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size42_axis_-4_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size42_axis_-4_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size43_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size43_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size44_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size44_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size45_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size45_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size46_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size46_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size47_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size47_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size48_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size48_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size49_axis_3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size49_axis_3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size4_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size4_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size50_axis50_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size50_axis50_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size51_axis_-4_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size51_axis_-4_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size52_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size52_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size53_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size53_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size54_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size54_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size55_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size55_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size56_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size56_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size57_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size57_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size58_axis_3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size58_axis_3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size59_axis59_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size59_axis59_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size5_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size5_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size60_axis_-4_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size60_axis_-4_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size61_axis_-3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size61_axis_-3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size62_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size62_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size63_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size63_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size64_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size64_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size65_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size65_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size66_axis_2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size66_axis_2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size67_axis_3_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size67_axis_3_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size68_axis68_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size68_axis68_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size69_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size69_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size6_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size6_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size70_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size70_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size71_axis71_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size71_axis71_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size72_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size72_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size73_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size73_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size74_axis74_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size74_axis74_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size75_axis_-1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size75_axis_-1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size76_axis_0_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size76_axis_0_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size77_axis77_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size77_axis77_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size7_axis_1_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size7_axis_1_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size8_axis8_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size8_axis8_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size9_axis_-2_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_argmin_argmax_keepdims_size9_axis_-2_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_vs_ndarray_arr_method_argmax_np_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_vs_ndarray_arr_method_argmin_np_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_vs_ndarray_positional_arr_method_argmax_np_method0, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_np_vs_ndarray_positional_arr_method_argmin_np_method1, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_output_shape_method_argmax, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_output_shape_method_argmin, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_ret_is_out_ndim_0_method_argmax, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_ret_is_out_ndim_0_method_argmin, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_ret_is_out_ndim_1_method_argmax, test/torch_np/test_ndarray_methods.py::TestArgmaxArgminCommon::test_ret_is_out_ndim_1_method_argmin, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data0, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data1, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data10, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data11, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data12, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data13, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data14, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data15, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data16, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data17, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data18, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data19, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data2, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data20, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data21, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data22, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data23, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data24, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data25, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data26, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data27, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data28, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data29, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data3, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data30, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data31, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data32, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data33, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data34, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data35, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data36, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data37, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data38, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data39, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data4, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data40, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data41, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data42, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data43, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data44, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data45, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data46, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data47, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data48, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data49, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data5, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data50, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data51, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data52, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data53, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data54, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data55, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data56, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data57, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data58, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data59, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data6, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data60, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data61, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data62, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data63, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data64, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data65, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data66, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data67, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data68, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data69, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data7, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data70, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data71, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data72, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data73, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data8, test/torch_np/test_ndarray_methods.py::TestArgmax::test_combinations_data9, test/torch_np/test_ndarray_methods.py::TestArgmax::test_maximum_signed_integers, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data0, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data1, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data10, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data11, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data12, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data13, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data14, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data15, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data16, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data17, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data18, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data19, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data2, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data20, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data21, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data22, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data23, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data24, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data25, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data26, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data27, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data28, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data29, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data3, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data30, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data31, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data32, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data33, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data34, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data35, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data36, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data37, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data38, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data39, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data4, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data40, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data41, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data42, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data43, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data44, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data45, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data46, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data47, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data48, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data49, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data5, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data50, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data51, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data52, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data53, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data54, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data55, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data56, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data57, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data58, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data59, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data6, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data60, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data61, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data62, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data63, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data64, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data65, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data66, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data67, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data68, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data69, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data7, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data70, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data71, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data72, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data73, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data8, test/torch_np/test_ndarray_methods.py::TestArgmin::test_combinations_data9, test/torch_np/test_ndarray_methods.py::TestArgmin::test_minimum_signed_integers, test/torch_np/test_ndarray_methods.py::TestAmax::test_basic, test/torch_np/test_ndarray_methods.py::TestAmin::test_basic, test/torch_np/test_ndarray_methods.py::TestContains::test_contains, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_fn, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_ivar, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_method, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_name, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_plain, test/torch_np/test_ndarray_methods.py::TestNoExtraMethods::test_extra_methods_name_rvar, test/torch_np/test_ndarray_methods.py::TestIter::test_iter_1d, test/torch_np/test_ndarray_methods.py::TestIter::test_iter_2d 2025-03-14T06:16:20.4942537Z 2025-03-14T06:16:25.8666375Z Running test_jit 1/1 ... [2025-03-14 06:16:25.866217] 2025-03-14T06:16:25.8667160Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:16:25.8678678Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:16:25.867392] 2025-03-14T06:16:39.0122472Z 2025-03-14T06:16:39.0124039Z nn/test_init 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_init_1.1_8d8fb8f2770aba7d_.log 2025-03-14T06:16:39.0138346Z Running 30 items in this shard: test/nn/test_init.py::TestNNInit::test_calculate_gain_leaky_relu, test/nn/test_init.py::TestNNInit::test_calculate_gain_leaky_relu_only_accepts_numbers, test/nn/test_init.py::TestNNInit::test_calculate_gain_linear, test/nn/test_init.py::TestNNInit::test_calculate_gain_nonlinear, test/nn/test_init.py::TestNNInit::test_calculate_gain_only_accepts_valid_nonlinearities, test/nn/test_init.py::TestNNInit::test_constant, test/nn/test_init.py::TestNNInit::test_deprecation, test/nn/test_init.py::TestNNInit::test_dirac_identity, test/nn/test_init.py::TestNNInit::test_dirac_only_works_on_3_4_5d_inputs, test/nn/test_init.py::TestNNInit::test_dirac_properties, test/nn/test_init.py::TestNNInit::test_eye, test/nn/test_init.py::TestNNInit::test_eye_only_works_on_2d_inputs, test/nn/test_init.py::TestNNInit::test_kaiming_normal, test/nn/test_init.py::TestNNInit::test_kaiming_normal_errors_on_inputs_smaller_than_2d, test/nn/test_init.py::TestNNInit::test_kaiming_normal_warning_on_0element_tensor, test/nn/test_init.py::TestNNInit::test_kaiming_uniform, test/nn/test_init.py::TestNNInit::test_kaiming_uniform_errors_on_inputs_smaller_than_2d, test/nn/test_init.py::TestNNInit::test_kaiming_uniform_warning_on_0element_tensor, test/nn/test_init.py::TestNNInit::test_normal, test/nn/test_init.py::TestNNInit::test_ones_and_zeros, test/nn/test_init.py::TestNNInit::test_orthogonal, test/nn/test_init.py::TestNNInit::test_sparse_default_std, test/nn/test_init.py::TestNNInit::test_sparse_only_works_on_2d_inputs, test/nn/test_init.py::TestNNInit::test_trunc_normal, test/nn/test_init.py::TestNNInit::test_trunc_normal_generator, test/nn/test_init.py::TestNNInit::test_uniform, test/nn/test_init.py::TestNNInit::test_xavier_normal, test/nn/test_init.py::TestNNInit::test_xavier_normal_errors_on_inputs_smaller_than_2d, test/nn/test_init.py::TestNNInit::test_xavier_uniform, test/nn/test_init.py::TestNNInit::test_xavier_uniform_errors_on_inputs_smaller_than_2d 2025-03-14T06:16:39.0151490Z 2025-03-14T06:16:44.4276287Z Running functorch/test_vmap 2/2 ... [2025-03-14 06:16:44.424688] 2025-03-14T06:16:44.4605862Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:16:44.4609898Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_vmap.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:16:44.425828] 2025-03-14T06:17:13.9069362Z 2025-03-14T06:17:13.9070184Z test_ops 5/9 was successful, full logs can be found in artifacts with path test/test-reports/test_ops_5.9_25425b7758779a29_.log 2025-03-14T06:17:14.0272019Z Running 3874 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_normal__in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__unsafe_masked_index_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_permute_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_tril_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes_H_cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_geometric_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diff_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_permuted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_dropout_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_hann_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unbind_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unravel_index_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_errors_atan2_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_cpu, test/test_ops.py::TestCommonCPU::test_errors_dstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_errors_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_errors_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_errors_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_errors_index_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_lt_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_polar_cpu, test/test_ops.py::TestCommonCPU::test_errors_sparse_mul_layout4_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_errors_vdot_cpu, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_meta_consistency_out_dtype_mismatch_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices__chunk_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices__segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices__unsafe_masked_index_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scalar_tensor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__unsafe_masked_index_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_partial_views_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_permuted_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_item_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rms_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_multiple_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_rms_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_hamming_cpu_float64, test/test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_normal__in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_t_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_integral_dtype__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logcumsumexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_squeeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_unbind_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_unbind_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_requires_grad_error_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_blackman_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_transpose_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsqueeze_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_H_cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_polar_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_geometric_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__unsafe_masked_index_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_torch_ops_aten__efficient_attention_forward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_cpu, test/test_ops.py::TestCommonCPU::test_out_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_deg2rad_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_mvlgamma_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_polygamma_polygamma_n_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_h_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_he_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_laguerre_polynomial_l_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_u_cpu_int32, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_u_cpu_int8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_v_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_v_cpu_uint8, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_special_shifted_chebyshev_polynomial_w_cpu_int16, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_promotes_int_to_float_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_alias_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_partial_views_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_scatter_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_block_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dot_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_equal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_geometric_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logaddexp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_channel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pixel_unshuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_smooth_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_renorm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_split_with_sizes_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_multiple_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vdot_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_exponential_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_alias_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_partial_views_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_scatter_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_block_diag_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_count_nonzero_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumprod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_deg2rad_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_equal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float8_e4m3fnuz, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_geometric_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_geometric_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_item_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_diagonal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_tensor_overload_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_normal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logaddexp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_tensor_overload_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_shuffle_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pixel_unshuffle_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_smooth_l1_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_normal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rad2deg_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_select_scatter_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_split_with_sizes_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_multiple_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_complex_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_alias_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cauchy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_count_nonzero_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumprod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_deg2rad_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dot_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_geometric_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_istft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_item_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_tensor_overload_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pixel_unshuffle_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rad2deg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_renorm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_renorm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_select_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_take_along_dim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vdot_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_alias_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cauchy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_count_nonzero_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumprod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_deg2rad_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_equal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_geometric_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_item_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_tensor_overload_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logaddexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_tensor_overload_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_channel_shuffle_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pixel_shuffle_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_normal_number_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rad2deg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vdot_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__unsafe_masked_index_put_accumulate_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geometric_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rms_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_static_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_in_place_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_multiple_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsafe_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_unbiased_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_unbiased_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__batch_norm_with_update_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_multiple_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input__chunk_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_expand_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_index_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_log_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_channel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_pad_replicate_negative_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_normal_in_place_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_transpose_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_cow_input_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad__unsafe_masked_index_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geometric_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_hamming_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_permuted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay__upsample_bilinear2d_aa_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_log_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_permute_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_squeeze_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_unsafe_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_view_replay_xlogy_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expm1_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_istft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_tensor_overload_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log1p_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logcumsumexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_negative_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_unbiased_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_equal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expm1_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expm1_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_channel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pca_lowrank_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_unbiased_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_split_with_sizes_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_take_along_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_pool2d_with_indices_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rms_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_t_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_permuted_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exponential_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isneginf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_take_along_dim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_short_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_alias_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cauchy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumprod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_geometric_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_new_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_blackman_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_hann_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_nuttall_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsafe_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_head_attention_forward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_alias_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest-exact_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_torch_ops_aten__safe_softmax_default_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsafe_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_bartlett_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops__batch_norm_with_update_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_index_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_log_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_rms_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_randint_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_signal_windows_hann_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_std_unbiased_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_t_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_unsqueeze_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_pointwise_ops_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_arange_cpu_uint8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_linspace_tensor_overload_cpu_int32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_cpu_int16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_logspace_tensor_overload_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_ones_cpu_int8, test/test_ops.py::TestFakeTensorCPU::test_strided_layout__refs_zeros_cpu_complex128, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_arange_cpu_bfloat16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_full_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_float16, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_linspace_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_logspace_tensor_overload_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_strided_layout_zeros_cpu_int32, test/test_ops.py::TestTagsCPU::test_tags_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_alias_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_partial_views_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_count_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exponential_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_partial_views_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_permute_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_hamming_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sparse_mm_reduce_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_transpose_copy_cpu_float32 2025-03-14T06:17:14.1977397Z 2025-03-14T06:17:19.3937243Z Running functorch/test_ops 3/8 ... [2025-03-14 06:17:19.389091] 2025-03-14T06:17:19.3937749Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:17:19.3943549Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'not serial', '--shard-id=3', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:17:19.389091] 2025-03-14T06:18:46.8542698Z 2025-03-14T06:18:46.8543944Z test_jit 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_jit_1.1_59dd4b1d32e4bb69_.log 2025-03-14T06:18:46.9423535Z Running 2456 items in this shard: test/test_jit.py::TestTracer::test_call_traced_fn_from_traced_module, test/test_jit.py::TestTracer::test_call_traced_module_from_traced_module, test/test_jit.py::TestTracer::test_canonicalize_tensor_iterator, test/test_jit.py::TestTracer::test_constant, test/test_jit.py::TestTracer::test_conv, test/test_jit.py::TestTracer::test_export_no_reorder, test/test_jit.py::TestTracer::test_force_outplace_check_fill, test/test_jit.py::TestTracer::test_force_outplace_check_zero, test/test_jit.py::TestTracer::test_ge, test/test_jit.py::TestTracer::test_ge_cuda, test/test_jit.py::TestTracer::test_ge_optimized, test/test_jit.py::TestTracer::test_ge_unoptimized, test/test_jit.py::TestTracer::test_index_put, test/test_jit.py::TestTracer::test_index_put_trace_with_view, test/test_jit.py::TestTracer::test_index_put_trace_without_view, test/test_jit.py::TestTracer::test_inplace_check, test/test_jit.py::TestTracer::test_inplace_copy, test/test_jit.py::TestTracer::test_inplace_copy_force_outplace, test/test_jit.py::TestTracer::test_inplace_flags, test/test_jit.py::TestTracer::test_inplace_transplant, test/test_jit.py::TestTracer::test_inplace_warn, test/test_jit.py::TestTracer::test_input_dict_checkTrace_mut, test/test_jit.py::TestTracer::test_input_dict_empty, test/test_jit.py::TestTracer::test_input_dict_empty_list, test/test_jit.py::TestTracer::test_input_dict_insertion_order, test/test_jit.py::TestTracer::test_input_dict_of_dicts, test/test_jit.py::TestTracer::test_input_dict_of_lists, test/test_jit.py::TestTracer::test_input_dict_recursive, test/test_jit.py::TestTracer::test_input_dict_remembers_keys, test/test_jit.py::TestTracer::test_input_dict_unify, test/test_jit.py::TestTracer::test_input_flatten, test/test_jit.py::TestTracer::test_input_list_mixed_type, test/test_jit.py::TestTracer::test_input_list_of_tuples, test/test_jit.py::TestTracer::test_input_list_toplevel_flatten, test/test_jit.py::TestTracer::test_input_list_toplevel_flatten_direct, test/test_jit.py::TestTracer::test_input_tuple_of_dicts, test/test_jit.py::TestTracer::test_interpolate_trace, test/test_jit.py::TestTracer::test_large_nbr_kernel_args, test/test_jit.py::TestTracer::test_lhs_index_fails, test/test_jit.py::TestTracer::test_lhs_index_trivial, test/test_jit.py::TestTracer::test_max_pool, test/test_jit.py::TestTracer::test_nested_inplace, test/test_jit.py::TestTracer::test_non_tensor_tracing, test/test_jit.py::TestTracer::test_output_unflatten, test/test_jit.py::TestTracer::test_python_function, test/test_jit.py::TestTracer::test_python_function_tup, test/test_jit.py::TestTracer::test_repeated_input, test/test_jit.py::TestTracer::test_repeated_output, test/test_jit.py::TestTracer::test_shared_param, test/test_jit.py::TestTracer::test_simple, test/test_jit.py::TestTracer::test_tensor_with_grad_as_constant, test/test_jit.py::TestTracer::test_trace_aliased_parameter, test/test_jit.py::TestTracer::test_trace_annotation, test/test_jit.py::TestTracer::test_trace_arange, test/test_jit.py::TestTracer::test_trace_arange_with_grad, test/test_jit.py::TestTracer::test_trace_autograd_function, test/test_jit.py::TestTracer::test_trace_casts, test/test_jit.py::TestTracer::test_trace_checker_control_flow, test/test_jit.py::TestTracer::test_trace_checker_dot_data, test/test_jit.py::TestTracer::test_trace_checker_dropout_notrain, test/test_jit.py::TestTracer::test_trace_checker_dropout_train, test/test_jit.py::TestTracer::test_trace_checker_inplace_on_view, test/test_jit.py::TestTracer::test_trace_checker_memoization, test/test_jit.py::TestTracer::test_trace_checker_slice_lhs, test/test_jit.py::TestTracer::test_trace_checking_with_deprecated_name, test/test_jit.py::TestTracer::test_trace_checking_with_global_name, test/test_jit.py::TestTracer::test_trace_contiguous, test/test_jit.py::TestTracer::test_trace_contiguous_short_circuit, test/test_jit.py::TestTracer::test_trace_detach, test/test_jit.py::TestTracer::test_trace_detach_inplace, test/test_jit.py::TestTracer::test_trace_detach_inplace_redispatch, test/test_jit.py::TestTracer::test_trace_detach_redispatch, test/test_jit.py::TestTracer::test_trace_dict_input, test/test_jit.py::TestTracer::test_trace_dict_output, test/test_jit.py::TestTracer::test_trace_export_fns, test/test_jit.py::TestTracer::test_trace_export_fns_recursive, test/test_jit.py::TestTracer::test_trace_fork_join_and_module, test/test_jit.py::TestTracer::test_trace_full_dynamic_shape, test/test_jit.py::TestTracer::test_trace_func_argument_names_captured, test/test_jit.py::TestTracer::test_trace_index, test/test_jit.py::TestTracer::test_trace_index_constant, test/test_jit.py::TestTracer::test_trace_indexed_assignment, test/test_jit.py::TestTracer::test_trace_inline_shape, test/test_jit.py::TestTracer::test_trace_inverse, test/test_jit.py::TestTracer::test_trace_invert_module_hierarchy, test/test_jit.py::TestTracer::test_trace_legacy_ctor, test/test_jit.py::TestTracer::test_trace_module_argument_names_captured, test/test_jit.py::TestTracer::test_trace_modulelist, test/test_jit.py::TestTracer::test_trace_multi_output_function, test/test_jit.py::TestTracer::test_trace_namedtuple, test/test_jit.py::TestTracer::test_trace_nested_datatypes, test/test_jit.py::TestTracer::test_trace_nested_fn, test/test_jit.py::TestTracer::test_trace_no_duplicated_lifted_input_output, test/test_jit.py::TestTracer::test_trace_numel, test/test_jit.py::TestTracer::test_trace_optioanl_dtype, test/test_jit.py::TestTracer::test_trace_optional, test/test_jit.py::TestTracer::test_trace_out_operator_with_two_output, test/test_jit.py::TestTracer::test_trace_partial_func_argument_names_captured, test/test_jit.py::TestTracer::test_trace_random, test/test_jit.py::TestTracer::test_trace_records_names, test/test_jit.py::TestTracer::test_trace_save, test/test_jit.py::TestTracer::test_trace_save_load_copy, test/test_jit.py::TestTracer::test_trace_single_tuple, test/test_jit.py::TestTracer::test_trace_size, test/test_jit.py::TestTracer::test_trace_size_with_grad, test/test_jit.py::TestTracer::test_trace_skip_none_submodule, test/test_jit.py::TestTracer::test_trace_slice, test/test_jit.py::TestTracer::test_trace_slice_expr_complete_type, test/test_jit.py::TestTracer::test_trace_slice_full_dim, test/test_jit.py::TestTracer::test_trace_slice_setitem_dynamic_shape, test/test_jit.py::TestTracer::test_trace_slice_with_grad, test/test_jit.py::TestTracer::test_trace_tensor_factory, test/test_jit.py::TestTracer::test_trace_topk, test/test_jit.py::TestTracer::test_trace_tuple, test/test_jit.py::TestTracer::test_trace_variable_instantiation, test/test_jit.py::TestTracer::test_trace_warn, test/test_jit.py::TestTracer::test_trace_with_conditional_property, test/test_jit.py::TestTracer::test_trace_with_nested_strided_tensor_output, test/test_jit.py::TestTracer::test_trace_with_nested_tensor_list_output, test/test_jit.py::TestTracer::test_trace_with_number_list_output, test/test_jit.py::TestTracer::test_trace_with_tensor_list_output, test/test_jit.py::TestTracer::test_trace_with_tuple_tensor, test/test_jit.py::TestTracer::test_traced_module_cuda, test/test_jit.py::TestTracer::test_tracing_backward_hook_error, test/test_jit.py::TestTracer::test_tracing_hooks, test/test_jit.py::TestTracer::test_tracing_multiple_methods, test/test_jit.py::TestTracer::test_type_same_device, test/test_jit.py::TestTracer::test_typeas_trace_check, test/test_jit.py::TestTracer::test_wrapped_number, test/test_jit.py::TestMixTracingScripting::test_call_script_fn_from_traced_module, test/test_jit.py::TestMixTracingScripting::test_call_script_module_from_traced_module, test/test_jit.py::TestMixTracingScripting::test_call_traced_fn_from_script_fn, test/test_jit.py::TestMixTracingScripting::test_call_traced_mod_from_script_fn, test/test_jit.py::TestMixTracingScripting::test_call_tracing_fn_from_script_module, test/test_jit.py::TestMixTracingScripting::test_call_tracing_mod_from_script_module, test/test_jit.py::TestMixTracingScripting::test_jit_trace_callfunction_return_shapes, test/test_jit.py::TestMixTracingScripting::test_script_inline_trace_multiple_args, test/test_jit.py::TestMixTracingScripting::test_trace_dict_mix_script, test/test_jit.py::TestMixTracingScripting::test_trace_hierarchy, test/test_jit.py::TestMixTracingScripting::test_trace_linear, test/test_jit.py::TestMixTracingScripting::test_trace_mixed_by_script_with_dict_output, test/test_jit.py::TestMixTracingScripting::test_trace_of_script, test/test_jit.py::TestMixTracingScripting::test_trace_parameter, test/test_jit.py::TestMixTracingScripting::test_trace_returning_dict_with_tensor_tuples, test/test_jit.py::TestMixTracingScripting::test_trace_script, test/test_jit.py::TestMixTracingScripting::test_trace_script_returning_complex_dict, test/test_jit.py::TestMixTracingScripting::test_trace_with_size, test/test_jit.py::TestMixTracingScripting::test_traced_module_contains_scripted_interface_types, test/test_jit.py::TestMixTracingScripting::test_traced_module_implements_interface, test/test_jit.py::TestMixTracingScripting::test_tracing_indexing, test/test_jit.py::TestMixTracingScripting::test_tracing_slicing, test/test_jit.py::TestRecursiveScript::test_attributes, test/test_jit.py::TestRecursiveScript::test_class_compile, test/test_jit.py::TestRecursiveScript::test_constants_with_final, test/test_jit.py::TestRecursiveScript::test_dir, test/test_jit.py::TestRecursiveScript::test_error_stack, test/test_jit.py::TestRecursiveScript::test_error_stack_annotation, test/test_jit.py::TestRecursiveScript::test_error_stack_class, test/test_jit.py::TestRecursiveScript::test_error_stack_module, test/test_jit.py::TestRecursiveScript::test_failed_function_compilation, test/test_jit.py::TestRecursiveScript::test_function_attribute_in_submodule, test/test_jit.py::TestRecursiveScript::test_ignore_class, test/test_jit.py::TestRecursiveScript::test_inferred_nonetype, test/test_jit.py::TestRecursiveScript::test_init_error, test/test_jit.py::TestRecursiveScript::test_inner_traced_module, test/test_jit.py::TestRecursiveScript::test_iterable_modules, test/test_jit.py::TestRecursiveScript::test_method_call, test/test_jit.py::TestRecursiveScript::test_module_basic, test/test_jit.py::TestRecursiveScript::test_module_function_export, test/test_jit.py::TestRecursiveScript::test_module_name, test/test_jit.py::TestRecursiveScript::test_module_repr, test/test_jit.py::TestRecursiveScript::test_optional_module, test/test_jit.py::TestRecursiveScript::test_override_instance_method_ignore, test/test_jit.py::TestRecursiveScript::test_prepare_scriptable_basic, test/test_jit.py::TestRecursiveScript::test_prepare_scriptable_cycle, test/test_jit.py::TestRecursiveScript::test_prepare_scriptable_escape_hatch, test/test_jit.py::TestRecursiveScript::test_prepare_scriptable_iterable_modules, test/test_jit.py::TestRecursiveScript::test_python_function_attribute, test/test_jit.py::TestRecursiveScript::test_repeated_error_stack, test/test_jit.py::TestRecursiveScript::test_script_after_eval, test/test_jit.py::TestRecursiveScript::test_script_basic, test/test_jit.py::TestRecursiveScript::test_script_function_attribute, test/test_jit.py::TestRecursiveScript::test_script_loaded_module, test/test_jit.py::TestTypeSharing::test_assign_python_attr, test/test_jit.py::TestTypeSharing::test_basic, test/test_jit.py::TestTypeSharing::test_builtin_function_different, test/test_jit.py::TestTypeSharing::test_builtin_function_same, test/test_jit.py::TestTypeSharing::test_constants, test/test_jit.py::TestTypeSharing::test_diff_attr_values, test/test_jit.py::TestTypeSharing::test_failed_attribute_compilation, test/test_jit.py::TestTypeSharing::test_ignored_fns, test/test_jit.py::TestTypeSharing::test_linear, test/test_jit.py::TestTypeSharing::test_loaded_modules_work, test/test_jit.py::TestTypeSharing::test_module_dict_same_type_different_name, test/test_jit.py::TestTypeSharing::test_mutate_attr_value, test/test_jit.py::TestTypeSharing::test_param_vs_attribute, test/test_jit.py::TestTypeSharing::test_python_function_attribute_different, test/test_jit.py::TestTypeSharing::test_python_function_attribute_same, test/test_jit.py::TestTypeSharing::test_same_but_different_classes, test/test_jit.py::TestTypeSharing::test_script_function_attribute_different, test/test_jit.py::TestTypeSharing::test_script_function_attribute_same, test/test_jit.py::TestTypeSharing::test_script_module_containing_traced_module, test/test_jit.py::TestTypeSharing::test_submodules, test/test_jit.py::TestTypeSharing::test_tracing_gives_different_types, test/test_jit.py::TestTypeSharing::test_type_not_shared_ignored_attributes, test/test_jit.py::TestTypeSharing::test_type_shared_ignored_attributes, test/test_jit.py::TestTypeSharing::test_type_sharing_define_in_init, test/test_jit.py::TestTypeSharing::test_type_sharing_disabled, test/test_jit.py::TestLogging::test_bump_numeric_counter, test/test_jit.py::TestLogging::test_counter_aggregation, test/test_jit.py::TestLogging::test_logging_levels_set, test/test_jit.py::TestLogging::test_time_measurement_counter, test/test_jit.py::TestLogging::test_time_measurement_counter_script, test/test_jit.py::TestLogging::test_trace_numeric_counter, test/test_jit.py::TestBackends::test_errors, test/test_jit.py::TestBackends::test_execution, test/test_jit.py::TestBackends::test_save_load, test/test_jit.py::TestBackendsWithCompiler::test_errors, test/test_jit.py::TestBackendsWithCompiler::test_execution, test/test_jit.py::TestNnapiBackend::test_adaptive_avg_pool2d, test/test_jit.py::TestNnapiBackend::test_avg_pool2d, test/test_jit.py::TestNnapiBackend::test_cat, test/test_jit.py::TestNnapiBackend::test_compile_spec_santiy, test/test_jit.py::TestNnapiBackend::test_conv2d, test/test_jit.py::TestNnapiBackend::test_conv2d_transpose, test/test_jit.py::TestNnapiBackend::test_dequantize, test/test_jit.py::TestNnapiBackend::test_detach, test/test_jit.py::TestNnapiBackend::test_flatten, test/test_jit.py::TestNnapiBackend::test_hardtanh, test/test_jit.py::TestNnapiBackend::test_linear, test/test_jit.py::TestNnapiBackend::test_log_softmax, test/test_jit.py::TestNnapiBackend::test_max_pool2d, test/test_jit.py::TestNnapiBackend::test_mean, test/test_jit.py::TestNnapiBackend::test_multi_output, test/test_jit.py::TestNnapiBackend::test_pointwise_binary, test/test_jit.py::TestNnapiBackend::test_pointwise_binary_const, test/test_jit.py::TestNnapiBackend::test_pointwise_unary, test/test_jit.py::TestNnapiBackend::test_prelu, test/test_jit.py::TestNnapiBackend::test_qadd, test/test_jit.py::TestNnapiBackend::test_qlinear, test/test_jit.py::TestNnapiBackend::test_quantize, test/test_jit.py::TestNnapiBackend::test_reshape, test/test_jit.py::TestNnapiBackend::test_seblock_mul, test/test_jit.py::TestNnapiBackend::test_slice, test/test_jit.py::TestNnapiBackend::test_softmax, test/test_jit.py::TestNnapiBackend::test_tensor_input, test/test_jit.py::TestNnapiBackend::test_to, test/test_jit.py::TestNnapiBackend::test_unsqueeze, test/test_jit.py::TestNnapiBackend::test_upsample_nearest2d, test/test_jit.py::TestList::test_comprehension_iterable, test/test_jit.py::TestList::test_comprehension_out_type_not_in_type, test/test_jit.py::TestList::test_comprehensions_basic, test/test_jit.py::TestList::test_comprehensions_basic_float, test/test_jit.py::TestList::test_comprehensions_two_comps, test/test_jit.py::TestList::test_copy_list_immutable, test/test_jit.py::TestList::test_copy_list_mutable, test/test_jit.py::TestList::test_del, test/test_jit.py::TestList::test_dict_keyword_is_correctly_typed, test/test_jit.py::TestList::test_dict_keyword_with_dict_comprehension, test/test_jit.py::TestList::test_dict_keyword_with_dict_comprehension_and_kwargs, test/test_jit.py::TestList::test_dict_keyword_with_empty_dict_comprehension, test/test_jit.py::TestList::test_dict_keyword_with_empty_iterable, test/test_jit.py::TestList::test_dict_keyword_with_internal_aggregate_function, test/test_jit.py::TestList::test_dict_keyword_with_iterable, test/test_jit.py::TestList::test_dict_keyword_with_kwargs, test/test_jit.py::TestList::test_dict_keyword_with_kwargs_using_container_values, test/test_jit.py::TestList::test_dict_keyword_with_mapping, test/test_jit.py::TestList::test_dict_keyword_with_mapping_and_kwargs, test/test_jit.py::TestList::test_dict_keyword_with_mismatched_annotations, test/test_jit.py::TestList::test_dict_keyword_with_nested_call, test/test_jit.py::TestList::test_dict_keyword_with_previously_declared_variable, test/test_jit.py::TestList::test_dict_keyword_with_previously_declared_variable_and_kwargs, test/test_jit.py::TestList::test_extend_list_immutable, test/test_jit.py::TestList::test_extend_list_mutable, test/test_jit.py::TestList::test_in_check, test/test_jit.py::TestList::test_list_bool_conversion, test/test_jit.py::TestList::test_list_count, test/test_jit.py::TestList::test_list_count_not_existing, test/test_jit.py::TestList::test_list_gather, test/test_jit.py::TestList::test_list_index, test/test_jit.py::TestList::test_list_index_not_existing, test/test_jit.py::TestList::test_list_keyword, test/test_jit.py::TestList::test_list_len, test/test_jit.py::TestList::test_list_literal, test/test_jit.py::TestList::test_list_none, test/test_jit.py::TestList::test_list_ops, test/test_jit.py::TestList::test_list_slice, test/test_jit.py::TestList::test_list_sort, test/test_jit.py::TestList::test_list_unification_hint, test/test_jit.py::TestList::test_list_variance, test/test_jit.py::TestList::test_min_bool_list, test/test_jit.py::TestList::test_min_max_list, test/test_jit.py::TestList::test_min_max_single_list, test/test_jit.py::TestList::test_mutable_list_append, test/test_jit.py::TestList::test_mutable_list_append_2, test/test_jit.py::TestList::test_mutable_list_append_if, test/test_jit.py::TestList::test_mutable_list_append_if_else, test/test_jit.py::TestList::test_mutable_list_append_loop, test/test_jit.py::TestList::test_mutable_list_append_loop_if, test/test_jit.py::TestList::test_mutable_list_clear, test/test_jit.py::TestList::test_mutable_list_clear_empty, test/test_jit.py::TestList::test_mutable_list_function_inline, test/test_jit.py::TestList::test_mutable_list_insert, test/test_jit.py::TestList::test_mutable_list_insert_neg_out_of_bounds, test/test_jit.py::TestList::test_mutable_list_insert_negative, test/test_jit.py::TestList::test_mutable_list_insert_out_of_bounds, test/test_jit.py::TestList::test_mutable_list_nested_loop, test/test_jit.py::TestList::test_mutable_list_pop, test/test_jit.py::TestList::test_mutable_list_pop2, test/test_jit.py::TestList::test_mutable_list_pop_at, test/test_jit.py::TestList::test_mutable_list_pop_at2, test/test_jit.py::TestList::test_mutable_list_pop_at_negative, test/test_jit.py::TestList::test_mutable_list_pop_at_negative2, test/test_jit.py::TestList::test_mutable_list_pop_empty, test/test_jit.py::TestList::test_mutable_list_pop_slice, test/test_jit.py::TestList::test_mutable_list_remove, test/test_jit.py::TestList::test_mutable_list_remove2, test/test_jit.py::TestList::test_mutable_list_remove_not_existing, test/test_jit.py::TestList::test_mutable_list_remove_tensor, test/test_jit.py::TestList::test_mutable_list_reverse, test/test_jit.py::TestList::test_mutable_list_reverse_empty, test/test_jit.py::TestList::test_mutable_tensor_list_reverse, test/test_jit.py::TestList::test_no_element_type_annotation, test/test_jit.py::TestList::test_slice_index, test/test_jit.py::TestList::test_tensor_list_count, test/test_jit.py::TestList::test_tensor_list_count_not_existing, test/test_jit.py::TestList::test_tensor_list_index, test/test_jit.py::TestList::test_tensor_list_index_not_existing, test/test_jit.py::TestList::test_to_list, test/test_jit.py::TestList::test_to_list_gpu, test/test_jit.py::TestDict::test_aug_assign, test/test_jit.py::TestDict::test_basic, test/test_jit.py::TestDict::test_clear, test/test_jit.py::TestDict::test_copy, test/test_jit.py::TestDict::test_del, test/test_jit.py::TestDict::test_dict_bool_conversion, test/test_jit.py::TestDict::test_dict_preserves_order, test/test_jit.py::TestDict::test_dict_to_python, test/test_jit.py::TestDict::test_dict_variance, test/test_jit.py::TestDict::test_get, test/test_jit.py::TestDict::test_get_boolkey, test/test_jit.py::TestDict::test_items, test/test_jit.py::TestDict::test_key_type, test/test_jit.py::TestDict::test_keys, test/test_jit.py::TestDict::test_len, test/test_jit.py::TestDict::test_loop, test/test_jit.py::TestDict::test_membership, test/test_jit.py::TestDict::test_mutability, test/test_jit.py::TestDict::test_optional_dict_construct, test/test_jit.py::TestDict::test_ordered_dict, test/test_jit.py::TestDict::test_pop, test/test_jit.py::TestDict::test_popitem, test/test_jit.py::TestDict::test_setdefault, test/test_jit.py::TestDict::test_type_annotation_missing_contained_type, test/test_jit.py::TestDict::test_update, test/test_jit.py::TestDict::test_update_existing_key, test/test_jit.py::TestDict::test_values, test/test_jit.py::TestDict::test_view, test/test_jit.py::TestNamedTuple::test_namedtuple, test/test_jit.py::TestNamedTuple::test_namedtuple_as_attr, test/test_jit.py::TestNamedTuple::test_namedtuple_constant, test/test_jit.py::TestNamedTuple::test_namedtuple_input_forwardref, test/test_jit.py::TestNamedTuple::test_namedtuple_inside_forwardref, test/test_jit.py::TestNamedTuple::test_namedtuple_kwarg_construct, test/test_jit.py::TestNamedTuple::test_namedtuple_lower, test/test_jit.py::TestNamedTuple::test_namedtuple_resolution, test/test_jit.py::TestNamedTuple::test_namedtuple_resolution_forwardref, test/test_jit.py::TestNamedTuple::test_namedtuple_serialization, test/test_jit.py::TestNamedTuple::test_namedtuple_slice_unpack, test/test_jit.py::TestNamedTuple::test_namedtuple_type_annotation, test/test_jit.py::TestNamedTuple::test_namedtuple_wrong_types, test/test_jit.py::TestNamedTuple::test_return_named_tuple, test/test_jit.py::TestScriptDict::test_bool, test/test_jit.py::TestScriptDict::test_contains, test/test_jit.py::TestScriptDict::test_delitem, test/test_jit.py::TestScriptDict::test_getitem, test/test_jit.py::TestScriptDict::test_items, test/test_jit.py::TestScriptDict::test_iter, test/test_jit.py::TestScriptDict::test_len, test/test_jit.py::TestScriptDict::test_nested, test/test_jit.py::TestScriptDict::test_reference_semantics, test/test_jit.py::TestScriptDict::test_repr, test/test_jit.py::TestScriptDict::test_setitem, test/test_jit.py::TestScriptList::test_append, test/test_jit.py::TestScriptList::test_bool, test/test_jit.py::TestScriptList::test_clear, test/test_jit.py::TestScriptList::test_contains, test/test_jit.py::TestScriptList::test_count, test/test_jit.py::TestScriptList::test_defaultdict, test/test_jit.py::TestScriptList::test_delitem, test/test_jit.py::TestScriptList::test_extend, test/test_jit.py::TestScriptList::test_getitem, test/test_jit.py::TestScriptList::test_insert, test/test_jit.py::TestScriptList::test_iter, test/test_jit.py::TestScriptList::test_len, test/test_jit.py::TestScriptList::test_nested, test/test_jit.py::TestScriptList::test_pop, test/test_jit.py::TestScriptList::test_reference_semantics, test/test_jit.py::TestScriptList::test_remove, test/test_jit.py::TestScriptList::test_repr, test/test_jit.py::TestScriptList::test_setitem, test/test_jit.py::TestAsync::test_async_future_type_python, test/test_jit.py::TestAsync::test_async_grad_guard_no_grad, test/test_jit.py::TestAsync::test_async_grad_guard_with_grad, test/test_jit.py::TestAsync::test_async_kwargs, test/test_jit.py::TestAsync::test_async_parsing, test/test_jit.py::TestAsync::test_async_python, test/test_jit.py::TestAsync::test_async_script, test/test_jit.py::TestAsync::test_async_script_capture, test/test_jit.py::TestAsync::test_async_script_error, test/test_jit.py::TestAsync::test_async_script_multi_forks, test/test_jit.py::TestAsync::test_async_script_multi_waits, test/test_jit.py::TestAsync::test_async_script_nested, test/test_jit.py::TestAsync::test_async_script_no_script_mod, test/test_jit.py::TestAsync::test_async_script_trace, test/test_jit.py::TestAsync::test_future_subtyping, test/test_jit.py::TestAsync::test_no_future_subtype_message, test/test_jit.py::TestAsync::test_trace_fork_wait, test/test_jit.py::TestAsync::test_trace_fork_wait_inline, test/test_jit.py::TestAsync::test_trace_fork_wait_leaking, test/test_jit.py::TestAsync::test_trace_fork_wait_list_modulecalls, test/test_jit.py::TestAsync::test_trace_modulecalls_with_different_output_types, test/test_jit.py::TestAwait::test_await_class_arg, test/test_jit.py::TestAwait::test_await_class_return, test/test_jit.py::TestAwait::test_await_eager_lazy, test/test_jit.py::TestAwait::test_await_func_arg, test/test_jit.py::TestAwait::test_await_getattr_implicit_convertion, test/test_jit.py::TestAwait::test_await_isinstance, test/test_jit.py::TestAwait::test_await_multiout_save, test/test_jit.py::TestAwait::test_await_nested, test/test_jit.py::TestAwait::test_await_out_of_interpreter, test/test_jit.py::TestAwait::test_await_python, test/test_jit.py::TestAwait::test_await_type_python, test/test_jit.py::TestAwait::test_awaitable_to_await, test/test_jit.py::TestAwait::test_eager_await_non_scriptable, test/test_jit.py::TestAwait::test_jit_trace, test/test_jit.py::TestAwait::test_nowait, test/test_jit.py::TestAwait::test_nowait_class, test/test_jit.py::TestAwait::test_script, test/test_jit.py::TestDataParallel::test_python_submodule_script, test/test_jit.py::TestDataParallel::test_shared_module, test/test_jit.py::TestDataParallel::test_tensor_sharing, test/test_jit.py::TestDataParallel::test_tensor_sharing_with_forward, test/test_jit.py::TestDataParallel::test_traced_module, test/test_jit.py::TestModels::test_alexnet, test/test_jit.py::TestModels::test_dcgan_models, test/test_jit.py::TestModels::test_dcgan_models_cuda, test/test_jit.py::TestModels::test_mnist, test/test_jit.py::TestModels::test_mnist_cuda, test/test_jit.py::TestModels::test_mnist_training_leaks_no_memory_cuda, test/test_jit.py::TestModels::test_neural_style, test/test_jit.py::TestModels::test_neural_style_cuda, test/test_jit.py::TestModels::test_reinforcement_learning, test/test_jit.py::TestModels::test_reinforcement_learning_cuda, test/test_jit.py::TestModels::test_script_module_script_resnet, test/test_jit.py::TestModels::test_script_module_trace_resnet18, test/test_jit.py::TestModels::test_snli, test/test_jit.py::TestModels::test_snli_cuda, test/test_jit.py::TestModels::test_super_resolution, test/test_jit.py::TestModels::test_super_resolution_cuda, test/test_jit.py::TestModels::test_time_sequence_prediction, test/test_jit.py::TestModels::test_vae, test/test_jit.py::TestModels::test_vae_cuda, test/test_jit.py::TestModules::test_script_module_with_constants_list, test/test_jit.py::TestAutodiffJit::test_autodiff_requires_grad_nograd, test/test_jit.py::TestAutodiffJit::test_requires_grad_outputs, test/test_jit.py::TestAutodiffJit::test_requires_grad_outputs_profiled_twice, test/test_jit.py::TestAutodiffJit::test_requires_grad_outputs_side_effects, test/test_jit.py::TestAutodiffJit::test_undefined_tensor_lists, test/test_jit.py::TestAutodiffSubgraphSlicing::test_aliased_outputs, test/test_jit.py::TestAutodiffSubgraphSlicing::test_bias_as_arg, test/test_jit.py::TestAutodiffSubgraphSlicing::test_bias_as_module_attr, test/test_jit.py::TestAutodiffSubgraphSlicing::test_chunk_constant_script_ad, test/test_jit.py::TestAutodiffSubgraphSlicing::test_constructed_bias, test/test_jit.py::TestAutodiffSubgraphSlicing::test_diff_graph_inline_threshold, test/test_jit.py::TestAutodiffSubgraphSlicing::test_differentiable_graph_ops_requires_grad, test/test_jit.py::TestAutodiffSubgraphSlicing::test_does_not_create_cycles, test/test_jit.py::TestAutodiffSubgraphSlicing::test_does_not_merge_unrelated, test/test_jit.py::TestAutodiffSubgraphSlicing::test_has_profiled_info_aliasing_outputs, test/test_jit.py::TestAutodiffSubgraphSlicing::test_merge_respects_aliasing, test/test_jit.py::TestAutodiffSubgraphSlicing::test_merges_dense, test/test_jit.py::TestAutodiffSubgraphSlicing::test_merges_down, test/test_jit.py::TestAutodiffSubgraphSlicing::test_merges_up, test/test_jit.py::TestAutodiffSubgraphSlicing::test_merges_without_cycles, test/test_jit.py::TestAutodiffSubgraphSlicing::test_prune_grad, test/test_jit.py::TestAutodiffSubgraphSlicing::test_requires_grad_for_tensor_list, test/test_jit.py::TestAutodiffSubgraphSlicing::test_respects_lexical_scoping, test/test_jit.py::TestAutodiffSubgraphSlicing::test_simple_merge, test/test_jit.py::TestAutodiffSubgraphSlicing::test_simple_no_merge, test/test_jit.py::TestCustomOperators::test_calling_scripted_custom_op, test/test_jit.py::TestCustomOperators::test_calling_traced_custom_op, test/test_jit.py::TestCustomOperators::test_default_arguments_are_used, test/test_jit.py::TestCustomOperators::test_dynamic_op_registry, test/test_jit.py::TestCustomOperators::test_generic_list, test/test_jit.py::TestCustomOperators::test_getting_invalid_attr, test/test_jit.py::TestCustomOperators::test_passing_and_returning_lists, test/test_jit.py::TestCustomOperators::test_passing_one_positional_but_not_the_second, test/test_jit.py::TestCustomOperators::test_passing_too_few_args, test/test_jit.py::TestCustomOperators::test_passing_too_many_args, test/test_jit.py::TestCustomOperators::test_passing_unknown_kwargs, test/test_jit.py::TestCustomOperators::test_script_graph_contains_custom_op, test/test_jit.py::TestCustomOperators::test_script_graph_for_custom_ops_matches_traced_graph, test/test_jit.py::TestCustomOperators::test_simply_calling_an_operator, test/test_jit.py::TestCustomOperators::test_where_no_scalar, test/test_jit.py::TestGraphRewritePasses::test_fuse_linear, test/test_jit.py::TestClassType::test_cast_overloads, test/test_jit.py::TestClassType::test_class_attribute_wrong_type, test/test_jit.py::TestClassType::test_class_constant, test/test_jit.py::TestClassType::test_class_constructs_itself, test/test_jit.py::TestClassType::test_class_inheritance, test/test_jit.py::TestClassType::test_class_inheritance_implicit, test/test_jit.py::TestClassType::test_class_sorting, test/test_jit.py::TestClassType::test_class_specialization, test/test_jit.py::TestClassType::test_class_type_as_param, test/test_jit.py::TestClassType::test_classmethod, test/test_jit.py::TestClassType::test_conditional_set_attr, test/test_jit.py::TestClassType::test_custom_delete, test/test_jit.py::TestClassType::test_default_args, test/test_jit.py::TestClassType::test_get_attr, test/test_jit.py::TestClassType::test_get_attr_not_initialized, test/test_jit.py::TestClassType::test_get_with_method, test/test_jit.py::TestClassType::test_imported_classes, test/test_jit.py::TestClassType::test_in, test/test_jit.py::TestClassType::test_init_compiled_first, test/test_jit.py::TestClassType::test_interface, test/test_jit.py::TestClassType::test_optional_type_promotion, test/test_jit.py::TestClassType::test_out_of_order_methods, test/test_jit.py::TestClassType::test_overloaded_fn, test/test_jit.py::TestClassType::test_properties, test/test_jit.py::TestClassType::test_py_class_to_ivalue_missing_attribute, test/test_jit.py::TestClassType::test_python_interop, test/test_jit.py::TestClassType::test_recursive_class, test/test_jit.py::TestClassType::test_recursive_script_builtin_type_resolution, test/test_jit.py::TestClassType::test_recursive_script_module_builtin_type_resolution, test/test_jit.py::TestClassType::test_recursive_scripting, test/test_jit.py::TestClassType::test_recursive_scripting_failed, test/test_jit.py::TestClassType::test_reference_semantics, test/test_jit.py::TestClassType::test_save_load_with_classes, test/test_jit.py::TestClassType::test_save_load_with_classes_nested, test/test_jit.py::TestClassType::test_save_load_with_classes_returned, test/test_jit.py::TestClassType::test_schema_human_readable, test/test_jit.py::TestClassType::test_self_referential_method, test/test_jit.py::TestClassType::test_set_attr_in_method, test/test_jit.py::TestClassType::test_set_attr_non_initialized, test/test_jit.py::TestClassType::test_set_attr_type_mismatch, test/test_jit.py::TestClassType::test_staticmethod, test/test_jit.py::TestClassType::test_type_annotation, test/test_jit.py::TestClassType::test_type_annotations, test/test_jit.py::TestClassType::test_unresolved_class_attributes, test/test_jit.py::TestClassType::test_unused_method, test/test_jit.py::TestBuiltins::test_del, test/test_jit.py::TestBuiltins::test_del_multiple_operands, test/test_jit.py::TestBuiltins::test_has_attr, test/test_jit.py::TestBuiltins::test_has_attr_invalid_args, test/test_jit.py::TestTensorBuiltins::test_method_on_number, test/test_jit.py::TestTensorBuiltins::test_scalar_to_num_conversions, test/test_jit.py::TestTensorBuiltins::test_tensor_item, test/test_jit.py::TestTensorBuiltins::test_tensor_properties, test/test_jit.py::TestTensorBuiltins::test_tensor_subscript_assign, test/test_jit.py::TestTensorBuiltins::test_tensor_subscript_assign_device, test/test_jit.py::TestIgnoreContextManager::test_with_ignore_context_manager_with_inp_out, test/test_jit.py::TestIgnoreContextManager::test_with_ignore_context_manager_with_just_inp, test/test_jit.py::TestIgnoreContextManager::test_with_ignore_context_manager_with_just_out, test/test_jit.py::TestSymbolicShapeAnalysis::test_adaptive_avg_pool2d, test/test_jit.py::TestSymbolicShapeAnalysis::test_arange_shape, test/test_jit.py::TestSymbolicShapeAnalysis::test_binary_shape_fns_inplace, test/test_jit.py::TestSymbolicShapeAnalysis::test_binary_shape_functions, test/test_jit.py::TestSymbolicShapeAnalysis::test_conv_deconv, test/test_jit.py::TestSymbolicShapeAnalysis::test_convolution_backward, test/test_jit.py::TestSymbolicShapeAnalysis::test_cross_entropy_loss, test/test_jit.py::TestSymbolicShapeAnalysis::test_if_propagation, test/test_jit.py::TestSymbolicShapeAnalysis::test_partial_eval_graph_conv, test/test_jit.py::TestSymbolicShapeAnalysis::test_partial_eval_stitching, test/test_jit.py::TestSymbolicShapeAnalysis::test_refinement_through_graph_stitching, test/test_jit.py::TestSymbolicShapeAnalysis::test_register_function_error_checking, test/test_jit.py::TestSymbolicShapeAnalysis::test_returning_input_symbolic_shapes, test/test_jit.py::TestSymbolicShapeAnalysis::test_shape_analysis, test/test_jit.py::TestSymbolicShapeAnalysis::test_shape_concat, test/test_jit.py::TestSymbolicShapeAnalysis::test_shape_embedding_bag, test/test_jit.py::TestSymbolicShapeAnalysis::test_shape_function_includes, test/test_jit.py::TestSymbolicShapeAnalysis::test_shared_shape_graph, test/test_jit.py::TestSymbolicShapeAnalysis::test_size_and_sizes, test/test_jit.py::TestSymbolicShapeAnalysis::test_squeeze_dims, test/test_jit.py::TestSymbolicShapeAnalysis::test_stitching_concat, test/test_jit.py::TestSymbolicShapeAnalysis::test_stitching_multi_output, test/test_jit.py::TestSymbolicShapeAnalysis::test_sym_ir_parsing, test/test_jit.py::TestSymbolicShapeAnalysis::test_unary_shape_fns_inplace, test/test_jit.py::TestSymbolicShapeAnalysis::test_unary_shape_functions, test/test_jit.py::TestSymbolicShapeAnalysis::test_write, test/test_jit.py::TestOpDecompositions::test_op_decomposition, test/test_jit.py::TestOpDecompositions::test_registered_decomposition, test/test_jit.py::TestUnsupportedOps::test_factory_ops_requires_grad_fail, test/test_jit.py::TestUnsupportedOps::test_init_ops, test/test_jit.py::TestFreezing::test_freeze_interface_swapping_two_methods, test/test_jit.py::TestFreezing::test_freeze_interface_within_object, test/test_jit.py::TestFreezing::test_freeze_module, test/test_jit.py::TestFreezing::test_freeze_module_detach_gradient, test/test_jit.py::TestFreezing::test_freeze_module_in_training_mode, test/test_jit.py::TestFreezing::test_freeze_module_inlining, test/test_jit.py::TestFreezing::test_freeze_module_no_forward, test/test_jit.py::TestFreezing::test_freeze_module_return_self, test/test_jit.py::TestFreezing::test_freeze_module_return_sub_module, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_attr, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_attr2, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_attr3, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_tensor_attr, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_tensor_attr2, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_tensor_attr3, test/test_jit.py::TestFreezing::test_freeze_module_with_aliased_tensor_attr4, test/test_jit.py::TestFreezing::test_freeze_module_with_call_method, test/test_jit.py::TestFreezing::test_freeze_module_with_fork, test/test_jit.py::TestFreezing::test_freeze_module_with_fork2, test/test_jit.py::TestFreezing::test_freeze_module_with_fork_calling_module_method, test/test_jit.py::TestFreezing::test_freeze_module_with_helperfunction, test/test_jit.py::TestFreezing::test_freeze_module_with_inplace_mutable, test/test_jit.py::TestFreezing::test_freeze_module_with_list, test/test_jit.py::TestFreezing::test_freeze_module_with_mutable_dict, test/test_jit.py::TestFreezing::test_freeze_module_with_mutable_list, test/test_jit.py::TestFreezing::test_freeze_module_with_mutable_tensor, test/test_jit.py::TestFreezing::test_freeze_module_with_nested_fork, test/test_jit.py::TestFreezing::test_freeze_module_with_nestedaliasing, test/test_jit.py::TestFreezing::test_freeze_module_with_nestedaliasingscalar, test/test_jit.py::TestFreezing::test_freeze_module_with_non_static_module_container_index, test/test_jit.py::TestFreezing::test_freeze_module_with_overlapping_attrs, test/test_jit.py::TestFreezing::test_freeze_module_with_preserve_sub_module, test/test_jit.py::TestFreezing::test_freeze_module_with_preserve_sub_module_and_mutation, test/test_jit.py::TestFreezing::test_freeze_module_with_sharedclasstype, test/test_jit.py::TestFreezing::test_freeze_module_with_submodule, test/test_jit.py::TestFreezing::test_freeze_module_with_tensor, test/test_jit.py::TestFreezing::test_freeze_module_with_tuple, test/test_jit.py::TestFreezing::test_freeze_module_with_tupleoutput_submodule, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_attr, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_attribute_on_submodule, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_attribute_on_unused_submodule, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_method, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_method2, test/test_jit.py::TestFreezing::test_freeze_module_with_user_preserved_method_on_submodule, test/test_jit.py::TestFreezing::test_freeze_no_forward, test/test_jit.py::TestFreezing::test_freeze_non_interface_module_swap, test/test_jit.py::TestFreezing::test_freeze_non_module_class_getattr, test/test_jit.py::TestFreezing::test_freeze_recursive_interfaces, test/test_jit.py::TestFreezing::test_freeze_recursive_interfaces_same_name, test/test_jit.py::TestFreezing::test_freeze_recursive_interfaces_with_reassignment, test/test_jit.py::TestFreezing::test_freeze_with_interface_mutable, test/test_jit.py::TestFreezing::test_freeze_with_swapping_interfaces, test/test_jit.py::TestFreezing::test_module_getattr_indirection, test/test_jit.py::TestFreezing::test_module_with_shared_type_instances, test/test_jit.py::TestFrozenOptimizations::test_bn_not_broadcast_with_linear, test/test_jit.py::TestFrozenOptimizations::test_collapse_adjacent_conversions, test/test_jit.py::TestFrozenOptimizations::test_conv_add_folding, test/test_jit.py::TestFrozenOptimizations::test_conv_bn_folding, test/test_jit.py::TestFrozenOptimizations::test_conv_bn_folding_autocast_scenario_cuda, test/test_jit.py::TestFrozenOptimizations::test_conv_bn_folding_not_forward, test/test_jit.py::TestFrozenOptimizations::test_conv_hardswish, test/test_jit.py::TestFrozenOptimizations::test_conv_mul_add_bn, test/test_jit.py::TestFrozenOptimizations::test_conv_to_mkldnn, test/test_jit.py::TestFrozenOptimizations::test_conv_to_mkldnn_no_mkldnn, test/test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion, test/test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion_not_forward, test/test_jit.py::TestFrozenOptimizations::test_freeze_mkdlnn, test/test_jit.py::TestFrozenOptimizations::test_freeze_remove_dropout, test/test_jit.py::TestFrozenOptimizations::test_freeze_remove_feature_dropout, test/test_jit.py::TestFrozenOptimizations::test_hardswish_hardsigmoid, test/test_jit.py::TestFrozenOptimizations::test_incompatible_perf_formats, test/test_jit.py::TestFrozenOptimizations::test_linear_bn_folding, test/test_jit.py::TestFrozenOptimizations::test_linear_bn_folding_autocast_scenario_cuda, test/test_jit.py::TestFrozenOptimizations::test_linear_concat, test/test_jit.py::TestFrozenOptimizations::test_linear_concat_complex, test/test_jit.py::TestFrozenOptimizations::test_linear_concat_different_input, test/test_jit.py::TestFrozenOptimizations::test_linear_multiple_blocks, test/test_jit.py::TestFrozenOptimizations::test_linear_non_constant_weight, test/test_jit.py::TestFrozenOptimizations::test_linear_transpose, test/test_jit.py::TestFrozenOptimizations::test_maxpool_mkldnn, test/test_jit.py::TestFrozenOptimizations::test_mkldnn_fuser_broadcasting, test/test_jit.py::TestFrozenOptimizations::test_mkldnn_inplace_removal, test/test_jit.py::TestFrozenOptimizations::test_numel_less_than_size_with_padding, test/test_jit.py::TestFrozenOptimizations::test_optimize_freeze_module, test/test_jit.py::TestFrozenOptimizations::test_pool2d_batchnorm, test/test_jit.py::TestFrozenOptimizations::test_pool3d_batchnorm, test/test_jit.py::TestFrozenOptimizations::test_remove_detach, test/test_jit.py::TestFrozenOptimizations::test_remove_detach_not_applied, test/test_jit.py::TestFrozenOptimizations::test_scalar_mul, test/test_jit.py::TestMKLDNNReinplacing::test_always_alive_values, test/test_jit.py::TestMKLDNNReinplacing::test_merge_liveness, test/test_jit.py::TestMKLDNNReinplacing::test_successful, test/test_jit.py::TestMKLDNNReinplacing::test_switch_inputs_to_inplace, test/test_jit.py::TestPeephole::test_conv_dim_folding, test/test_jit.py::TestPeephole::test_integer_refinement, test/test_jit.py::TestPeephole::test_noop_peephole, test/test_jit.py::TestPeephole::test_normalized_is_op, test/test_jit.py::TestPeephole::test_normalized_isnot_op, test/test_jit.py::TestPeephole::test_normalized_rsub, test/test_jit.py::TestPeephole::test_optimize_out_comparison_same_value, test/test_jit.py::TestPeephole::test_peephole, test/test_jit.py::TestPeephole::test_peephole_add_zero, test/test_jit.py::TestPeephole::test_peephole_arith, test/test_jit.py::TestPeephole::test_peephole_cuda, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_dict_modified, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_get_input_arg, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_keys_might_overlap, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_missing_key, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_overlapping_keys, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_no_optimization_unsupported_type, test/test_jit.py::TestPeephole::test_peephole_dict_getitem_simple, test/test_jit.py::TestPeephole::test_peephole_dict_len, test/test_jit.py::TestPeephole::test_peephole_dict_len_no_optimization_keys_might_overlap, test/test_jit.py::TestPeephole::test_peephole_dict_len_no_optimization_overlapping_keys, test/test_jit.py::TestPeephole::test_peephole_dict_len_no_optimization_unsupported_type, test/test_jit.py::TestPeephole::test_peephole_dynamic, test/test_jit.py::TestPeephole::test_peephole_int, test/test_jit.py::TestPeephole::test_peephole_len_list, test/test_jit.py::TestPeephole::test_peephole_list_len, test/test_jit.py::TestPeephole::test_peephole_list_ops, test/test_jit.py::TestPeephole::test_peephole_no_output_aliasing, test/test_jit.py::TestPeephole::test_peephole_optional_refine, test/test_jit.py::TestPeephole::test_peephole_slice_all_three_args, test/test_jit.py::TestPeephole::test_peephole_slice_one_empty_arg, test/test_jit.py::TestPeephole::test_peephole_slice_optimization_not_applied_list_modified, test/test_jit.py::TestPeephole::test_peephole_slice_optimization_not_applied_non_const_args, test/test_jit.py::TestPeephole::test_peephole_slice_two_empty_args, test/test_jit.py::TestPeephole::test_peephole_type_refinements, test/test_jit.py::TestPeephole::test_peephole_with_non_output_writes, test/test_jit.py::TestPeephole::test_peephole_with_writes, test/test_jit.py::TestPeephole::test_refine_integer_values, test/test_jit.py::TestPeephole::test_short_circuit_optimization, test/test_jit.py::TestAliasAnalysis::test_becomes_wildcard_annotations, test/test_jit.py::TestAliasAnalysis::test_multiple_compilation_units, test/test_jit.py::TestAliasAnalysis::test_nested_list_construct_not_wildcard, test/test_jit.py::TestAliasAnalysis::test_recursive_calls, test/test_jit.py::TestSaveLoad::test_different_functions, test/test_jit.py::TestSaveLoad::test_different_interfaces, test/test_jit.py::TestSaveLoad::test_different_modules, test/test_jit.py::TestSaveLoad::test_many_collisions, test/test_jit.py::TestSaveLoad::test_save_load_large_string_attribute, test/test_jit.py::TestSaveLoad::test_save_load_meta_tensors, test/test_jit.py::TestSaveLoad::test_save_load_meta_tensors_to_device, test/test_jit.py::TestSaveLoad::test_save_load_params_buffers_submodules, test/test_jit.py::TestSaveLoad::test_save_load_using_pathlib, test/test_jit.py::TestSaveLoad::test_save_load_with_extra_files, test/test_jit.py::TestSaveLoad::test_save_load_with_saved_traced_inputs, test/test_jit.py::TestSaveLoad::test_save_namedtuple_input_only, test/test_jit.py::TestSaveLoad::test_save_namedtuple_input_only_forwardref, test/test_jit.py::TestSaveLoad::test_save_namedtuple_output_only, test/test_jit.py::TestSaveLoad::test_save_nonexit_file, test/test_jit.py::TestSaveLoadFlatbuffer::test_different_functions, test/test_jit.py::TestSaveLoadFlatbuffer::test_different_interfaces, test/test_jit.py::TestSaveLoadFlatbuffer::test_different_modules, test/test_jit.py::TestSaveLoadFlatbuffer::test_many_collisions, test/test_jit.py::TestSaveLoadFlatbuffer::test_module_info_flatbuffer, test/test_jit.py::TestSaveLoadFlatbuffer::test_save_load_params_buffers_submodules, test/test_jit.py::TestSaveLoadFlatbuffer::test_save_load_using_pathlib, test/test_jit.py::TestSaveLoadFlatbuffer::test_save_load_with_extra_files, test/test_jit.py::TestSaveLoadFlatbuffer::test_save_namedtuple_input_only, test/test_jit.py::TestSaveLoadFlatbuffer::test_save_namedtuple_output_only, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_scalar, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_scalar_inplace, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_scalar_reciprocal, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_scalar_scalar, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_tensor, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_tensor_inplace, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_div_tensor_out, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_linspace, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_linspace_out, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_logspace, test/test_jit.py::TestSaveLoadForOpVersion::test_versioned_logspace_out, test/test_jit.py::TestModuleContainers::test_custom_container_forward, test/test_jit.py::TestModuleContainers::test_empty_dict_override_contains, test/test_jit.py::TestModuleContainers::test_module_inplace_construct, test/test_jit.py::TestModuleContainers::test_module_interface_special_methods, test/test_jit.py::TestModuleContainers::test_module_properties, test/test_jit.py::TestModuleContainers::test_moduledict, test/test_jit.py::TestModuleContainers::test_moduledict_getitem, test/test_jit.py::TestModuleContainers::test_moduledict_keyerror, test/test_jit.py::TestModuleContainers::test_normal_list_attribute_with_modules_error, test/test_jit.py::TestModuleContainers::test_parameterdict_script_getitem, test/test_jit.py::TestModuleContainers::test_parameterlist_script_getitem, test/test_jit.py::TestModuleContainers::test_parameterlist_script_iter, test/test_jit.py::TestModuleContainers::test_script_module_list_sequential, test/test_jit.py::TestModuleContainers::test_script_modulelist_index, test/test_jit.py::TestModuleContainers::test_sequential_intermediary_types, test/test_jit.py::TestModuleContainers::test_special_method_with_override, test/test_jit.py::TestModuleContainers::test_typed_module_dict, test/test_jit.py::TestModuleContainers::test_typed_module_list, test/test_jit.py::TestPythonBindings::test_add_input, test/test_jit.py::TestPythonBindings::test_aliasdb, test/test_jit.py::TestPythonBindings::test_canonicalize, test/test_jit.py::TestPythonBindings::test_cu_create_function, test/test_jit.py::TestPythonBindings::test_cu_get_functions, test/test_jit.py::TestPythonBindings::test_graph_create, test/test_jit.py::TestPythonBindings::test_graph_iterator_keepalive, test/test_jit.py::TestPythonBindings::test_invalidation, test/test_jit.py::TestPythonIr::test_param_strides, test/test_jit.py::TestPythonIr::test_permute_inputs_binding, test/test_jit.py::TestPythonIr::test_python_ir_utils, test/test_jit.py::TestPythonIr::test_python_ir_utils_graph, test/test_jit.py::TestFunctionalBlocks::test_subgraph_creation, test/test_jit.py::TestRemoveMutation::test_aten_inplace, test/test_jit.py::TestRemoveMutation::test_common_pytorch_list_ops, test/test_jit.py::TestRemoveMutation::test_if_output, test/test_jit.py::TestRemoveMutation::test_if_output_fail, test/test_jit.py::TestRemoveMutation::test_list_indexing_removal, test/test_jit.py::TestRemoveMutation::test_lists_append, test/test_jit.py::TestRemoveMutation::test_lists_insert, test/test_jit.py::TestRemoveMutation::test_special_mapped_op, test/test_jit.py::TestTorchbind::test_default_args, test/test_jit.py::TestTorchbind::test_hasattr, test/test_jit.py::TestTorchbind::test_lambda_as_constructor, test/test_jit.py::TestTorchbind::test_profiler_custom_op, test/test_jit.py::TestTorchbind::test_staticmethod, test/test_jit.py::TestTorchbind::test_torchbind, test/test_jit.py::TestTorchbind::test_torchbind_attr_exception, test/test_jit.py::TestTorchbind::test_torchbind_class_attr_recursive, test/test_jit.py::TestTorchbind::test_torchbind_class_attribute, test/test_jit.py::TestTorchbind::test_torchbind_deepcopy, test/test_jit.py::TestTorchbind::test_torchbind_def_property_getter_setter, test/test_jit.py::TestTorchbind::test_torchbind_def_property_just_getter, test/test_jit.py::TestTorchbind::test_torchbind_def_property_readwrite, test/test_jit.py::TestTorchbind::test_torchbind_getattr, test/test_jit.py::TestTorchbind::test_torchbind_getstate, test/test_jit.py::TestTorchbind::test_torchbind_instantiate_missing_class, test/test_jit.py::TestTorchbind::test_torchbind_lambda_method, test/test_jit.py::TestTorchbind::test_torchbind_no_init, test/test_jit.py::TestTorchbind::test_torchbind_optional_explicit_attr, test/test_jit.py::TestTorchbind::test_torchbind_pass_wrong_type, test/test_jit.py::TestTorchbind::test_torchbind_pickle_serialization, test/test_jit.py::TestTorchbind::test_torchbind_python_deepcopy, test/test_jit.py::TestTorchbind::test_torchbind_return_instance, test/test_jit.py::TestTorchbind::test_torchbind_return_instance_from_method, test/test_jit.py::TestTorchbind::test_torchbind_return_tuple, test/test_jit.py::TestTorchbind::test_torchbind_save_load, test/test_jit.py::TestTorchbind::test_torchbind_take_as_arg, test/test_jit.py::TestTorchbind::test_torchbind_take_instance_as_method_arg, test/test_jit.py::TestTorchbind::test_torchbind_tracing, test/test_jit.py::TestTorchbind::test_torchbind_tracing_nested, test/test_jit.py::TestModuleInterface::test_freeze_module_with_inplace_mutation_in_interface, test/test_jit.py::TestModuleInterface::test_freeze_module_with_interface, test/test_jit.py::TestModuleInterface::test_freeze_module_with_interface_and_fork, test/test_jit.py::TestModuleInterface::test_freeze_module_with_mutated_interface, test/test_jit.py::TestModuleInterface::test_freeze_module_with_setattr_in_interface, test/test_jit.py::TestModuleInterface::test_module_apis_interface, test/test_jit.py::TestModuleInterface::test_module_doc_string, test/test_jit.py::TestModuleInterface::test_module_interface, test/test_jit.py::TestModuleInterface::test_module_interface_inheritance, test/test_jit.py::TestModuleInterface::test_module_interface_subtype, test/test_jit.py::TestModuleInterface::test_module_swap, test/test_jit.py::TestModuleInterface::test_module_swap_no_lazy_compile, test/test_jit.py::TestModuleInterface::test_module_swap_no_module_interface, test/test_jit.py::TestModuleInterface::test_module_swap_wrong_module, test/test_jit.py::TestModuleInterface::test_not_submodule_interface_call, test/test_jit.py::TestModuleInterface::test_script_module_as_interface_swap, test/test_jit.py::TestWith::test_with_as, test/test_jit.py::TestWith::test_with_errors, test/test_jit.py::TestWith::test_with_exceptions, test/test_jit.py::TestWith::test_with_no_as, test/test_jit.py::TestWith::test_with_no_grad, test/test_jit.py::TestWith::test_with_record_function, test/test_jit.py::TestEnum::test_closed_over_enum_constant, test/test_jit.py::TestEnum::test_enum_as_const, test/test_jit.py::TestEnum::test_enum_as_module_attribute, test/test_jit.py::TestEnum::test_enum_comp, test/test_jit.py::TestEnum::test_enum_comp_diff_classes, test/test_jit.py::TestEnum::test_enum_explicit_script, test/test_jit.py::TestEnum::test_enum_iterate, test/test_jit.py::TestEnum::test_enum_ivalue_type, test/test_jit.py::TestEnum::test_enum_module_return, test/test_jit.py::TestEnum::test_enum_name, test/test_jit.py::TestEnum::test_enum_return, test/test_jit.py::TestEnum::test_enum_value, test/test_jit.py::TestEnum::test_enum_value_types, test/test_jit.py::TestEnum::test_heterogenous_value_type_enum_error, test/test_jit.py::TestEnum::test_non_existent_enum_value, test/test_jit.py::TestEnum::test_string_enum_as_module_attribute, test/test_jit.py::TestEnum::test_typed_enum, test/test_jit.py::TestStringFormatting::test_modulo_operator, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_alternate_digit_placeholder, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_char_placeholder_and_char_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_char_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_char_placeholder_and_true_string_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_digit_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_digit_placeholder_and_string_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_double_percent_in_string, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_exponent_placeholder_and_string_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_float_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_float_placeholder_and_float_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_multiple_placeholders, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_percent_in_string, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_string_placeholder_and_digit_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_string_placeholder_and_format_string_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_string_placeholder_and_string_variable, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_subscript, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_too_few_arguments, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_too_many_arguments, test/test_jit.py::TestStringFormatting::test_string_interpolation_with_unknown_format_specifier, test/test_jit.py::TestProfiler::test_aliasing_merge, test/test_jit.py::TestProfiler::test_autograd_fallback_graph, test/test_jit.py::TestProfiler::test_fallback_graph_not_specialized, test/test_jit.py::TestProfiler::test_iterative_fusion, test/test_jit.py::TestProfiler::test_local_fusion_strategy, test/test_jit.py::TestProfiler::test_not_fusing_scalar_ops, test/test_jit.py::TestProfiler::test_not_optimizing_property, test/test_jit.py::TestProfiler::test_specialize_backward, test/test_jit.py::TestProfiler::test_specialized_types, test/test_jit.py::TestProfiler::test_tensor_constant, test/test_jit.py::TestProfiler::test_tensor_type_not_determined_by_inputs, test/test_jit.py::TestProfiler::test_use_not_profiled, test/test_jit.py::TestSlice::test_module_list_slicing, test/test_jit.py::TestSlice::test_slice_as_variable, test/test_jit.py::TestSlice::test_slice_dynamic_index, test/test_jit.py::TestSlice::test_slice_kwarg, test/test_jit.py::TestSlice::test_slice_one_none, test/test_jit.py::TestSlice::test_slice_start_stop, test/test_jit.py::TestSlice::test_slice_start_stop_step, test/test_jit.py::TestSlice::test_slice_start_stop_with_none, test/test_jit.py::TestSlice::test_slice_stop_clipped, test/test_jit.py::TestSlice::test_slice_stop_only, test/test_jit.py::TestSlice::test_slice_stop_only_with_nones, test/test_jit.py::TestSlice::test_slice_string, test/test_jit.py::TestSlice::test_slice_tensor, test/test_jit.py::TestSlice::test_slice_tensor_multidim, test/test_jit.py::TestSlice::test_slice_tensor_multidim_with_dots, test/test_jit.py::TestSlice::test_slice_three_nones, test/test_jit.py::TestSlice::test_slice_two_nones, test/test_jit.py::TestSlice::test_tuple_slicing, test/test_jit.py::TestIgnorableArgs::test_add_out_ignorable_args, test/test_jit.py::TestIgnorableArgs::test_slice_ignorable_args_for_slice, test/test_jit.py::TestHooks::test_forward_tuple_input, test/test_jit.py::TestHooks::test_hook_compilation_hint, test/test_jit.py::TestHooks::test_hook_hook_name_collision, test/test_jit.py::TestHooks::test_hook_method_name_collision, test/test_jit.py::TestHooks::test_module_direct_forward_invocation, test/test_jit.py::TestHooks::test_module_forward_multiple_inputs, test/test_jit.py::TestHooks::test_module_forward_single_input, test/test_jit.py::TestHooks::test_module_hook_return_nothing, test/test_jit.py::TestHooks::test_module_multiple_hooks_multiple_inputs, test/test_jit.py::TestHooks::test_module_multiple_hooks_single_input, test/test_jit.py::TestHooks::test_module_no_forward_input, test/test_jit.py::TestHooks::test_module_same_hook_repeated, test/test_jit.py::TestHooks::test_submodule_called_directly_with_hooks, test/test_jit.py::TestHooks::test_submodule_direct_forward_invocation, test/test_jit.py::TestHooks::test_submodule_forward_multiple_inputs, test/test_jit.py::TestHooks::test_submodule_forward_single_input, test/test_jit.py::TestHooks::test_submodule_forward_single_input_return_not_tupled, test/test_jit.py::TestHooks::test_submodule_hook_return_nothing, test/test_jit.py::TestHooks::test_submodule_multiple_hooks_multiple_inputs, test/test_jit.py::TestHooks::test_submodule_multiple_hooks_single_input, test/test_jit.py::TestHooks::test_submodule_no_forward_input, test/test_jit.py::TestHooks::test_submodule_same_hook_repeated, test/test_jit.py::TestHooks::test_wrong_hook_signatures, test/test_jit.py::TestHooks::test_wrong_pre_hook_signatures, test/test_jit.py::TestWarn::test_warn, test/test_jit.py::TestWarn::test_warn_multiple_calls_multiple_warnings, test/test_jit.py::TestWarn::test_warn_multiple_calls_same_func_diff_stack, test/test_jit.py::TestWarn::test_warn_once_per_func, test/test_jit.py::TestWarn::test_warn_once_per_func_in_loop, test/test_jit.py::TestWarn::test_warn_only_once, test/test_jit.py::TestWarn::test_warn_only_once_in_loop_func, test/test_jit.py::TestIsinstance::test_bool, test/test_jit.py::TestIsinstance::test_dict, test/test_jit.py::TestIsinstance::test_dict_nested, test/test_jit.py::TestIsinstance::test_dict_no_contained_type, test/test_jit.py::TestIsinstance::test_dict_tensor, test/test_jit.py::TestIsinstance::test_empty_container_special_cases, test/test_jit.py::TestIsinstance::test_empty_container_throws_warning_in_eager, test/test_jit.py::TestIsinstance::test_float, test/test_jit.py::TestIsinstance::test_if_else, test/test_jit.py::TestIsinstance::test_in_if, test/test_jit.py::TestIsinstance::test_in_while_loop, test/test_jit.py::TestIsinstance::test_int, test/test_jit.py::TestIsinstance::test_list, test/test_jit.py::TestIsinstance::test_list_nested, test/test_jit.py::TestIsinstance::test_list_no_contained_type, test/test_jit.py::TestIsinstance::test_list_tensor, test/test_jit.py::TestIsinstance::test_list_tensor_type_true, test/test_jit.py::TestIsinstance::test_nontuple_container_rhs_throws_in_eager, test/test_jit.py::TestIsinstance::test_optional, test/test_jit.py::TestIsinstance::test_optional_nested, test/test_jit.py::TestIsinstance::test_optional_no_contained_type, test/test_jit.py::TestIsinstance::test_optional_none, test/test_jit.py::TestIsinstance::test_tensor_type_false, test/test_jit.py::TestIsinstance::test_tuple, test/test_jit.py::TestIsinstance::test_tuple_nested, test/test_jit.py::TestIsinstance::test_tuple_no_contained_type, test/test_jit.py::TestIsinstance::test_tuple_rhs, test/test_jit.py::TestIsinstance::test_tuple_tensor, test/test_jit.py::TestIsinstance::test_type_refinement, test/test_jit.py::TestPythonBuiltinOP::test_add, test/test_jit.py::TestPythonBuiltinOP::test_adv_indexing_list, test/test_jit.py::TestPythonBuiltinOP::test_advancedindex, test/test_jit.py::TestPythonBuiltinOP::test_gather, test/test_jit.py::TestPythonBuiltinOP::test_index, test/test_jit.py::TestPythonBuiltinOP::test_index_ellipses, test/test_jit.py::TestPythonBuiltinOP::test_inf, test/test_jit.py::TestPythonBuiltinOP::test_matmul_py3, test/test_jit.py::TestPythonBuiltinOP::test_mul, test/test_jit.py::TestPythonBuiltinOP::test_pow, test/test_jit.py::TestPythonBuiltinOP::test_random, test/test_jit.py::TestPythonBuiltinOP::test_slice, test/test_jit.py::TestPythonBuiltinOP::test_stepped_tuple_slicing, test/test_jit.py::TestPythonBuiltinOP::test_str_to_float, test/test_jit.py::TestPythonBuiltinOP::test_triple, test/test_jit.py::TestTyping::test_bool_list_io, test/test_jit.py::TestTyping::test_dict_comprehension, test/test_jit.py::TestTyping::test_dict_comprehension_scope, test/test_jit.py::TestTyping::test_dict_comprehension_with_type_annotation, test/test_jit.py::TestTyping::test_dict_in_not_in, test/test_jit.py::TestTyping::test_dict_invalid_annotations, test/test_jit.py::TestTyping::test_dict_type_refinement_annotation_key_mismatch, test/test_jit.py::TestTyping::test_dict_type_refinement_annotation_value_mismatch, test/test_jit.py::TestTyping::test_for_in_dict, test/test_jit.py::TestTyping::test_for_in_string, test/test_jit.py::TestTyping::test_for_tuple_assign, test/test_jit.py::TestTyping::test_for_tuple_unpack, test/test_jit.py::TestTyping::test_inherited_annotations_python_310, test/test_jit.py::TestTyping::test_list_io, test/test_jit.py::TestTyping::test_list_iterables, test/test_jit.py::TestTyping::test_list_sum, test/test_jit.py::TestTyping::test_list_type_refinement_annotation_element_mismatch, test/test_jit.py::TestTyping::test_list_unification, test/test_jit.py::TestTyping::test_multiple_assign, test/test_jit.py::TestTyping::test_namedtuple_error_source_attribution, test/test_jit.py::TestTyping::test_namedtuple_good_error, test/test_jit.py::TestTyping::test_namedtuple_py2, test/test_jit.py::TestTyping::test_namedtuple_redefine, test/test_jit.py::TestTyping::test_nested_list, test/test_jit.py::TestTyping::test_opt_opt_refinement, test/test_jit.py::TestTyping::test_optional_conversion, test/test_jit.py::TestTyping::test_optional_refinement, test/test_jit.py::TestTyping::test_optional_tuple, test/test_jit.py::TestTyping::test_singleton_tuple_unpack, test/test_jit.py::TestTyping::test_sum_list_diff_elms, test/test_jit.py::TestTyping::test_sum_list_empty, test/test_jit.py::TestTyping::test_sum_list_literal, test/test_jit.py::TestTyping::test_sum_list_one, test/test_jit.py::TestTyping::test_sum_list_wrong_type, test/test_jit.py::TestTyping::test_tuple_assignments, test/test_jit.py::TestTyping::test_tuple_create_return, test/test_jit.py::TestTyping::test_tuple_io, test/test_jit.py::TestTyping::test_tuple_keyword, test/test_jit.py::TestTyping::test_tuple_specialization, test/test_jit.py::TestHash::test_hash_bool, test/test_jit.py::TestHash::test_hash_device, test/test_jit.py::TestHash::test_hash_float, test/test_jit.py::TestHash::test_hash_int, test/test_jit.py::TestHash::test_hash_none, test/test_jit.py::TestHash::test_hash_string, test/test_jit.py::TestHash::test_hash_tensor, test/test_jit.py::TestHash::test_hash_tuple, test/test_jit.py::TestHash::test_hash_tuple_nested_unhashable_type, test/test_jit.py::TestComplex::test_binary_op_complex_tensor, test/test_jit.py::TestComplex::test_comparison_ops, test/test_jit.py::TestComplex::test_complex_constants_and_ops, test/test_jit.py::TestComplex::test_complex_constructor, test/test_jit.py::TestComplex::test_complex_list_sum, test/test_jit.py::TestComplex::test_complex_parse, test/test_jit.py::TestComplex::test_complexdict, test/test_jit.py::TestComplex::test_complexlist, test/test_jit.py::TestComplex::test_div, test/test_jit.py::TestComplex::test_infj_nanj_pickle, test/test_jit.py::TestComplex::test_pickle, test/test_jit.py::TestComplex::test_script, test/test_jit.py::TestComplex::test_tensor_attributes, test/test_jit.py::TestComplex::test_torch_complex_constructor_with_tensor, test/test_jit.py::TestJitUtils::test_checkscriptassertraisesregex, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_hybrid, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_keyword_only, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_positional_only, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_positional_or_keyword, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_var_keyword, test/test_jit.py::TestJitUtils::test_get_callable_argument_names_var_positional, test/test_jit.py::TestJitUtils::test_no_tracer_warn_context_manager, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_class_level_annotation_and_init_annotation, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_class_level_annotation_only, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_class_level_jit_annotation, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_dict, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_dict_lowercase, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_list, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_list_lowercase, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_optional, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_empty_tensor, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_falsy_base_type, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_nonempty_container, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_attribute, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_empty_dict, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_empty_dict_lowercase, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_empty_list, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_empty_list_lowercase, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_jit_empty_optional, test/test_jit.py::TestScriptModuleInstanceAttributeTypeAnnotation::test_annotated_with_torch_jit_import, test/test_jit.py::TestTypesAndAnnotation::test_annotate_outside_init, test/test_jit.py::TestTypesAndAnnotation::test_bad_types, test/test_jit.py::TestTypesAndAnnotation::test_ignore_with_types, test/test_jit.py::TestTypesAndAnnotation::test_ignoring_fn_with_nonscriptable_types, test/test_jit.py::TestTypesAndAnnotation::test_ignoring_module_attributes, test/test_jit.py::TestTypesAndAnnotation::test_inferred_type_error_message, test/test_jit.py::TestTypesAndAnnotation::test_mismatched_annotation, test/test_jit.py::TestTypesAndAnnotation::test_optional_no_element_type_annotation, test/test_jit.py::TestTypesAndAnnotation::test_parser_bug, test/test_jit.py::TestTypesAndAnnotation::test_pep585_type, test/test_jit.py::TestTypesAndAnnotation::test_python_callable, test/test_jit.py::TestTypesAndAnnotation::test_reannotate, test/test_jit.py::TestTypesAndAnnotation::test_tuple_no_element_type_annotation, test/test_jit.py::TestTypesAndAnnotation::test_type_annotate_py3, test/test_jit.py::TestTypesAndAnnotation::test_types_as_values, test/test_jit.py::TestTypesAndAnnotation::test_unimported_type_resolution, test/test_jit.py::TestMisc::test_broadcasting_list, test/test_jit.py::TestMisc::test_export_opnames_interface, test/test_jit.py::TestMisc::test_future_isinstance, test/test_jit.py::TestMisc::test_hacked_twin, test/test_jit.py::TestMisc::test_if_returning_any, test/test_jit.py::TestMisc::test_jit_get_operation_order, test/test_jit.py::TestMisc::test_joined_str, test/test_jit.py::TestMisc::test_kwarg_support, test/test_jit.py::TestMisc::test_legacy_tensor_constructor, test/test_jit.py::TestMisc::test_list_literal_infer, test/test_jit.py::TestMisc::test_math_inf, test/test_jit.py::TestMisc::test_parse_ir_annotate, test/test_jit.py::TestMisc::test_parse_ir_single_element_tensor_negative, test/test_jit.py::TestMisc::test_parse_ir_single_element_tensor_positive, test/test_jit.py::TestMisc::test_pow_multiple_dtype, test/test_jit.py::TestMisc::test_script_many_decorators, test/test_jit.py::TestMisc::test_str_refine_any, test/test_jit.py::TestMisc::test_subexpression_Dict_int_Future, test/test_jit.py::TestMisc::test_subexpression_Future_annotate, test/test_jit.py::TestMisc::test_subexpression_List_Future, test/test_jit.py::TestMisc::test_subexpression_Optional, test/test_jit.py::TestMisc::test_subexpression_Tuple_int_int_Future, test/test_jit.py::TestMisc::test_tuple_subscripted_assign, test/test_jit.py::TestMisc::test_unsafe_hacked_twin, test/test_jit.py::TestUpgraders::test_add_value_to_version_map, test/test_jit.py::TestUpgraders::test_aten_div_scalar_at_3, test/test_jit.py::TestUpgraders::test_aten_div_tensor_at_3, test/test_jit.py::TestUpgraders::test_aten_div_tensor_out_at_3, test/test_jit.py::TestUpgraders::test_aten_full_at_4, test/test_jit.py::TestUpgraders::test_aten_full_other_variants, test/test_jit.py::TestUpgraders::test_aten_full_out_at_4, test/test_jit.py::TestUpgraders::test_aten_linspace, test/test_jit.py::TestUpgraders::test_aten_linspace_out, test/test_jit.py::TestUpgraders::test_aten_logspace, test/test_jit.py::TestUpgraders::test_aten_logspace_out, test/test_jit.py::TestUpgraders::test_aten_test_serialization, test/test_jit.py::TestUpgraders::test_populated_test_upgrader_graph, test/test_jit.py::TestUpgraders::test_populated_upgrader_graph, test/test_jit.py::TestTensorCreationOps::test_randperm_default_dtype, test/test_jit.py::TestTensorCreationOps::test_randperm_specifed_dtype, test/test_jit.py::TestTensorCreationOps::test_tril_indices_default_dtype, test/test_jit.py::TestTensorCreationOps::test_tril_indices_specified_dtype, test/test_jit.py::TestTensorCreationOps::test_triu_indices_default_dtype, test/test_jit.py::TestTensorCreationOps::test_triu_indices_specified_dtype, test/test_jit.py::TestModuleAPIs::test_customized_state_dict_methods, test/test_jit.py::TestModuleAPIs::test_default_state_dict_methods, test/test_jit.py::TestModuleAPIs::test_submodule_customized_state_dict_methods, test/test_jit.py::TestScriptProfile::test_basic, test/test_jit.py::TestScriptProfile::test_empty, test/test_jit.py::TestScriptProfile::test_multi, test/test_jit.py::TestScriptProfile::test_script, test/test_jit.py::TestScriptProfile::test_section, test/test_jit.py::TestFunctionalToInplaceActivation::test_check_no_type_promotion, test/test_jit.py::TestFunctionalToInplaceActivation::test_functional_to_inplace_activation, test/test_jit.py::TestFunctionalToInplaceActivation::test_no_functional_to_inplace, test/test_jit.py::TestFunctionalToInplaceActivation::test_resnet18_correctness, test/test_jit.py::TestInplaceToFunctionalActivation::test_inplace_to_functional_activation, test/test_jit.py::TestInplaceToFunctionalActivation::test_resnet18_correctness, test/test_jit.py::TestParametrization::test_scriptable, test/test_jit.py::TestParametrization::test_traceable, test/test_jit.py::TestGetDefaultAttr::test_getattr_named_tuple, test/test_jit.py::TestGetDefaultAttr::test_getattr_tuple, test/test_jit.py::TestGetDefaultAttr::test_getattr_with_default, test/test_jit.py::TestAtenPow::test_aten_pow_zero_negative_exponent, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_fuse_activation_with_pack_ops_linear_conv2d_1, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_fuse_activation_with_pack_ops_linear_conv2d_2, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_fuse_activation_with_pack_ops_linear_conv2d_3, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_fuse_activation_with_pack_ops_linear_conv2d_4, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_insert_pre_packed_linear_before_inline_and_conv_2d_op, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_insert_pre_packed_linear_op, test/test_jit.py::TestOptimizeForMobilePreserveDebugInfo::test_replace_conv1d_with_conv2d, test/test_jit.py::TestUnion::test_check_union_annotation, test/test_jit.py::TestUnion::test_union_T_None_is_equivalent_to_optional_T, test/test_jit.py::TestUnion::test_union_argument_order_is_ignored, test/test_jit.py::TestUnion::test_union_argument_order_is_ignored_container, test/test_jit.py::TestUnion::test_union_as_annotation, test/test_jit.py::TestUnion::test_union_as_annotation_in_typed_container, test/test_jit.py::TestUnion::test_union_as_annotation_py2, test/test_jit.py::TestUnion::test_union_as_dict_key, test/test_jit.py::TestUnion::test_union_as_dict_value, test/test_jit.py::TestUnion::test_union_as_internal_tuple_type, test/test_jit.py::TestUnion::test_union_branching_does_not_autoinfer_undeclared_union, test/test_jit.py::TestUnion::test_union_branching_does_not_widen_existing_inferred_type, test/test_jit.py::TestUnion::test_union_branching_with_union_return_and_homogenous_types, test/test_jit.py::TestUnion::test_union_does_not_replace_existing_annotated_type, test/test_jit.py::TestUnion::test_union_does_not_replace_existing_annotated_type_empty_container, test/test_jit.py::TestUnion::test_union_does_not_replace_existing_annotated_type_union, test/test_jit.py::TestUnion::test_union_in_class_constructor, test/test_jit.py::TestUnion::test_union_memory_aliasing, test/test_jit.py::TestUnion::test_union_module_with_union_class_variable, test/test_jit.py::TestUnion::test_union_module_with_union_instance_variable, test/test_jit.py::TestUnion::test_union_optional_of_union_is_flattened, test/test_jit.py::TestUnion::test_union_redundant_arguments_are_skipped, test/test_jit.py::TestUnion::test_union_redundant_arguments_are_skipped_container, test/test_jit.py::TestUnion::test_union_redundant_arguments_are_skipped_optional, test/test_jit.py::TestUnion::test_union_redundant_arguments_are_skipped_subtyping, test/test_jit.py::TestUnion::test_union_return_type, test/test_jit.py::TestUnion::test_union_schema_matching_on_internal_type, test/test_jit.py::TestUnion::test_union_serialization_preserves_type_annotations, test/test_jit.py::TestUnion::test_union_subclasses_larger_union, test/test_jit.py::TestUnion::test_union_subtractive_refinement, test/test_jit.py::TestUnion::test_union_subtractive_refinement_with_container, test/test_jit.py::TestUnion::test_union_type_refinement, test/test_jit.py::TestUnion::test_union_type_refinement_internal_declaration, test/test_jit.py::TestUnion::test_union_type_refinement_partial_static_refinement_tuple_rhs, test/test_jit.py::TestUnion::test_union_type_refinement_partial_static_refinement_union_rhs, test/test_jit.py::TestUnion::test_union_type_refinement_statically_false, test/test_jit.py::TestUnion::test_union_type_refinement_statically_true, test/test_jit.py::TestUnion::test_union_type_refinement_tuple_rhs, test/test_jit.py::TestUnion::test_union_type_refinement_tuple_rhs_noncontained_type, test/test_jit.py::TestUnion::test_union_type_refinement_tuple_rhs_union, test/test_jit.py::TestUnion::test_union_type_refinement_union_rhs, test/test_jit.py::TestUnion::test_union_variable_can_be_reassigned, test/test_jit.py::TestUnion::test_union_with_collections, test/test_jit.py::TestUnion::test_union_with_dict_assignment, test/test_jit.py::TestUnion::test_union_with_enum, test/test_jit.py::TestUnion::test_union_with_list_assignment, test/test_jit.py::TestUnion::test_union_with_scalar_values, test/test_jit.py::TestUnion::test_unions_of_a_single_argument_vanish, test/test_jit.py::TestUnion::test_unions_of_unions_are_flattened, test/test_jit.py::TestBatchMM::test_batch_mm_no_mutation, test/test_jit.py::TestBatchMM::test_batch_mm_permitted_mutation, test/test_jit.py::TestBatchMM::test_batch_mm_prohibited_mutation, test/test_jit.py::TestBatchMM::test_batch_mm_prohibited_mutation_if_node, test/test_jit.py::TestBatchMM::test_batch_mm_prohibited_mutation_multiple_adds, test/test_jit.py::TestBatchMM::test_batch_mm_side_permitted_mutation, test/test_jit.py::TestBatchMM::test_batch_mm_side_prohibited_mutation_common_side, test/test_jit.py::TestBatchMM::test_batch_mm_side_prohibited_mutation_uncommon_side, test/test_jit.py::TestDtypeAnalysis::test_binary_scalar, test/test_jit.py::TestDtypeAnalysis::test_binary_tensors, test/test_jit.py::TestDtypeAnalysis::test_combined, test/test_jit.py::TestDtypeAnalysis::test_conv_no_mixed_args, test/test_jit.py::TestDtypeAnalysis::test_custom_rules, test/test_jit.py::TestDtypeAnalysis::test_unary, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_batch_norm_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_batch_norm_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_batch_norm_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv1d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_hardswish_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_hardswish_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_hardswish_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_int16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_int32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_int8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool2d_cpu_uint8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_int16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_int32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_int8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_max_pool3d_cpu_uint8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_prelu_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_prelu_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_ints_nn_functional_prelu_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool1d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_avg_pool3d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_batch_norm_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_batch_norm_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_batch_norm_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_batch_norm_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv1d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_complex128, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_complex64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_conv_transpose2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_hardswish_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_hardswish_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_hardswish_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_hardswish_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool1d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool1d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool1d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_int16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_int32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_int8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool2d_cpu_uint8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_float64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_int16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_int32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_int64, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_int8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_max_pool3d_cpu_uint8, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_prelu_cpu_bfloat16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_prelu_cpu_float16, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_prelu_cpu_float32, test/test_jit.py::TestDtypeCustomRulesCPU::test_custom_rules_nn_functional_prelu_cpu_float64, test/test_jit.py::TestDeviceAnalysis::test_custom_device_op, test/test_jit.py::TestDeviceAnalysis::test_device_apply, test/test_jit.py::TestDeviceAnalysis::test_device_arg, test/test_jit.py::TestDeviceAnalysis::test_device_if_propagation, test/test_jit.py::TestDeviceAnalysis::test_if_loop_mix, test/test_jit.py::TestDeviceAnalysis::test_loop_device_change, test/test_jit.py::TestDeviceAnalysis::test_loop_simple, test/test_jit.py::TestDeviceAnalysis::test_mobilenet, test/test_jit.py::TestDeviceAnalysis::test_nested_loops, test/test_jit.py::TestDeviceAnalysis::test_set_dtype, test/test_jit.py::TestDeviceAnalysis::test_simple, test/test_jit.py::TestDeviceAnalysis::test_tensor_as_fns, test/test_jit.py::TestDeviceAnalysis::test_while_change, test/test_jit.py::TestDeviceAnalysis::test_zerodim_cpu, test/test_jit.py::TestDeviceAnalysis::test_zerodim_gpu, test/test_jit.py::TestDeviceAnalysis::test_zerodim_no_device, test/test_jit.py::TestDCE::test_setattr_no_aliasdb, test/test_jit.py::TestDCE::test_setattr_removed, test/test_jit.py::TestSparse::test_freeze_sparse_coo, test/test_jit.py::TestSparse::test_freeze_sparse_csr, test/test_jit.py::TestSparse::test_serialize_sparse_coo, test/test_jit.py::TestSparse::test_serialize_sparse_csr, test/test_jit.py::TestTensorMethods::test_getitem, test/test_jit.py::TestTensorMethods::test_getitem_invalid, test/test_jit.py::TestDataclasses::test__post_init__, test/test_jit.py::TestDataclasses::test_comparators, test/test_jit.py::TestDataclasses::test_custom__eq__, test/test_jit.py::TestDataclasses::test_default_factories, test/test_jit.py::TestDataclasses::test_init_vars, test/test_jit.py::TestDataclasses::test_no_source, test/test_jit.py::TestDataclasses::test_use_unregistered_dataclass_raises, test/test_jit.py::TestGenerator::test_default_generator, test/test_jit.py::TestGenerator::test_generator_arg, test/test_jit.py::TestGenerator::test_save_load, test/test_jit.py::TestGenerator::test_script, test/test_jit.py::TestGenerator::test_trace, test/test_jit.py::TestJitProfiler::test_profiler, test/test_jit.py::TestJit::test_ModuleList, test/test_jit.py::TestJit::test_Sequential, test/test_jit.py::TestJit::test_T_mT_H_mH, test/test_jit.py::TestJit::test_add_relu_fusion, test/test_jit.py::TestJit::test_arg_configurations, test/test_jit.py::TestJit::test_attrs, test/test_jit.py::TestJit::test_batchnorm, test/test_jit.py::TestJit::test_big, test/test_jit.py::TestJit::test_conj_transpose, test/test_jit.py::TestJit::test_constant_insertion, test/test_jit.py::TestJit::test_constant_prop_aliasing_type, test/test_jit.py::TestJit::test_constant_prop_exception, test/test_jit.py::TestJit::test_constant_prop_if_constant, test/test_jit.py::TestJit::test_constant_prop_if_inline, test/test_jit.py::TestJit::test_constant_prop_loop_constant, test/test_jit.py::TestJit::test_constant_prop_nested, test/test_jit.py::TestJit::test_constant_prop_none, test/test_jit.py::TestJit::test_constant_prop_print, test/test_jit.py::TestJit::test_constant_prop_rand, test/test_jit.py::TestJit::test_constant_prop_remove_output, test/test_jit.py::TestJit::test_constant_prop_simple, test/test_jit.py::TestJit::test_constants_pkl, test/test_jit.py::TestJit::test_cpp, test/test_jit.py::TestJit::test_cse, test/test_jit.py::TestJit::test_cse_not_introduce_aliasing, test/test_jit.py::TestJit::test_cu_escaped_number, test/test_jit.py::TestJit::test_cuda_export_restore, test/test_jit.py::TestJit::test_debug_flush_compilation_cache, test/test_jit.py::TestJit::test_decompose_addmm, test/test_jit.py::TestJit::test_device_not_equal, test/test_jit.py::TestJit::test_diff_subgraph_clones_constants, test/test_jit.py::TestJit::test_disabled, test/test_jit.py::TestJit::test_dropout, test/test_jit.py::TestJit::test_dropout_cuda, test/test_jit.py::TestJit::test_dropout_func_requires_grad, test/test_jit.py::TestJit::test_dropout_module_requires_grad, test/test_jit.py::TestJit::test_einsum, test/test_jit.py::TestJit::test_element_size, test/test_jit.py::TestJit::test_expand_fold_quant_inputs, test/test_jit.py::TestJit::test_expand_quantlint, test/test_jit.py::TestJit::test_export_batchnorm, test/test_jit.py::TestJit::test_export_dropout, test/test_jit.py::TestJit::test_export_lstm, test/test_jit.py::TestJit::test_export_opnames, test/test_jit.py::TestJit::test_export_rnn, test/test_jit.py::TestJit::test_flags, test/test_jit.py::TestJit::test_function_default_values, test/test_jit.py::TestJit::test_hide_source_ranges_context_manager, test/test_jit.py::TestJit::test_import_method, test/test_jit.py::TestJit::test_inferred_as_tensor, test/test_jit.py::TestJit::test_layout, test/test_jit.py::TestJit::test_matrix_conj_transpose, test/test_jit.py::TestJit::test_matrix_transpose, test/test_jit.py::TestJit::test_module_default_values, test/test_jit.py::TestJit::test_mutable_default_values, test/test_jit.py::TestJit::test_native_dropout_corner_case, test/test_jit.py::TestJit::test_nn_conv, test/test_jit.py::TestJit::test_nn_lp_pool1d, test/test_jit.py::TestJit::test_nn_lp_pool2d, test/test_jit.py::TestJit::test_nn_padding, test/test_jit.py::TestJit::test_nn_padding_functional, test/test_jit.py::TestJit::test_no_erroneous_warnings, test/test_jit.py::TestJit::test_non_ascii_string, test/test_jit.py::TestJit::test_numel, test/test_jit.py::TestJit::test_pattern_based_module_rewrite, test/test_jit.py::TestJit::test_pattern_based_rewrite, test/test_jit.py::TestJit::test_pattern_based_rewrite_with_source_range_preserved, test/test_jit.py::TestJit::test_peephole_optimize_shape_ops, test/test_jit.py::TestJit::test_pretty_printer, test/test_jit.py::TestJit::test_print_classes_module, test/test_jit.py::TestJit::test_print_op_module, test/test_jit.py::TestJit::test_print_torch_ops_modules, test/test_jit.py::TestJit::test_python_bindings, test/test_jit.py::TestJit::test_python_ir, test/test_jit.py::TestJit::test_python_ivalue, test/test_jit.py::TestJit::test_pytorch_jit_env_off, test/test_jit.py::TestJit::test_recursive_cse, test/test_jit.py::TestJit::test_repeat_interleave_script, test/test_jit.py::TestJit::test_restore_device, test/test_jit.py::TestJit::test_restore_device_cuda, test/test_jit.py::TestJit::test_restore_shared_storage_on_cuda, test/test_jit.py::TestJit::test_script_autograd_grad, test/test_jit.py::TestJit::test_script_backward, test/test_jit.py::TestJit::test_script_backward_twice, test/test_jit.py::TestJit::test_script_bool_literal_conversion, test/test_jit.py::TestJit::test_script_fn_pkl, test/test_jit.py::TestJit::test_script_fn_valid_name, test/test_jit.py::TestJit::test_script_tensor_type, test/test_jit.py::TestJit::test_shape_analysis_broadcast, test/test_jit.py::TestJit::test_shape_analysis_masked_select, test/test_jit.py::TestJit::test_shape_analysis_unsqueeze_in_loop, test/test_jit.py::TestJit::test_sparse_csr_tensors, test/test_jit.py::TestJit::test_sparse_tensors, test/test_jit.py::TestJit::test_torch_complex, test/test_jit.py::TestJit::test_torch_load_error, test/test_jit.py::TestJit::test_torch_load_zipfile_check, test/test_jit.py::TestJit::test_torch_ops_kwonly, test/test_jit.py::TestJit::test_torch_ops_overloaded, test/test_jit.py::TestJit::test_torch_sum, test/test_jit.py::TestJit::test_trace_retains_train, test/test_jit.py::TestJit::test_train_eval, test/test_jit.py::TestJit::test_transpose, test/test_jit.py::TestJit::test_unchecked_cast, test/test_jit.py::TestJit::test_unique_state_dict, test/test_jit.py::TestJit::test_verify, test/test_jit.py::TestJit::test_warnings, test/test_jit.py::TestFrontend::test_dictionary_as_example_inputs_for_jit_trace, test/test_jit.py::TestFrontend::test_instancing_error, test/test_jit.py::TestScript::test_add_out, test/test_jit.py::TestScript::test_add_tuple_different_types, test/test_jit.py::TestScript::test_add_tuple_non_optional, test/test_jit.py::TestScript::test_add_tuple_optional, test/test_jit.py::TestScript::test_add_tuple_same_types, test/test_jit.py::TestScript::test_addmm_grad, test/test_jit.py::TestScript::test_alias_covariant_type_containers, test/test_jit.py::TestScript::test_all, test/test_jit.py::TestScript::test_annot_ast_mypy_fn, test/test_jit.py::TestScript::test_annot_ast_mypy_method, test/test_jit.py::TestScript::test_annot_ast_py3_fn, test/test_jit.py::TestScript::test_annot_ast_py3_method, test/test_jit.py::TestScript::test_annot_string_mypy_fn, test/test_jit.py::TestScript::test_annot_string_mypy_method, test/test_jit.py::TestScript::test_annot_string_py3_fn, test/test_jit.py::TestScript::test_annot_string_py3_method, test/test_jit.py::TestScript::test_annotated_script_fn, test/test_jit.py::TestScript::test_annotated_script_fn_arg_mismatch, test/test_jit.py::TestScript::test_annotated_script_fn_return_mismatch, test/test_jit.py::TestScript::test_annotated_script_method, test/test_jit.py::TestScript::test_annoying_doubles, test/test_jit.py::TestScript::test_any, test/test_jit.py::TestScript::test_assert_is_scripting_metacompile, test/test_jit.py::TestScript::test_assertion_optional_refinement, test/test_jit.py::TestScript::test_attr_module_constants, test/test_jit.py::TestScript::test_attr_qscheme_script, test/test_jit.py::TestScript::test_attribute_in_init, test/test_jit.py::TestScript::test_attribute_serialization, test/test_jit.py::TestScript::test_attribute_unpickling, test/test_jit.py::TestScript::test_augmented_assign, test/test_jit.py::TestScript::test_autodiff_complex, test/test_jit.py::TestScript::test_backend_cudnn_enabled, test/test_jit.py::TestScript::test_bad_multiline_annotations, test/test_jit.py::TestScript::test_bailout_loop_carried_deps_name_clash, test/test_jit.py::TestScript::test_bailout_loop_counter_transition, test/test_jit.py::TestScript::test_batch_norm_inference_backward_cuda, test/test_jit.py::TestScript::test_batchnorm_fuser_cpu, test/test_jit.py::TestScript::test_big_float_literals, test/test_jit.py::TestScript::test_big_int_literals, test/test_jit.py::TestScript::test_binary_op_shape, test/test_jit.py::TestScript::test_bitwise_ops, test/test_jit.py::TestScript::test_block_input_grad_in_loop, test/test_jit.py::TestScript::test_bool_augassign_bitwise_and, test/test_jit.py::TestScript::test_bool_augassign_bitwise_or, test/test_jit.py::TestScript::test_bool_augassign_bitwise_xor, test/test_jit.py::TestScript::test_bool_dispatch, test/test_jit.py::TestScript::test_boolean_literal_constant_metacompile, test/test_jit.py::TestScript::test_break_continue_error, test/test_jit.py::TestScript::test_breaks_continues, test/test_jit.py::TestScript::test_builtin_args, test/test_jit.py::TestScript::test_builtin_args_fails, test/test_jit.py::TestScript::test_builtin_function_attributes, test/test_jit.py::TestScript::test_builtin_use_as_value, test/test_jit.py::TestScript::test_call_ge, test/test_jit.py::TestScript::test_call_python_fn_from_script_fn, test/test_jit.py::TestScript::test_call_python_fn_from_script_module, test/test_jit.py::TestScript::test_call_python_fn_from_traced_module, test/test_jit.py::TestScript::test_call_python_fn_from_tracing_fn, test/test_jit.py::TestScript::test_call_python_mod_from_script_fn, test/test_jit.py::TestScript::test_call_python_mod_from_script_module, test/test_jit.py::TestScript::test_call_python_mod_from_traced_module, test/test_jit.py::TestScript::test_call_python_mod_from_tracing_fn, test/test_jit.py::TestScript::test_call_script_fn_from_script_fn, test/test_jit.py::TestScript::test_call_script_fn_from_script_module, test/test_jit.py::TestScript::test_call_script_fn_from_tracing_fn, test/test_jit.py::TestScript::test_call_script_mod_from_script_fn, test/test_jit.py::TestScript::test_call_script_mod_from_script_module, test/test_jit.py::TestScript::test_call_script_mod_from_tracing_fn, test/test_jit.py::TestScript::test_call_traced_fn_from_tracing_fn, test/test_jit.py::TestScript::test_call_traced_mod_from_tracing_fn, test/test_jit.py::TestScript::test_calls_in_type_annotations, test/test_jit.py::TestScript::test_canonicalize_control_outputs, test/test_jit.py::TestScript::test_cast, test/test_jit.py::TestScript::test_cat, test/test_jit.py::TestScript::test_cat_lifts, test/test_jit.py::TestScript::test_chr, test/test_jit.py::TestScript::test_circular_dependency, test/test_jit.py::TestScript::test_class_as_attribute, test/test_jit.py::TestScript::test_class_attribute, test/test_jit.py::TestScript::test_class_attribute_in_script, test/test_jit.py::TestScript::test_class_with_comment_at_lower_indentation, test/test_jit.py::TestScript::test_code_with_constants, test/test_jit.py::TestScript::test_code_with_constants_restore, test/test_jit.py::TestScript::test_comment_ignore_indent, test/test_jit.py::TestScript::test_compare_two_bool_inputs, test/test_jit.py::TestScript::test_compile_module_with_constant, test/test_jit.py::TestScript::test_conditional_casting, test/test_jit.py::TestScript::test_constant_as_attr, test/test_jit.py::TestScript::test_constant_pooling_introduce_aliasing, test/test_jit.py::TestScript::test_constant_pooling_none, test/test_jit.py::TestScript::test_constant_pooling_same_identity, test/test_jit.py::TestScript::test_context_manager, test/test_jit.py::TestScript::test_conv_error, test/test_jit.py::TestScript::test_convert_base, test/test_jit.py::TestScript::test_cpp_function_tensor_str, test/test_jit.py::TestScript::test_cpp_module_iterator, test/test_jit.py::TestScript::test_desugar_module, test/test_jit.py::TestScript::test_device_kwarg, test/test_jit.py::TestScript::test_device_type, test/test_jit.py::TestScript::test_device_type_cuda, test/test_jit.py::TestScript::test_dict_str, test/test_jit.py::TestScript::test_dir, test/test_jit.py::TestScript::test_divmod, test/test_jit.py::TestScript::test_dominated_bailout, test/test_jit.py::TestScript::test_dropout_eval, test/test_jit.py::TestScript::test_dtype_attr, test/test_jit.py::TestScript::test_dtype_op_shape, test/test_jit.py::TestScript::test_dtype_op_shape2, test/test_jit.py::TestScript::test_early_return_closure, test/test_jit.py::TestScript::test_early_return_fork_join, test/test_jit.py::TestScript::test_early_return_rewrite, test/test_jit.py::TestScript::test_early_return_type_refinement, test/test_jit.py::TestScript::test_early_returns_loops, test/test_jit.py::TestScript::test_ellipsis_const_end, test/test_jit.py::TestScript::test_ellipsis_const_mid, test/test_jit.py::TestScript::test_ellipsis_const_mid_select, test/test_jit.py::TestScript::test_ellipsis_const_start, test/test_jit.py::TestScript::test_ellipsis_end, test/test_jit.py::TestScript::test_ellipsis_mid, test/test_jit.py::TestScript::test_ellipsis_mid_select, test/test_jit.py::TestScript::test_ellipsis_start, test/test_jit.py::TestScript::test_embedding_renorm_grad_error, test/test_jit.py::TestScript::test_empty_like_memory_format_bc, test/test_jit.py::TestScript::test_empty_tuple_str, test/test_jit.py::TestScript::test_enumerate_modlist_range, test/test_jit.py::TestScript::test_erase_number_types, test/test_jit.py::TestScript::test_error, test/test_jit.py::TestScript::test_error_stacktrace, test/test_jit.py::TestScript::test_error_stacktrace_interface, test/test_jit.py::TestScript::test_eval_python, test/test_jit.py::TestScript::test_exception_exits_closure, test/test_jit.py::TestScript::test_exceptions_with_control_flow, test/test_jit.py::TestScript::test_expand, test/test_jit.py::TestScript::test_fibb, test/test_jit.py::TestScript::test_fibb_totally_better, test/test_jit.py::TestScript::test_file_format_serialization, test/test_jit.py::TestScript::test_file_line_error, test/test_jit.py::TestScript::test_file_line_error_class_defn, test/test_jit.py::TestScript::test_file_line_graph, test/test_jit.py::TestScript::test_file_line_save_load, test/test_jit.py::TestScript::test_file_line_string, test/test_jit.py::TestScript::test_file_line_trace, test/test_jit.py::TestScript::test_file_reader_no_memory_leak, test/test_jit.py::TestScript::test_filecheck, test/test_jit.py::TestScript::test_filecheck_parse, test/test_jit.py::TestScript::test_first_class_calls, test/test_jit.py::TestScript::test_first_class_module, test/test_jit.py::TestScript::test_floor_div, test/test_jit.py::TestScript::test_floordiv, test/test_jit.py::TestScript::test_for_else, test/test_jit.py::TestScript::test_for_in_dict, test/test_jit.py::TestScript::test_for_in_enumerate, test/test_jit.py::TestScript::test_for_in_range, test/test_jit.py::TestScript::test_for_in_range_ast, test/test_jit.py::TestScript::test_for_in_range_dynamic, test/test_jit.py::TestScript::test_for_in_range_if_ast, test/test_jit.py::TestScript::test_for_in_range_start_end, test/test_jit.py::TestScript::test_for_in_range_start_end_step, test/test_jit.py::TestScript::test_for_in_range_zero_step, test/test_jit.py::TestScript::test_for_in_string, test/test_jit.py::TestScript::test_for_in_tensors, test/test_jit.py::TestScript::test_for_in_tensors_fail_scalar, test/test_jit.py::TestScript::test_for_in_tensors_nested, test/test_jit.py::TestScript::test_for_in_tensors_rank0, test/test_jit.py::TestScript::test_for_in_zip, test/test_jit.py::TestScript::test_for_in_zip_enumerate, test/test_jit.py::TestScript::test_for_tuple_assign, test/test_jit.py::TestScript::test_for_tuple_unpack, test/test_jit.py::TestScript::test_format, test/test_jit.py::TestScript::test_func_call, test/test_jit.py::TestScript::test_function_compilation_caching, test/test_jit.py::TestScript::test_function_overload_misuse, test/test_jit.py::TestScript::test_function_overloading_isinstance, test/test_jit.py::TestScript::test_function_overloads, test/test_jit.py::TestScript::test_fuser_double_float_codegen, test/test_jit.py::TestScript::test_fuser_double_literal_precision, test/test_jit.py::TestScript::test_fuser_multiple_blocks, test/test_jit.py::TestScript::test_gather_dynamic_index, test/test_jit.py::TestScript::test_generic_list_errors, test/test_jit.py::TestScript::test_get_set_state, test/test_jit.py::TestScript::test_get_set_state_with_tensors, test/test_jit.py::TestScript::test_grad_from_script, test/test_jit.py::TestScript::test_hash, test/test_jit.py::TestScript::test_hex_literals, test/test_jit.py::TestScript::test_id, test/test_jit.py::TestScript::test_if, test/test_jit.py::TestScript::test_if_define, test/test_jit.py::TestScript::test_if_different_type, test/test_jit.py::TestScript::test_if_for_in_range, test/test_jit.py::TestScript::test_if_is_none_dispatch, test/test_jit.py::TestScript::test_if_list_cat, test/test_jit.py::TestScript::test_if_nest_while, test/test_jit.py::TestScript::test_if_noelse, test/test_jit.py::TestScript::test_if_not_defined_error, test/test_jit.py::TestScript::test_if_supertype, test/test_jit.py::TestScript::test_ignore_decorator, test/test_jit.py::TestScript::test_ignored_as_value, test/test_jit.py::TestScript::test_ignored_method_binding, test/test_jit.py::TestScript::test_ignored_props, test/test_jit.py::TestScript::test_import_constants_not_specialized, test/test_jit.py::TestScript::test_in_for_and_comp_expr, test/test_jit.py::TestScript::test_in_operator_with_two_strings, test/test_jit.py::TestScript::test_index, test/test_jit.py::TestScript::test_index_select_shape_prop, test/test_jit.py::TestScript::test_index_with_tuple, test/test_jit.py::TestScript::test_indexing_error, test/test_jit.py::TestScript::test_infer_size, test/test_jit.py::TestScript::test_inferred_error_msg, test/test_jit.py::TestScript::test_inherit_method, test/test_jit.py::TestScript::test_inline_and_run_annotated_script_fn, test/test_jit.py::TestScript::test_inlined_graph, test/test_jit.py::TestScript::test_inlining_cleanup, test/test_jit.py::TestScript::test_inplace_add, test/test_jit.py::TestScript::test_inplace_copy_script, test/test_jit.py::TestScript::test_input_keyword_in_schema, test/test_jit.py::TestScript::test_int_cast, test/test_jit.py::TestScript::test_integral_shape_inference, test/test_jit.py::TestScript::test_interpret_graph, test/test_jit.py::TestScript::test_interpreter_fuzz, test/test_jit.py::TestScript::test_intlist_args, test/test_jit.py::TestScript::test_invalid_call_arguments, test/test_jit.py::TestScript::test_invalid_lhs_assignment, test/test_jit.py::TestScript::test_invalid_prefix_annotation, test/test_jit.py::TestScript::test_irparser, test/test_jit.py::TestScript::test_is_after_use, test/test_jit.py::TestScript::test_is_isnot, test/test_jit.py::TestScript::test_is_optional, test/test_jit.py::TestScript::test_is_scripting, test/test_jit.py::TestScript::test_is_scripting_metacompile, test/test_jit.py::TestScript::test_isinstance, test/test_jit.py::TestScript::test_isinstance_dynamic, test/test_jit.py::TestScript::test_isinstance_metacompile, test/test_jit.py::TestScript::test_isinstance_refinement, test/test_jit.py::TestScript::test_jitter_bug, test/test_jit.py::TestScript::test_keyword, test/test_jit.py::TestScript::test_kwarg_expansion_error, test/test_jit.py::TestScript::test_kwargs_error_msg, test/test_jit.py::TestScript::test_lazy_script, test/test_jit.py::TestScript::test_lhs_advanced_indexing_assignment, test/test_jit.py::TestScript::test_lhs_advanced_indexing_augmented_assignment, test/test_jit.py::TestScript::test_lhs_indexing, test/test_jit.py::TestScript::test_lhs_indexing_increment, test/test_jit.py::TestScript::test_lhs_indexing_increment_list, test/test_jit.py::TestScript::test_lhs_indexing_increment_list_prim, test/test_jit.py::TestScript::test_lhs_indexing_list, test/test_jit.py::TestScript::test_lhs_indexing_multi, test/test_jit.py::TestScript::test_linear_grad, test/test_jit.py::TestScript::test_list_comprehension_modulelist, test/test_jit.py::TestScript::test_list_comprehension_variable_write, test/test_jit.py::TestScript::test_list_iterables, test/test_jit.py::TestScript::test_list_python_op, test/test_jit.py::TestScript::test_list_unify, test/test_jit.py::TestScript::test_literal, test/test_jit.py::TestScript::test_literals, test/test_jit.py::TestScript::test_logical_short_circuit, test/test_jit.py::TestScript::test_loop_liveness, test/test_jit.py::TestScript::test_loop_unroll_negative, test/test_jit.py::TestScript::test_loop_unroll_unused_counter, test/test_jit.py::TestScript::test_loop_unrolling, test/test_jit.py::TestScript::test_loop_unrolling_const, test/test_jit.py::TestScript::test_loop_unrolling_nested, test/test_jit.py::TestScript::test_lower_nested_tuples, test/test_jit.py::TestScript::test_math_ops, test/test_jit.py::TestScript::test_maxpool_guard_elimination, test/test_jit.py::TestScript::test_meshgrid, test/test_jit.py::TestScript::test_method_casts_script, test/test_jit.py::TestScript::test_method_no_self, test/test_jit.py::TestScript::test_method_overloading, test/test_jit.py::TestScript::test_missing_getstate, test/test_jit.py::TestScript::test_mm_batching, test/test_jit.py::TestScript::test_module_apis, test/test_jit.py::TestScript::test_module_attrs, test/test_jit.py::TestScript::test_module_copy_with_attributes, test/test_jit.py::TestScript::test_module_copying, test/test_jit.py::TestScript::test_module_error, test/test_jit.py::TestScript::test_module_method_reassignment, test/test_jit.py::TestScript::test_module_none_attrs, test/test_jit.py::TestScript::test_module_parameters_and_buffers, test/test_jit.py::TestScript::test_module_str, test/test_jit.py::TestScript::test_module_with_params_called_fails, test/test_jit.py::TestScript::test_multi_reduction, test/test_jit.py::TestScript::test_multi_starred_expr_lhs, test/test_jit.py::TestScript::test_multiline_annot_ast_py3_fn, test/test_jit.py::TestScript::test_multiline_optional_future_refinement, test/test_jit.py::TestScript::test_multiline_string_dedents, test/test_jit.py::TestScript::test_multiple_assign, test/test_jit.py::TestScript::test_multiple_assignment, test/test_jit.py::TestScript::test_mutable_dce, test/test_jit.py::TestScript::test_mutable_dce_block, test/test_jit.py::TestScript::test_mutable_dce_graph_input, test/test_jit.py::TestScript::test_mutable_dce_indirect_wildcard_write, test/test_jit.py::TestScript::test_mutable_dce_indirect_wildcards, test/test_jit.py::TestScript::test_mutable_dce_list, test/test_jit.py::TestScript::test_mutable_dce_loop, test/test_jit.py::TestScript::test_mutable_dce_wildcards, test/test_jit.py::TestScript::test_mutate_constant, test/test_jit.py::TestScript::test_mypy_type_ignore, test/test_jit.py::TestScript::test_named_buffers_are_iterable, test/test_jit.py::TestScript::test_namedtuple_attr, test/test_jit.py::TestScript::test_namedtuple_default_values_Tensor_type, test/test_jit.py::TestScript::test_namedtuple_default_values_container_type, test/test_jit.py::TestScript::test_namedtuple_default_values_missing, test/test_jit.py::TestScript::test_namedtuple_default_values_simple_type, test/test_jit.py::TestScript::test_namedtuple_default_values_using_factory_constructor, test/test_jit.py::TestScript::test_namedtuple_python, test/test_jit.py::TestScript::test_namedtuple_type_inference, test/test_jit.py::TestScript::test_narrow_copy, test/test_jit.py::TestScript::test_nested_aug_assign, test/test_jit.py::TestScript::test_nested_bailouts, test/test_jit.py::TestScript::test_nested_breaks, test/test_jit.py::TestScript::test_nested_list_construct, test/test_jit.py::TestScript::test_nested_select_assign, test/test_jit.py::TestScript::test_nn_GRU, test/test_jit.py::TestScript::test_nn_LSTM, test/test_jit.py::TestScript::test_nn_LSTM_with_layers, test/test_jit.py::TestScript::test_nn_init, test/test_jit.py::TestScript::test_nn_init_generator, test/test_jit.py::TestScript::test_no_dtype_shape, test/test_jit.py::TestScript::test_no_self_arg_ignore_function, test/test_jit.py::TestScript::test_non_final_return, test/test_jit.py::TestScript::test_none_type_str, test/test_jit.py::TestScript::test_not, test/test_jit.py::TestScript::test_not_initialized_err, test/test_jit.py::TestScript::test_ntuple_builtins, test/test_jit.py::TestScript::test_number_abs, test/test_jit.py::TestScript::test_number_augassign, test/test_jit.py::TestScript::test_number_augassign_bitwise_lshift, test/test_jit.py::TestScript::test_number_augassign_bitwise_pow, test/test_jit.py::TestScript::test_number_augassign_bitwise_rshift, test/test_jit.py::TestScript::test_number_div, test/test_jit.py::TestScript::test_number_math, test/test_jit.py::TestScript::test_number_neg, test/test_jit.py::TestScript::test_oneline_func, test/test_jit.py::TestScript::test_op_dtype, test/test_jit.py::TestScript::test_operator_precedence, test/test_jit.py::TestScript::test_optional_list, test/test_jit.py::TestScript::test_optional_tensor, test/test_jit.py::TestScript::test_ord, test/test_jit.py::TestScript::test_override_magic, test/test_jit.py::TestScript::test_pack_tuple_into_non_var, test/test_jit.py::TestScript::test_pack_unpack_nested, test/test_jit.py::TestScript::test_pack_unpack_state, test/test_jit.py::TestScript::test_parameter_order, test/test_jit.py::TestScript::test_parse_empty_tuple_annotation, test/test_jit.py::TestScript::test_parse_empty_tuple_annotation_element_error, test/test_jit.py::TestScript::test_parse_generator, test/test_jit.py::TestScript::test_parse_nested_names, test/test_jit.py::TestScript::test_parse_none_type_annotation, test/test_jit.py::TestScript::test_parse_scalar_tensor_constants, test/test_jit.py::TestScript::test_parse_tensor_constants, test/test_jit.py::TestScript::test_parser_kwargonly, test/test_jit.py::TestScript::test_parser_type_annotations, test/test_jit.py::TestScript::test_parser_type_annotations_comment, test/test_jit.py::TestScript::test_parser_type_annotations_incompatible_expression, test/test_jit.py::TestScript::test_parser_type_annotations_subscript_non_ident, test/test_jit.py::TestScript::test_parser_type_annotations_subscript_tensor, test/test_jit.py::TestScript::test_parser_type_annotations_unknown_type, test/test_jit.py::TestScript::test_partial_returns, test/test_jit.py::TestScript::test_pass, test/test_jit.py::TestScript::test_pickle_checkpoint, test/test_jit.py::TestScript::test_pickle_checkpoint_cuda, test/test_jit.py::TestScript::test_pickle_checkpoint_tup, test/test_jit.py::TestScript::test_pow_scalar_backward_cuda, test/test_jit.py::TestScript::test_pretty_print_function, test/test_jit.py::TestScript::test_prim_grad_undefined, test/test_jit.py::TestScript::test_print, test/test_jit.py::TestScript::test_print_kwargs, test/test_jit.py::TestScript::test_profiling_graph_executor, test/test_jit.py::TestScript::test_profiling_merge, test/test_jit.py::TestScript::test_pybind_type_comparisons, test/test_jit.py::TestScript::test_python_call, test/test_jit.py::TestScript::test_python_call_annotation, test/test_jit.py::TestScript::test_python_call_annoytation_failure, test/test_jit.py::TestScript::test_python_call_failure, test/test_jit.py::TestScript::test_python_call_non_tensor, test/test_jit.py::TestScript::test_python_call_non_tensor_wrong, test/test_jit.py::TestScript::test_python_frontend, test/test_jit.py::TestScript::test_python_frontend_py3, test/test_jit.py::TestScript::test_python_frontend_source_range, test/test_jit.py::TestScript::test_python_op_builtins, test/test_jit.py::TestScript::test_python_op_name, test/test_jit.py::TestScript::test_python_val_doesnt_have_attr, test/test_jit.py::TestScript::test_rand, test/test_jit.py::TestScript::test_rand_profiling, test/test_jit.py::TestScript::test_range_args, test/test_jit.py::TestScript::test_reassign_module_lhs, test/test_jit.py::TestScript::test_reassign_module_rhs, test/test_jit.py::TestScript::test_refine_tuple_types, test/test_jit.py::TestScript::test_remove_dropout, test/test_jit.py::TestScript::test_repeated_script_on_function, test/test_jit.py::TestScript::test_request_bailout, test/test_jit.py::TestScript::test_requires_grad_loop, test/test_jit.py::TestScript::test_rescripting_loaded_modules, test/test_jit.py::TestScript::test_resize_input_ops, test/test_jit.py::TestScript::test_return, test/test_jit.py::TestScript::test_return_stmt_not_at_end, test/test_jit.py::TestScript::test_return_tuple, test/test_jit.py::TestScript::test_robust_op_resolution, test/test_jit.py::TestScript::test_round, test/test_jit.py::TestScript::test_save_load_attr_error, test/test_jit.py::TestScript::test_script_annotation, test/test_jit.py::TestScript::test_script_bool_constant, test/test_jit.py::TestScript::test_script_chunk, test/test_jit.py::TestScript::test_script_clamp_none, test/test_jit.py::TestScript::test_script_copy, test/test_jit.py::TestScript::test_script_cu, test/test_jit.py::TestScript::test_script_define_order, test/test_jit.py::TestScript::test_script_define_order_recursive_fail, test/test_jit.py::TestScript::test_script_docstring, test/test_jit.py::TestScript::test_script_forward_method_replacement, test/test_jit.py::TestScript::test_script_get_device_cuda, test/test_jit.py::TestScript::test_script_get_tracing_state, test/test_jit.py::TestScript::test_script_is_tracing, test/test_jit.py::TestScript::test_script_kwargs_fn_call, test/test_jit.py::TestScript::test_script_method_docstring, test/test_jit.py::TestScript::test_script_method_torch_function_overload, test/test_jit.py::TestScript::test_script_module, test/test_jit.py::TestScript::test_script_module_call_noscript, test/test_jit.py::TestScript::test_script_module_const, test/test_jit.py::TestScript::test_script_module_const_submodule_fail, test/test_jit.py::TestScript::test_script_module_export_blocks, test/test_jit.py::TestScript::test_script_module_export_shared_storage, test/test_jit.py::TestScript::test_script_module_export_submodule, test/test_jit.py::TestScript::test_script_module_export_tensor_cuda, test/test_jit.py::TestScript::test_script_module_export_tensor_type, test/test_jit.py::TestScript::test_script_module_fail_exist, test/test_jit.py::TestScript::test_script_module_for, test/test_jit.py::TestScript::test_script_module_for2, test/test_jit.py::TestScript::test_script_module_invalid_consts, test/test_jit.py::TestScript::test_script_module_nochange_submodule, test/test_jit.py::TestScript::test_script_module_none_exist_fail, test/test_jit.py::TestScript::test_script_module_not_tuple, test/test_jit.py::TestScript::test_script_module_param_buffer_mutation, test/test_jit.py::TestScript::test_script_module_star_assign2, test/test_jit.py::TestScript::test_script_module_star_assign2_inplace, test/test_jit.py::TestScript::test_script_module_star_assign_fail_builtin, test/test_jit.py::TestScript::test_script_module_star_assign_fail_pythonop, test/test_jit.py::TestScript::test_script_module_tensor_subclass_argument, test/test_jit.py::TestScript::test_script_nested_mod_list, test/test_jit.py::TestScript::test_script_non_tensor_args_outputs, test/test_jit.py::TestScript::test_script_optional_none, test/test_jit.py::TestScript::test_script_outputs, test/test_jit.py::TestScript::test_script_pack_padded_sequence, test/test_jit.py::TestScript::test_script_pad_sequence_pack_sequence, test/test_jit.py::TestScript::test_script_scope, test/test_jit.py::TestScript::test_script_sequential_for, test/test_jit.py::TestScript::test_script_sequential_in_mod_list, test/test_jit.py::TestScript::test_script_sequential_multi_output_fail, test/test_jit.py::TestScript::test_script_sequential_orderdict, test/test_jit.py::TestScript::test_script_sequential_sliced_iteration, test/test_jit.py::TestScript::test_script_star_assign, test/test_jit.py::TestScript::test_script_star_expr, test/test_jit.py::TestScript::test_script_star_expr_string, test/test_jit.py::TestScript::test_scriptable_fn_as_attr, test/test_jit.py::TestScript::test_scriptmodule_multi_head_attn_cuda, test/test_jit.py::TestScript::test_scriptmodule_releases_tensors_cuda, test/test_jit.py::TestScript::test_scriptmodule_transformer_cuda, test/test_jit.py::TestScript::test_select_after_chunk, test/test_jit.py::TestScript::test_sequence_parsing, test/test_jit.py::TestScript::test_sequential_intermediary_types, test/test_jit.py::TestScript::test_serialization_big_ints, test/test_jit.py::TestScript::test_serialization_sharing, test/test_jit.py::TestScript::test_serialize_long_lines, test/test_jit.py::TestScript::test_serialized_source_ranges, test/test_jit.py::TestScript::test_serialized_source_ranges2, test/test_jit.py::TestScript::test_serialized_source_ranges_dont_jitter, test/test_jit.py::TestScript::test_serialized_source_ranges_graph, test/test_jit.py::TestScript::test_serialized_source_ranges_no_dups, test/test_jit.py::TestScript::test_set_attribute_through_optional, test/test_jit.py::TestScript::test_shape_analysis_grad_property, test/test_jit.py::TestScript::test_shape_analysis_loop, test/test_jit.py::TestScript::test_shape_prop_promote_scalar_arg, test/test_jit.py::TestScript::test_shape_prop_promotion, test/test_jit.py::TestScript::test_signed_float_zero, test/test_jit.py::TestScript::test_single_starred_expr_for_loop, test/test_jit.py::TestScript::test_single_starred_lhs, test/test_jit.py::TestScript::test_singleton_tuple_unpack, test/test_jit.py::TestScript::test_slice_guard_elimination, test/test_jit.py::TestScript::test_split, test/test_jit.py::TestScript::test_stack, test/test_jit.py::TestScript::test_static_if_prop, test/test_jit.py::TestScript::test_static_method_on_module, test/test_jit.py::TestScript::test_static_methods, test/test_jit.py::TestScript::test_str_cast, test/test_jit.py::TestScript::test_string_cu, test/test_jit.py::TestScript::test_string_device_implicit_conversion, test/test_jit.py::TestScript::test_string_frontend_elif, test/test_jit.py::TestScript::test_string_index, test/test_jit.py::TestScript::test_string_len, test/test_jit.py::TestScript::test_string_list, test/test_jit.py::TestScript::test_string_new_line, test/test_jit.py::TestScript::test_string_ops, test/test_jit.py::TestScript::test_string_print, test/test_jit.py::TestScript::test_string_single_escape, test/test_jit.py::TestScript::test_string_slicing, test/test_jit.py::TestScript::test_string_sort, test/test_jit.py::TestScript::test_string_sorted, test/test_jit.py::TestScript::test_submodule_attribute_serialization, test/test_jit.py::TestScript::test_submodule_twice, test/test_jit.py::TestScript::test_sum, test/test_jit.py::TestScript::test_sum_list_diff_elms, test/test_jit.py::TestScript::test_sum_list_empty, test/test_jit.py::TestScript::test_sum_list_literal, test/test_jit.py::TestScript::test_sum_list_one, test/test_jit.py::TestScript::test_sum_list_wrong_type, test/test_jit.py::TestScript::test_sys_stdout_override, test/test_jit.py::TestScript::test_tensor_as_tensor_shape_prop, test/test_jit.py::TestScript::test_tensor_data, test/test_jit.py::TestScript::test_tensor_device, test/test_jit.py::TestScript::test_tensor_dtype, test/test_jit.py::TestScript::test_tensor_grad, test/test_jit.py::TestScript::test_tensor_import_export, test/test_jit.py::TestScript::test_tensor_len, test/test_jit.py::TestScript::test_tensor_number_math, test/test_jit.py::TestScript::test_tensor_number_math_cuda, test/test_jit.py::TestScript::test_tensor_requires_grad, test/test_jit.py::TestScript::test_tensor_shape, test/test_jit.py::TestScript::test_tensor_subclasses, test/test_jit.py::TestScript::test_tensor_to, test/test_jit.py::TestScript::test_tensor_to_cpu, test/test_jit.py::TestScript::test_tensor_to_cuda, test/test_jit.py::TestScript::test_tensor_to_device, test/test_jit.py::TestScript::test_ternary, test/test_jit.py::TestScript::test_ternary_module_type_hint, test/test_jit.py::TestScript::test_ternary_right_associative, test/test_jit.py::TestScript::test_ternary_static_if, test/test_jit.py::TestScript::test_torch_any, test/test_jit.py::TestScript::test_torch_functional, test/test_jit.py::TestScript::test_torch_functional_tensordot_int, test/test_jit.py::TestScript::test_torch_functional_tensordot_list, test/test_jit.py::TestScript::test_torch_functional_tensordot_tensor, test/test_jit.py::TestScript::test_torch_functional_tensordot_tuple, test/test_jit.py::TestScript::test_torch_ignore_conversion_to_none, test/test_jit.py::TestScript::test_torch_manual_seed, test/test_jit.py::TestScript::test_torch_pow, test/test_jit.py::TestScript::test_torch_tensor_as_tensor, test/test_jit.py::TestScript::test_torch_tensor_as_tensor_empty_list, test/test_jit.py::TestScript::test_torch_tensor_bad_input, test/test_jit.py::TestScript::test_torch_tensor_dtype, test/test_jit.py::TestScript::test_torchscript_memoryformat, test/test_jit.py::TestScript::test_torchscript_multi_head_attn, test/test_jit.py::TestScript::test_torchscript_multi_head_attn_fast_path, test/test_jit.py::TestScript::test_training_param, test/test_jit.py::TestScript::test_tuple_assignments, test/test_jit.py::TestScript::test_tuple_error_msg, test/test_jit.py::TestScript::test_tuple_index_to_list, test/test_jit.py::TestScript::test_tuple_indexing, test/test_jit.py::TestScript::test_tuple_len, test/test_jit.py::TestScript::test_tuple_nested_sort, test/test_jit.py::TestScript::test_tuple_sort, test/test_jit.py::TestScript::test_tuple_sort_reverse, test/test_jit.py::TestScript::test_tuple_sorted, test/test_jit.py::TestScript::test_tuple_str, test/test_jit.py::TestScript::test_tuple_to_opt_list, test/test_jit.py::TestScript::test_tuple_unsortable_diff_type, test/test_jit.py::TestScript::test_tuple_unsortable_element_type, test/test_jit.py::TestScript::test_tuple_unsortable_nested_diff_type, test/test_jit.py::TestScript::test_type_annotate, test/test_jit.py::TestScript::test_type_annotation_module, test/test_jit.py::TestScript::test_type_annotation_py3, test/test_jit.py::TestScript::test_type_annotations, test/test_jit.py::TestScript::test_type_annotations_repeated_list, test/test_jit.py::TestScript::test_type_annotations_varargs, test/test_jit.py::TestScript::test_type_call_in_script, test/test_jit.py::TestScript::test_type_cast, test/test_jit.py::TestScript::test_type_comments_in_body, test/test_jit.py::TestScript::test_type_inferred_from_empty_annotation, test/test_jit.py::TestScript::test_unbind, test/test_jit.py::TestScript::test_unfold_zero_dim, test/test_jit.py::TestScript::test_unicode_comments, test/test_jit.py::TestScript::test_uninitialized, test/test_jit.py::TestScript::test_union_to_number, test/test_jit.py::TestScript::test_unknown_builtin, test/test_jit.py::TestScript::test_unmatched_type_annotation, test/test_jit.py::TestScript::test_unspecialized_any_binding, test/test_jit.py::TestScript::test_unsqueeze_guard_elimination, test/test_jit.py::TestScript::test_unsupported_builtin_error, test/test_jit.py::TestScript::test_unused_decorator, test/test_jit.py::TestScript::test_unwrap_optional_builtin, test/test_jit.py::TestScript::test_var_aug_assign, test/test_jit.py::TestScript::test_vararg_zeros, test/test_jit.py::TestScript::test_view_listconstruct_shape_prop, test/test_jit.py::TestScript::test_view_shape_prop, test/test_jit.py::TestScript::test_view_write, test/test_jit.py::TestScript::test_weak_cuda, test/test_jit.py::TestScript::test_where, test/test_jit.py::TestScript::test_where_method, test/test_jit.py::TestScript::test_while, test/test_jit.py::TestScript::test_while_nest_if, test/test_jit.py::TestScript::test_while_nonexistent_cond_value, test/test_jit.py::TestScript::test_while_nonexistent_value, test/test_jit.py::TestScript::test_while_write_outer_then_read, test/test_jit.py::TestScript::test_wrong_attr_lookup, test/test_jit.py::TestScript::test_wrong_implicit_expand, test/test_jit.py::TestScript::test_wrong_method_call_inputs, test/test_jit.py::TestScript::test_wrong_module_attr_lookup, test/test_jit.py::TestScript::test_wrong_return_type, test/test_jit.py::TestScript::test_wrong_use_as_callable, test/test_jit.py::TestScript::test_wrong_use_as_tuple, test/test_jit.py::TestScript::test_zero_dimension_tensor_trace, test/test_jit.py::TestScript::test_zeros, test/test_jit.py::TestScript::test_zip_enumerate_modulelist, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_weights_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_BCELoss_weights_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_legacy_enum, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_BCEWithLogitsLoss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_Bilinear, test/test_jit.py::TestJitGeneratedModule::test_nn_CELU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_circular_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_groups, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad1, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad1size1, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad2size1, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad_same, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad_same2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad_same_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_pad_valid, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_reflect_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_replicate_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_stride, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_zero_batch, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv1d_zeros_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_circular_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_depthwise, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_depthwise_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_depthwise_padded, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_depthwise_strided, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_depthwise_with_multiplier, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_groups, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_groups_thnn, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_pad_same, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_pad_same_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_pad_valid, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_padding, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_reflect_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_replicate_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_strided, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_zero_batch, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv2d_zeros_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_1x1x1_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_circular_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_dilated_strided, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_groups, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_pad_same, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_pad_same_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_pad_valid, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_replicate_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_stride, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_stride_padding, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_zero_batch, test/test_jit.py::TestJitGeneratedModule::test_nn_Conv3d_zeros_stride2_pad2, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose1d, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose1d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose1d_groups, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose1d_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose2d, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose2d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose2d_groups, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose2d_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose3d, test/test_jit.py::TestJitGeneratedModule::test_nn_ConvTranspose3d_dilated, test/test_jit.py::TestJitGeneratedModule::test_nn_CosineEmbeddingLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_CosineEmbeddingLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_CosineEmbeddingLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_CrossMapLRN2d, test/test_jit.py::TestJitGeneratedModule::test_nn_ELU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Embedding, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_discontiguous, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_max, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_max_padding_idx, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_mean_padding_idx, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_sparse, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_EmbeddingBag_sum_padding_idx, test/test_jit.py::TestJitGeneratedModule::test_nn_Embedding_discontiguous, test/test_jit.py::TestJitGeneratedModule::test_nn_Embedding_sparse, test/test_jit.py::TestJitGeneratedModule::test_nn_Flatten, test/test_jit.py::TestJitGeneratedModule::test_nn_Flatten_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Fold, test/test_jit.py::TestJitGeneratedModule::test_nn_Fold_int_input, test/test_jit.py::TestJitGeneratedModule::test_nn_Fold_no_batch_dim_input, test/test_jit.py::TestJitGeneratedModule::test_nn_Fold_no_batch_dim_int_input, test/test_jit.py::TestJitGeneratedModule::test_nn_GELU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_GLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_GRUCell, test/test_jit.py::TestJitGeneratedModule::test_nn_Hardshrink_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Hardsigmoid_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Hardswish_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Hardtanh_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_HingeEmbeddingLoss_margin_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_HingeEmbeddingLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_HingeEmbeddingLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_HingeEmbeddingLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_HingeEmbeddingLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_HuberLoss_delta, test/test_jit.py::TestJitGeneratedModule::test_nn_HuberLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_HuberLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_HuberLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_reduce_log_target, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_no_reduce_scalar_log_target, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_with_log_target_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_KLDivLoss_with_target_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_reduce_complex, test/test_jit.py::TestJitGeneratedModule::test_nn_L1Loss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_LSTMCell, test/test_jit.py::TestJitGeneratedModule::test_nn_LayerNorm_3d_no_affine_large_feature, test/test_jit.py::TestJitGeneratedModule::test_nn_LeakyReLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Linear, test/test_jit.py::TestJitGeneratedModule::test_nn_Linear_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Linear_no_bias, test/test_jit.py::TestJitGeneratedModule::test_nn_LogSigmoid_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_MSELoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_MSELoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_MSELoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_MSELoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MSELoss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_MarginRankingLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_MarginRankingLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_MarginRankingLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_Mish_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_0d_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_1d_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_index_neg, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelMarginLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelSoftMarginLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiLabelSoftMarginLoss_weights_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiMarginLoss_1d_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiMarginLoss_margin_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiMarginLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiMarginLoss_p_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiMarginLoss_weights_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_MultiheadAttention, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss2d_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss2d_no_reduce_ignore_index, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss2d_no_reduce_weights, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLossNd_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLossNd_no_reduce_ignore_index, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLossNd_no_reduce_weights, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_reduce_ignore_index, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_reduce_weights, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_reduce_weights_ignore_index, test/test_jit.py::TestJitGeneratedModule::test_nn_NLLLoss_no_reduce_weights_ignore_index_neg, test/test_jit.py::TestJitGeneratedModule::test_nn_PReLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_PairwiseDistance, test/test_jit.py::TestJitGeneratedModule::test_nn_PairwiseDistance_broadcast_lhs, test/test_jit.py::TestJitGeneratedModule::test_nn_PairwiseDistance_broadcast_rhs, test/test_jit.py::TestJitGeneratedModule::test_nn_PairwiseDistance_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_PairwiseDistance_with_non_default_args, test/test_jit.py::TestJitGeneratedModule::test_nn_PixelShuffle, test/test_jit.py::TestJitGeneratedModule::test_nn_PixelUnshuffle, test/test_jit.py::TestJitGeneratedModule::test_nn_PoissonNLLLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_PoissonNLLLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_PoissonNLLLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_PoissonNLLLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_RNNCell, test/test_jit.py::TestJitGeneratedModule::test_nn_RReLU, test/test_jit.py::TestJitGeneratedModule::test_nn_RReLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_RReLU_with_up_down, test/test_jit.py::TestJitGeneratedModule::test_nn_RReLU_with_up_down_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_ReLU6_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_ReLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_ReplicationPad3d, test/test_jit.py::TestJitGeneratedModule::test_nn_ReplicationPad3d_complex, test/test_jit.py::TestJitGeneratedModule::test_nn_ReplicationPad3d_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_SELU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_SiLU_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Sigmoid_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_beta, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_no_reduce_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_SmoothL1Loss_zero_beta, test/test_jit.py::TestJitGeneratedModule::test_nn_SoftMarginLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_SoftMarginLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_SoftMarginLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_SoftMarginLoss_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_Softplus_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Softshrink_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Softsign_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Tanh_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Tanhshrink_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Threshold_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Transformer, test/test_jit.py::TestJitGeneratedModule::test_nn_TransformerDecoderLayer_gelu_activation, test/test_jit.py::TestJitGeneratedModule::test_nn_TransformerDecoderLayer_relu_activation, test/test_jit.py::TestJitGeneratedModule::test_nn_TransformerEncoderLayer_gelu_activation, test/test_jit.py::TestJitGeneratedModule::test_nn_TransformerEncoderLayer_relu_activation, test/test_jit.py::TestJitGeneratedModule::test_nn_Transformer_multilayer_coder, test/test_jit.py::TestJitGeneratedModule::test_nn_TripletMarginLoss_no_batch_dim_mean, test/test_jit.py::TestJitGeneratedModule::test_nn_TripletMarginLoss_no_batch_dim_none, test/test_jit.py::TestJitGeneratedModule::test_nn_TripletMarginLoss_no_batch_dim_sum, test/test_jit.py::TestJitGeneratedModule::test_nn_Unflatten_no_batch_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_Unfold, test/test_jit.py::TestJitGeneratedModule::test_nn_Unfold_int_input, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_2d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_scale_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_scale_tuple_shared_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_scale_tuple_skewed_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_tuple_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bicubic_tuple_2d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_2d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_scale_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_scale_tuple_shared_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_scale_tuple_skewed_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_tuple_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_bilinear_tuple_2d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_1d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_1d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_scale_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_scale_1d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_linear_tuple_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_1d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_2d_launch_configs, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_2d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_3d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_scale_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_scale_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_scale_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_tuple_1d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_tuple_2d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_nearest_tuple_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_3d_zero_dim, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_scale_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_scale_3d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_tuple_3d, test/test_jit.py::TestJitGeneratedModule::test_nn_interpolate_trilinear_tuple_3d_align_corners, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_dim0, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_dim3, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_lastdim, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_spatial, test/test_jit.py::TestJitGeneratedModule::test_nn_log_softmax_spatial_special, test/test_jit.py::TestJitGeneratedModule::test_nn_multimarginloss_1d_input_0d_target_no_reduce, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_functional_dim0, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_functional_dim3, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_functional_scalar, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_lastdim, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_lastdim_dtype, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_spatial, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_spatial_dtype, test/test_jit.py::TestJitGeneratedModule::test_nn_softmax_spatial_special, test/test_jit.py::TestProducerVersion::test_version 2025-03-14T06:18:47.0273654Z 2025-03-14T06:18:53.8912968Z Running functorch/test_ops 7/8 ... [2025-03-14 06:18:53.890480] 2025-03-14T06:18:53.8913867Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:18:53.8923361Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_ops.py', '-m', 'not serial', '--shard-id=7', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:18:53.891586] 2025-03-14T06:22:46.6289150Z 2025-03-14T06:22:46.6290516Z functorch/test_vmap 2/2 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_vmap_2.2_2f1b33abdb915afe_.log 2025-03-14T06:22:46.7104270Z Running 1066 items in this shard: test/functorch/test_vmap.py::TestVmapAPI::test_backward_unsupported_interaction, test/functorch/test_vmap.py::TestVmapAPI::test_batched_gradient_basic, test/functorch/test_vmap.py::TestVmapAPI::test_checkpoint, test/functorch/test_vmap.py::TestVmapAPI::test_different_map_dim_size_raises, test/functorch/test_vmap.py::TestVmapAPI::test_fallback_does_not_warn_by_default, test/functorch/test_vmap.py::TestVmapAPI::test_fallback_multiple_returns, test/functorch/test_vmap.py::TestVmapAPI::test_fallback_warns_when_warnings_are_enabled, test/functorch/test_vmap.py::TestVmapAPI::test_fallback_zero_dim, test/functorch/test_vmap.py::TestVmapAPI::test_func_with_no_inputs, test/functorch/test_vmap.py::TestVmapAPI::test_func_with_no_tensors, test/functorch/test_vmap.py::TestVmapAPI::test_functools_partial, test/functorch/test_vmap.py::TestVmapAPI::test_in_dims_wrong_type_err_msg, test/functorch/test_vmap.py::TestVmapAPI::test_inplace_fallback_nary_same_levels, test/functorch/test_vmap.py::TestVmapAPI::test_integer_in_dim_but_not_tensor_input_err_msg, test/functorch/test_vmap.py::TestVmapAPI::test_multiple_outputs, test/functorch/test_vmap.py::TestVmapAPI::test_multiple_outputs2, test/functorch/test_vmap.py::TestVmapAPI::test_nested_out_dims, test/functorch/test_vmap.py::TestVmapAPI::test_nested_with_different_map_dim, test/functorch/test_vmap.py::TestVmapAPI::test_nn_module, test/functorch/test_vmap.py::TestVmapAPI::test_non_default_in_dims_out_dims, test/functorch/test_vmap.py::TestVmapAPI::test_non_tensor_output_raises, test/functorch/test_vmap.py::TestVmapAPI::test_nonzero_out_dims, test/functorch/test_vmap.py::TestVmapAPI::test_out_dims_must_be_int_or_collection_of_int_err_msg, test/functorch/test_vmap.py::TestVmapAPI::test_out_dims_none, test/functorch/test_vmap.py::TestVmapAPI::test_pytree_returns, test/functorch/test_vmap.py::TestVmapAPI::test_pytree_returns_broadcast_nested, test/functorch/test_vmap.py::TestVmapAPI::test_reshape_dim_into, test/functorch/test_vmap.py::TestVmapAPI::test_restore_vmap_pytree_input_output, test/functorch/test_vmap.py::TestVmapAPI::test_restore_vmap_unexpanded_outputs, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_add, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_add_dunder, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_mul, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_mul_dunder, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_pow, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_pow_dunder, test/functorch/test_vmap.py::TestVmapOperators::test_arithmetic_sub, test/functorch/test_vmap.py::TestVmapOperators::test_as_strided, test/functorch/test_vmap.py::TestVmapOperators::test_bmm, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_0_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_0_out_dim_2_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_1_out_dim_0_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_1_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_1_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_1_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_chunk_vmap_in_dim_1_out_dim_2_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_clamp, test/functorch/test_vmap.py::TestVmapOperators::test_clamp_inplace_variant_clamp_max_, test/functorch/test_vmap.py::TestVmapOperators::test_clamp_inplace_variant_clamp_min_, test/functorch/test_vmap.py::TestVmapOperators::test_clamp_variant_clamp_min, test/functorch/test_vmap.py::TestVmapOperators::test_conj, test/functorch/test_vmap.py::TestVmapOperators::test_conj_bit, test/functorch/test_vmap.py::TestVmapOperators::test_contiguous, test/functorch/test_vmap.py::TestVmapOperators::test_conv2d, test/functorch/test_vmap.py::TestVmapOperators::test_copy_, test/functorch/test_vmap.py::TestVmapOperators::test_diagonal, test/functorch/test_vmap.py::TestVmapOperators::test_imag, test/functorch/test_vmap.py::TestVmapOperators::test_is_contiguous, test/functorch/test_vmap.py::TestVmapOperators::test_mean_dim, test/functorch/test_vmap.py::TestVmapOperators::test_mm, test/functorch/test_vmap.py::TestVmapOperators::test_mv, test/functorch/test_vmap.py::TestVmapOperators::test_narrow, test/functorch/test_vmap.py::TestVmapOperators::test_real, test/functorch/test_vmap.py::TestVmapOperators::test_repeat, test/functorch/test_vmap.py::TestVmapOperators::test_reshape_as, test/functorch/test_vmap.py::TestVmapOperators::test_roll_no_dims, test/functorch/test_vmap.py::TestVmapOperators::test_slogdet, test/functorch/test_vmap.py::TestVmapOperators::test_squeeze, test/functorch/test_vmap.py::TestVmapOperators::test_sum, test/functorch/test_vmap.py::TestVmapOperators::test_sum_dim, test/functorch/test_vmap.py::TestVmapOperators::test_trace, test/functorch/test_vmap.py::TestVmapOperators::test_transpose, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_acos, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_asin, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_ceil, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_cosh, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_digamma, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_exp, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_expm1, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_frac, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_lgamma, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_log1p, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_relu, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_round, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_rsqrt, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_sign, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_sinh, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_tanh, test/functorch/test_vmap.py::TestVmapOperators::test_unary_pointwise_trunc, test/functorch/test_vmap.py::TestVmapOperators::test_unbind, test/functorch/test_vmap.py::TestVmapOperators::test_unsafe_view, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_0_out_dim_0_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_0_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_0_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_1_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_1_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_composition_in_dim_1_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_0_out_dim_0_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_0_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_0_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_0_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_1_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_1_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_error_in_dim_1_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_0_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_0_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_0_out_dim_2_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_1_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_1_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_1_out_dim_2_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_2_out_dim_0_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_2_out_dim_1_randomness_error, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_2_out_dim_1_randomness_same, test/functorch/test_vmap.py::TestVmapOperators::test_vmap_chunksize_in_dim_2_out_dim_2_randomness_error, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_0d_tensor_index_put_inplace_False_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_0d_tensor_index_put_inplace_True_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_batch_norm_training_False_track_running_stats_False_affine_True_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_batch_norm_training_False_track_running_stats_True_affine_False_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_batch_norm_training_False_track_running_stats_True_affine_True_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_batch_norm_training_True_track_running_stats_False_affine_True_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_batch_norm_training_True_track_running_stats_True_affine_True_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_flatten_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_foo_like_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_group_norm_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_linalg_svd_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_nested_advanced_indexing_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyCatCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyCubeAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyCubeCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyMulAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyNMSCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyNonzeroCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpySortAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpySplitCopyCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpySplitCopyWithIntCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_NumpyViewCopyCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___getitem___functorch_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___radd___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rand___cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rdiv___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rmul___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rpow___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rsub___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule___rxor___cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__batch_norm_with_update_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__chunk_cat_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__native_batch_norm_legit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__segment_reduce_lengths_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__segment_reduce_offsets_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule__unsafe_masked_index_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_abs_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_acosh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_addmm_decomposed_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_alias_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_all_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_allclose_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_angle_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_any_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_argmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_argwhere_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_as_strided_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_as_strided_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_as_strided_scatter_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_asin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_asinh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_atan_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_atanh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_atleast_2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_atleast_3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bfloat16_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bitwise_left_shift_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bitwise_or_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_block_diag_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bmm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_broadcast_shapes_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_broadcast_tensors_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_byte_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cartesian_prod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cdouble_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cfloat_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_chalf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cholesky_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_chunk_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_clamp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_clamp_max_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_clone_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_complex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_conj_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_contiguous_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_copysign_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cos_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cosh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cummin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_cumsum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_diag_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_diagonal_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_diagonal_scatter_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_diff_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_dist_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_div_trunc_rounding_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_double_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_dstack_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_einsum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_empty_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_empty_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_empty_permuted_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_erf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_exp2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_exp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_expand_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_eye_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_fftshift_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_hfft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_hfftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ifft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ifft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ifftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ifftshift_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ihfft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_ihfftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_irfft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_irfft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fft_rfftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fill_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_flatten_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_flip_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_flipud_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_fmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_full_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_full_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_ge_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_geometric_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_geqrf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_gradient_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_grid_sampler_2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_histc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_histogramdd_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_hypot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_igamma_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_igammac_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_imag_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_add_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_put_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_reduce_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_reduce_prod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_index_select_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_int_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_isclose_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_istft_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_jiterator_unary_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_kron_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_kthvalue_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_lcm_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_le_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_cond_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_cross_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_diagonal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_eig_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_ldl_factor_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_ldl_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_lstsq_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_lu_factor_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_lu_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_matrix_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_matrix_power_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_multi_dot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_pinv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_pinv_singular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_svdvals_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_tensorinv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_vander_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_linalg_vecdot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log10_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log1p_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log_normal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log_softmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_log_softmax_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logaddexp2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logaddexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logical_and_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logical_not_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logspace_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_logsumexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_long_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_mH_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_amax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_amin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_argmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_cumsum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_logaddexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_logsumexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_masked_select_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_matmul_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_max_reduction_no_dim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_min_binary_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_min_reduction_with_dim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_minimum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_msort_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_mul_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nan_to_num_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nanmean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nanquantile_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_narrow_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_native_layer_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_new_empty_strided_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_new_zeros_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_channel_shuffle_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_dropout2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_gelu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_linear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_mish_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_multi_head_attention_forward_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_pdist_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_prelu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_relu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_rms_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_rrelu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_silu_complex_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_softplus_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_softshrink_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_softsign_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_threshold_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_norm_fro_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_norm_inf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_normal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_normal_in_place_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_ones_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_ormqr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_pca_lowrank_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_permute_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_pinverse_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_positive_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_put_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_qr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_rand_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_randint_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_randint_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_randn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_reciprocal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_repeat_interleave_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_reshape_as_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_resize_as__cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_resolve_conj_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_resolve_neg_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_roll_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_round_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_round_decimals_0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_round_decimals_3_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_round_decimals_neg_3_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_rsqrt_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_scatter_reduce_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_searchsorted_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_select_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_select_scatter_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sign_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_signal_windows_blackman_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_signal_windows_gaussian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_signal_windows_general_hamming_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_signal_windows_hann_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sinc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_softmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_softmax_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sparse_mm_reduce_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sparse_sampled_addmm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_airy_ai_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_bessel_j1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_bessel_y0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_i0e_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_i1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_ndtri_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_special_xlog1py_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_split_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_split_with_sizes_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_square_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_squeeze_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_squeeze_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_squeeze_multiple_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_stack_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_std_mean_unbiased_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_stft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sub_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_sum_to_size_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_svd_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_svd_lowrank_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_t_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_take_along_dim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_tanh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_to_sparse_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_transpose_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_triangular_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_tril_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_triu_indices_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_true_divide_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_trunc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unbind_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unflatten_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unfold_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unfold_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_uniform_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unique_consecutive_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unravel_index_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unsafe_chunk_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_unsqueeze_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_var_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_var_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_view_as_complex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_view_as_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_view_as_real_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_view_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_view_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_vstack_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_xlogy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_op_has_batch_rule_zeros_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_slogdet_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_sum_scalar_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_torch_return_types_returns_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_escaped_error_cpu, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyCatCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyCubeAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyExpMarkDirtyAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyMulCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyNMSCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyNonzeroCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpySortAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpySortCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpySplitCopyCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyTakeCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_NumpyViewCopyCustomOp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_SortGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_T_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ZeroGradientsGenVmapAutogradFunction_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___getitem___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___radd___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___rand___cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___rmul___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___ror___cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive___rsub___cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__native_batch_norm_legit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__segment_reduce_lengths_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__softmax_backward_data_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__unsafe_masked_index_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_abs_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_acos_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_acosh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_add_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_aminmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_arange_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_argmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_argmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_as_strided_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_asin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_atanh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_baddbmm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bitwise_or_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bitwise_right_shift_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bmm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_broadcast_shapes_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_bucketize_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cartesian_prod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cauchy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cdist_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cdouble_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ceil_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_char_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cholesky_inverse_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cholesky_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_clamp_min_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_clone_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_column_stack_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_combinations_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_contiguous_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cos_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_count_nonzero_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cov_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cummax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_cumulative_trapezoid_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_diag_embed_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_diagflat_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_diagonal_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_div_floor_rounding_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_div_no_rounding_mode_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_dot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_double_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_dsplit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_empty_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_empty_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_empty_strided_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_equal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_erfc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_erfinv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_expm1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_fftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_hfft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_ifft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_ifft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_ifftshift_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_ihfftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_irfft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_irfftn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fft_rfft2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fill_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_flipud_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_float_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_float_power_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_floor_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_floor_divide_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_fmod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_frac_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_frexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_full_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_gather_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ge_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_gt_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_histc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_hsplit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_hypot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_i0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_imag_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_index_add_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_index_fill_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_index_reduce_amax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_index_reduce_amin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_index_reduce_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_inner_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_isclose_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_isin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_isnan_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_isneginf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_isposinf_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_istft_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_item_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_jiterator_binary_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_jiterator_unary_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_kron_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ldexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_le_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_lerp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_lgamma_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_cholesky_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_det_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_diagonal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_eigh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_eigvals_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_eigvalsh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_inv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_inv_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_ldl_factor_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_ldl_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_lstsq_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_lu_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_multi_dot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_pinv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_pinv_singular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_qr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_solve_triangular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_svd_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_svdvals_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_tensorinv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linalg_vector_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linspace_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_linspace_tensor_overload_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_log2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_log_softmax_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_logical_and_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_logical_not_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_logical_or_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_logspace_tensor_overload_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_logsumexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_long_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_lt_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_lu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_amax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_amin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_argmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_argmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_cumprod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_cumsum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_fill_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_logsumexp_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_median_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_select_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_masked_softmax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_min_reduction_no_dim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_mode_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_movedim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_mul_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_mv_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nan_to_num_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nanmean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nanmedian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nanquantile_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nansum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_narrow_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_narrow_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_native_batch_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_native_dropout_backward_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_native_layer_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_neg_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_new_empty_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_new_full_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_new_zeros_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_bilinear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_dropout_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_embedding_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_glu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_group_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_kl_div_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_linear_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_max_pool1d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_normalize_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_pad_replicate_negative_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_pdist_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_prelu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_relu6_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_rrelu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_softmin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_softplus_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_softsign_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_threshold_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nn_functional_unfold_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_nonzero_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_norm_fro_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_norm_nuc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_normal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_normal_number_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ones_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_outer_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_permute_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_permute_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_polar_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_prod_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_qr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_quantile_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_rad2deg_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_randint_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_real_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_reciprocal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_renorm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_repeat_interleave_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_reshape_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_resize_as__cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_roll_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_rot90_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_round_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_round_decimals_0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_round_decimals_3_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_rsqrt_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_rsub_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_scatter_reduce_amax_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_scatter_reduce_amin_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_searchsorted_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sgn_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sigmoid_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signal_windows_bartlett_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signal_windows_blackman_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signal_windows_cosine_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signal_windows_hamming_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signal_windows_hann_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_signbit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sinc_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sinh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_slice_scatter_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_softmax_with_dtype_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sort_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sparse_mm_reduce_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_airy_ai_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_bessel_y1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_entr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_hermite_polynomial_he_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_legendre_polynomial_p_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_log_ndtr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_ndtr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_ndtri_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_spherical_bessel_j0_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_special_zeta_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_split_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_split_with_sizes_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_split_with_sizes_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sqrt_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_square_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_squeeze_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_squeeze_multiple_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_std_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_std_mean_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_stft_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sum_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_sum_to_size_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_t_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_take_along_dim_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_take_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_tan_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_tanh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_tensordot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_to_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_topk_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_trapezoid_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_trapz_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_tril_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_tril_indices_cpu_int64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_triu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_unbind_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_uniform_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_unique_consecutive_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_unsafe_chunk_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_unsqueeze_copy_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_unsqueeze_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_var_unbiased_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_view_as_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_view_as_real_cpu_complex64, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_view_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_vsplit_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_vstack_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_exhaustive_zeros_like_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_diagonal_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_lu_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_lu_factor_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_pinv_singular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32, test/functorch/test_vmap.py::TestVmapOperatorsOpInfoCPU::test_vmap_multi_dot_failure_1D_input_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_add_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_binary_cross_entropy_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_diagonal_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_expand_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_index_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_inplace_view_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_log_softmax_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_logsumexp_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_permute_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_randomness_backend0_randomness_error_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_reshape_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_sdpa_backend0_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_sigmoid_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_slice_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_threshold_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_unrelated_output_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_unrelated_output_multiple_grad_cpu, test/functorch/test_vmap.py::TestVmapBatchedGradientCPU::test_vmap_fallback_check, test/functorch/test_vmap.py::TestTransformFailureCPU::test_fails_with_autograd_function_transform_grad_cpu, test/functorch/test_vmap.py::TestTransformFailureCPU::test_fails_with_autograd_function_transform_jacrev_cpu, test/functorch/test_vmap.py::TestTransformFailureCPU::test_fails_with_autograd_function_transform_vjp_cpu, test/functorch/test_vmap.py::TestTransformFailureCPU::test_fails_with_autograd_function_transform_vmap_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_alpha_dropout_randomness_different_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_alpha_dropout_randomness_different_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_alpha_dropout_randomness_error_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_alpha_dropout_randomness_same_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_alpha_dropout_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_0_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_1_out_dim_0_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_1_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_1_out_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_2_out_dim_0_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_chunk_vmap_in_dim_2_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_randomness_different_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_randomness_different_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_randomness_different_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_unbatched_randomness_different_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_dropout_unbatched_randomness_same_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_factory_ops_randomness_different_use_generator_False_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_factory_ops_randomness_error_use_generator_False_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_factory_ops_randomness_error_use_generator_True_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_factory_ops_randomness_same_use_generator_True_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_alpha_dropout_randomness_different_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_alpha_dropout_randomness_different_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_alpha_dropout_randomness_error_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_alpha_dropout_randomness_error_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_alpha_dropout_randomness_same_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_jacfwd_with_random_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_like_functions_randomness_different_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_like_functions_randomness_different_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_like_functions_randomness_error_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_like_functions_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_randperm_randomness_error_use_generator_False_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_randperm_randomness_error_use_generator_True_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_randperm_randomness_same_use_generator_True_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_vmap_chunksize_in_dim_0_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_vmap_chunksize_in_dim_0_out_dim_2_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_vmap_chunksize_in_dim_1_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_vmap_chunksize_in_dim_2_out_dim_1_cpu, test/functorch/test_vmap.py::TestRandomnessCPU::test_vmap_chunksize_in_dim_2_out_dim_2_cpu, test/functorch/test_vmap.py::TestVmapDeviceTypeCPU::test__is_all_true_cpu, test/functorch/test_vmap.py::TestVmapDeviceTypeCPU::test__is_any_true_cpu, test/functorch/test_vmap.py::TestVmapDeviceTypeCPU::test_vmap_fallback_check_ok, test/functorch/test_vmap.py::TestVmapNestedTensorCPU::test_cat_batching_rule_cpu, test/functorch/test_vmap.py::TestVmapNestedTensorCPU::test_fallback_binary_nt_and_unbatched_dense_cpu, test/functorch/test_vmap.py::TestVmapNestedTensorCPU::test_vmap_fallback_check 2025-03-14T06:22:46.7857275Z 2025-03-14T06:22:52.6169937Z Running torch_np/numpy_tests/fft/test_helper 1/1 ... [2025-03-14 06:22:52.616784] 2025-03-14T06:22:52.6170507Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:22:52.6177251Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/fft/test_helper.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:22:52.617446] 2025-03-14T06:23:07.5419813Z 2025-03-14T06:23:07.5421285Z torch_np/numpy_tests/fft/test_helper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.fft.test_helper_1.1_878b352adaec0465_.log 2025-03-14T06:23:07.5426767Z Running 8 items in this shard: test/torch_np/numpy_tests/fft/test_helper.py::TestFFTShift::test_axes_keyword, test/torch_np/numpy_tests/fft/test_helper.py::TestFFTShift::test_definition, test/torch_np/numpy_tests/fft/test_helper.py::TestFFTShift::test_equal_to_original, test/torch_np/numpy_tests/fft/test_helper.py::TestFFTShift::test_inverse, test/torch_np/numpy_tests/fft/test_helper.py::TestFFTShift::test_uneven_dims, test/torch_np/numpy_tests/fft/test_helper.py::TestFFTFreq::test_definition, test/torch_np/numpy_tests/fft/test_helper.py::TestRFFTFreq::test_definition, test/torch_np/numpy_tests/fft/test_helper.py::TestIRFFTN::test_not_last_axis_success 2025-03-14T06:23:07.5431725Z 2025-03-14T06:23:14.4631882Z Running test_type_promotion 1/1 ... [2025-03-14 06:23:14.461761] 2025-03-14T06:23:14.4632697Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:23:14.4641728Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:23:14.461761] 2025-03-14T06:23:26.3897481Z 2025-03-14T06:23:26.3899217Z test_type_promotion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_type_promotion_1.1_0938b13edceeaf88_.log 2025-03-14T06:23:26.4211877Z Running 423 items in this shard: test/test_type_promotion.py::TestTypePromotionCPU::test_add_wrapped_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_alpha_mismatch_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_alternate_result_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_bfloat16_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_booleans_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_can_cast_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_cat_different_dtypes_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_cat_out_different_dtypes_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_bool_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float32_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_float64_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_clamp_type_promotion_cpu_int32_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_comparison_ops_with_type_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_complex_assertraises_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_complex_half_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_complex_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_complex_scalar_mult_tensor_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_computation_ignores_out_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_create_bool_tensors_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_cpu_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_inplace_cpu_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_div_promotion_out_cpu_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_float_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_from_issue_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_half_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_indexing_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_indexing_fail_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_inplace_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_int_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_int_to_float_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_integer_addcdiv_deprecated_cpu_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_integer_addcdiv_deprecated_cpu_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_integer_addcdiv_deprecated_cpu_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_integer_addcdiv_deprecated_cpu_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_integer_addcdiv_deprecated_cpu_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_lt_with_type_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_many_promotions_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_mixed_type_backward_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_non_promoting_ops_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_promote_self_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_promote_types_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bfloat16_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_bool_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex128_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_complex64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float16_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float32_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_float64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int16_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int32_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int64_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_int8_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_bfloat16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_float16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_int8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_cpu_uint8_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_result_type_tensor_vs_scalar_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_add_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_promotion_cpu_bool, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_promotion_cpu_int16, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_promotion_cpu_int32, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_promotion_cpu_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_div_promotion_cpu_uint8, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_mul_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_sparse_sub_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_ternary_out_promotion_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_transpose_cpu, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex128_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex128_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex128_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex128_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex128_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_complex64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float32_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float32_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float32_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float32_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float32_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_float64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_int64_complex128, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_int64_complex64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_int64_float32, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_int64_float64, test/test_type_promotion.py::TestTypePromotionCPU::test_unary_op_out_casting_cpu_int64_int64, test/test_type_promotion.py::TestTypePromotionCPU::test_unsigned_cpu 2025-03-14T06:23:26.4509823Z 2025-03-14T06:23:32.9822269Z Running test_linalg 1/1 ... [2025-03-14 06:23:32.980035] 2025-03-14T06:23:32.9822815Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:23:32.9830786Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:23:32.980035] 2025-03-14T06:27:42.5353311Z 2025-03-14T06:27:42.5354176Z test_linalg 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_linalg_1.1_4c5058dedfff69ef_.log 2025-03-14T06:27:42.5751744Z Running 1226 items in this shard: test/test_linalg.py::TestLinalgCPU::test_1_sized_with_0_strided_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_1_sized_with_0_strided_cpu_float64, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_1_k_128_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_1_k_128_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_1_k_64_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_1_k_64_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_32_k_128_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_32_k_128_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_32_k_64_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_matmul_4bit_m_32_k_64_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_256_n_128_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_256_n_32_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_256_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_256_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_64_n_128_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_64_n_32_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_64_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__dyn_quant_pack_4bit_weight_k_64_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_32_k_32_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_32_k_32_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_32_k_64_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_32_k_64_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_64_k_32_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_64_k_32_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_64_k_64_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test__int4_mm_m_64_k_64_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_48_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_48_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_48_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_48_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_64_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_64_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_64_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_32_n_64_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_48_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_48_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_48_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_48_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_64_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_64_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_64_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_32_k_64_n_64_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_48_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_48_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_48_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_48_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_64_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_64_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_64_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_32_n_64_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_48_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_48_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_48_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_48_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_64_compile_False_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_64_compile_False_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_64_compile_True_slice_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int8_mm_m_64_k_64_n_64_compile_True_slice_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_0_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_17_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_0_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_16_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_16_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_False_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_False_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_0_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_1_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_cpu_m_8_k_32_n_32_use_transpose_a_True_use_transpose_b_True_non_contig_type_2_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_errors_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_16_use_transpose_a_False_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_16_use_transpose_a_False_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_16_use_transpose_a_True_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_16_use_transpose_a_True_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_32_use_transpose_a_False_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_32_use_transpose_a_False_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_32_use_transpose_a_True_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_16_n_32_use_transpose_a_True_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_16_use_transpose_a_False_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_16_use_transpose_a_False_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_16_use_transpose_a_True_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_16_use_transpose_a_True_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_32_use_transpose_a_False_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_32_use_transpose_a_False_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_32_use_transpose_a_True_use_transpose_b_False_cpu, test/test_linalg.py::TestLinalgCPU::test__int_mm_k_32_n_32_use_transpose_a_True_use_transpose_b_True_cpu, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addbmm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmm_baddbmm_overflow_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmm_gelu_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_gelu_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_gelu_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_0_2_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_False_alpha_1_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_0_2_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_False_transpose_b_True_alpha_1_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_0_2_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_False_alpha_1_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_0_2_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_5_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_5_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_0_5_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_1_0_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_1_0_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmm_mv_transpose_a_True_transpose_b_True_alpha_1_0_beta_1_0_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_tunableop_rocm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_tunableop_rocm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_relu_tunableop_rocm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmm_sizes_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmm_sizes_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmv_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addr_bool_cpu_bool, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_addr_float_and_complex_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_addr_integral_cpu_int16, test/test_linalg.py::TestLinalgCPU::test_addr_integral_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_addr_integral_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_addr_integral_cpu_int8, test/test_linalg.py::TestLinalgCPU::test_addr_integral_cpu_uint8, test/test_linalg.py::TestLinalgCPU::test_addr_type_promotion_cpu, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_baddbmm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_int16, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_baddbmm_input_dtypes_compatibility_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_baddbmm_nan_input_with_zero_beta_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_int16, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_int8, test/test_linalg.py::TestLinalgCPU::test_blas_alpha_beta_empty_cpu_uint8, test/test_linalg.py::TestLinalgCPU::test_blas_empty_cpu, test/test_linalg.py::TestLinalgCPU::test_blas_mv_large_input_cpu, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_blas_nan_out_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_bmm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_bmm_tunableop_rocm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_broadcast_batched_matmul_cpu, test/test_linalg.py::TestLinalgCPU::test_broadcast_fused_matmul_cpu, test/test_linalg.py::TestLinalgCPU::test_chain_matmul_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_non_pd_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_non_pd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_non_pd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_ex_non_pd_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_inverse_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_backward_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_many_batches_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_many_batches_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_many_batches_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_batched_many_batches_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_out_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_out_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_out_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cholesky_solve_out_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_ck_blas_library_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_1_k_128_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_1_k_128_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_1_k_64_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_1_k_64_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_32_k_128_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_32_k_128_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_32_k_64_n_11008_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_dyn_quant_matmul_4bit_m_32_k_64_n_4096_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_32_k_32_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_32_k_32_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_32_k_64_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_32_k_64_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_64_k_32_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_64_k_32_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_64_k_64_n_48_cpu, test/test_linalg.py::TestLinalgCPU::test_compile_int4_mm_m_64_k_64_n_64_cpu, test/test_linalg.py::TestLinalgCPU::test_cond_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cond_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cond_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cond_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_cond_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_cond_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cond_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cond_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_int16, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_int8, test/test_linalg.py::TestLinalgCPU::test_corner_cases_of_cublasltmatmul_cpu_uint8, test/test_linalg.py::TestLinalgCPU::test_cross_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cross_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_cross_with_and_without_dim_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_cross_with_and_without_dim_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_det_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_det_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_det_logdet_slogdet_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_det_logdet_slogdet_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_disable_tuning_tunableop_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_dot_invalid_args_cpu, test/test_linalg.py::TestLinalgCPU::test_dot_vs_numpy_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_dot_vs_numpy_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_dot_vs_numpy_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_dot_vs_numpy_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_dump_results_on_exit_tunableop_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eig_check_magma_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eig_compare_backends_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eig_compare_backends_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eig_compare_backends_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eig_compare_backends_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eig_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eig_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eig_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eig_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eig_numpy_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eig_numpy_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eig_removed_error_cpu, test/test_linalg.py::TestLinalgCPU::test_eig_with_nan_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eig_with_nan_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eig_with_nan_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eig_with_nan_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigh_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigh_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigh_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigh_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigh_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigh_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigh_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigh_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigh_lower_uplo_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigh_lower_uplo_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigh_lower_uplo_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigh_lower_uplo_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigh_lwork_lapack_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigh_lwork_lapack_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigh_lwork_lapack_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigh_lwork_lapack_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigh_svd_illcondition_matrix_input_should_not_crash_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigh_svd_illcondition_matrix_input_should_not_crash_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigvals_compare_backends_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigvals_compare_backends_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigvals_compare_backends_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigvals_compare_backends_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigvals_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigvals_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigvals_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigvals_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigvals_numpy_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigvals_numpy_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_eigvalsh_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_einsum_corner_cases_cpu, test/test_linalg.py::TestLinalgCPU::test_einsum_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_einsum_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_einsum_error_cases_cpu, test/test_linalg.py::TestLinalgCPU::test_einsum_random_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_einsum_random_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_einsum_sublist_format_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_einsum_sublist_format_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_32_k_32_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_32_k_35_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_32_k_36_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_32_k_40_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_32_k_64_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_35_k_32_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_35_k_35_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_35_k_36_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_35_k_40_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_35_k_64_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_36_k_32_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_36_k_35_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_36_k_36_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_36_k_40_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_36_k_64_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_40_k_32_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_40_k_35_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_40_k_36_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_40_k_40_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_40_k_64_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_64_k_32_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_64_k_35_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_64_k_36_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_64_k_40_cpu, test/test_linalg.py::TestLinalgCPU::test_fp16_mv_transposed_first_argument_arm_cpu_m_64_k_64_cpu, test/test_linalg.py::TestLinalgCPU::test_gemm_bias_offline_tunableop_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_gemm_bias_tunableop_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_geqrf_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_geqrf_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_geqrf_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_geqrf_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_householder_product_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_householder_product_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_householder_product_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_householder_product_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_householder_product_errors_and_warnings_cpu, test/test_linalg.py::TestLinalgCPU::test_inner_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inner_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inv_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inv_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inv_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inv_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_inv_ex_info_device_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inv_ex_info_device_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inv_ex_info_device_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inv_ex_info_device_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_inv_ex_singular_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inv_ex_singular_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inv_ex_singular_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inv_ex_singular_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_invariance_error_spectral_decompositions_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inverse_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inverse_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inverse_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inverse_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_large_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_large_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_large_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inverse_errors_large_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_inverse_many_batches_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_inverse_many_batches_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_inverse_many_batches_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_inverse_many_batches_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_kron_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_kron_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_kron_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_kron_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_kron_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_kron_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_kron_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_kron_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_kron_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_kron_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_kron_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_kron_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lapack_empty_cpu, test/test_linalg.py::TestLinalgCPU::test_large_bmm_backward_cpu, test/test_linalg.py::TestLinalgCPU::test_large_bmm_mm_backward_cpu, test/test_linalg.py::TestLinalgCPU::test_ldl_factor_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_ldl_factor_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_ldl_factor_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_ldl_factor_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_ldl_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_ldl_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_ldl_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_ldl_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_cross_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_cross_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_cross_with_and_without_dim_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_cross_with_and_without_dim_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_batch_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_batch_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_batch_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_batch_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_input_checks_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_input_checks_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_input_checks_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lstsq_input_checks_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_cpu_errors_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_cpu_errors_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_cpu_errors_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_cpu_errors_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_family_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_family_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_family_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_family_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_lu_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_analytic_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_analytic_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_analytic_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_analytic_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_batch_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_batch_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_boundary_cases_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_boundary_cases_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_boundary_cases_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_boundary_cases_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_compare_with_taylor_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_compare_with_taylor_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_compare_with_taylor_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_compare_with_taylor_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_no_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_perverse_nan_values_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_perverse_nan_values_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_perverse_nan_values_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_perverse_nan_values_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_utils_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_matrix_exp_utils_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_qr_autograd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_large_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_large_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_large_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_linalg_solve_triangular_large_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_linear_algebra_scalar_raises_cpu, test/test_linalg.py::TestLinalgCPU::test_lobpcg_basic_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lobpcg_ortho_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lobpcg_scipy_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lobpcg_torchscript_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lower_precision_accumulation_with_ref_path_cpu, test/test_linalg.py::TestLinalgCPU::test_lstsq_removed_error_cpu, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_many_batches_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_many_batches_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_many_batches_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_lu_solve_batched_many_batches_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_lu_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_lu_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_large_matrices_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_lu_solve_large_matrices_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_lu_solve_large_matrices_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_lu_solve_large_matrices_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_lu_unpack_check_input_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matmul_45724_cpu, test/test_linalg.py::TestLinalgCPU::test_matmul_check_entries_tunableop_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_matmul_offline_mgpu_tunableop_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_offline_tunableop_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_matmul_out_kernel_errors_with_autograd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matmul_out_kernel_errors_with_autograd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_1d_Nd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_1d_Nd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_1d_Nd_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_2d_Nd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_2d_Nd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_2d_Nd_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_3d_Nd_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_3d_Nd_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_3d_Nd_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_tunableop_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_tunableop_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matmul_small_brute_force_tunableop_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_norm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_norm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_power_negative_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_power_negative_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_power_non_negative_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_power_non_negative_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_atol_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_atol_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_atol_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_atol_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_atol_rtol_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_basic_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_basic_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_basic_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_basic_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_out_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_out_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_out_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_out_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_matrix_rank_removed_error_cpu, test/test_linalg.py::TestLinalgCPU::test_minimum_tuning_iteration_tunableop_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_mm_bmm_non_memory_dense_cpu, test/test_linalg.py::TestLinalgCPU::test_mm_conjtranspose_cpu, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_mm_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_mm_empty_inputs_mixed_dtype_errors_cpu, test/test_linalg.py::TestLinalgCPU::test_multi_dot_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_multi_dot_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_multi_dot_errors_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_bfloat16_and_half_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_norm_bfloat16_and_half_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_norm_complex_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_norm_complex_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_norm_complex_old_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_complexhalf_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_dtype_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_norm_errors_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_errors_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_norm_extreme_values_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_fastpaths_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_fro_2_equivalence_old_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_fused_type_promotion_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_norm_fused_type_promotion_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_degenerate_shapes_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_degenerate_shapes_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_degenerate_shapes_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_matrix_degenerate_shapes_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_norm_old_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_old_nan_propagation_cpu, test/test_linalg.py::TestLinalgCPU::test_norm_vector_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_vector_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_norm_vector_degenerate_shapes_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_norm_vector_degenerate_shapes_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_norm_vector_degenerate_shapes_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_norm_vector_degenerate_shapes_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_nuclear_norm_axes_small_brute_force_old_cpu, test/test_linalg.py::TestLinalgCPU::test_nuclear_norm_exceptions_old_cpu, test/test_linalg.py::TestLinalgCPU::test_nuclear_norm_out_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_nuclear_norm_out_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_numeric_check_leak_tunableop_rocm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_many_batches_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_upper_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_upper_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_upper_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_batched_upper_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_old_cholesky_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_ormqr_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_ormqr_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_ormqr_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_ormqr_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_ormqr_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_ormqr_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_ormqr_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_ormqr_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_bool, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_int16, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_int32, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_int64, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_int8, test/test_linalg.py::TestLinalgCPU::test_outer_cpu_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_ger_addr_legacy_tests_cpu, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bfloat16_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_bool_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex128_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_complex64_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float16_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float32_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_float64_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int16_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int32_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int64_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_int8_uint8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_bfloat16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_bool, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_complex128, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_complex64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_float16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_float32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_float64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_int16, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_int32, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_int64, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_int8, test/test_linalg.py::TestLinalgCPU::test_outer_type_promotion_cpu_uint8_uint8, test/test_linalg.py::TestLinalgCPU::test_pca_lowrank_cpu, test/test_linalg.py::TestLinalgCPU::test_permute_matmul_cpu, test/test_linalg.py::TestLinalgCPU::test_pinv_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_pinv_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_pinv_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_pinv_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_pinv_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_pinv_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_pinv_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_pinv_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_pinverse_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_pinverse_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_pinverse_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_pinverse_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_preferred_blas_library_cpu, test/test_linalg.py::TestLinalgCPU::test_preferred_linalg_library_cpu, test/test_linalg.py::TestLinalgCPU::test_qr_batched_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_qr_batched_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_qr_batched_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_qr_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_qr_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_qr_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_qr_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_qr_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_qr_error_cases_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_qr_vs_numpy_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_qr_vs_numpy_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_qr_vs_numpy_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_qr_vs_numpy_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_renorm_cpu, test/test_linalg.py::TestLinalgCPU::test_renorm_ps_cpu, test/test_linalg.py::TestLinalgCPU::test_rotating_buffer_tunableop_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_scaled_gemm_offline_tunableop_cpu_float8_e4m3fnuz, test/test_linalg.py::TestLinalgCPU::test_scaled_gemm_offline_tunableop_cpu_float8_e5m2fnuz, test/test_linalg.py::TestLinalgCPU::test_scaled_gemm_tunableop_cpu_float8_e4m3fnuz, test/test_linalg.py::TestLinalgCPU::test_scaled_gemm_tunableop_cpu_float8_e5m2fnuz, test/test_linalg.py::TestLinalgCPU::test_slogdet_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_slogdet_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_slogdet_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_slogdet_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_slogdet_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_slogdet_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_slogdet_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_slogdet_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_solve_batched_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_solve_batched_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_solve_batched_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_solve_batched_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_solve_removed_error_cpu, test/test_linalg.py::TestLinalgCPU::test_strided_mm_bmm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_strided_mm_bmm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_svd_lowrank_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_svd_lowrank_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_svd_memory_allocation_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_svd_memory_allocation_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_svd_memory_allocation_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_svd_memory_allocation_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_symeig_removed_error_cpu, test/test_linalg.py::TestLinalgCPU::test_tensordot_cpu, test/test_linalg.py::TestLinalgCPU::test_tensorinv_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorinv_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorinv_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorinv_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorinv_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorinv_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorinv_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_singular_input_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorinv_singular_input_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorinv_singular_input_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorinv_singular_input_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_empty_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_empty_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_empty_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_empty_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_tensorsolve_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_broadcasting_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_broadcasting_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_broadcasting_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_broadcasting_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_many_batches_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_many_batches_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_many_batches_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_batched_many_batches_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_large_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_out_errors_and_warnings_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_out_errors_and_warnings_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_out_errors_and_warnings_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_triangular_solve_out_errors_and_warnings_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_validator_tunableop_rocm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_vdot_invalid_args_cpu, test/test_linalg.py::TestLinalgCPU::test_vdot_vs_numpy_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_vdot_vs_numpy_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_bfloat16, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_float16, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_vector_norm_cpu_float64, test/test_linalg.py::TestLinalgCPU::test_vector_norm_dim_tuple_arg_cpu, test/test_linalg.py::TestLinalgCPU::test_vector_norm_extreme_values_cpu, test/test_linalg.py::TestLinalgCPU::test_vector_norm_reduce_over_1D_vector_cpu_complex128, test/test_linalg.py::TestLinalgCPU::test_vector_norm_reduce_over_1D_vector_cpu_complex64, test/test_linalg.py::TestLinalgCPU::test_vector_norm_reduce_over_1D_vector_cpu_float32, test/test_linalg.py::TestLinalgCPU::test_vector_norm_reduce_over_1D_vector_cpu_float64 2025-03-14T06:27:42.6127519Z 2025-03-14T06:27:47.5691846Z Running torch_np/numpy_tests/lib/test_arraysetops 1/1 ... [2025-03-14 06:27:47.568839] 2025-03-14T06:27:47.5692445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:27:47.5698562Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_arraysetops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:27:47.568839] 2025-03-14T06:27:48.2719018Z 2025-03-14T06:27:48.2720107Z functorch/test_ops 3/8 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_3.8_b2f49423a02d1bff_.log 2025-03-14T06:27:48.3176142Z Running 1280 items in this shard: test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_NumpyMulAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest-exact_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_negative_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_in_place_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_bartlett_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_nuttall_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_std_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_transpose_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp__segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_mm_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_t_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpjvpvmap_CubeGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpjvpvmap_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpjvpvmap_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_CubeGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_NumpyCubeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_alpha_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_mm_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_t_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjpvmap_CubeGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjpvmap_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmap_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmap_SelectAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmapvmap_NumpyExpMarkDirtyAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmapvmap_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmapvmap_ZeroGradientsGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_multiple_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_item_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_head_attention_forward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signal_windows_bartlett_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_multiple_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_t_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_item_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_NumpyCubeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_NumpyMulAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_ZeroGradientsGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_NumpyExpMarkDirtyAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_head_attention_forward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_in_place_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmapvmap_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmapvmap_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_NumpyTakeAutogradFunction_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__unsafe_masked_index_put_accumulate_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_tensor_overload_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_exponential_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_general_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_mm_reduce_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_multiple_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsafe_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_SortGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_permuted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_bartlett_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signal_windows_nuttall_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_mm_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_item_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_head_attention_forward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_static_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_bartlett_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ZeroGradientsGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp__batch_norm_with_update_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsafe_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvmap_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvmap_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_NumpyExpMarkDirtyAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_SelectAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp__batch_norm_with_update_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_permuted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_SelectAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__native_batch_norm_legit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_channel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_blackman_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_mm_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_general_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signal_windows_hann_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_general_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_kaiser_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_multiple_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsafe_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvmap_NumpyCubeNotComposableAutogradFunction_cpu_float32 2025-03-14T06:27:48.3608381Z 2025-03-14T06:27:53.4096480Z 2025-03-14T06:27:53.4097750Z torch_np/numpy_tests/lib/test_arraysetops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_arraysetops_1.1_0f7e71a5c181b90a_.log 2025-03-14T06:27:53.4121232Z Running 62 items in this shard: test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts_ary0_prepend0_append_nan_expected_to_end, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts_ary1_prepend1_append1_expected_to_begin, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_forbidden_type_casts_ary2_prepend_nan_append_nan_expected_to_begin, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling_ary0_prepend_65536_append_65540_expected0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling_ary1_prepend1_append1_expected1, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling_ary2_prepend_0_append_0_expected2, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_ediff1d_scalar_handling_ary3_prepend_3_append_-9_expected3, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_boolean_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_boolean_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_boolean_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_both_arrays_are_object, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_both_arrays_have_structured_dtype, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_char_array, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_errors, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_first_array_is_object, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_hit_alternate_algorithm, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_invert_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_invert_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_invert_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_boolean_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_boolean_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_boolean_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype10_dtype20_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype10_dtype20_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype10_dtype20_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype11_dtype21_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype11_dtype21_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_mixed_dtype_dtype11_dtype21_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_ravel_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_ravel_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_ravel_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_second_array_is_object, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_table_timedelta_fails, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_timedelta_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_timedelta_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_in1d_with_arrays_containing_tuples, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_intersect1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_intersect1d_array_like, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_intersect1d_indices, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_isin_kind0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_isin_kind_sort, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_isin_kind_table, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_manyways, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_setdiff1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_setdiff1d_char_array, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_setdiff1d_unique, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_setxor1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestSetOps::test_union1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_1d, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_1d_2, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_1d_with_axis_axis_-1, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_1d_with_axis_axis_0, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_axis, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_axis_errors, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_axis_list, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_axis_zeros, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_nanequals, test/torch_np/numpy_tests/lib/test_arraysetops.py::TestUnique::test_unique_sort_order_with_axis 2025-03-14T06:27:53.4143200Z 2025-03-14T06:27:53.5360807Z Running torch_np/numpy_tests/core/test_scalar_methods 1/1 ... [2025-03-14 06:27:53.533214] 2025-03-14T06:27:53.5361397Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:27:53.5368279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_scalar_methods.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:27:53.533214] 2025-03-14T06:27:58.4635220Z Running test_sparse 1/2 ... [2025-03-14 06:27:58.460313] 2025-03-14T06:27:58.4635684Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:27:58.4640988Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:27:58.463369] 2025-03-14T06:27:58.5396842Z 2025-03-14T06:27:58.5398121Z torch_np/numpy_tests/core/test_scalar_methods 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_scalar_methods_1.1_9c7ba484ba9084a8_.log 2025-03-14T06:27:58.5430748Z Running 80 items in this shard: test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_against_known_values, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_errors_ftype0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_errors_ftype1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_errors_ftype2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip_ftype0_frac_vals0_exp_vals0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip_ftype1_frac_vals1_exp_vals1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_roundtrip_ftype2_frac_vals2_exp_vals2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions_ftype0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions_ftype1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_simple_fractions_ftype2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype0_f_-0_875_ratio1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype0_f_0_0_ratio2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype0_f_0_875_ratio0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype0_f_11_5_ratio3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype1_f_-0_875_ratio1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype1_f_0_0_ratio2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype1_f_0_875_ratio0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype1_f_11_5_ratio3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype2_f_-0_875_ratio1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype2_f_0_0_ratio2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype2_f_0_875_ratio0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestAsIntegerRatio::test_small_ftype2_f_11_5_ratio3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_false_code_b, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_false_code_h, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_false_code_i, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_false_code_l, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_inf_code_d, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_inf_code_e, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_inf_code_f, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_nan_code_d, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_nan_code_e, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_special_str_value_nan_code_f, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_B, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_b, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_d, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_e, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_f, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_h, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_i, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestIsInteger::test_true_code_l, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls4, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_cls5, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple_arg_len_0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple_arg_len_1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple_arg_len_2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_complexfloating_subscript_tuple_arg_len_3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_abc_non_numeric_cls0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_?, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_B, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_D, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_F, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_b, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_d, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_e, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_f, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_h, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_i, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_concrete_code_l, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_subscript_scalar, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple_arg_len_0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple_arg_len_1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple_arg_len_2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetItem::test_subscript_tuple_arg_len_3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetitemMisc::test_class_getitem_38_cls0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetitemMisc::test_class_getitem_38_cls1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestClassGetitemMisc::test_class_getitem_38_cls2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_bit_count, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype0, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype1, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype2, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype3, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype4, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype5, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype6, test/torch_np/numpy_tests/core/test_scalar_methods.py::TestBitCount::test_small_itype7 2025-03-14T06:27:58.5459770Z 2025-03-14T06:28:03.7031132Z Running functorch/test_aotdispatch 4/6 ... [2025-03-14 06:28:03.702588] 2025-03-14T06:28:03.7037004Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:28:03.7038163Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_aotdispatch.py', '-m', 'not serial', '--shard-id=4', '--num-shards=6', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:28:03.703171] 2025-03-14T06:30:43.1406654Z 2025-03-14T06:30:43.1407979Z functorch/test_ops 7/8 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_ops_7.8_63eda8dd4f997846_.log 2025-03-14T06:30:43.1893679Z Running 1300 items in this shard: test/functorch/test_ops.py::TestOperatorsCPU::test_grad_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad__segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_item_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_signal_windows_general_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp__chunk_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_permuted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_logspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_signal_windows_blackman_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_multiple_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unbind_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_unsafe_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpjvpvmap_NumpyCubeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ZeroGradientsGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_negative_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rms_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_static_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_blackman_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signal_windows_general_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmap_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_jvpvmap_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp__segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_partial_views_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_CubeGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_SortGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_alias_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_partial_views_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cfloat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_pool2d_with_indices_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvjpvmap_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ScaleGradGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest-exact_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_static_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scalar_tensor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_mm_reduce_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vjpvmapvmap_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ScaleGradGenVmapAutogradFunction_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__native_batch_norm_legit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad__softmax_backward_data_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_partial_views_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cauchy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_permuted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_amax_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_with_dtype_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_dropout_backward_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_blackman_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_blackman_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_gaussian_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signal_windows_general_cosine_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_copy_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_unbiased_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_NumpyCubeNotComposableAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_SelectGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall__native_batch_norm_legit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall__segment_reduce_offsets_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_alias_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_MulGenVmapAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__batch_norm_with_update_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule__segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geometric_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_item_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest-exact_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsafe_chunk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_in_place_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signal_windows_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_torch_ops_aten__safe_softmax_default_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_NumpyMulAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_NumpySortAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exponential_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_grid_sampler_2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_singular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_channel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signal_windows_general_hamming_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvmap_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_NumpyTakeAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ForwardHasDefaultArgsAutogradFunction_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__chunk_cat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule__segment_reduce_lengths_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signal_windows_cosine_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_amax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__softmax_backward_data_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__unsafe_masked_index_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp__unsafe_masked_index_put_accumulate_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_alias_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdouble_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_tensor_overload_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signal_windows_gaussian_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_unbiased_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_copy_cpu_float32, test/functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvmap_NumpyTakeAutogradFunction_cpu_float32 2025-03-14T06:30:43.2334804Z 2025-03-14T06:30:48.2051943Z Running torch_np/test_function_base 1/1 ... [2025-03-14 06:30:48.193550] 2025-03-14T06:30:48.2052477Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:30:48.2058608Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_function_base.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:30:48.193550] 2025-03-14T06:30:53.3876802Z 2025-03-14T06:30:53.3878004Z torch_np/test_function_base 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_function_base_1.1_e81dc4889fc858d4_.log 2025-03-14T06:30:53.3879038Z Running 1 items in this shard: test/torch_np/test_function_base.py::TestAppend::test_basic 2025-03-14T06:30:53.3879456Z 2025-03-14T06:30:59.1896114Z Running torch_np/test_reductions 1/1 ... [2025-03-14 06:30:59.188887] 2025-03-14T06:30:59.1896877Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:30:59.1905848Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_reductions.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:30:59.190108] 2025-03-14T06:31:11.0593743Z 2025-03-14T06:31:11.0595137Z torch_np/test_reductions 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_reductions_1.1_06c82c73893e2e24_.log 2025-03-14T06:31:11.1255514Z Running 966 items in this shard: test/torch_np/test_reductions.py::TestFlatnonzero::test_basic, test/torch_np/test_reductions.py::TestAny::test_basic, test/torch_np/test_reductions.py::TestAny::test_method_vs_function, test/torch_np/test_reductions.py::TestAny::test_nd, test/torch_np/test_reductions.py::TestAll::test_basic, test/torch_np/test_reductions.py::TestAll::test_method_vs_function, test/torch_np/test_reductions.py::TestAll::test_nd, test/torch_np/test_reductions.py::TestMean::test_mean, test/torch_np/test_reductions.py::TestMean::test_mean_float16, test/torch_np/test_reductions.py::TestMean::test_mean_values, test/torch_np/test_reductions.py::TestMean::test_mean_where, test/torch_np/test_reductions.py::TestSum::test_sum, test/torch_np/test_reductions.py::TestSum::test_sum_boolean, test/torch_np/test_reductions.py::TestSum::test_sum_complex_1_dt0, test/torch_np/test_reductions.py::TestSum::test_sum_complex_1_dt1, test/torch_np/test_reductions.py::TestSum::test_sum_complex_2_dt0, test/torch_np/test_reductions.py::TestSum::test_sum_complex_2_dt1, test/torch_np/test_reductions.py::TestSum::test_sum_dtypes_2, test/torch_np/test_reductions.py::TestSum::test_sum_dtypes_warnings, test/torch_np/test_reductions.py::TestSum::test_sum_initial, test/torch_np/test_reductions.py::TestSum::test_sum_stability, test/torch_np/test_reductions.py::TestSum::test_sum_where, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_array_axis_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_bad_tuple_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_axis_empty_generic_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_bad_axis_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis5_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis6_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis7_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis8_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-1_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_-2_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_0_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_1_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_2_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_generic_axis_none_func9, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_keepdims_out_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype0_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_float64_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_False_dtype_int32_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype0_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_float64_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func0_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func10_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func11_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func1_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func2_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func3_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func4_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func5_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func6_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func7_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func8_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis_-1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis_-2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis_0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis_1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_axis_keepdims_True_dtype_int32_func9_axis_2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func0, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func1, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func10, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func11, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func2, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func3, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func4, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func5, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func6, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func7, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func8, test/torch_np/test_reductions.py::TestGenericReductions::test_out_scalar_func9, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_array_axis_func0, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_array_axis_func1, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_axis_bad_tuple_func0, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_axis_bad_tuple_func1, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_axis_empty_generic_func0, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_axis_empty_generic_func1, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_bad_axis_func0, test/torch_np/test_reductions.py::TestGenericCumSumProd::test_bad_axis_func1 2025-03-14T06:31:11.1822878Z 2025-03-14T06:31:16.7176470Z Running torch_np/numpy_tests/core/test_scalar_ctors 1/1 ... [2025-03-14 06:31:16.714106] 2025-03-14T06:31:16.7177414Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:31:16.7186395Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/core/test_scalar_ctors.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:31:16.714106] 2025-03-14T06:31:22.8515483Z 2025-03-14T06:31:22.8517224Z torch_np/numpy_tests/core/test_scalar_ctors 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.core.test_scalar_ctors_1.1_778157f42fc3fc79_.log 2025-03-14T06:31:22.8563992Z Running 65 items in this shard: test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestFromString::test_bool, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestFromString::test_floating, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestFromString::test_floating_overflow, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestFromInt::test_intp, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestFromInt::test_uint64_from_negative, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t10_t20, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t10_t21, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t10_t22, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t11_t20, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t11_t21, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_complex_t11_t22, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_byte_t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_int__t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_intc_t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_longlong_t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_np_short_t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_np_byte, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_np_int_, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_np_intc, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_np_longlong, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_np_short, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_t25, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_integers_t15_t26, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t10_t20, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t10_t21, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t10_t22, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t10_t23, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t11_t20, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t11_t21, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t11_t22, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t11_t23, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t12_t20, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t12_t21, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t12_t22, test/torch_np/numpy_tests/core/test_scalar_ctors.py::TestArrayFromScalar::test_reals_t12_t23 2025-03-14T06:31:22.8608059Z 2025-03-14T06:31:28.9426839Z Running functorch/test_eager_transforms 1/1 ... [2025-03-14 06:31:28.942264] 2025-03-14T06:31:28.9427659Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:31:28.9435952Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'functorch/test_eager_transforms.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:31:28.942870] 2025-03-14T06:32:24.5580275Z 2025-03-14T06:32:24.5581889Z functorch/test_eager_transforms 1/1 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_eager_transforms_1.1_5112d5f1ae7f2a34_.log 2025-03-14T06:32:24.5799294Z Running 355 items in this shard: test/functorch/test_eager_transforms.py::TestSliceArgnums::test_argnums_reorders, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_duplicate_argnums, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_flat_args_with_negative_int_argnum, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_flat_args_with_positive_int_argnum, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_flat_args_with_tuple_argnum, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_invalid_argnum_type, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_not_enough_argnums, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_out_of_bounds_argnum_values, test/functorch/test_eager_transforms.py::TestSliceArgnums::test_pytree_args, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_buffer_tying, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_combine_state_for_ensemble_error, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_combine_state_for_ensemble_smoke, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_correctness_mnist_mechanism_functional_call, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_correctness_mnist_mechanism_make_functional, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_disable_autograd_tracking_disable_autograd_tracking_False, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_disable_autograd_tracking_disable_autograd_tracking_True, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_make_functional_state_correctly_returned_after_forward_mechanism_functional_call, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_make_functional_state_correctly_returned_after_forward_mechanism_make_functional, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_parameter_tying, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_parameter_tying_ensemble, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_parameter_tying_grad, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_stack_module_state_error, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_stack_module_state_leaf, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_stack_module_state_mismatch_error, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_stack_module_state_smoke, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_using_detach_functional_call_detach_params_False, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_using_detach_functional_call_detach_params_True, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False, test/functorch/test_eager_transforms.py::TestMakeFunctional::test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_advanced_indexing_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_argnums_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_composed_with_autograd_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_composite_complicated_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_composite_simple_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_composite_two_ops_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_conj_bit_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_dtype_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_escaped_wrappers_are_ignored_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_escaped_wrappers_are_marked_as_dead_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_fn_with_kwargs_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_functional_init_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_functional_init_with_buffers_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_grad_aux_pytree_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_grad_aux_tensor_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_grad_of_vjp_composition_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_grad_of_vjp_of_grad_composition_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_grad_pytree_inputs_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_inplace_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_inplace_on_captures_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_inplace_on_view_base_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_inplace_on_view_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_invalid_argnums_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_is_cuda_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_manual_seed_inside_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_negative_argnums_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_nesting_simple_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_inside_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_mixed_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_nested_complicated_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_nested_simple_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_outside_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_outside_vjp_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_outside_vjp_fn_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_outside_vjp_only_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_no_grad_value_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_numel_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_out_of_order_argnums_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_primitive_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_print_captured_tensor_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_shape_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_ctor_inside_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_print_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_print_grad_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_print_vmap_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_print_vmap_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_tensor_print_vmap_vmap_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_unrelated_grad_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_unrelated_hessian_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_unrelated_vjp_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_unrelated_vjp_multiple_inputs_outputs_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_view_inplace_simple_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_views_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_aux_pytree_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_aux_tensor_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_of_grad_composition_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_outputs_can_any_pytree_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_pytree_error_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_pytree_input_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_pytree_output_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_vjp_two_outputs_cpu, test/functorch/test_eager_transforms.py::TestGradTransformCPU::test_zero_grad_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_log_softmax_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_new_empty_materializes_tensor_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_new_zeros_materializes_tensor_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_per_sample_grads_embeddingnet_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_per_sample_grads_embeddingnet_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_per_sample_grads_inplace_view_cpu, test/functorch/test_eager_transforms.py::TestVmapOfGradCPU::test_per_sample_grads_simple_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_correctness_different_devices_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_correctness_different_devices_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_default_arg_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_default_arg_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_multi_input_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_multi_input_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_multi_input_multi_output_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_multi_input_multi_output_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_simple_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_simple_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_unrelated_outputs_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_unrelated_outputs_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_zero_dim_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_against_reference_zero_dim_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_defaults_to_zero_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_defaults_to_zero_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_effect_on_return_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_effect_on_return_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_tuple_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_argnums_tuple_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_aux_pytree_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_aux_pytree_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_aux_tensor_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_aux_tensor_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev__preallocate_and_copy_False_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev__preallocate_and_copy_True_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev_chunksize_one__preallocate_and_copy_False_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev_chunksize_one__preallocate_and_copy_True_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev_composition__preallocate_and_copy_False_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_chunk_jacrev_composition__preallocate_and_copy_True_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_complex_error_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_diff_numel_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_diff_numel_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_dimensionality_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_dimensionality_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_empty_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_empty_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_empty_output_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_empty_output_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_float_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_float_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_hessian_simple_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_inplace_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_inplace_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_jac_with_non_tensor_args_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_jac_with_non_tensor_args_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_args_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_args_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_outputs_pytree_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_outputs_pytree_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_outputs_pytree_multidim_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_pytree_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_inputs_pytree_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_multiple_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_multiple_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_pytree_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_pytree_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_single_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_multiple_outputs_single_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_negative_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_negative_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_nested_jac_simple_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_nested_jac_simple_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_out_of_bounds_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_out_of_bounds_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_outputs_can_any_pytree_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_outputs_can_any_pytree_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_repeated_argnums_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_repeated_argnums_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_simple_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_simple_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_simple_not_flat_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_simple_not_flat_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_take_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_take_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_unrelated_input_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_unrelated_input_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_unrelated_output_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_unrelated_output_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_vmap_on_jac_simple_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestJacCPU::test_vmap_on_jac_simple_jacrev_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_autograd_function_disables_fwd_grad_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_aux_pytree_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_aux_tensor_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_disable_fwd_grad_inside_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_disable_fwd_grad_mixed_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_disable_fwd_grad_outside_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_inplace_on_captures_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_inputs_are_tuples_of_tensors_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_jvp_inside_autograd_function_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_jvp_new_tensor_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_multiple_inputs_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_multiple_inputs_outputs_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_multiple_outputs_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_nonempty_primals_and_tangents_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_outputs_can_any_pytree_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_primals_tangents_length_mismatch_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_pytree_inputs_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_pytree_inputs_error_cases_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_simple_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_strict_mode_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_unrelated_input_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_unrelated_output_cpu, test/functorch/test_eager_transforms.py::TestJvpCPU::test_zerotensor_vmapjvp_interaction_cpu, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_basic_cpu_float32, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_composition_grad_cpu_float32, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_composition_vmap_cpu_float32, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_errors_cpu, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_nested_input_nested_output_cpu_float32, test/functorch/test_eager_transforms.py::TestLinearizeCPU::test_linearize_return_cpu_float32, test/functorch/test_eager_transforms.py::TestVmapJvpInplaceViewCPU::test_all_dual_base_inplace_cpu, test/functorch/test_eager_transforms.py::TestVmapJvpInplaceViewCPU::test_all_dual_base_view_inplace_cpu, test/functorch/test_eager_transforms.py::TestVmapJvpInplaceViewCPU::test_all_dual_no_view_cpu, test/functorch/test_eager_transforms.py::TestVmapJvpInplaceViewCPU::test_right_dual_base_prop_cpu, test/functorch/test_eager_transforms.py::TestVmapJvpInplaceViewCPU::test_right_dual_view_prop_cpu, test/functorch/test_eager_transforms.py::TestHessianCPU::test_hessian_vectorize_correctness_multi_input_cpu, test/functorch/test_eager_transforms.py::TestHessianCPU::test_hessian_vectorize_correctness_simple_cpu, test/functorch/test_eager_transforms.py::TestHessianCPU::test_hessian_vectorize_correctness_unrelated_outputs_cpu, test/functorch/test_eager_transforms.py::TestHessianCPU::test_jacfwd_different_levels_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_functionalize_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_grad_and_value_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_hessian_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_jacrev_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_function_no_setup_context_transform_vmap_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_functional_jacfwd_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_functional_jacrev_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_functional_jvp_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_autograd_functional_vjp_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_can_use_functionalize_when_key_is_excluded_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_can_use_grad_when_key_is_excluded_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_can_use_vmap_when_key_is_excluded_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_functionalize_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_grad_and_value_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_hessian_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_transforms_transform_jacrev_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_deprecation_vmap_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_grad_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_grad_vjp_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_grad_vmap_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_jvp_supports_saved_tensor_hooks_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_make_fx_jacrev_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_make_fx_vjp_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_make_fx_vmap_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_no_warning_on_import_functorch_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_requires_grad_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_retain_grad_inside_transform_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vjp_doesnt_support_saved_tensor_hooks_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vjp_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vjp_vjp_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vjp_vmap_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vmap_grad_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vmap_vjp_cpu, test/functorch/test_eager_transforms.py::TestComposabilityCPU::test_vmap_vmap_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_ensemble_regression_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_ensemble_regression_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_AlphaDropout_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_AlphaDropout_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_Dropout_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_Dropout_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_FeatureAlphaDropout_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_find_learning_rate_ensembling_FeatureAlphaDropout_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_lennard_jones_batched_jac_jac_jacfwd_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_lennard_jones_batched_jac_jac_jacrev_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_maml_omniglot_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_maml_omniglot_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_maml_regression_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_maml_regression_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_resnet18_per_sample_grads_mechanism_functional_call_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_resnet18_per_sample_grads_mechanism_make_functional_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_update_batch_norm_mechanism_functional_call_originally_track_running_stats_False_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_update_batch_norm_mechanism_functional_call_originally_track_running_stats_True_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_update_batch_norm_mechanism_make_functional_originally_track_running_stats_False_cpu, test/functorch/test_eager_transforms.py::TestExamplesCorrectnessCPU::test_update_batch_norm_mechanism_make_functional_originally_track_running_stats_True_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_basic_sum_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_functional_call_multiple_dicts_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_grad_grad_sum_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_grad_name_wrapping_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_grad_sum_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_no_grad_inside_grad_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_no_grad_outside_grad_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_vmap_grad_sum_cpu, test/functorch/test_eager_transforms.py::TestHigherOrderOperatorInteractionCPU::test_vmap_sum_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fake_tensors_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fx_multi_out_op_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fx_out_op_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fx_reapply_views_simple_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fx_simple_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_fx_transpose_simple_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_grad_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_nonfunctional_output_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_opt_tensor_list_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_optional_tensorlist1_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_functionalize_optional_tensorlist2_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_inplace_view_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_linear_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_multioutput_inplace_slice_view_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_multioutput_view_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_resize_program_inputs_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_simple_view_cpu, test/functorch/test_eager_transforms.py::TestFunctionalizeCPU::test_vmap_functionalize_jvp_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_neither_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_neither_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_neither_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_neither_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_neither_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_neither_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_neither_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_neither_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_True_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_grad_fn_name_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_needs_input_grads_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_once_differentiable_autograd_vjp_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_once_differentiable_grad_vjp_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionCPU::test_set_materialize_grads_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_has_vmap_staticmethod_and_has_generate_vmap_rule_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_in_dims_multiple_inputs_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_in_dims_single_input_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_incompatible_out_dims_error_msg_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_info_object_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_kwarg_only_tensors_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_no_vmap_staticmethod_and_no_generate_vmap_rule_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_none_returns_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_should_have_two_returns_cpu, test/functorch/test_eager_transforms.py::TestAutogradFunctionVmapAPICPU::test_skips_empty_layer_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_CtxWithSavedTensors_error_if_name_collision_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_CtxWithSavedTensors_nesting_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_CtxWithSavedTensors_overrides_saved_tensors_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_CtxWithSavedTensors_passthrough_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_debug_unwrap_cpu, test/functorch/test_eager_transforms.py::TestHelpersCPU::test_reductify_leaf_cpu, test/functorch/test_eager_transforms.py::TestCompileTransformsCPU::test_compile_vmap_hessian_cpu, test/functorch/test_eager_transforms.py::TestCompileTransformsCPU::test_grad_deprecated_api_cpu 2025-03-14T06:32:24.6045685Z 2025-03-14T06:32:30.8140120Z Running test_prims 1/1 ... [2025-03-14 06:32:30.812160] 2025-03-14T06:32:30.8140587Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:32:30.8148544Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:32:30.812160] 2025-03-14T06:32:39.1543752Z 2025-03-14T06:32:39.1544948Z test_prims 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_prims_1.1_11ba17a6653de82c_.log 2025-03-14T06:32:39.1556630Z Running 24 items in this shard: test/test_prims.py::TestPrimsBasic::test_check_deprecation_warning, test/test_prims.py::TestPrimsBasic::test_clone_complex, test/test_prims.py::TestPrimsBasic::test_mul_complex, test/test_prims.py::TestPrimsBasic::test_torch_ops, test/test_prims.py::TestPrimsCPU::test_aten_overload_to_prims_cpu, test/test_prims.py::TestPrimsCPU::test_broadcast_in_dim_cpu_float32, test/test_prims.py::TestPrimsCPU::test_broadcast_in_dim_sum_cpu_float32, test/test_prims.py::TestPrimsCPU::test_cbrt_prim_cpu_float64, test/test_prims.py::TestPrimsCPU::test_cbrt_prim_cpu_int64, test/test_prims.py::TestPrimsCPU::test_collapse_cpu_float32, test/test_prims.py::TestPrimsCPU::test_functional_rng_wrappers_cpu_float32, test/test_prims.py::TestPrimsCPU::test_memory_format_strides_cpu_float32, test/test_prims.py::TestPrimsCPU::test_philox_rand_cpu_float32, test/test_prims.py::TestPrimsCPU::test_reshape_view_method_cpu_float32, test/test_prims.py::TestPrimsCPU::test_var_correction_0_cpu_float32, test/test_prims.py::TestPrimsCPU::test_var_correction_1_cpu_float32, test/test_prims.py::TestRefsCPU::test_constant_pad_nd_memory_format_cpu_float32, test/test_prims.py::TestRefsCPU::test_inferred_tags_cpu, test/test_prims.py::TestRefsCPU::test_infinite_loop_from_py_dispatcher_cpu, test/test_prims.py::TestRefsCPU::test_linspace_with_complex_input_cpu, test/test_prims.py::TestRefsCPU::test_logspace_with_complex_input_cpu, test/test_prims.py::TestRefsCPU::test_unbind_cpu, test/test_prims.py::TestDecompCPU::test_decomposition_method_vararg_ones_cpu_float32, test/test_prims.py::TestDecompCPU::test_decomposition_method_vararg_permute_cpu_float32 2025-03-14T06:32:39.1567510Z 2025-03-14T06:32:45.5579581Z Running torch_np/numpy_tests/lib/test_arraypad 1/1 ... [2025-03-14 06:32:45.557226] 2025-03-14T06:32:45.5580602Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:32:45.5591442Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/numpy_tests/lib/test_arraypad.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:32:45.558900] 2025-03-14T06:32:52.1121654Z 2025-03-14T06:32:52.1123413Z torch_np/numpy_tests/lib/test_arraypad 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.numpy_tests.lib.test_arraypad_1.1_1ba0d86958a20627_.log 2025-03-14T06:32:52.1131016Z Running 9 items in this shard: test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_float, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_float2, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_float3, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_odd_pad_amount, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_pad_2d, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_constant_zeros, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_check_large_integers, test/torch_np/numpy_tests/lib/test_arraypad.py::TestConstant::test_pad_empty_dimension 2025-03-14T06:32:52.1137099Z 2025-03-14T06:32:58.3266064Z Running torch_np/test_scalars_0D_arrays 1/1 ... [2025-03-14 06:32:58.317803] 2025-03-14T06:32:58.3266789Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:32:58.3275188Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'torch_np/test_scalars_0D_arrays.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:32:58.317803] 2025-03-14T06:33:04.3888998Z 2025-03-14T06:33:04.3890189Z torch_np/test_scalars_0D_arrays 1/1 was successful, full logs can be found in artifacts with path test/test-reports/torch_np.test_scalars_0D_arrays_1.1_69b864e90249ec42_.log 2025-03-14T06:33:04.3901238Z Running 33 items in this shard: test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_array_scalar_basic_array, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_array_scalar_basic_asarray, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_array_scalar_basic_asarray_int, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_array_scalar_basic_int64, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_conversion_to_int_array, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_conversion_to_int_asarray, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_conversion_to_int_asarray_int, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_conversion_to_int_int64, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_decay_to_py_scalar_array, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_decay_to_py_scalar_asarray, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_decay_to_py_scalar_asarray_int, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_decay_to_py_scalar_int64, test/torch_np/test_scalars_0D_arrays.py::TestArrayScalars::test_scalar_comparisons, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value0, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value1, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value10, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value11, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value4, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value5, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value6, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value7, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value8, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value9, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value_s, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_not_scalar_value_string, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_array_0D, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_array_1D, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_array_2D, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_float32, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_int, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_list, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_list-list, test/torch_np/test_scalars_0D_arrays.py::TestIsScalar::test_is_scalar_literal 2025-03-14T06:33:04.3911281Z 2025-03-14T06:33:09.3511408Z Running lazy/test_bindings 1/1 ... [2025-03-14 06:33:09.349394] 2025-03-14T06:33:09.3511910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:33:09.3517778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:33:09.349394] 2025-03-14T06:33:11.4029579Z 2025-03-14T06:33:11.4030745Z lazy/test_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/lazy.test_bindings_1.1_9149b0259f9a2115_.log 2025-03-14T06:33:11.4031410Z 2025-03-14T06:33:16.2929853Z Running test_quantization 1/2 ... [2025-03-14 06:33:16.286940] 2025-03-14T06:33:16.2930354Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:33:16.2936432Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:33:16.286940] 2025-03-14T06:34:04.2445126Z 2025-03-14T06:34:04.2446513Z test_sparse 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_sparse_1.2_d3db7765001ddf8d_.log 2025-03-14T06:34:04.3305275Z Running 1572 items in this shard: test/test_sparse.py::TestSparseOneOff::test_cuda_from_cpu, test/test_sparse.py::TestSparseMeta::test_add_meta_SparseBSC_float64, test/test_sparse.py::TestSparseMeta::test_add_meta_SparseBSR_float64, test/test_sparse.py::TestSparseMeta::test_add_meta_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_add_meta_SparseCSC_float64, test/test_sparse.py::TestSparseMeta::test_fake_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_meta_SparseBSC_float64, test/test_sparse.py::TestSparseMeta::test_meta_SparseCSR_float64, test/test_sparse.py::TestSparseMeta::test_print_meta_SparseBSC_float64, test/test_sparse.py::TestSparseMeta::test_print_meta_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_sum_meta_SparseBSC_float64, test/test_sparse.py::TestSparseMeta::test_sum_meta_SparseBSR_float64, test/test_sparse.py::TestSparseMeta::test_sum_meta_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_sum_meta_SparseCSC_float64, test/test_sparse.py::TestSparseMeta::test_to_meta_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_zeros_like_fake_SparseBSR_float64, test/test_sparse.py::TestSparseMeta::test_zeros_like_fake_SparseCSC_float64, test/test_sparse.py::TestSparseMeta::test_zeros_like_meta_SparseCOO_float64, test/test_sparse.py::TestSparseMeta::test_zeros_like_meta_SparseCSC_float64, test/test_sparse.py::TestSparseMeta::test_zeros_like_meta_SparseCSR_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_abs_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_abs_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_abs_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asin_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asin_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asinh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asinh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_asinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atanh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_atanh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_ceil_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_ceil_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_ceil_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_ceil_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_conj_physical_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_deg2rad_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_deg2rad_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_deg2rad_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_erf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_erf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_erf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_erf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_expm1_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_expm1_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_floor_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_floor_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_floor_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_frac_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isinf_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isinf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isinf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isnan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isnan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isnan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isneginf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isneginf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isneginf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isneginf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isposinf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_isposinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_log1p_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_log1p_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_log1p_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_log1p_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nan_to_num_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nan_to_num_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nan_to_num_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_neg_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_neg_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_neg_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_neg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_neg_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nn_functional_relu_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nn_functional_relu_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_nn_functional_relu_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_positive_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_positive_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_positive_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_positive_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_rad2deg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_rad2deg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_round_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_round_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sgn_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sgn_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sgn_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sgn_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sign_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_signbit_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_signbit_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_signbit_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sin_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sqrt_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sqrt_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sqrt_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sqrt_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_sqrt_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_tanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_trunc_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_trunc_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_inplace_trunc_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_abs_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_abs_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_abs_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_abs_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_asinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atanh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atanh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_atanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_ceil_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_ceil_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_ceil_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_ceil_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_conj_physical_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_deg2rad_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_deg2rad_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_deg2rad_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_deg2rad_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_erf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_erf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_erf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_erf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_erf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_expm1_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_floor_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_floor_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_floor_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_floor_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_frac_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isinf_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isinf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isinf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isnan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isnan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isnan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isnan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isnan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isneginf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isneginf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isneginf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isneginf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isneginf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isposinf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isposinf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isposinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_isposinf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_log1p_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_log1p_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_log1p_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nan_to_num_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nan_to_num_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nan_to_num_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nan_to_num_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_neg_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_nn_functional_relu_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_positive_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_positive_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_positive_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_positive_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_rad2deg_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_rad2deg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_round_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_round_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_round_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sgn_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sgn_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sgn_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sign_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sign_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sign_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sign_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sign_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_signbit_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_signbit_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_signbit_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sin_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sinh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sinh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sqrt_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sqrt_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_sqrt_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tanh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_tanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_trunc_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_trunc_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_trunc_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_trunc_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_out_trunc_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_abs_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_abs_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_abs_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_abs_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asin_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asin_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_asinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atanh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atanh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atanh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_atanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_ceil_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_conj_physical_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_deg2rad_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_deg2rad_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_deg2rad_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_deg2rad_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_erf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_erf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_erf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_expm1_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_expm1_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_expm1_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_expm1_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_expm1_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_floor_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_floor_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_floor_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_floor_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_frac_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isinf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isnan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isneginf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isneginf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isneginf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isneginf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isposinf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_isposinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_log1p_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_log1p_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_log1p_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_log1p_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_nan_to_num_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_nan_to_num_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_neg_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_nn_functional_relu_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_nn_functional_relu_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_nn_functional_relu_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_positive_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_rad2deg_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_rad2deg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_round_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_round_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_round_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_round_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sgn_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sgn_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sgn_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sign_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sign_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_signbit_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_signbit_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_signbit_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_signbit_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sin_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sinh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sinh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sqrt_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sqrt_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sqrt_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_sqrt_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_tanh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_trunc_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_consistency_trunc_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_abs_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_asin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_atan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_atan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_ceil_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_conj_physical_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_deg2rad_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_expm1_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_floor_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_isinf_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_isnan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_log1p_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_nan_to_num_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_neg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_nn_functional_relu_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_positive_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_round_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_sqrt_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_tan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_fn_grad_tanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_abs_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_abs_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_abs_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_abs_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_abs_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asin_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asin_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asinh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_asinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_atanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_ceil_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_ceil_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_conj_physical_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_deg2rad_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_deg2rad_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_deg2rad_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_erf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_erf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_expm1_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_floor_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_floor_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_floor_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_floor_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_floor_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isinf_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isinf_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isinf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isnan_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isnan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isnan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isnan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isnan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isneginf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isneginf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isposinf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isposinf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isposinf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_isposinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_log1p_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_log1p_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_log1p_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_log1p_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nan_to_num_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nan_to_num_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_neg_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_neg_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_neg_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_neg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_neg_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nn_functional_relu_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nn_functional_relu_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nn_functional_relu_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nn_functional_relu_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_nn_functional_relu_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_positive_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_rad2deg_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_rad2deg_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_round_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_round_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_round_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_round_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sgn_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sgn_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sgn_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sgn_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sgn_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sign_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sign_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_signbit_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_signbit_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_signbit_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sin_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sin_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sin_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_sqrt_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tanh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tanh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tanh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_tanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_trunc_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_trunc_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_trunc_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_trunc_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zero_dims_trunc_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_abs_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_abs_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_abs_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asin_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asin_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asin_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_asinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atanh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atanh_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_atanh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_ceil_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_ceil_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_ceil_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_ceil_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_physical_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_physical_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_physical_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_conj_physical_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_deg2rad_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_deg2rad_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_deg2rad_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_deg2rad_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_erf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_erf_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_erf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_erf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_expm1_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_expm1_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_floor_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_floor_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_floor_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_floor_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_floor_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_frac_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isinf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isinf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isnan_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isnan_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isnan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isnan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isneginf_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isneginf_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isneginf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isneginf_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isposinf_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isposinf_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_isposinf_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_log1p_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_log1p_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_log1p_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_log1p_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_log1p_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nan_to_num_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nan_to_num_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nan_to_num_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_neg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_neg_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_neg_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_neg_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_neg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nn_functional_relu_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nn_functional_relu_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_nn_functional_relu_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_positive_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_rad2deg_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_rad2deg_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_rad2deg_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_rad2deg_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_round_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_round_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sgn_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sign_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sign_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_signbit_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sin_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sin_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sin_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sinh_cpu_complex128, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sinh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sinh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sinh_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sinh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sqrt_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sqrt_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sqrt_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sqrt_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_sqrt_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_int8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tan_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_complex64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_float64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_int64, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_tanh_cpu_uint8, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_trunc_cpu_float32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_trunc_cpu_int16, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_trunc_cpu_int32, test/test_sparse.py::TestSparseUnaryUfuncsCPU::test_sparse_zeros_trunc_cpu_int8, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amax_cpu_float16, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amax_cpu_int16, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amax_cpu_int32, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amax_cpu_uint8, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amin_cpu_bfloat16, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amin_cpu_float32, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amin_cpu_float64, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_amin_cpu_uint8, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_prod_cpu_bfloat16, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_prod_cpu_float64, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_prod_cpu_int32, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_prod_cpu_uint8, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_complex128, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_complex64, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_float32, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_float64, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_int32, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_int64, test/test_sparse.py::TestSparseMaskedReductionsCPU::test_future_empty_dim_masked_sum_cpu_int8, test/test_sparse.py::TestSparseCPU::test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64, test/test_sparse.py::TestSparseCPU::test_add_zeros_cpu_float64, test/test_sparse.py::TestSparseCPU::test_any_cpu, test/test_sparse.py::TestSparseCPU::test_asin_arcsin_cpu_float32, test/test_sparse.py::TestSparseCPU::test_asin_arcsin_cpu_int16, test/test_sparse.py::TestSparseCPU::test_asin_arcsin_cpu_int32, test/test_sparse.py::TestSparseCPU::test_asin_arcsin_cpu_int64, test/test_sparse.py::TestSparseCPU::test_asin_arcsin_cpu_int8, test/test_sparse.py::TestSparseCPU::test_assign_cpu_float64, test/test_sparse.py::TestSparseCPU::test_basic_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_basic_cpu_float64, test/test_sparse.py::TestSparseCPU::test_basic_ops_cpu_float64, test/test_sparse.py::TestSparseCPU::test_bmm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_bmm_oob_cpu, test/test_sparse.py::TestSparseCPU::test_change_tensor_metadata_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_change_tensor_metadata_cpu_float64, test/test_sparse.py::TestSparseCPU::test_coalesce_cpu_bfloat16, test/test_sparse.py::TestSparseCPU::test_coalesce_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_contig_cpu_float64, test/test_sparse.py::TestSparseCPU::test_contig_hybrid_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_ctor_is_coalesced_with_gradcheck_cpu_float64, test/test_sparse.py::TestSparseCPU::test_ctor_size_checks_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_cuda_empty_cpu, test/test_sparse.py::TestSparseCPU::test_div_rounding_mode_cpu_float32, test/test_sparse.py::TestSparseCPU::test_div_rounding_mode_cpu_float64, test/test_sparse.py::TestSparseCPU::test_dsmm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_dtypes_cpu, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_bfloat16, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_float16, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_float32, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_float64, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_int16, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_False_cpu_int8, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_bfloat16, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_bool, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_float16, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_float32, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_float64, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_int32, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_int64, test/test_sparse.py::TestSparseCPU::test_empty_full_requires_grad_True_cpu_uint8, test/test_sparse.py::TestSparseCPU::test_empty_like_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_factory_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_factory_cpu_float32, test/test_sparse.py::TestSparseCPU::test_factory_dense_dim_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_factory_dense_dim_cpu_float64, test/test_sparse.py::TestSparseCPU::test_factory_empty_indices_cpu, test/test_sparse.py::TestSparseCPU::test_factory_nnz_zero_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_factory_nnz_zero_cpu_float64, test/test_sparse.py::TestSparseCPU::test_factory_size_check_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_factory_type_inference_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_factory_type_inference_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_factory_type_inference_cpu_float16, test/test_sparse.py::TestSparseCPU::test_factory_type_inference_cpu_int64, test/test_sparse.py::TestSparseCPU::test_floor_divide_by_sparse_error_cpu, test/test_sparse.py::TestSparseCPU::test_full_broadcast_to_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_hsmm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_index_select_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_index_select_empty_and_non_contiguous_index_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_index_select_exhaustive_index_large_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_index_select_exhaustive_index_large_cpu_float64, test/test_sparse.py::TestSparseCPU::test_index_select_exhaustive_index_small_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_index_select_exhaustive_index_small_cpu_float64, test/test_sparse.py::TestSparseCPU::test_index_select_parallelization_cpu_float64, test/test_sparse.py::TestSparseCPU::test_legacy_new_cpu, test/test_sparse.py::TestSparseCPU::test_legacy_new_device_cpu, test/test_sparse.py::TestSparseCPU::test_log1p_cpu_float32, test/test_sparse.py::TestSparseCPU::test_log1p_cpu_float64, test/test_sparse.py::TestSparseCPU::test_log1p_cpu_int32, test/test_sparse.py::TestSparseCPU::test_log_softmax_zero_nnz_cpu_float32, test/test_sparse.py::TestSparseCPU::test_log_softmax_zero_nnz_cpu_float64, test/test_sparse.py::TestSparseCPU::test_mv_cpu_float64, test/test_sparse.py::TestSparseCPU::test_neg_negative_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_new_device_multi_gpu_cpu, test/test_sparse.py::TestSparseCPU::test_norm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_permute_masked_cpu_float64, test/test_sparse.py::TestSparseCPU::test_pickle_cpu_float64, test/test_sparse.py::TestSparseCPU::test_resize_as_cpu, test/test_sparse.py::TestSparseCPU::test_resize_cpu_float64, test/test_sparse.py::TestSparseCPU::test_same_gpu_cpu, test/test_sparse.py::TestSparseCPU::test_scalar_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_scalar_cpu_float64, test/test_sparse.py::TestSparseCPU::test_select_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_select_no_type_promotion_cpu_int32, test/test_sparse.py::TestSparseCPU::test_select_no_type_promotion_cpu_int64, test/test_sparse.py::TestSparseCPU::test_select_no_type_promotion_cpu_int8, test/test_sparse.py::TestSparseCPU::test_shared_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_shared_cpu_float64, test/test_sparse.py::TestSparseCPU::test_small_nnz_coalesced_cpu, test/test_sparse.py::TestSparseCPU::test_sparse_add_coalesce_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_add_coalesce_cpu_float32, test/test_sparse.py::TestSparseCPU::test_sparse_add_coalesce_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_add_out_bfloat16_cpu_float32, test/test_sparse.py::TestSparseCPU::test_sparse_addmm_cpu_bfloat16, test/test_sparse.py::TestSparseCPU::test_sparse_addmm_cpu_float16, test/test_sparse.py::TestSparseCPU::test_sparse_addmm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_bool_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_broadcast_to_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_bool, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_float32, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_int32, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_int64, test/test_sparse.py::TestSparseCPU::test_sparse_dense_mul_cpu_uint8, test/test_sparse.py::TestSparseCPU::test_sparse_mask_backward_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_mask_backward_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_mask_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_mask_hybrid_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_mask_hybrid_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_matmul_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_sparse_matmul_cpu_float32, test/test_sparse.py::TestSparseCPU::test_sparse_mm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_mul_masked_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_mul_sparse_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_float32, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_int16, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_int64, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_int8, test/test_sparse.py::TestSparseCPU::test_sparse_sparse_mul_cpu_uint8, test/test_sparse.py::TestSparseCPU::test_sparse_spdiags_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_spdiags_cpu_int64, test/test_sparse.py::TestSparseCPU::test_sparse_sum_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sparse_to_numpy_cpu, test/test_sparse.py::TestSparseCPU::test_sspaddmm_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sspaddmm_cpu_float64, test/test_sparse.py::TestSparseCPU::test_storage_not_null_cpu, test/test_sparse.py::TestSparseCPU::test_sum_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_sum_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_sum_cpu_float64, test/test_sparse.py::TestSparseCPU::test_sum_cpu_int16, test/test_sparse.py::TestSparseCPU::test_sum_cpu_int32, test/test_sparse.py::TestSparseCPU::test_t_empty_cpu_float64, test/test_sparse.py::TestSparseCPU::test_to_dense_hybrid_sparse_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_to_dense_hybrid_sparse_cpu_float64, test/test_sparse.py::TestSparseCPU::test_to_dense_with_gradcheck_masked_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_to_dense_with_gradcheck_masked_cpu_float16, test/test_sparse.py::TestSparseCPU::test_to_dense_with_gradcheck_masked_cpu_float32, test/test_sparse.py::TestSparseCPU::test_to_dense_with_gradcheck_sparse_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_to_dense_with_gradcheck_sparse_cpu_float16, test/test_sparse.py::TestSparseCPU::test_to_sparse_cpu_bfloat16, test/test_sparse.py::TestSparseCPU::test_to_sparse_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_to_sparse_cpu_complex64, test/test_sparse.py::TestSparseCPU::test_to_sparse_cpu_float64, test/test_sparse.py::TestSparseCPU::test_to_sparse_cpu_int32, test/test_sparse.py::TestSparseCPU::test_transpose_cpu_float64, test/test_sparse.py::TestSparseCPU::test_unsqueeze_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_zeros_cpu_complex128, test/test_sparse.py::TestSparseCPU::test_zeros_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseBSC_masked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseBSC_nonmasked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseBSR_masked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseBSR_nonmasked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCOO_nonmasked_fast_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSC_nonmasked_fast_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSC_nonmasked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSR_masked_fast_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSR_masked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSR_nonmasked_fast_cpu, test/test_sparse.py::TestSparseAnyCPU::test_as_sparse_gradcheck_SparseCSR_nonmasked_slow_cpu, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_complex32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseBSR_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCOO_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCOO_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCOO_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSC_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_binary_operation_mul_SparseCSR_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_check_sparse_tensor_invariants_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_check_sparse_tensor_invariants_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_autograd_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_autograd_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_autograd_SparseCSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_mismatched_pinned_memory_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_mismatched_pinned_memory_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_mismatched_pinned_memory_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_mismatched_pinned_memory_SparseCSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pin_memory_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pin_memory_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pin_memory_SparseCSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pin_memory_Strided_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pinned_memory_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pinned_memory_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_constructor_pinned_memory_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_dataloader_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_dataloader_SparseCSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_generate_simple_inputs_cpu, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSC_masked_fast_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSC_masked_slow_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSC_masked_slow_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSC_sparse_slow_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSR_sparse_fast_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseBSR_sparse_fast_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCOO_masked_fast_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCOO_masked_slow_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCOO_sparse_fast_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCOO_sparse_slow_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCOO_sparse_slow_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCSC_sparse_fast_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCSR_masked_fast_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCSR_masked_fast_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_mm_SparseCSR_sparse_fast_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseBSC_int64_masked_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseBSC_int64_sparse_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseBSR_int64_masked_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseBSR_int64_masked_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseBSR_int64_sparse_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCOO_int64_sparse_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSC_int64_masked_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSC_int64_masked_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSC_int64_sparse_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSR_int64_masked_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSR_int64_sparse_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_gradcheck_to_dense_SparseCSR_int64_sparse_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_invalid_blocksize_cpu, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSR_cpu_complex32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSR_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSR_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCOO_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCOO_cpu_complex32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCOO_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCOO_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSC_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_randn_like_SparseCSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSR_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseBSR_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCOO_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSR_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSR_cpu_complex32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSR_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSR_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_like_fns_zeros_like_SparseCSR_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_method_pin_memory_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseBSC_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseBSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseBSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseBSR_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseCOO_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseCOO_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseCSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseCSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_backward_sum_SparseCSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSC_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseBSR_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCOO_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCOO_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCOO_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCOO_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSC_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSR_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSR_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_reductions_sum_SparseCSR_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSR_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSR_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSR_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseBSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCOO_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSC_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_sparse_mask_SparseCSR_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseBSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_dense_SparseCSR_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseBSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSC_SparseCSR_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseBSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCOO_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseBSR_SparseCSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseBSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCOO_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCOO_SparseCSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseBSR_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSC_SparseCSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseBSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCOO_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_SparseCSR_SparseCSR_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseBSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_float32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCOO_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_float64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int32_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_complex128, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_float16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_int16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_int32, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_int8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSC_int64_cpu_uint8, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSR_int32_cpu_bfloat16, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSR_int32_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSR_int64_cpu_bool, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSR_int64_cpu_complex64, test/test_sparse.py::TestSparseAnyCPU::test_to_sparse_Strided_SparseCSR_int64_cpu_int64, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_ccol_indices_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_ccol_indices_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_ccol_indices_Strided_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_coalesce_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_coalesce_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_col_indices_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_col_indices_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_col_indices_Strided_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_indices_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_indices_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_indices_SparseCSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_indices_SparseCSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_indices_Strided_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_is_coalesced_SparseBSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_is_coalesced_SparseBSR_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_is_coalesced_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_is_coalesced_SparseCSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_is_coalesced_Strided_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_row_indices_SparseCOO_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_row_indices_SparseCSC_cpu, test/test_sparse.py::TestSparseAnyCPU::test_unsupported_backend_error_message_values_Strided_cpu 2025-03-14T06:34:04.4108029Z 2025-03-14T06:34:10.3080610Z Running test_quantization 2/2 ... [2025-03-14 06:34:10.302857] 2025-03-14T06:34:10.3081380Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:34:10.3087550Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:34:10.302857] 2025-03-14T06:36:07.6001553Z 2025-03-14T06:36:07.6002958Z functorch/test_aotdispatch 4/6 was successful, full logs can be found in artifacts with path test/test-reports/functorch.test_aotdispatch_4.6_0f73b29b83b35d6e_.log 2025-03-14T06:36:07.6308429Z Running 343 items in this shard: test/functorch/test_aotdispatch.py::TestAOTAutograd::test_alias_of_intermediate_detach_backend_aot_eager_view_replay_for_aliased_outputs_True_dynamic_shapes_True, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_alias_of_intermediate_detach_backend_inductor_view_replay_for_aliased_outputs_False_dynamic_shapes_False, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_backward_mutation_on_grad_out, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_buffer_copied_in_graph_with_different_shapes, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_dupe_arg_returned_as_output, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_dynamic_shape_output_not_in_bw_graph, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_inplace_requires_grad_true, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_aliases_bases_out_of_order, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_false_aliasing, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_requires_grad_detach, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_simple_with_none_and_nontensor, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_mutation_storage_resize_up, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_input_output_view_simple, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_invalid_dupe, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_invalid_requires_grad, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_invalid_requires_grad_fake, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_module, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_nonidempotent_amp, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_output_aliases_intermediate_and_returned, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_output_aliases_intermediate_returned_multiple_times, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_output_aliases_multiple_inputs_get_correct_one, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_output_dict, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_set__and_data_mutation_good, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_single_output, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_some_output_requires_grad_input_doesnt, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_squeeze_mutation, test/functorch/test_aotdispatch.py::TestAOTAutograd::test_view_detach, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_ban_dropout_mut_pre_dispatch, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_forward_mutation_multiple_mut, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_forward_mutation_no_buffer_mut, test/functorch/test_aotdispatch.py::TestAOTExport::test_aot_export_input_mutation_on_parameter_banned, test/functorch/test_aotdispatch.py::TestPartitioning::test_meta_tensor_inplace_op, test/functorch/test_aotdispatch.py::TestPartitioning::test_min_cut_partitioner_save_shape, test/functorch/test_aotdispatch.py::TestAOTDispatch::test_aot_dispatch_incorrect_backward, test/functorch/test_aotdispatch.py::TestAOTDispatch::test_aot_dispatch_input_mutation_and_output_alias, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_aot_module_simplified_dynamic, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_inference_python_dispatcher, test/functorch/test_aotdispatch.py::TestAOTModuleSimplified::test_subclass_parameters, test/functorch/test_aotdispatch.py::TestPythonKeyCPU::test_nnc_passthrough_cpu, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive___rmatmul___cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive___rmod___cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_addbmm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_as_strided_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_as_strided_partial_views_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_atan_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_atanh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_baddbmm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_bernoulli_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_bfloat16_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_byte_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cdist_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_ceil_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cholesky_solve_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_clamp_min_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_conj_physical_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_contiguous_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_copysign_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cos_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cov_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_cumsum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_double_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_dsplit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_empty_like_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_empty_strided_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_eq_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_erf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_exp2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_expand_as_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_eye_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fft_fft_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fft_ifftn_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_fft_irfftn_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_flex_attention_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_gather_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_histogramdd_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_hypot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_igamma_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_index_reduce_mean_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_int_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_isinf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_isposinf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_item_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_cond_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_eigh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_lu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_log1p_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_logical_or_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_logspace_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_lu_unpack_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_masked_mean_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_mean_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_mm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_movedim_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_multinomial_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_ne_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_conv3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_normal_number_mean_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_permute_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_polar_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_pow_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_put_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_remainder_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_renorm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_repeat_interleave_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_resolve_neg_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_sgn_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_signal_windows_hann_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_softmax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_airy_ai_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_erfcx_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_i0e_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_split_with_sizes_copy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_squeeze_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_std_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_to_sparse_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_triangular_solve_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_true_divide_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_unique_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_var_mean_unbiased_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_var_unbiased_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_exhaustive_zeros_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive___radd___cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive__native_batch_norm_legit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive__upsample_bilinear2d_aa_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cat_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cfloat_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_char_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_clone_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_exponential_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_float_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_geometric_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_histc_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_index_reduce_amin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_invoke_quant_packed_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_invoke_subgraph_simple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_diagonal_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_log2_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_log_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_lu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_median_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_mv_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_cosine_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_exponential_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_signal_windows_general_hamming_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_sparse_mm_reduce_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_squeeze_multiple_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_tril_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_unsafe_split_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionOpInfoCPU::test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_AvgPool2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_BatchNorm1d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_BatchNorm3d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_GRUCell_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_InstanceNorm1d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_InstanceNorm3d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_LSTM_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_LazyConvTranspose2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_LazyConvTranspose3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_MSELoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_MarginRankingLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_MaxPool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Mish_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_RNNCell_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_ReflectionPad3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_module_exhaustive_nn_Tanh_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_AdaptiveMaxPool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_BCELoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_BCEWithLogitsLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_BatchNorm2d_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_BatchNorm2d_train_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ConstantPad2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ConstantPad3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Conv3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ConvTranspose1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_FractionalMaxPool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_LazyConvTranspose1d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_MaxPool3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_MultiLabelMarginLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_MultiheadAttention_eval_mode_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_NLLLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_PoissonNLLLoss_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ReLU6_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ReflectionPad3d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_ReplicationPad2d_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_Tanhshrink_cpu_float32, test/functorch/test_aotdispatch.py::TestEagerFusionModuleInfoCPU::test_aot_autograd_symbolic_module_exhaustive_nn_TransformerDecoderLayer_cpu_float32, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_backward_mutation_forward_inputs, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_backward_mutation_forward_inputs_create_graph, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_batch_norm_amp, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_buffer_batch_norm, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_custom_tensor_metadata, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_dupe_arg, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_inner_grad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_aliased_with_mutation_output_alias, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_data_and_metadata_mutation_aliases_other_input, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_aliases_bases_out_of_order, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_aliases_other_input, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_and_output_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_return, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_simple_with_none_and_nontensor, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_input_mutation_storage_resize_down, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_invalid_requires_grad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_invalid_requires_grad_fake, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_input_view_meta_replay, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_inplace_view_and_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_multiple_mixed, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_output_aliases_intermediate_no_grad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_outputs_are_aliased, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_single_output, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_some_output_requires_grad_input_doesnt, test/functorch/test_aotdispatch.py::TestAOTAutogradWithDynamo::test_synthetic_base_base_attribute_is_none, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_alias_of_intermediate_detach_backend_aot_eager_view_replay_for_aliased_outputs_True_dynamic_shapes_True, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_autocast_disable_guard, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_backward_mutation_forward_inputs_create_graph, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_dupe_arg, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_data_and_metadata_mutation, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_input_mutation_aliases_other_input2, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_invalid_dupe_left_bias, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_input_view_meta_replay, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_intermediate_inplace_view_and_view, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_aliases_intermediate_mutation_linear, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_output_op_depending_on_symint, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_set__and_data_mutation_bad, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_set__steals_view_chain, test/functorch/test_aotdispatch.py::TestAOTAutogradWithCache::test_view_and_inplace_view 2025-03-14T06:36:07.6564412Z 2025-03-14T06:36:13.5780618Z Running inductor/test_compile_subprocess 1/1 ... [2025-03-14 06:36:13.568939] 2025-03-14T06:36:13.5781491Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:36:13.5787918Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compile_subprocess.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-03-14 06:36:13.568939] 2025-03-14T06:36:25.5570133Z 2025-03-14T06:36:25.5571079Z inductor/test_compile_subprocess 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compile_subprocess_1.1_99de2653ec0f096d_.log 2025-03-14T06:36:25.5571827Z 2025-03-14T06:41:16.5197983Z 2025-03-14T06:41:16.5198892Z test_quantization 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_quantization_2.2_0ba0b47c49d09420_.log 2025-03-14T06:41:16.5398605Z Running 642 items in this shard: test/test_quantization.py::TestQuantizedOps::test_adaptive_avg_pool, test/test_quantization.py::TestQuantizedOps::test_adaptive_avg_pool2d_nhwc, test/test_quantization.py::TestQuantizedOps::test_adaptive_avg_pool3d_ndhwc, test/test_quantization.py::TestQuantizedOps::test_add_scalar_relu, test/test_quantization.py::TestQuantizedOps::test_advanced_indexing, test/test_quantization.py::TestQuantizedOps::test_avg_pool2d, test/test_quantization.py::TestQuantizedOps::test_avg_pool3d, test/test_quantization.py::TestQuantizedOps::test_avg_pool3d_nhwc, test/test_quantization.py::TestQuantizedOps::test_batch_norm, test/test_quantization.py::TestQuantizedOps::test_cat, test/test_quantization.py::TestQuantizedOps::test_custom_module_lstm, test/test_quantization.py::TestQuantizedOps::test_custom_module_multi_head_attention, test/test_quantization.py::TestQuantizedOps::test_empty_batch, test/test_quantization.py::TestQuantizedOps::test_hardswish, test/test_quantization.py::TestQuantizedOps::test_hardtanh, test/test_quantization.py::TestQuantizedOps::test_instance_norm, test/test_quantization.py::TestQuantizedOps::test_interpolate3d, test/test_quantization.py::TestQuantizedOps::test_leaky_relu, test/test_quantization.py::TestQuantizedOps::test_linear_bias_unpack, test/test_quantization.py::TestQuantizedOps::test_max_pool1d, test/test_quantization.py::TestQuantizedOps::test_max_pool2d, test/test_quantization.py::TestQuantizedOps::test_max_pool2d_nhwc, test/test_quantization.py::TestQuantizedOps::test_mean, test/test_quantization.py::TestQuantizedOps::test_qadd_broadcast, test/test_quantization.py::TestQuantizedOps::test_qadd_relu_cudnn, test/test_quantization.py::TestQuantizedOps::test_qadd_relu_cudnn_nhwc, test/test_quantization.py::TestQuantizedOps::test_qadd_relu_different_qparams, test/test_quantization.py::TestQuantizedOps::test_qcelu, test/test_quantization.py::TestQuantizedOps::test_qclamp, test/test_quantization.py::TestQuantizedOps::test_qelu, test/test_quantization.py::TestQuantizedOps::test_qgelu, test/test_quantization.py::TestQuantizedOps::test_qmatmul, test/test_quantization.py::TestQuantizedOps::test_qmul_broadcast, test/test_quantization.py::TestQuantizedOps::test_qprelu, test/test_quantization.py::TestQuantizedOps::test_qrelu6, test/test_quantization.py::TestQuantizedOps::test_qsoftmax, test/test_quantization.py::TestQuantizedOps::test_qtanh, test/test_quantization.py::TestQuantizedOps::test_qthreshold, test/test_quantization.py::TestQuantizedOps::test_qtopk, test/test_quantization.py::TestQuantizedOps::test_std, test/test_quantization.py::TestQNNPackOps::test_hardtanh, test/test_quantization.py::TestQNNPackOps::test_mean, test/test_quantization.py::TestQNNPackOps::test_qnnpack_add, test/test_quantization.py::TestQNNPackOps::test_qnnpack_mul, test/test_quantization.py::TestQNNPackOps::test_qnnpack_relu, test/test_quantization.py::TestQNNPackOps::test_qnnpack_tanh, test/test_quantization.py::TestQuantizedLinear::test_qlinear, test/test_quantization.py::TestQuantizedLinear::test_qlinear_add_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_gelu_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_qnnpack_free_memory_and_unpack, test/test_quantization.py::TestQuantizedLinear::test_qlinear_sum_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_tanh, test/test_quantization.py::TestQuantizedLinear::test_wrapped_quantized_linear_prepacked, test/test_quantization.py::TestQuantizedConv::test_conv_transpose_reorder_issue_onednn, test/test_quantization.py::TestQuantizedConv::test_qconv1d, test/test_quantization.py::TestQuantizedConv::test_qconv1d_cudnn, test/test_quantization.py::TestQuantizedConv::test_qconv1d_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv1d_relu_cudnn, test/test_quantization.py::TestQuantizedConv::test_qconv1d_unpack, test/test_quantization.py::TestQuantizedConv::test_qconv2d_add, test/test_quantization.py::TestQuantizedConv::test_qconv2d_hardtanh_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_relu_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_silu_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_sum_relu_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_unpack, test/test_quantization.py::TestQuantizedConv::test_qconv3d, test/test_quantization.py::TestQuantizedConv::test_qconv_transpose3d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_conv3d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_convtranspose2d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_convtranspose3d, test/test_quantization.py::TestDynamicQuantizedOps::test_qlinear, test/test_quantization.py::TestDynamicQuantizedOps::test_qlstmGRU, test/test_quantization.py::TestDynamicQuantizedOps::test_qrnncell, test/test_quantization.py::TestDynamicQuantizedOps::test_wrapped_fbgemm_linear_fp16, test/test_quantization.py::TestDynamicQuantizedOps::test_wrapped_fbgemm_pack_gemm_matrix_fp16_pt2_compliant, test/test_quantization.py::TestComparatorOps::test_compare_tensor_scalar, test/test_quantization.py::TestPadding::test_reflection_pad1d, test/test_quantization.py::TestPadding::test_reflection_pad2d, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding_2d_indices, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding_bag_2bit, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding_bag_byte, test/test_quantization.py::TestQuantizedFunctionalOps::test_conv2d_api, test/test_quantization.py::TestQuantizedFunctionalOps::test_conv3d_api, test/test_quantization.py::TestQuantizedFunctionalOps::test_grid_sample, test/test_quantization.py::TestQuantizedFunctionalOps::test_relu_api, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_tensor, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_tensor_cachemask_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_fake_quantize_per_channel_affine_scale_dtypes, test/test_quantization.py::TestFakeQuantizeOps::test_fixed_qparams_fq_module, test/test_quantization.py::TestFakeQuantizeOps::test_forward_backward_per_tensor_with_amp, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_channel, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_channel_cachemask_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_tensor, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_tensor_cachemask_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_tensor_cachemask_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_backward_per_channel_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_backward_per_channel_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_forward_per_channel_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_forward_per_channel_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_forward_per_tensor_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_numerical_consistency_per_channel, test/test_quantization.py::TestFakeQuantizeOps::test_numerical_consistency_per_tensor, test/test_quantization.py::TestFusedObsFakeQuant::test_fused_obs_fake_quant_moving_avg, test/test_quantization.py::TestQuantizedTensor::test_choose_qparams_optimized, test/test_quantization.py::TestQuantizedTensor::test_clone, test/test_quantization.py::TestQuantizedTensor::test_compare_per_channel_device_numerics, test/test_quantization.py::TestQuantizedTensor::test_compare_per_tensor_device_numerics, test/test_quantization.py::TestQuantizedTensor::test_cuda_quantization_does_not_pin_memory, test/test_quantization.py::TestQuantizedTensor::test_decomposed_choose_qparams_per_token_asymmetric_backward, test/test_quantization.py::TestQuantizedTensor::test_decomposed_dequantize_per_tensor, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_tensor_bfloat16_input, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_token, test/test_quantization.py::TestQuantizedTensor::test_dequantize_fp16_cpu, test/test_quantization.py::TestQuantizedTensor::test_jit_serialization, test/test_quantization.py::TestQuantizedTensor::test_per_channel_qtensor_creation_cpu, test/test_quantization.py::TestQuantizedTensor::test_per_channel_to_device, test/test_quantization.py::TestQuantizedTensor::test_per_tensor_qtensor_to_memory_format, test/test_quantization.py::TestQuantizedTensor::test_qscheme_pickle, test/test_quantization.py::TestQuantizedTensor::test_qtensor_cpu, test/test_quantization.py::TestQuantizedTensor::test_qtensor_creation, test/test_quantization.py::TestQuantizedTensor::test_qtensor_cuda, test/test_quantization.py::TestQuantizedTensor::test_qtensor_dtypes, test/test_quantization.py::TestQuantizedTensor::test_qtensor_equal, test/test_quantization.py::TestQuantizedTensor::test_qtensor_fill_per_channel_nhwc, test/test_quantization.py::TestQuantizedTensor::test_qtensor_fill_per_tensor_nhwc, test/test_quantization.py::TestQuantizedTensor::test_qtensor_index_put_cuda, test/test_quantization.py::TestQuantizedTensor::test_qtensor_int_repr, test/test_quantization.py::TestQuantizedTensor::test_qtensor_masked_fill_cpu, test/test_quantization.py::TestQuantizedTensor::test_qtensor_per_channel_load_save, test/test_quantization.py::TestQuantizedTensor::test_qtensor_permute, test/test_quantization.py::TestQuantizedTensor::test_qtensor_quant_dequant, test/test_quantization.py::TestQuantizedTensor::test_qtensor_resize, test/test_quantization.py::TestQuantizedTensor::test_qtensor_sub_byte_aligned_cols, test/test_quantization.py::TestQuantizedTensor::test_qtensor_unsqueeze, test/test_quantization.py::TestQuantizedTensor::test_quantize_per_channel_sub_byte, test/test_quantization.py::TestQuantizedTensor::test_torch_qtensor_deepcopy, test/test_quantization.py::TestFakeQuantize::test_fq_module_per_channel, test/test_quantization.py::TestFakeQuantize::test_fq_serializable_per_channel, test/test_quantization.py::TestObserver::test_dynamic_quant_observer, test/test_quantization.py::TestObserver::test_histogram_observer_handle_OOM_due_to_close_min_max_value, test/test_quantization.py::TestObserver::test_histogram_observer_handle_close_to_infinity, test/test_quantization.py::TestObserver::test_histogram_observer_save_load_state_dict, test/test_quantization.py::TestObserver::test_observer_qparams_respects_device_affinity, test/test_quantization.py::TestObserver::test_per_channel_observers_load_state_dict, test/test_quantization.py::TestObserver::test_per_tensor_observers, test/test_quantization.py::TestObserver::test_save_load_state_dict_script, test/test_quantization.py::TestStaticQuantizedModule::test_batch_norm2d, test/test_quantization.py::TestStaticQuantizedModule::test_batch_norm3d, test/test_quantization.py::TestStaticQuantizedModule::test_batch_norm3d_serialization, test/test_quantization.py::TestStaticQuantizedModule::test_conv3d_api, test/test_quantization.py::TestStaticQuantizedModule::test_dropout, test/test_quantization.py::TestStaticQuantizedModule::test_embedding_api, test/test_quantization.py::TestStaticQuantizedModule::test_embedding_bag_api, test/test_quantization.py::TestStaticQuantizedModule::test_linear_relu, test/test_quantization.py::TestStaticQuantizedModule::test_linear_tanh, test/test_quantization.py::TestStaticQuantizedModule::test_relu, test/test_quantization.py::TestStaticQuantizedModule::test_sigmoid, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_conv1d, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_conv3d, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_convtranspose1d, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_convtranspose3d, test/test_quantization.py::TestDynamicQuantizedModule::test_gru_api, test/test_quantization.py::TestDynamicQuantizedModule::test_linear_api, test/test_quantization.py::TestDynamicQuantizedModule::test_lstm_api, test/test_quantization.py::TestReferenceQuantizedModule::test_linear_decomposed_weight_custom_qmin_qmax, test/test_quantization.py::TestReferenceQuantizedModule::test_rnn_cell, test/test_quantization.py::TestRecordHistogramObserver::test_record_observer, test/test_quantization.py::TestHistogramObserver::test_histogram_observer, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_against_reference, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_correct_numel, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_same_inputs, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_single_inputs, test/test_quantization.py::TestDistributed::test_observers_preserve_buffers, test/test_quantization.py::TestDistributed::test_qat_convbn_fused_syncbn_replacement, test/test_quantization.py::TestDistributed::test_qat_data_parallel, test/test_quantization.py::TestFusedObsFakeQuantModule::test_compare_fused_obs_fq_oss_module, test/test_quantization.py::TestFusedObsFakeQuantModule::test_fused_mod_per_channel, test/test_quantization.py::TestFusedObsFakeQuantModule::test_fused_obs_fq_module, test/test_quantization.py::TestBackendConfig::test_backend_config_from_dict, test/test_quantization.py::TestBackendConfig::test_backend_config_set_backend_pattern_config, test/test_quantization.py::TestBackendConfig::test_backend_config_set_name, test/test_quantization.py::TestBackendConfig::test_backend_op_config_add_dtype_config, test/test_quantization.py::TestBackendConfig::test_backend_op_config_from_dict, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_extra_inputs_getter, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_fused_module, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_reference_quantized_module, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_root_module, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_root_node_getter, test/test_quantization.py::TestBackendConfig::test_backend_op_config_to_dict, test/test_quantization.py::TestUtils::test_get_fqn_to_example_inputs_complex_args, test/test_quantization.py::TestUtils::test_get_fqn_to_example_inputs_default_kwargs, test/test_quantization.py::TestUtils::test_quantize_weight_clamping_per_channel, test/test_quantization.py::TestQuantizationDocs::test_quantization_doc_custom, test/test_quantization.py::TestQuantizationDocs::test_quantization_doc_fx, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_activations, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_activations_in_non_leaf_module_list, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_dequant_stub, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_forward_hooks_preserved, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_manual, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_mha_batch_first_attr_is_copied_in_prepare, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_nested3, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_quantized_embedding, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_resnet_base, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_embedding_bag_dynamic, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_linear_relu_fusion, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_nested1, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_nested2, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_nested3, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_quantized_rnn, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_quantized_rnn_cell, test/test_quantization.py::TestQuantizeEagerOps::test_conv_1d, test/test_quantization.py::TestQuantizeEagerOps::test_conv_transpose_3d, test/test_quantization.py::TestQuantizeEagerOps::test_functional_module, test/test_quantization.py::TestQuantizeEagerOps::test_leaky_relu, test/test_quantization.py::TestQuantizeEagerQAT::test_add_scalar_uses_input_qparams, test/test_quantization.py::TestQuantizeEagerQAT::test_conv_linear, test/test_quantization.py::TestQuantizeEagerQAT::test_dropout, test/test_quantization.py::TestQuantizeEagerQAT::test_embedding_qat_qconfig_equal, test/test_quantization.py::TestQuantizeEagerQAT::test_forward_hooks_preserved, test/test_quantization.py::TestQuantizeEagerQAT::test_mul_scalar_uses_input_qparams, test/test_quantization.py::TestQuantizeEagerQAT::test_qat_embedding_bag_errors, test/test_quantization.py::TestQuantizeEagerQAT::test_train_save_load_eval, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_leaky_relu, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_linear_bn_workflow, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_relu, test/test_quantization.py::TestFuseEager::test_fuse_function_customization, test/test_quantization.py::TestFuseEager::test_fuse_module_train, test/test_quantization.py::TestFuseEager::test_fusion_convtranspose_bn_eval, test/test_quantization.py::TestFuseEager::test_fusion_linear_bn_eval, test/test_quantization.py::TestFuseEager::test_fusion_sequential_model_train, test/test_quantization.py::TestModelNumericsEager::test_fake_quant_true_quant_compare, test/test_quantization.py::TestModelNumericsEager::test_float_quant_compare_per_channel, test/test_quantization.py::TestModelNumericsEager::test_weight_only_activation_only_fakequant, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_outputs_conv_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_outputs_functional_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_conv_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_functional_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_lstm_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_submodule_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_weights_conv_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_weights_linear_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_mobilenet_v2, test/test_quantization.py::TestNumericSuiteEager::test_shadow_logger, test/test_quantization.py::TestEqualizeEager::test_converged, test/test_quantization.py::TestEqualizeEager::test_equalize_fused_linearrelu, test/test_quantization.py::TestBiasCorrectionEager::test_linear_chain, test/test_quantization.py::TestFuseFx::test_fuse_conv_bn_add_relu_by_default, test/test_quantization.py::TestFuseFx::test_fuse_conv_bn_add_relu_lowering, test/test_quantization.py::TestFuseFx::test_fuse_convtranspose_bn_eval, test/test_quantization.py::TestFuseFx::test_fuse_custom_pattern, test/test_quantization.py::TestFuseFx::test_fusion_pattern_with_multiple_inputs, test/test_quantization.py::TestFuseFx::test_linear_bn_leaky_relu_not_fused_by_default, test/test_quantization.py::TestFuseFx::test_problematic_fuse_example, test/test_quantization.py::TestQuantizeFx::test__convert_to_reference_decomposed_fx, test/test_quantization.py::TestQuantizeFx::test__convert_to_reference_decomposed_fx_per_channel_quant, test/test_quantization.py::TestQuantizeFx::test_attention, test/test_quantization.py::TestQuantizeFx::test_backend_config_quantization_range, test/test_quantization.py::TestQuantizeFx::test_backend_config_scale_min, test/test_quantization.py::TestQuantizeFx::test_conv_transpose_relu_not_reference, test/test_quantization.py::TestQuantizeFx::test_convert_custom_config_set_preserved_attributes, test/test_quantization.py::TestQuantizeFx::test_convert_custom_config_to_dict, test/test_quantization.py::TestQuantizeFx::test_convert_qconfig_mapping, test/test_quantization.py::TestQuantizeFx::test_convtranspose_per_channel_fails_early, test/test_quantization.py::TestQuantizeFx::test_copy_node_has_shared_actpp_instance, test/test_quantization.py::TestQuantizeFx::test_custom_module_class_input_has_duplicate_nodes, test/test_quantization.py::TestQuantizeFx::test_custom_module_class_input_has_multiple_users, test/test_quantization.py::TestQuantizeFx::test_dequantize, test/test_quantization.py::TestQuantizeFx::test_dict_output, test/test_quantization.py::TestQuantizeFx::test_dynamic_linear_input_multiple_use, test/test_quantization.py::TestQuantizeFx::test_dynamic_quant_weight_observer, test/test_quantization.py::TestQuantizeFx::test_fold_quant_dequant, test/test_quantization.py::TestQuantizeFx::test_fp32_input_fp32_output, test/test_quantization.py::TestQuantizeFx::test_fuse_custom_config_from_dict, test/test_quantization.py::TestQuantizeFx::test_fused_module_qat_swap, test/test_quantization.py::TestQuantizeFx::test_fusion_pattern_unquantized, test/test_quantization.py::TestQuantizeFx::test_get_default_qconfig_valid_backend, test/test_quantization.py::TestQuantizeFx::test_getattr_with_nontensor_result, test/test_quantization.py::TestQuantizeFx::test_keep_original_weights, test/test_quantization.py::TestQuantizeFx::test_linear_bn, test/test_quantization.py::TestQuantizeFx::test_linear_leaky_relu_lowering, test/test_quantization.py::TestQuantizeFx::test_linear_qint8_activation, test/test_quantization.py::TestQuantizeFx::test_lowering_functional_conv_with_kwargs, test/test_quantization.py::TestQuantizeFx::test_lowering_functional_linear_with_kwargs, test/test_quantization.py::TestQuantizeFx::test_mixed_dtypes, test/test_quantization.py::TestQuantizeFx::test_not_used, test/test_quantization.py::TestQuantizeFx::test_observer_fqn, test/test_quantization.py::TestQuantizeFx::test_packed_weight_fused_op, test/test_quantization.py::TestQuantizeFx::test_pattern_match_constant, test/test_quantization.py::TestQuantizeFx::test_permute_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_float_to_observed_mapping, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_non_traceable_module_classes, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_standalone_module_class, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_to_dict, test/test_quantization.py::TestQuantizeFx::test_prepare_mode, test/test_quantization.py::TestQuantizeFx::test_preserve_qconfig, test/test_quantization.py::TestQuantizeFx::test_preserve_tuple, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_dict_args, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_dict_tuple_args, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_list_args, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_split_list_args, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_split_tuple_args, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_tuple_args, test/test_quantization.py::TestQuantizeFx::test_qconfig_for_call_method, test/test_quantization.py::TestQuantizeFx::test_qconfig_function, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_from_dict, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_set_object_type, test/test_quantization.py::TestQuantizeFx::test_qconfig_module_name_object_type_order, test/test_quantization.py::TestQuantizeFx::test_qconfig_module_type, test/test_quantization.py::TestQuantizeFx::test_qconfig_none, test/test_quantization.py::TestQuantizeFx::test_qconfig_precedence, test/test_quantization.py::TestQuantizeFx::test_qnnpack_backend_config, test/test_quantization.py::TestQuantizeFx::test_qparams_buffers, test/test_quantization.py::TestQuantizeFx::test_quantized_input_quantized_output, test/test_quantization.py::TestQuantizeFx::test_quantized_model_type, test/test_quantization.py::TestQuantizeFx::test_ref_linear_module, test/test_quantization.py::TestQuantizeFx::test_remove_qconfig, test/test_quantization.py::TestQuantizeFx::test_return_none, test/test_quantization.py::TestQuantizeFx::test_reuse_input_qconfig, test/test_quantization.py::TestQuantizeFx::test_save_observer_state_dict, test/test_quantization.py::TestQuantizeFx::test_shape_followed_by_quantized_op, test/test_quantization.py::TestQuantizeFx::test_stack_trace_preserved_linear, test/test_quantization.py::TestQuantizeFx::test_standalone_module_float_interface, test/test_quantization.py::TestQuantizeFx::test_standalone_module_quantized_interface, test/test_quantization.py::TestQuantizeFx::test_state_dict, test/test_quantization.py::TestQuantizeFx::test_static_lstm_consume_tuple, test/test_quantization.py::TestQuantizeFx::test_symmetric_qnnpack_qat_qconfig_mapping, test/test_quantization.py::TestQuantizeFx::test_symmetric_qnnpack_qconfig_mapping, test/test_quantization.py::TestQuantizeFx::test_torch_transpose_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_torch_unsqueeze_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_unsqueeze__nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_view_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFxOps::test_add_relu, test/test_quantization.py::TestQuantizeFxOps::test_add_relu_multiple_uses_of_relu, test/test_quantization.py::TestQuantizeFxOps::test_ave_pool_with_custom_cfg, test/test_quantization.py::TestQuantizeFxOps::test_boolean_tensor, test/test_quantization.py::TestQuantizeFxOps::test_cat, test/test_quantization.py::TestQuantizeFxOps::test_chunk, test/test_quantization.py::TestQuantizeFxOps::test_conv_module, test/test_quantization.py::TestQuantizeFxOps::test_conv_transpose_2d, test/test_quantization.py::TestQuantizeFxOps::test_copy_node_fp32_input, test/test_quantization.py::TestQuantizeFxOps::test_div, test/test_quantization.py::TestQuantizeFxOps::test_elu, test/test_quantization.py::TestQuantizeFxOps::test_embedding, test/test_quantization.py::TestQuantizeFxOps::test_fixed_qparams_ops, test/test_quantization.py::TestQuantizeFxOps::test_gelu_normal, test/test_quantization.py::TestQuantizeFxOps::test_hardswish, test/test_quantization.py::TestQuantizeFxOps::test_instance_norm, test/test_quantization.py::TestQuantizeFxOps::test_int8_input_no_unnecessary_fq, test/test_quantization.py::TestQuantizeFxOps::test_layer_norm, test/test_quantization.py::TestQuantizeFxOps::test_leaky_relu, test/test_quantization.py::TestQuantizeFxOps::test_linear_dynamic_fp16, test/test_quantization.py::TestQuantizeFxOps::test_mish_reference, test/test_quantization.py::TestQuantizeFxOps::test_norm_weight_bias, test/test_quantization.py::TestQuantizeFxOps::test_qbatch_norm, test/test_quantization.py::TestQuantizeFxOps::test_quantized_add_qat, test/test_quantization.py::TestQuantizeFxOps::test_quantized_conv_relu, test/test_quantization.py::TestQuantizeFxOps::test_quantized_mul_qat, test/test_quantization.py::TestQuantizeFxOps::test_rnn, test/test_quantization.py::TestQuantizeFxOps::test_silu_reference, test/test_quantization.py::TestQuantizeFxOps::test_softmax_reference, test/test_quantization.py::TestQuantizeFxOps::test_sum, test/test_quantization.py::TestQuantizeFxModels::test_qat_functional_linear, test/test_quantization.py::TestQuantizeFxModels::test_resnet18_ddp, test/test_quantization.py::TestQuantizeFxModels::test_resnet_base, test/test_quantization.py::TestQuantizeFxModels::test_switch_device_prepare_convert, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_correct_output_replacement, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_graph_argument_order, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_multiple_pattern_match, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_pattern_is_entire_graph, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_placeholder_matching, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_preserves_logic, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_single_pattern_match, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_traced_as_callable, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_writer_replace_consecutive_submodules, test/test_quantization.py::TestGraphUtils::test_conv_bn_conv_relu, test/test_quantization.py::TestGraphUtils::test_conv_bn_relu, test/test_quantization.py::TestDuplicateDQPass::test_avgpool_use_different_qconfig, test/test_quantization.py::TestDuplicateDQPass::test_no_add_quant_duplicate_dq, test/test_quantization.py::TestDuplicateDQPass::test_simple_duplicate_dq, test/test_quantization.py::TestMetaDataPorting::test_metadata_porting_for_dq_no_static_q, test/test_quantization.py::TestMetaDataPorting::test_metadata_porting_with_no_quant_inbetween, test/test_quantization.py::TestMetaDataPorting::test_simple_metadata_porting, test/test_quantization.py::TestNumericDebugger::test_control_flow, test/test_quantization.py::TestNumericDebugger::test_extract_results_from_loggers_list_output, test/test_quantization.py::TestNumericDebugger::test_prepare_for_propagation_comparison, test/test_quantization.py::TestQuantizePT2E::test_allow_exported_model_train_eval, test/test_quantization.py::TestQuantizePT2E::test_allow_exported_model_train_eval_idempotent, test/test_quantization.py::TestQuantizePT2E::test_composable_quantizer_throw, test/test_quantization.py::TestQuantizePT2E::test_conv_transpose_bn_relu, test/test_quantization.py::TestQuantizePT2E::test_derived_qspec, test/test_quantization.py::TestQuantizePT2E::test_derived_qspec_per_channel, test/test_quantization.py::TestQuantizePT2E::test_disallow_eval_train, test/test_quantization.py::TestQuantizePT2E::test_dont_fold_other_constant, test/test_quantization.py::TestQuantizePT2E::test_embedding_conv_linear_quantization, test/test_quantization.py::TestQuantizePT2E::test_embedding_quantizer, test/test_quantization.py::TestQuantizePT2E::test_fixed_qparams_qspec_ptq, test/test_quantization.py::TestQuantizePT2E::test_fixed_qparams_qspec_qat, test/test_quantization.py::TestQuantizePT2E::test_max_pool2d_quantizer, test/test_quantization.py::TestQuantizePT2E::test_observer_callback, test/test_quantization.py::TestQuantizePT2E::test_prepare_obs_or_fq_callback, test/test_quantization.py::TestQuantizePT2E::test_preserve_nn_module_stack, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_bfloat16_float8_e4m3fn, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_bfloat16_float8_e5m2, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_float32_float8_e4m3fn, test/test_quantization.py::TestQuantizePT2E::test_reentrant, test/test_quantization.py::TestQuantizePT2E::test_shared_qspec, test/test_quantization.py::TestQuantizePT2E::test_shared_qspec_transitivity, test/test_quantization.py::TestQuantizePT2E::test_simple_quantizer, test/test_quantization.py::TestQuantizePT2EAffineQuantization::test_channel_group_quantization, test/test_quantization.py::TestPT2ERepresentation::test_add, test/test_quantization.py::TestPT2ERepresentation::test_conv2d, test/test_quantization.py::TestPT2ERepresentation::test_dynamic_linear, test/test_quantization.py::TestPT2ERepresentation::test_qdq_per_channel, test/test_quantization.py::TestPT2ERepresentation::test_static_linear, test/test_quantization.py::TestXNNPACKQuantizer::test_conv1d, test/test_quantization.py::TestXNNPACKQuantizer::test_conv1d_with_conv2d, test/test_quantization.py::TestXNNPACKQuantizer::test_conv_linear_no_permute, test/test_quantization.py::TestXNNPACKQuantizer::test_dynamic_linear_int4_weight, test/test_quantization.py::TestXNNPACKQuantizer::test_linear, test/test_quantization.py::TestXNNPACKQuantizer::test_mul_and_inplace_mul, test/test_quantization.py::TestXNNPACKQuantizer::test_obs_sharing_ops, test/test_quantization.py::TestXNNPACKQuantizer::test_qat_dynamic_linear, test/test_quantization.py::TestXNNPACKQuantizer::test_set_module_type, test/test_quantization.py::TestXNNPACKQuantizerModels::test_resnet18, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_cat_recipe_same_inputs, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d_binary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d_binary2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_dynamic_quant_linear, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_filter_conv2d_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_flatten_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_flatten_recipe2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_dynamic_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_unary_dynamic_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_unary_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_unary_serials, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_unary_dynamic, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_unary_dynamic_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_maxpool2d_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_conv2d_binary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_dynamic_quant_linear, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_and_module_type_case2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_and_module_type_with_mixed_configs, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_qconfig, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_qconfig_for_dynamic_quant, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_qconfig_with_underscores, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_with_mixed_configs, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_fusion, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_fusion_cuda, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_fusion_literal_args, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_per_channel_weight_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_relu_fusion_no_conv_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_transpose_bn, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_inplace_add_relu, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_preserve_source_fn_stack, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_update_shared_qspec, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_bias_derived_qspec, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_fusion, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_fusion_literal_args, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_per_channel_weight_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_relu_fusion_cuda, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_no_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_preserve_source_fn_stack, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_update_shared_qspec, test/test_quantization.py::TestQuantizePT2EQATModels::test_qat_mobilenet_v2, test/test_quantization.py::TestFXGraphMatcher::test_dict_return_type, test/test_quantization.py::TestFXGraphMatcher::test_methods, test/test_quantization.py::TestFXGraphMatcher::test_nodes_before_cat, test/test_quantization.py::TestFXGraphMatcher::test_simple_fun, test/test_quantization.py::TestFXGraphMatcher::test_simple_fusion, test/test_quantization.py::TestFXGraphMatcher::test_simple_mod, test/test_quantization.py::TestFXGraphMatcher::test_simple_tensor_ops, test/test_quantization.py::TestFXGraphMatcherModels::test_mobilenet_v2, test/test_quantization.py::TestFXGraphMatcherModels::test_mobilenet_v2_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_loggers_cuda, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_cuda, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_meth_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extend_logger_results_with_comparison, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_cuda, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_linear_fun_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_layer_names, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_linear_fp16_activations, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_linear_fp16_weights, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_loggers_preserve_qat_numerics, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_logging_inputs, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_fqn, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_fun_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_mul_add_cat_stack_skips_shadowing, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_unsupported_op_copy_skips_shadowing, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_user_defined_function, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_user_module_scriptable, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_conv_bn_relu_fusion_fp32, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_linear_mod_quant_quant, test/test_quantization.py::TestFXNumericSuiteNShadows::test_conv_bn_relu_mod, test/test_quantization.py::TestFXNumericSuiteNShadows::test_functions, test/test_quantization.py::TestFXNumericSuiteNShadows::test_linear_relu_mod, test/test_quantization.py::TestFXNumericSuiteNShadows::test_partial_qconfig_mapping, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_deduplication, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_insert_padding, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_ordering, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_retroactive_padding, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_activations_linear, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_activations_lstm_dynamic, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_shadow_activations_lstm_dynamic, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_weights_conv, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_weights_linear, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_mobilenet_v2, test/test_quantization.py::TestFxModelReportDetector::test_multi_linear_model_without_per_channel, test/test_quantization.py::TestFxModelReportDetector::test_multiple_q_config_options, test/test_quantization.py::TestFxModelReportDetector::test_sequential_model_format, test/test_quantization.py::TestFxModelReportDetector::test_simple_conv, test/test_quantization.py::TestFxModelReportObserver::test_random_epochs_and_batches, test/test_quantization.py::TestFxModelReportObserver::test_zero_tensor_errors, test/test_quantization.py::TestFxModelReportDetectDynamicStatic::test_nested_detection_case, test/test_quantization.py::TestFxModelReportClass::test_equalization_mapping_generation, test/test_quantization.py::TestFxModelReportClass::test_generate_report, test/test_quantization.py::TestFxDetectInputWeightEqualization::test_input_weight_equalization_determine_points, test/test_quantization.py::TestFxDetectInputWeightEqualization::test_input_weight_equalization_report_gen, test/test_quantization.py::TestFxDetectOutliers::test_all_outlier_report_gen, test/test_quantization.py::TestFxDetectOutliers::test_no_outlier_report_gen, test/test_quantization.py::TestFxModelReportVisualizer::test_generate_tables_match_with_report, test/test_quantization.py::TestFxModelReportVisualizer::test_generate_tables_single_feat_match, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_convert, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_equalization_scales, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_prepare, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_weights_bias, test/test_quantization.py::TestSerialization::test_conv2d_graph, test/test_quantization.py::TestSerialization::test_conv2d_graph_v2, test/test_quantization.py::TestSerialization::test_conv2d_graph_v3, test/test_quantization.py::TestSerialization::test_conv2d_nobias_graph, test/test_quantization.py::TestSerialization::test_conv2d_nobias_graph_v2, test/test_quantization.py::TestSerialization::test_conv2d_nobias_graph_v3, test/test_quantization.py::TestSerialization::test_conv2d_relu, test/test_quantization.py::TestSerialization::test_conv3d_relu, test/test_quantization.py::TestSerialization::test_default_qat_qconfig, test/test_quantization.py::TestSerialization::test_linear, test/test_quantization.py::TestSerialization::test_linear_relu, test/test_quantization.py::TestQuantizeJit::test_nested, test/test_quantization.py::TestQuantizeJit::test_skip_quant, test/test_quantization.py::TestQuantizeJitPasses::test_conv_trace, test/test_quantization.py::TestQuantizeJitPasses::test_dedup_module_uses, test/test_quantization.py::TestQuantizeJitPasses::test_finalize_debug, test/test_quantization.py::TestQuantizeJitPasses::test_finalize_for_linear, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_shared_classtype, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_trivial_nobias, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_for_if, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_for_if_consistent_observation, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_interface_unshare_type, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_propagate_observed_for_function, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_shared_class_type, test/test_quantization.py::TestQuantizeJitPasses::test_insert_quant_dequant_shared_class_type, test/test_quantization.py::TestQuantizeJitPasses::test_interface_with_fork, test/test_quantization.py::TestQuantizeJitPasses::test_replicate_dequantize, test/test_quantization.py::TestQuantizeJitPasses::test_replicate_dequantize_in_block, test/test_quantization.py::TestQuantizeJitOps::test_clamp, test/test_quantization.py::TestQuantizeJitOps::test_conv_with_benchmark_flag, test/test_quantization.py::TestQuantizeJitOps::test_elu, test/test_quantization.py::TestQuantizeJitOps::test_hardswish, test/test_quantization.py::TestQuantizeJitOps::test_instance_norm, test/test_quantization.py::TestQuantizeJitOps::test_layer_norm, test/test_quantization.py::TestQuantizeJitOps::test_linear, test/test_quantization.py::TestQuantizeJitOps::test_qbatch_norm_relu_BNFuncRelu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add_relu_alpha, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add_scalar_relu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_cat, test/test_quantization.py::TestQuantizeJitOps::test_quantized_mul, test/test_quantization.py::TestQuantizeJitOps::test_quantized_mul_scalar_relu, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_dynamic_multi_op, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_dynamic_quant_multi_uses, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_dynamic_weight_observer, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_dynamic_with_if, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_prepare_dynamic_child_qconfig, test/test_quantization.py::TestQuantizeDynamicJitOps::test_embedding_bag, test/test_quantization.py::TestQuantizeDynamicJitOps::test_embedding_bag_padding_idx_error, test/test_quantization.py::TestFusionPasses::test_quantized_add_relu_fusion, test/test_quantization.py::TestDeprecatedJitQuantized::test_erase_class_tensor_shapes, test/test_quantization.py::TestDeprecatedJitQuantized::test_quantization_modules, test/test_quantization.py::TestDeprecatedJitQuantized::test_rnn_cell_quantized, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_fake_quantize, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_quantization_mappings, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_quantize, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_stubs, test/test_quantization.py::TestAOMigrationNNQuantized::test_functional_import, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_qat_dynamic_linear, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_qat_embedding_ops, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_qat_linear, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_quantizable_rnn, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_activation, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_dropout, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_linear, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_normalization, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_import_nn_intrinsic_quantized, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_qat_conv_fused, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_quantized_bn_relu, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_quantized_linear_relu, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_fuse, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_graph_module, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_match_utils, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_pattern_utils, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_quantization_patterns, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_quantize_fx, test/test_quantization.py::TestBitsCPU::test_cat_cpu, test/test_quantization.py::TestBitsCPU::test_subclass_cpu, test/test_quantization.py::TestBitsCPU::test_types_cpu, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_extremes_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_extremes_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_rte_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_rte_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_soak_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_soak_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_soak_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_subnormals_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_subnormals_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cat_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cat_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_cat_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_creation_with_zeros_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_creation_with_zeros_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_creation_with_zeros_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_empty_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_empty_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_empty_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_empty_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_finfo_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_save_load_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_save_load_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_special_numbers_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_special_numbers_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_to_string_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_to_string_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_to_string_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_type_promotion_fails_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_type_promotion_fails_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_type_promotion_fails_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_mul_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_pt2_traceable_aot_eager_cpu_float8_e4m3fn 2025-03-14T06:41:16.5587235Z 2025-03-14T06:42:09.2097867Z 2025-03-14T06:42:09.2098993Z test_quantization 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_quantization_1.2_7edd9e448406d347_.log 2025-03-14T06:42:09.2315592Z Running 674 items in this shard: test/test_quantization.py::TestQuantizedOps::test_avg_pool2d_nhwc, test/test_quantization.py::TestQuantizedOps::test_batch_norm_relu, test/test_quantization.py::TestQuantizedOps::test_cat_nhwc, test/test_quantization.py::TestQuantizedOps::test_channel_shuffle, test/test_quantization.py::TestQuantizedOps::test_equal, test/test_quantization.py::TestQuantizedOps::test_group_norm, test/test_quantization.py::TestQuantizedOps::test_interpolate, test/test_quantization.py::TestQuantizedOps::test_leaky_relu_observed_output, test/test_quantization.py::TestQuantizedOps::test_max_pool2d_cudnn, test/test_quantization.py::TestQuantizedOps::test_max_pool2d_pt2e, test/test_quantization.py::TestQuantizedOps::test_max_pool3d, test/test_quantization.py::TestQuantizedOps::test_max_pool3d_nhwc, test/test_quantization.py::TestQuantizedOps::test_mul_scalar_relu, test/test_quantization.py::TestQuantizedOps::test_qadd_relu_same_qparams, test/test_quantization.py::TestQuantizedOps::test_qhardsigmoid, test/test_quantization.py::TestQuantizedOps::test_qlayer_norm, test/test_quantization.py::TestQuantizedOps::test_qmul_relu_different_qparams, test/test_quantization.py::TestQuantizedOps::test_qmul_relu_same_qparams, test/test_quantization.py::TestQuantizedOps::test_qrelu, test/test_quantization.py::TestQuantizedOps::test_qsoftmax_qnnpack, test/test_quantization.py::TestQuantizedOps::test_quantized_equal, test/test_quantization.py::TestQuantizedOps::test_quantized_mean_qnnpack, test/test_quantization.py::TestQuantizedOps::test_sigmoid, test/test_quantization.py::TestQuantizedOps::test_sigmoid_dequantize_rounding_error, test/test_quantization.py::TestQuantizedOps::test_sigmoid_non_observed, test/test_quantization.py::TestQNNPackOps::test_adaptive_avg_pool2d, test/test_quantization.py::TestQNNPackOps::test_avg_pool2d, test/test_quantization.py::TestQNNPackOps::test_qnnpack_add_broadcast, test/test_quantization.py::TestQNNPackOps::test_qnnpack_maxpool2d, test/test_quantization.py::TestQNNPackOps::test_qnnpack_sigmoid, test/test_quantization.py::TestQNNPackOps::test_qnnpack_sigmoid_sweep, test/test_quantization.py::TestQuantizedLinear::test_qlinear_add_relu_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_cudnn, test/test_quantization.py::TestQuantizedLinear::test_qlinear_leaky_relu, test/test_quantization.py::TestQuantizedLinear::test_qlinear_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_relu, test/test_quantization.py::TestQuantizedLinear::test_qlinear_relu_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_sum_relu_pt2e, test/test_quantization.py::TestQuantizedLinear::test_qlinear_unpack, test/test_quantization.py::TestQuantizedLinear::test_qlinear_with_input_q_dq_qweight_dq_output_fp32, test/test_quantization.py::TestQuantizedLinear::test_wrapped_quantized_linear, test/test_quantization.py::TestQuantizedConv::test_benchmark, test/test_quantization.py::TestQuantizedConv::test_conv_reorder_issue_onednn, test/test_quantization.py::TestQuantizedConv::test_qconv1d_relu, test/test_quantization.py::TestQuantizedConv::test_qconv2d, test/test_quantization.py::TestQuantizedConv::test_qconv2d_add_relu, test/test_quantization.py::TestQuantizedConv::test_qconv2d_cudnn, test/test_quantization.py::TestQuantizedConv::test_qconv2d_hardswish_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_relu, test/test_quantization.py::TestQuantizedConv::test_qconv2d_relu_cudnn, test/test_quantization.py::TestQuantizedConv::test_qconv2d_sum_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv2d_sum_relu_float_output_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv3d_pt2e, test/test_quantization.py::TestQuantizedConv::test_qconv3d_relu, test/test_quantization.py::TestQuantizedConv::test_qconv3d_unpack, test/test_quantization.py::TestQuantizedConv::test_qconv_transpose1d, test/test_quantization.py::TestQuantizedConv::test_qconv_transpose2d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_conv1d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_conv2d, test/test_quantization.py::TestDynamicQuantizedOps::test_dynamic_convtranspose1d, test/test_quantization.py::TestDynamicQuantizedOps::test_linear_dynamic_fp16_onednn, test/test_quantization.py::TestDynamicQuantizedOps::test_linear_prepack_fp16_numerics, test/test_quantization.py::TestDynamicQuantizedOps::test_qlinear_dynamic_fp16, test/test_quantization.py::TestDynamicQuantizedOps::test_qlinear_legacy, test/test_quantization.py::TestDynamicQuantizedOps::test_unpacked_qlinear_dynamic_fp16, test/test_quantization.py::TestDynamicQuantizedOps::test_unpacked_qlinear_dynamic_fp16_opcheck, test/test_quantization.py::TestComparatorOps::test_compare_tensor_tensor, test/test_quantization.py::TestPadding::test_constant_padNd, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding_bag_2d_indices, test/test_quantization.py::TestQuantizedEmbeddingOps::test_embedding_bag_4bit, test/test_quantization.py::TestQuantizedFunctionalOps::test_conv1d_api, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_channel, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_channel_cachemask_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_channel_cachemask_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_backward_per_tensor_cachemask_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_fake_quant_control, test/test_quantization.py::TestFakeQuantizeOps::test_fake_quant_per_channel_qparam_range, test/test_quantization.py::TestFakeQuantizeOps::test_fake_quant_preserves_qparam_shapes_for_activations, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_channel_cachemask_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_channel_half_precision_numerics, test/test_quantization.py::TestFakeQuantizeOps::test_forward_per_tensor_half_precision_numerics, test/test_quantization.py::TestFakeQuantizeOps::test_fq_module_per_tensor, test/test_quantization.py::TestFakeQuantizeOps::test_fq_serializable_per_tensor, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_backward_per_tensor_cpu, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_backward_per_tensor_cuda, test/test_quantization.py::TestFakeQuantizeOps::test_learnable_forward_per_tensor_cuda, test/test_quantization.py::TestFusedObsFakeQuant::test_fused_backward_op_fake_quant_off, test/test_quantization.py::TestFusedObsFakeQuant::test_fused_obs_fake_quant_backward_op, test/test_quantization.py::TestFusedObsFakeQuant::test_fused_obs_fake_quant_moving_avg_per_channel, test/test_quantization.py::TestQuantizedTensor::test_bfp16_quantize, test/test_quantization.py::TestQuantizedTensor::test_choose_qparams, test/test_quantization.py::TestQuantizedTensor::test_decomposed_dequantize_per_channel, test/test_quantization.py::TestQuantizedTensor::test_decomposed_dynamic_quant_pattern, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_channel, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_channel_bfloat16_input, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_channel_group, test/test_quantization.py::TestQuantizedTensor::test_decomposed_quantize_per_tensor, test/test_quantization.py::TestQuantizedTensor::test_dequantize_fp16_cuda, test/test_quantization.py::TestQuantizedTensor::test_fp16_saturate_op, test/test_quantization.py::TestQuantizedTensor::test_per_channel_qtensor_creation_cuda, test/test_quantization.py::TestQuantizedTensor::test_per_channel_qtensor_to_memory_format, test/test_quantization.py::TestQuantizedTensor::test_per_tensor_to_device, test/test_quantization.py::TestQuantizedTensor::test_pickle_checkpoint_qtensor, test/test_quantization.py::TestQuantizedTensor::test_qtensor_channel_float_assignment, test/test_quantization.py::TestQuantizedTensor::test_qtensor_copy, test/test_quantization.py::TestQuantizedTensor::test_qtensor_fill_per_channel, test/test_quantization.py::TestQuantizedTensor::test_qtensor_fill_per_tensor, test/test_quantization.py::TestQuantizedTensor::test_qtensor_float_assignment, test/test_quantization.py::TestQuantizedTensor::test_qtensor_index_put_cpu, test/test_quantization.py::TestQuantizedTensor::test_qtensor_index_select_cpu, test/test_quantization.py::TestQuantizedTensor::test_qtensor_index_select_cuda, test/test_quantization.py::TestQuantizedTensor::test_qtensor_legacy_new_failure, test/test_quantization.py::TestQuantizedTensor::test_qtensor_load_save, test/test_quantization.py::TestQuantizedTensor::test_qtensor_masked_fill_cuda, test/test_quantization.py::TestQuantizedTensor::test_qtensor_per_channel_permute, test/test_quantization.py::TestQuantizedTensor::test_qtensor_quantize_per_channel, test/test_quantization.py::TestQuantizedTensor::test_qtensor_reshape, test/test_quantization.py::TestQuantizedTensor::test_qtensor_sub_byte_not_aligned_cols, test/test_quantization.py::TestQuantizedTensor::test_qtensor_view, test/test_quantization.py::TestQuantizedTensor::test_quant_pin_memory, test/test_quantization.py::TestQuantizedTensor::test_quantize_per_channel_float_qparams, test/test_quantization.py::TestQuantizedTensor::test_repeat, test/test_quantization.py::TestFakeQuantize::test_quant_min_max_override, test/test_quantization.py::TestObserver::test_dynamic_quant_observer_matching_choose_qparams, test/test_quantization.py::TestObserver::test_histogram_observer_consistent_buffer_shape, test/test_quantization.py::TestObserver::test_histogram_observer_ignore_infinity, test/test_quantization.py::TestObserver::test_observer_scriptable, test/test_quantization.py::TestObserver::test_per_channel_observers, test/test_quantization.py::TestObserver::test_state_dict_respects_device_affinity, test/test_quantization.py::TestObserver::test_zero_numel, test/test_quantization.py::TestStaticQuantizedModule::test_batch_norm2d_serialization, test/test_quantization.py::TestStaticQuantizedModule::test_channel_shuffle, test/test_quantization.py::TestStaticQuantizedModule::test_conv1d_api, test/test_quantization.py::TestStaticQuantizedModule::test_conv1d_relu_api, test/test_quantization.py::TestStaticQuantizedModule::test_conv2d_add, test/test_quantization.py::TestStaticQuantizedModule::test_conv2d_add_relu, test/test_quantization.py::TestStaticQuantizedModule::test_conv2d_api, test/test_quantization.py::TestStaticQuantizedModule::test_conv2d_relu_api, test/test_quantization.py::TestStaticQuantizedModule::test_conv3d_relu_api, test/test_quantization.py::TestStaticQuantizedModule::test_dropout_serialization, test/test_quantization.py::TestStaticQuantizedModule::test_elu, test/test_quantization.py::TestStaticQuantizedModule::test_group_norm, test/test_quantization.py::TestStaticQuantizedModule::test_hard_swish, test/test_quantization.py::TestStaticQuantizedModule::test_instance_norm, test/test_quantization.py::TestStaticQuantizedModule::test_layer_norm, test/test_quantization.py::TestStaticQuantizedModule::test_leaky_relu, test/test_quantization.py::TestStaticQuantizedModule::test_linear, test/test_quantization.py::TestStaticQuantizedModule::test_linear_leaky_relu, test/test_quantization.py::TestStaticQuantizedModule::test_pool_api, test/test_quantization.py::TestStaticQuantizedModule::test_prelu, test/test_quantization.py::TestStaticQuantizedModule::test_quant_dequant_api, test/test_quantization.py::TestDynamicQuantizedModule::test_cell_api, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_conv2d, test/test_quantization.py::TestDynamicQuantizedModule::test_dynamic_convtranspose2d, test/test_quantization.py::TestReferenceQuantizedModule::test_rnn, test/test_quantization.py::TestReferenceQuantizedModule::test_sparse, test/test_quantization.py::TestRecordHistogramObserver::test_observer_scriptable, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_extreme_inputs, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_one_sided, test/test_quantization.py::TestHistogramObserver::test_histogram_observer_update_within_range_succeeds, test/test_quantization.py::TestHistogramObserver::test_observer_scriptable, test/test_quantization.py::TestDistributed::test_device_affinity, test/test_quantization.py::TestDistributed::test_fake_quant_preserves_buffers, test/test_quantization.py::TestDistributed::test_syncbn_preserves_qconfig, test/test_quantization.py::TestFusedObsFakeQuantModule::test_default_fused_qat_config, test/test_quantization.py::TestFusedObsFakeQuantModule::test_embedding_bag_qat_config, test/test_quantization.py::TestFusedObsFakeQuantModule::test_embedding_qat_config, test/test_quantization.py::TestFusedObsFakeQuantModule::test_fused_mod_reduce_range, test/test_quantization.py::TestFusedObsFakeQuantModule::test_fused_obs_fq_moving_avg_module, test/test_quantization.py::TestBackendConfig::test_backend_config_to_dict, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_fuser_method, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_input_type_to_index, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_num_tensor_args_to_observation_type, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_observation_type, test/test_quantization.py::TestBackendConfig::test_backend_op_config_set_qat_module, test/test_quantization.py::TestBackendConfig::test_dtype_config_from_dict, test/test_quantization.py::TestBackendConfig::test_dtype_config_to_dict, test/test_quantization.py::TestUtils::test_get_fqn_to_example_inputs_simple, test/test_quantization.py::TestUtils::test_quantize_weight_clamping_per_tensor, test/test_quantization.py::TestUtils::test_uint4_int4_dtype, test/test_quantization.py::TestQuantizationDocs::test_quantization_doc_ptdq, test/test_quantization.py::TestQuantizationDocs::test_quantization_doc_ptsq, test/test_quantization.py::TestQuantizationDocs::test_quantization_doc_qat, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_convtranspose_per_channel_fails_early, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_convtranspose_per_channel_qconfig_none, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_custom_module_class, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_nested1, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_nested2, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_normalization, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_quantized_embedding_bag, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_quantwrapper_attaches_qconfig_to_dequant, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_save_load_state_dict, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_single_layer, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_skip_quant, test/test_quantization.py::TestQuantizeEagerPTQStatic::test_two_layers, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_embedding_ops_dynamic, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_forward_hooks_preserved, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_per_channel_linear_quantize, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_single_layer, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_two_layers, test/test_quantization.py::TestQuantizeEagerPTQDynamic::test_type_match_rule, test/test_quantization.py::TestQuantizeEagerOps::test_conv_2d, test/test_quantization.py::TestQuantizeEagerOps::test_conv_3d, test/test_quantization.py::TestQuantizeEagerOps::test_conv_transpose_1d, test/test_quantization.py::TestQuantizeEagerOps::test_conv_transpose_2d, test/test_quantization.py::TestQuantizeEagerOps::test_int16_reference_module, test/test_quantization.py::TestQuantizeEagerOps::test_linear, test/test_quantization.py::TestQuantizeEagerOps::test_relu, test/test_quantization.py::TestQuantizeEagerQAT::test_conv_linear_symm, test/test_quantization.py::TestQuantizeEagerQAT::test_defused_embedding_bag_linear, test/test_quantization.py::TestQuantizeEagerQAT::test_dynamic_qat_linear, test/test_quantization.py::TestQuantizeEagerQAT::test_embedding_bag_linear, test/test_quantization.py::TestQuantizeEagerQAT::test_eval_only_fake_quant, test/test_quantization.py::TestQuantizeEagerQAT::test_manual, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_conv_bn_folded_vs_unfolded, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_conv_bn_relu, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_fixed_qparam_ops, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_linear_bn_numerics, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_linear_bn_symm_numerics, test/test_quantization.py::TestQuantizeEagerQATNumerics::test_linear_precomputed_fake_quant, test/test_quantization.py::TestFuseEager::test_forward_hooks_preserved, test/test_quantization.py::TestFuseEager::test_fuse_module_eval, test/test_quantization.py::TestFuseEager::test_fuse_modules_with_nested_hooks, test/test_quantization.py::TestFuseEager::test_fusion_conv_with_bias, test/test_quantization.py::TestFuseEager::test_fusion_sequential_model_eval, test/test_quantization.py::TestModelNumericsEager::test_float_quant_compare_per_tensor, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_outputs_linear_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_outputs_linear_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_outputs_lstm_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_linear_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_linear_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_model_stub_partial, test/test_quantization.py::TestNumericSuiteEager::test_compare_weights_linear_static, test/test_quantization.py::TestNumericSuiteEager::test_compare_weights_lstm_dynamic, test/test_quantization.py::TestNumericSuiteEager::test_mobilenet_v3, test/test_quantization.py::TestNumericSuiteEager::test_output_logger, test/test_quantization.py::TestEqualizeEager::test_cross_layer_equalization, test/test_quantization.py::TestEqualizeEager::test_equalize, test/test_quantization.py::TestEqualizeEager::test_equalize_fused_convrelu, test/test_quantization.py::TestBiasCorrectionEager::test_conv_chain, test/test_quantization.py::TestFuseFx::test_fuse_addtional_fuser_method, test/test_quantization.py::TestFuseFx::test_fuse_conv_bn_add_relu_onednn, test/test_quantization.py::TestFuseFx::test_fuse_conv_bn_relu, test/test_quantization.py::TestFuseFx::test_fuse_linear_bn_eval, test/test_quantization.py::TestFuseFx::test_fuse_linear_bn_leaky_relu_onednn, test/test_quantization.py::TestFuseFx::test_fuse_linear_tanh_for_onednn_backend, test/test_quantization.py::TestFuseFx::test_fuse_module_relu, test/test_quantization.py::TestFuseFx::test_fusion_pattern_with_matchallnode, test/test_quantization.py::TestFuseFx::test_linear_tanh_not_fused_by_default, test/test_quantization.py::TestFuseFx::test_qconfig_fused_module, test/test_quantization.py::TestQuantizeFx::test__convert_to_reference_decomposed_fx_dynamic_quant, test/test_quantization.py::TestQuantizeFx::test_assert_on_size_after_quant_layer, test/test_quantization.py::TestQuantizeFx::test_backend_config_check_for_weight_and_bias, test/test_quantization.py::TestQuantizeFx::test_change_backend_config_for_fixed_qparam_ops, test/test_quantization.py::TestQuantizeFx::test_channel_shuffle_lowering, test/test_quantization.py::TestQuantizeFx::test_conv_bn_relu, test/test_quantization.py::TestQuantizeFx::test_conv_linear_not_reference, test/test_quantization.py::TestQuantizeFx::test_conv_linear_reference, test/test_quantization.py::TestQuantizeFx::test_conv_lowering, test/test_quantization.py::TestQuantizeFx::test_conv_transpose_not_reference, test/test_quantization.py::TestQuantizeFx::test_conv_transpose_reference, test/test_quantization.py::TestQuantizeFx::test_conv_transpose_relu_reference, test/test_quantization.py::TestQuantizeFx::test_convert_custom_config_from_dict, test/test_quantization.py::TestQuantizeFx::test_convert_custom_config_set_observed_to_quantized_mapping, test/test_quantization.py::TestQuantizeFx::test_custom_module_class, test/test_quantization.py::TestQuantizeFx::test_deepcopy_preserve_attributes, test/test_quantization.py::TestQuantizeFx::test_default_qconfig_mapping_override_global, test/test_quantization.py::TestQuantizeFx::test_default_quant_after_none_qconfig, test/test_quantization.py::TestQuantizeFx::test_dynamic_quant_fp16, test/test_quantization.py::TestQuantizeFx::test_dynamic_with_fusion, test/test_quantization.py::TestQuantizeFx::test_dynamic_with_fusion_multiple_uses, test/test_quantization.py::TestQuantizeFx::test_fp32_input_quantized_output, test/test_quantization.py::TestQuantizeFx::test_fp32_sum, test/test_quantization.py::TestQuantizeFx::test_fuse_custom_config_set_preserved_attributes, test/test_quantization.py::TestQuantizeFx::test_fuse_custom_config_to_dict, test/test_quantization.py::TestQuantizeFx::test_get_executorch_backend_config, test/test_quantization.py::TestQuantizeFx::test_linear_shape_view, test/test_quantization.py::TestQuantizeFx::test_linear_size_view, test/test_quantization.py::TestQuantizeFx::test_linear_tanh_lowering, test/test_quantization.py::TestQuantizeFx::test_lowering_functional_conv_transpose_with_kwargs, test/test_quantization.py::TestQuantizeFx::test_masked_fill_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_match_pattern_with_multiple_args, test/test_quantization.py::TestQuantizeFx::test_mul_add_fp16_config, test/test_quantization.py::TestQuantizeFx::test_no_obs_between_unmatched_node_and_copy_node, test/test_quantization.py::TestQuantizeFx::test_non_traceable_module, test/test_quantization.py::TestQuantizeFx::test_output_lists_and_dicts, test/test_quantization.py::TestQuantizeFx::test_pattern_match, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_from_dict, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_input_quantized_indexes, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_non_traceable_module_names, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_output_quantized_indexes, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_preserved_attributes, test/test_quantization.py::TestQuantizeFx::test_prepare_custom_config_set_standalone_module_name, test/test_quantization.py::TestQuantizeFx::test_prepared_model_deepcopy, test/test_quantization.py::TestQuantizeFx::test_preserve_attributes, test/test_quantization.py::TestQuantizeFx::test_propagate_dtypes_for_known_nodes_dict_split_tuple_args, test/test_quantization.py::TestQuantizeFx::test_qat_and_script, test/test_quantization.py::TestQuantizeFx::test_qat_prepare_device_affinity, test/test_quantization.py::TestQuantizeFx::test_qat_skip_untraced, test/test_quantization.py::TestQuantizeFx::test_qconfig_dict_setup, test/test_quantization.py::TestQuantizeFx::test_qconfig_dict_with_fused_modules, test/test_quantization.py::TestQuantizeFx::test_qconfig_for_call_func, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_repr, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_set_global, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_set_module_name, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_set_module_name_object_type_order, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_set_module_name_regex, test/test_quantization.py::TestQuantizeFx::test_qconfig_mapping_to_dict, test/test_quantization.py::TestQuantizeFx::test_qconfig_module_name_regex, test/test_quantization.py::TestQuantizeFx::test_qconfig_qat_module_type, test/test_quantization.py::TestQuantizeFx::test_qparams_fqn, test/test_quantization.py::TestQuantizeFx::test_quant_output_always_observed, test/test_quantization.py::TestQuantizeFx::test_quantized_input_fp32_output, test/test_quantization.py::TestQuantizeFx::test_ref_conv_module, test/test_quantization.py::TestQuantizeFx::test_register_patterns, test/test_quantization.py::TestQuantizeFx::test_relu_lowering, test/test_quantization.py::TestQuantizeFx::test_repeat_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_reroute_tuple_getitem_patterns, test/test_quantization.py::TestQuantizeFx::test_reshape_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_sequential, test/test_quantization.py::TestQuantizeFx::test_size_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_static_lstm, test/test_quantization.py::TestQuantizeFx::test_static_lstm_with_custom_fixed_qparams, test/test_quantization.py::TestQuantizeFx::test_sub_scalar, test/test_quantization.py::TestQuantizeFx::test_trace_quantize_per_tensor, test/test_quantization.py::TestQuantizeFx::test_transpose_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFx::test_unsqueeze_nontensor_args_not_observed, test/test_quantization.py::TestQuantizeFxOps::test_add, test/test_quantization.py::TestQuantizeFxOps::test_bmm, test/test_quantization.py::TestQuantizeFxOps::test_bmm_int_reference, test/test_quantization.py::TestQuantizeFxOps::test_clamp, test/test_quantization.py::TestQuantizeFxOps::test_conv_transpose_1d, test/test_quantization.py::TestQuantizeFxOps::test_embedding_bag, test/test_quantization.py::TestQuantizeFxOps::test_fixed_qparams_ops_fp16, test/test_quantization.py::TestQuantizeFxOps::test_fixed_qparams_ops_qint8, test/test_quantization.py::TestQuantizeFxOps::test_fixed_qparams_ops_wrong_qconfig, test/test_quantization.py::TestQuantizeFxOps::test_float_functional, test/test_quantization.py::TestQuantizeFxOps::test_functional_conv, test/test_quantization.py::TestQuantizeFxOps::test_functional_linear, test/test_quantization.py::TestQuantizeFxOps::test_gelu_reference, test/test_quantization.py::TestQuantizeFxOps::test_general_shape_ops, test/test_quantization.py::TestQuantizeFxOps::test_general_value_ops, test/test_quantization.py::TestQuantizeFxOps::test_getitem, test/test_quantization.py::TestQuantizeFxOps::test_linear_module, test/test_quantization.py::TestQuantizeFxOps::test_linear_static_fp16, test/test_quantization.py::TestQuantizeFxOps::test_mul, test/test_quantization.py::TestQuantizeFxOps::test_mul_relu, test/test_quantization.py::TestQuantizeFxOps::test_multiple_qconfigs_for_single_value, test/test_quantization.py::TestQuantizeFxOps::test_narrow, test/test_quantization.py::TestQuantizeFxOps::test_pixel_shuffle, test/test_quantization.py::TestQuantizeFxOps::test_pixel_shuffle_module, test/test_quantization.py::TestQuantizeFxOps::test_pixel_unshuffle, test/test_quantization.py::TestQuantizeFxOps::test_pixel_unshuffle_module, test/test_quantization.py::TestQuantizeFxOps::test_prelu, test/test_quantization.py::TestQuantizeFxOps::test_qbatch_norm_relu, test/test_quantization.py::TestQuantizeFxOps::test_qmatmul, test/test_quantization.py::TestQuantizeFxOps::test_ref_pattern_multi_use, test/test_quantization.py::TestQuantizeFxOps::test_reshape_fp16, test/test_quantization.py::TestQuantizeFxOps::test_rnn_cell, test/test_quantization.py::TestQuantizeFxOps::test_softmax_normal, test/test_quantization.py::TestQuantizeFxOps::test_sub, test/test_quantization.py::TestQuantizeFxModels::test_model_dropout, test/test_quantization.py::TestQuantizeFxModels::test_prepare_serialize_switch_device_convert, test/test_quantization.py::TestQuantizeFxModels::test_qat_embedding_linear, test/test_quantization.py::TestQuantizeFxModels::test_qat_embeddingbag_linear, test/test_quantization.py::TestQuantizeFxModels::test_static_gpu_convert_basic, test/test_quantization.py::TestQuantizeFxModels::test_torchvision, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_annotations_int, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_replaces_referenced_submodules, test/test_quantization.py::TestSubgraphRewriter::test_subgraph_rewriter_with_oneliner_pattern, test/test_quantization.py::TestGraphUtils::test_customized_equivalet_types_dict, test/test_quantization.py::TestDuplicateDQPass::test_no_need_for_duplicate_dq, test/test_quantization.py::TestMetaDataPorting::test_metadata_porting_for_dq, test/test_quantization.py::TestMetaDataPorting::test_metadata_porting_for_two_dq, test/test_quantization.py::TestMetaDataPorting::test_no_metadata_porting, test/test_quantization.py::TestMetaDataPorting::test_no_metadata_porting_through_unknown_ops, test/test_quantization.py::TestNumericDebugger::test_added_node_gets_unique_id, test/test_quantization.py::TestNumericDebugger::test_copy_preserve_handle, test/test_quantization.py::TestNumericDebugger::test_deepcopy_preserve_handle, test/test_quantization.py::TestNumericDebugger::test_extract_results_from_loggers, test/test_quantization.py::TestNumericDebugger::test_quantize_pt2e_preserve_handle, test/test_quantization.py::TestNumericDebugger::test_re_export_preserve_handle, test/test_quantization.py::TestNumericDebugger::test_run_decompositions_map_handle_to_new_nodes, test/test_quantization.py::TestNumericDebugger::test_run_decompositions_same_handle_id, test/test_quantization.py::TestNumericDebugger::test_simple, test/test_quantization.py::TestQuantizePT2E::test_allow_implicit_sharing, test/test_quantization.py::TestQuantizePT2E::test_composable_quantizer_linear_conv, test/test_quantization.py::TestQuantizePT2E::test_composable_quantizer_transform_for_annotation, test/test_quantization.py::TestQuantizePT2E::test_constant_prop_preserve_metadata, test/test_quantization.py::TestQuantizePT2E::test_fixed_qparams_qspec_observer_dedup, test/test_quantization.py::TestQuantizePT2E::test_fold_all_ops_before_quantize, test/test_quantization.py::TestQuantizePT2E::test_fold_quantize, test/test_quantization.py::TestQuantizePT2E::test_fold_quantize_per_channel, test/test_quantization.py::TestQuantizePT2E::test_groupwise_per_channel_quant, test/test_quantization.py::TestQuantizePT2E::test_input_edge_sanity_check, test/test_quantization.py::TestQuantizePT2E::test_model_is_exported, test/test_quantization.py::TestQuantizePT2E::test_move_exported_model_bn_device_cpu, test/test_quantization.py::TestQuantizePT2E::test_move_exported_model_dropout, test/test_quantization.py::TestQuantizePT2E::test_move_exported_model_dropout_inplace, test/test_quantization.py::TestQuantizePT2E::test_multi_users_without_output_observer, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_bfloat16_int16, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_float32_float8_e5m2, test/test_quantization.py::TestQuantizePT2E::test_quantization_dtype_float32_int16, test/test_quantization.py::TestQuantizePT2E::test_save_load, test/test_quantization.py::TestQuantizePT2E::test_shared_qspec_transitivity_case_2, test/test_quantization.py::TestQuantizePT2E::test_speed, test/test_quantization.py::TestQuantizePT2E::test_transform_for_annotation, test/test_quantization.py::TestQuantizePT2E::test_wo_annotate_conv_output_quantizer, test/test_quantization.py::TestPT2ERepresentation::test_add_relu, test/test_quantization.py::TestPT2ERepresentation::test_maxpool2d, test/test_quantization.py::TestPT2ERepresentation::test_qdq, test/test_quantization.py::TestXNNPACKQuantizer::test_add_and_inplace_add, test/test_quantization.py::TestXNNPACKQuantizer::test_add_mul_long, test/test_quantization.py::TestXNNPACKQuantizer::test_add_mul_scalar, test/test_quantization.py::TestXNNPACKQuantizer::test_cat_same_node, test/test_quantization.py::TestXNNPACKQuantizer::test_conv2d, test/test_quantization.py::TestXNNPACKQuantizer::test_conv_linear, test/test_quantization.py::TestXNNPACKQuantizer::test_dynamic_linear, test/test_quantization.py::TestXNNPACKQuantizer::test_dynamic_linear_with_conv, test/test_quantization.py::TestXNNPACKQuantizer::test_gru, test/test_quantization.py::TestXNNPACKQuantizer::test_linear_gru, test/test_quantization.py::TestXNNPACKQuantizer::test_linear_relu, test/test_quantization.py::TestXNNPACKQuantizer::test_linear_with_dynamic_shape, test/test_quantization.py::TestXNNPACKQuantizer::test_mul_float32_max, test/test_quantization.py::TestXNNPACKQuantizer::test_propagate_annotation, test/test_quantization.py::TestXNNPACKQuantizer::test_set_module_name, test/test_quantization.py::TestXNNPACKQuantizer::test_set_module_name_with_underscores, test/test_quantization.py::TestXNNPACKQuantizer::test_set_module_type_case_2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_adaptive_avg_pool2d_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_attention_block, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_avg_pool2d_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_cat_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_cat_recipe_single_input, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d_binary_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_conv2d_serials_binary_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_filter_linear_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_filter_maxpool2d_recipe, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_dynamic, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_binary_unary_dynamic, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_dynamic_fp16, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_linear_unary_qat, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_conv2d, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_conv2d_binary2, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_conv2d_binary_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_qat_conv2d_unary, test/test_quantization.py::TestQuantizePT2EX86Inductor::test_set_module_name_and_module_type_case1, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_fold_bn_erases_bn_node, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_bias_derived_qspec, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_fusion_no_conv_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_relu_fusion, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_bn_relu_fusion_cuda, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_no_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_conv_transpose_bn_relu, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn1d::test_qat_per_channel_weight_custom_dtype, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_fold_bn_erases_bn_node, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_fusion_cuda, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_fusion_no_conv_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_relu_fusion, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_bn_relu_fusion_no_conv_bias, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_transpose_bn, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_conv_transpose_bn_relu, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_inplace_add_relu, test/test_quantization.py::TestQuantizePT2EQAT_ConvBn2d::test_qat_per_channel_weight_custom_dtype, test/test_quantization.py::TestQuantizePT2EQATModels::test_qat_resnet18, test/test_quantization.py::TestFXGraphMatcher::test_matching_failure_node_count, test/test_quantization.py::TestFXGraphMatcher::test_matching_failure_node_type, test/test_quantization.py::TestFXGraphMatcher::test_nodes_with_equal_types_get_matched, test/test_quantization.py::TestFXGraphMatcher::test_op_relationship_mapping, test/test_quantization.py::TestFXGraphMatcher::test_results_order, test/test_quantization.py::TestFXGraphMatcher::test_simple_mod_multi, test/test_quantization.py::TestFXGraphMatcher::test_user_defined_function, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_mul_inputs_activations, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_fun_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_fun_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_mod_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_add_shadow_loggers_mod_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_conv_fun_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_conv_fun_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_dynamic, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_fqn, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_linear_fun_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_mod_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_extract_weights_mod_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_fp16_shadows_fp32, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_int8_shadows_fp32_coverage, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_int8_shadows_fp32_simple, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_int8_shadows_int8_fun, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_int8_shadows_int8_mod, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_linear_fp16_shadow_activations, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_linear_fp16_vs_linear_fp16_shadow_activations, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_linear_kwargs_shadow, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_fun_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_meth_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_mod_ptq, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_match_activations_mod_qat, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_op_io_dtype_coverage, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_op_with_either_fp32_or_int8_input, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_op_with_only_kwargs_skips_shadowing, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_ops_with_same_fp32_and_int8_signature, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_shadow_activations_fqn, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_shadow_loggers_preserve_qat_numerics, test/test_quantization.py::TestFXNumericSuiteCoreAPIs::test_user_module, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_conv_bn_relu_fusion_quant, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_functions, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_linear_mod_fp32_fp32, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_linear_mod_fp32_quant, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_linear_mod_quant_fp32, test/test_quantization.py::TestFXNumericSuiteNShadows::test_add_loggers_mobilenet_v2, test/test_quantization.py::TestFXNumericSuiteNShadows::test_custom_functions_and_tracer, test/test_quantization.py::TestFXNumericSuiteNShadows::test_extract_weights_linear, test/test_quantization.py::TestFXNumericSuiteNShadows::test_linear_mod, test/test_quantization.py::TestFXNumericSuiteNShadows::test_logger_enabled_and_save_activations_flags, test/test_quantization.py::TestFXNumericSuiteNShadows::test_mobilenet_v2, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_end_to_end, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_from_list, test/test_quantization.py::TestFXNumericSuiteNShadows::test_qconfig_multi_mapping_repr, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_activations_conv, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_shadow_activations_conv, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_shadow_activations_linear, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_compare_weights_lstm_dynamic, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_resnet18, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_sparsenn_compare_activations, test/test_quantization.py::TestFXNumericSuiteCoreAPIsModels::test_sparsenn_shadow, test/test_quantization.py::TestFxModelReportDetector::test_conv_sub_class_considered, test/test_quantization.py::TestFxModelReportDetector::test_fusion_layer_in_sequential, test/test_quantization.py::TestFxModelReportDetector::test_qat_aware_model_example, test/test_quantization.py::TestFxModelReportObserver::test_observer_after_relu, test/test_quantization.py::TestFxModelReportObserver::test_single_batch_of_ones, test/test_quantization.py::TestFxModelReportClass::test_constructor, test/test_quantization.py::TestFxModelReportClass::test_generate_visualizer, test/test_quantization.py::TestFxModelReportClass::test_prepare_model_callibration, test/test_quantization.py::TestFxModelReportClass::test_qconfig_mapping_generation, test/test_quantization.py::TestFxDetectInputWeightEqualization::test_input_weight_equalization_report_gen_empty, test/test_quantization.py::TestFxDetectOutliers::test_multiple_run_consistent_spike_outlier_report_gen, test/test_quantization.py::TestFxDetectOutliers::test_outlier_detection_determine_points, test/test_quantization.py::TestFxModelReportVisualizer::test_generate_tables_no_match, test/test_quantization.py::TestFxModelReportVisualizer::test_get_modules_and_features, test/test_quantization.py::TestEqualizeFx::test_input_weight_eq_observer, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_activation_values, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_branching, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_graphs, test/test_quantization.py::TestEqualizeFx::test_input_weight_equalization_results, test/test_quantization.py::TestEqualizeFx::test_selective_equalization, test/test_quantization.py::TestSerialization::test_conv2d, test/test_quantization.py::TestSerialization::test_conv2d_nobias, test/test_quantization.py::TestSerialization::test_conv3d, test/test_quantization.py::TestSerialization::test_linear_dynamic, test/test_quantization.py::TestSerialization::test_linear_relu_package_quantization_transforms, test/test_quantization.py::TestSerialization::test_lstm, test/test_quantization.py::TestSerialization::test_per_channel_observer, test/test_quantization.py::TestSerialization::test_per_tensor_observer, test/test_quantization.py::TestQuantizeJit::test_conv, test/test_quantization.py::TestQuantizeJit::test_conv_bn, test/test_quantization.py::TestQuantizeJit::test_conv_transpose, test/test_quantization.py::TestQuantizeJit::test_linear_dynamic_fp16, test/test_quantization.py::TestQuantizeJit::test_observer_with_ignored_function, test/test_quantization.py::TestQuantizeJit::test_single_linear, test/test_quantization.py::TestQuantizeJit::test_single_linear_dynamic, test/test_quantization.py::TestQuantizeJitPasses::test_convtranspose_trace, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_complex_cases, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_in_submodule, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_no_fusion, test/test_quantization.py::TestQuantizeJitPasses::test_foldbn_trivial, test/test_quantization.py::TestQuantizeJitPasses::test_fuse_linear, test/test_quantization.py::TestQuantizeJitPasses::test_inplace_option, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_child_qconfig, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_for_general_ops, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_for_nested_if, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_for_reused_weight, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_interface, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_propagate_observed, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_propagate_observed_in_submodule, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_skip_values, test/test_quantization.py::TestQuantizeJitPasses::test_insert_observers_weight_dtype, test/test_quantization.py::TestQuantizeJitPasses::test_insert_quant_dequant, test/test_quantization.py::TestQuantizeJitPasses::test_module_list, test/test_quantization.py::TestQuantizeJitPasses::test_quantize_fork_wait, test/test_quantization.py::TestQuantizeJitPasses::test_replicate_dequant_same_value, test/test_quantization.py::TestQuantizeJitPasses::test_replicate_quantize_for_if, test/test_quantization.py::TestQuantizeJitPasses::test_skip_dequant_constant_prop, test/test_quantization.py::TestQuantizeJitPasses::test_swap_functional_linear, test/test_quantization.py::TestQuantizeJitOps::test_cat_linear, test/test_quantization.py::TestQuantizeJitOps::test_dequantize_tuple, test/test_quantization.py::TestQuantizeJitOps::test_general_shape_ops, test/test_quantization.py::TestQuantizeJitOps::test_general_value_ops, test/test_quantization.py::TestQuantizeJitOps::test_group_norm, test/test_quantization.py::TestQuantizeJitOps::test_qbatch_norm, test/test_quantization.py::TestQuantizeJitOps::test_qbatch_norm_relu_BNFuncInplaceRelu, test/test_quantization.py::TestQuantizeJitOps::test_qbatch_norm_relu_BNRelu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add_alpha, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add_relu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_add_scalar, test/test_quantization.py::TestQuantizeJitOps::test_quantized_conv, test/test_quantization.py::TestQuantizeJitOps::test_quantized_conv_relu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_mul_relu, test/test_quantization.py::TestQuantizeJitOps::test_quantized_mul_scalar, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_convert_dynamic_fp16, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_dynamic_shared_weights, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_insert_quant_dequant_linear_dynamic, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_prepare_dynamic, test/test_quantization.py::TestQuantizeDynamicJitPasses::test_quantize_dynamic_fp16, test/test_quantization.py::TestQuantizeDynamicJitOps::test_linear, test/test_quantization.py::TestDeprecatedJitQuantized::test_rnn_quantized, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_fuse_modules, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_fuser_method_mappings, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_observer, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_qconfig, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_quant_type, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_quantize_jit, test/test_quantization.py::TestAOMigrationQuantization::test_function_import_utils, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_qat_conv, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_quantizable_activation, test/test_quantization.py::TestAOMigrationNNQuantized::test_import_nn_quantized_dynamic_import, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_batchnorm, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_conv, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_embedding_ops, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_functional_modules, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_import, test/test_quantization.py::TestAOMigrationNNQuantized::test_modules_utils, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_import_nn_intrinsic, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_import_nn_intrinsic_qat, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_qat_linear_fused, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_qat_linear_relu, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_intrinsic_quantized_conv_relu, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_nn_intrinsic_fused, test/test_quantization.py::TestAOMigrationNNIntrinsic::test_modules_no_import_nn_intrinsic_quantized_dynamic, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_convert, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_equalize, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_fusion_patterns, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_prepare, test/test_quantization.py::TestAOMigrationQuantizationFx::test_function_import_fx_utils, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_extremes_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_extremes_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_extremes_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_rte_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_rte_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_rte_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_soak_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_soak_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_subnormals_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_subnormals_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_cast_round_trip_subnormals_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_cat_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_cat_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_creation_with_zeros_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_creation_with_zeros_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_empty_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_finfo_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_finfo_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_finfo_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_finfo_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_float8_e8m0fnu_rne_rounding_cpu, test/test_quantization.py::TestFloat8DtypeCPU::test_save_load_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_save_load_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_save_load_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPU::test_special_numbers_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPU::test_special_numbers_cpu_float8_e4m3fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_special_numbers_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_to_string_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_to_string_cpu_float8_e5m2fnuz, test/test_quantization.py::TestFloat8DtypeCPU::test_type_promotion_fails_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPU::test_type_promotion_fails_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_mul_cpu_float8_e4m3fn, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_mul_cpu_float8_e8m0fnu, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_pt2_traceable_aot_eager_cpu_float8_e5m2, test/test_quantization.py::TestFloat8DtypeCPUOnlyCPU::test_pt2_traceable_aot_eager_cpu_float8_e8m0fnu 2025-03-14T06:42:09.2515179Z 2025-03-14T06:42:10.0429691Z Running test batch 'tests to run' cost 7430.99 seconds 2025-03-14T06:42:11.0077926Z 2025-03-14T06:42:11.0078584Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2025-03-14T06:42:11.0078994Z 2025-03-14T06:42:11.0079321Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2025-03-14T06:42:11.0084120Z 2025-03-14T06:42:11.0084564Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:42:11.0105663Z + [[ 1 == 1 ]] 2025-03-14T06:42:11.0106039Z + [[ 3 -gt 1 ]] 2025-03-14T06:42:11.0106527Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-03-14T06:42:11.0254494Z 2025-03-14T06:42:11.0255457Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-03-14T06:42:11.0263859Z 2025-03-14T06:42:11.0266481Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T06:42:11.0268901Z 2025-03-14T06:42:11.0269437Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T06:42:11.0270089Z 2025-03-14T06:42:11.0270663Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-03-14T06:42:11.0280722Z 2025-03-14T06:42:11.0281359Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-03-14T06:42:11.0285145Z 2025-03-14T06:42:11.0285582Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-03-14T06:42:11.0288251Z 2025-03-14T06:42:11.0288592Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-03-14T06:42:11.0290345Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-03-14T06:42:11.0291452Z if errorlevel 1 exit /b 2025-03-14T06:42:11.0291769Z if not errorlevel 0 exit /b 2025-03-14T06:42:11.0292584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-03-14T06:42:11.0293428Z if errorlevel 1 exit /b 2025-03-14T06:42:11.0293722Z if not errorlevel 0 exit /b 2025-03-14T06:42:11.0294003Z ) 2025-03-14T06:42:11.0294116Z 2025-03-14T06:42:11.0294501Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-14T06:42:11.6633319Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? qM�(�b-�5����J����J�#S7�`���J>�-i��J�x���J����Jx���J`���J���J^^-i�uS7�����JXbS7�`���J''��B��+V®��B�+V® 2025-03-14T06:42:11.6635341Z �cA�&®�Є(���Q7� ���J��Є(���Q7�4�-i�(ф(���Q7���@Qm7�`m7����Jq�eA�xф(�@�Q7�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py����JJ�dR7�����J��ąB���Є(���Q7� ���J 2025-03-14T06:42:11.6636338Z �`ф(�P�Q7�o�ЅB(ф(���Q7���R7����R7�ф(��Q7��\ 2025-03-14T06:42:11.6636870Z 7����* �ф(��Q7��\ 2025-03-14T06:42:11.6637410Z 7����* �ф(��Q7��\ 2025-03-14T06:42:11.6638114Z 7����* ��* ��* ���Є(���Q7�p���JO\JkiA? 2025-03-14T06:42:11.6638530Z 2025-03-14T06:42:11.6639608Z ixф(�@�Q7�C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py�Є(���Q7�����J;���-+ 2025-03-14T06:42:11.6640296Z 2025-03-14T06:42:11.6640992Z � 0`S7��®a7� `S7��S7���W?�Ja7�� a7�0PKS7���B�0Q7���B� +V®'��B�@ 2025-03-14T06:42:11.6644189Z �cA�&J �N{ Y'��B�����JB����J����J��eA����J=��B���������p&m7�@Qm7�`m7�Jq�eA�����Jp&m7�@Qm7��#S7�����J\s:�)�`�R7�����J�#S7��!S7�`�R7�0`S7�J4-i�0`S7�0`S7�����J����J����J0�R7��PKS7��dR7�����JSQ7�����J`�R7�0�R7�0�R7�0�R7�����J�/-i��R7����J����JSQ7�0�R7����Jф(��Q7�`�R7�0�R7�SQ7���R7���(xф(�@�Q7�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.pypoQ7��Q7�1ф(���Q7�ф(���Q7���R7��Q7��Q7�ф(���Q7��ф(���Q7�@�R7���Q7H�Q7�ф(���Q7�ф(���Q7�0�R7�P�Q7�ф(���Q7�ф(���Q7���R7��Є(���Q7�����JOA? 2025-03-14T06:42:11.6669020Z 2025-03-14T06:42:11.6670436Z ф(�@�Q7�C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ф(���Q7�����JBA?xф(�@�Q7�Q7 2025-03-14T06:42:11.6671779Z �ф(���Q7�ф(���Q7���Q7����a7�ф(���Q7�ф(���Q7���Q7�Q7����Jф(���Q7�@�R7�ф(���Q7�p�Q7��Jф(���Q7�Q7�ф(���Q7�`�Q7��+V 2025-03-14T06:42:11.7615589Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? ********************************************************************** 2025-03-14T06:42:11.7616418Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-03-14T06:42:11.7616843Z ** Copyright (c) 2021 Microsoft Corporation 2025-03-14T06:42:11.7617198Z ********************************************************************** 2025-03-14T06:42:12.1388843Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-14T06:42:12.1419613Z 2025-03-14T06:42:12.1420241Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-03-14T06:42:12.1423449Z 2025-03-14T06:42:12.1423725Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-03-14T06:42:12.1426181Z 2025-03-14T06:42:12.1426543Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-03-14T06:42:12.1428840Z 2025-03-14T06:42:12.1429311Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-03-14T06:42:12.1431471Z 2025-03-14T06:42:12.1431718Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-03-14T06:42:12.1432375Z ALLUSERSPROFILE=C:\ProgramData 2025-03-14T06:42:12.1432860Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T06:42:12.1433340Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-03-14T06:42:12.1433677Z AWS_DEFAULT_REGION=us-east-1 2025-03-14T06:42:12.1433996Z AWS_EXECUTION_ENV=EC2 2025-03-14T06:42:12.1434293Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-03-14T06:42:12.1434620Z CI=true 2025-03-14T06:42:12.1434881Z CommandPromptType=Native 2025-03-14T06:42:12.1435220Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-03-14T06:42:12.1435616Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-03-14T06:42:12.1435934Z COMSPEC=C:\Windows\system32\cmd.exe 2025-03-14T06:42:12.1436362Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T06:42:12.1436803Z CONDA_DEFAULT_ENV=base 2025-03-14T06:42:12.1437098Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-03-14T06:42:12.1437563Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T06:42:12.1437990Z CONDA_PARENT_DIR=C:\Jenkins 2025-03-14T06:42:12.1438300Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-03-14T06:42:12.1438640Z CONDA_PROMPT_MODIFIER=(base) 2025-03-14T06:42:12.1438964Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-03-14T06:42:12.1439475Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T06:42:12.1439929Z CONDA_SHLVL=1 2025-03-14T06:42:12.1440206Z CONTINUE_THROUGH_ERROR=False 2025-03-14T06:42:12.1440653Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T06:42:12.1441194Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-03-14T06:42:12.1442273Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-03-14T06:42:12.1442911Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T06:42:12.1443435Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T06:42:12.1443869Z CUDA_VERSION=cpu 2025-03-14T06:42:12.1444177Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-03-14T06:42:12.1444630Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-03-14T06:42:12.1445082Z CommonProgramW6432=C:\Program Files\Common Files 2025-03-14T06:42:12.1445582Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-03-14T06:42:12.1446049Z DISTUTILS_USE_SDK=1 2025-03-14T06:42:12.1446396Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-03-14T06:42:12.1446775Z EC2LAUNCH_TELEMETRY=1 2025-03-14T06:42:12.1447220Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-03-14T06:42:12.1447717Z Framework40Version=v4.0 2025-03-14T06:42:12.1448033Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T06:42:12.1448477Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T06:42:12.1448881Z FrameworkVersion=v4.0.30319 2025-03-14T06:42:12.1449194Z FrameworkVersion64=v4.0.30319 2025-03-14T06:42:12.1449601Z GITHUB_ACTION=test 2025-03-14T06:42:12.1449840Z GITHUB_ACTIONS=true 2025-03-14T06:42:12.1450124Z GITHUB_ACTION_REF= 2025-03-14T06:42:12.1450394Z GITHUB_ACTION_REPOSITORY= 2025-03-14T06:42:12.1450704Z GITHUB_ACTOR=pytorchmergebot 2025-03-14T06:42:12.1450987Z GITHUB_ACTOR_ID=97764156 2025-03-14T06:42:12.1451318Z GITHUB_API_URL=https://api.github.com 2025-03-14T06:42:12.1451744Z GITHUB_BASE_REF= 2025-03-14T06:42:12.1452314Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T06:42:12.1452902Z GITHUB_EVENT_NAME=push 2025-03-14T06:42:12.1453320Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-03-14T06:42:12.1453815Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-03-14T06:42:12.1454186Z GITHUB_HEAD_REF= 2025-03-14T06:42:12.1454438Z GITHUB_JOB=test 2025-03-14T06:42:12.1454959Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T06:42:12.1455805Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T06:42:12.1456362Z GITHUB_REF=refs/heads/main 2025-03-14T06:42:12.1456664Z GITHUB_REF_NAME=main 2025-03-14T06:42:12.1456943Z GITHUB_REF_PROTECTED=true 2025-03-14T06:42:12.1457234Z GITHUB_REF_TYPE=branch 2025-03-14T06:42:12.1457530Z GITHUB_REPOSITORY=pytorch/pytorch 2025-03-14T06:42:12.1457839Z GITHUB_REPOSITORY_ID=65600975 2025-03-14T06:42:12.1458167Z GITHUB_REPOSITORY_OWNER=pytorch 2025-03-14T06:42:12.1458489Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-03-14T06:42:12.1458817Z GITHUB_RETENTION_DAYS=90 2025-03-14T06:42:12.1459114Z GITHUB_RUN_ATTEMPT=1 2025-03-14T06:42:12.1459362Z GITHUB_RUN_ID=13849515284 2025-03-14T06:42:12.1459652Z GITHUB_RUN_NUMBER=119929 2025-03-14T06:42:12.1459963Z GITHUB_SERVER_URL=https://github.com 2025-03-14T06:42:12.1460343Z GITHUB_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T06:42:12.1460974Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T06:42:12.1461833Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_bcadb9e1-889a-48e3-9fa8-70ed87fef390 2025-03-14T06:42:12.1462476Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-03-14T06:42:12.1462818Z GITHUB_WORKFLOW=trunk 2025-03-14T06:42:12.1463248Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-03-14T06:42:12.1463828Z GITHUB_WORKFLOW_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T06:42:12.1464282Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:42:12.1465102Z GIT_DEFAULT_BRANCH=main 2025-03-14T06:42:12.1465467Z HOME=C:\Users\runneruser 2025-03-14T06:42:12.1467164Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-03-14T06:42:12.1469149Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T06:42:12.1469731Z INSTALL_WINDOWS_SDK=1 2025-03-14T06:42:12.1469995Z JOB_ID=38755242165 2025-03-14T06:42:12.1470387Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-03-14T06:42:12.1471619Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-03-14T06:42:12.1473825Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-03-14T06:42:12.1475643Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-03-14T06:42:12.1476163Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-03-14T06:42:12.1476566Z NO_TD=False 2025-03-14T06:42:12.1476809Z NO_TEST_TIMEOUT=False 2025-03-14T06:42:12.1477062Z NUMBER_OF_PROCESSORS=16 2025-03-14T06:42:12.1477348Z NUM_TEST_SHARDS=3 2025-03-14T06:42:12.1477619Z OLDPWD=C:/13849515284/build-results 2025-03-14T06:42:12.1478027Z OS=Windows_NT 2025-03-14T06:42:12.1487042Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T06:42:12.1494665Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-03-14T06:42:12.1495062Z Platform=x64 2025-03-14T06:42:12.1495310Z PROCESSOR_ARCHITECTURE=AMD64 2025-03-14T06:42:12.1495734Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-03-14T06:42:12.1496187Z PROCESSOR_LEVEL=6 2025-03-14T06:42:12.1496436Z PROCESSOR_REVISION=5507 2025-03-14T06:42:12.1496713Z PROGRAMFILES=C:\Program Files 2025-03-14T06:42:12.1497078Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-03-14T06:42:12.1497512Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:42:12.1497907Z PROMPT=(base) $P$G 2025-03-14T06:42:12.1498164Z PR_NUMBER= 2025-03-14T06:42:12.1498644Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-03-14T06:42:12.1499217Z PUBLIC=C:\Users\Public 2025-03-14T06:42:12.1500213Z *** 2025-03-14T06:42:12.1500568Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-03-14T06:42:12.1501052Z PYTHON_VERSION=3.9 2025-03-14T06:42:12.1501466Z PYTORCH_FINAL_PACKAGE_DIR=C:/13849515284/build-results/ 2025-03-14T06:42:12.1501907Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\13849515284\build-results\ 2025-03-14T06:42:12.1502333Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-03-14T06:42:12.1502679Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-03-14T06:42:12.1503014Z ProgramData=C:\ProgramData 2025-03-14T06:42:12.1503320Z ProgramFiles(x86)=C:\Program Files (x86) 2025-03-14T06:42:12.1503623Z ProgramW6432=C:\Program Files 2025-03-14T06:42:12.1503922Z REENABLED_ISSUES= 2025-03-14T06:42:12.1504171Z RUNNER_ARCH=X64 2025-03-14T06:42:12.1504883Z RUNNER_ENVIRONMENT=self-hosted 2025-03-14T06:42:12.1505279Z RUNNER_NAME=i-0d494c101f9013172 2025-03-14T06:42:12.1505552Z RUNNER_OS=Windows 2025-03-14T06:42:12.1505829Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-03-14T06:42:12.1506201Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-03-14T06:42:12.1506646Z RUNNER_TRACKING_ID=github_48d8a2e2-94a0-4441-a304-a964093c9d78 2025-03-14T06:42:12.1507103Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-03-14T06:42:12.1507636Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T06:42:12.1508161Z SHA1=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T06:42:12.1508496Z SHARD_NUMBER=1 2025-03-14T06:42:12.1508732Z SHLVL=2 2025-03-14T06:42:12.1509047Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-03-14T06:42:12.1509411Z SYSTEMDRIVE=C: 2025-03-14T06:42:12.1509671Z SYSTEMROOT=C:\Windows 2025-03-14T06:42:12.1509972Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T06:42:12.1510318Z TERM=xterm-256color 2025-03-14T06:42:12.1510591Z TEST_CONFIG=default 2025-03-14T06:42:12.1510894Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-03-14T06:42:12.1511347Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-03-14T06:42:12.1511749Z TEST_SHOWLOCALS=False 2025-03-14T06:42:12.1512060Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T06:42:12.1512433Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T06:42:12.1512839Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T06:42:12.1513340Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-03-14T06:42:12.1513763Z TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T06:42:12.1514073Z TORCH_SERIALIZATION_DEBUG=1 2025-03-14T06:42:12.1514374Z UCRTVersion=10.0.19041.0 2025-03-14T06:42:12.1514725Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T06:42:12.1515149Z UPDATEFILE=update.finished 2025-03-14T06:42:12.1515453Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-03-14T06:42:12.1515752Z USERNAME=runneruser 2025-03-14T06:42:12.1516041Z USERPROFILE=C:\Users\runneruser 2025-03-14T06:42:12.1516320Z USE_CUDA=0 2025-03-14T06:42:12.1516772Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-03-14T06:42:12.1517513Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-03-14T06:42:12.1518306Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-03-14T06:42:12.1519133Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-03-14T06:42:12.1519705Z VCToolsVersion=14.29.30133 2025-03-14T06:42:12.1519976Z VC_PRODUCT=BuildTools 2025-03-14T06:42:12.1520251Z VC_VERSION= 2025-03-14T06:42:12.1520459Z VC_YEAR=2019 2025-03-14T06:42:12.1520723Z VERBOSE_ARG='SilentlyContinue' 2025-03-14T06:42:12.1521003Z VERBOSE_TEST_LOGS=False 2025-03-14T06:42:12.1521290Z VisualStudioVersion=16.0 2025-03-14T06:42:12.1521780Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-03-14T06:42:12.1522298Z VSCMD_ARG_app_plat=Desktop 2025-03-14T06:42:12.1522579Z VSCMD_ARG_HOST_ARCH=x64 2025-03-14T06:42:12.1522838Z VSCMD_ARG_TGT_ARCH=x64 2025-03-14T06:42:12.1523115Z VSCMD_VER=16.11.44 2025-03-14T06:42:12.1523518Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-03-14T06:42:12.1523983Z VS_VERSION=16.8.6 2025-03-14T06:42:12.1524239Z WINDIR=C:\Windows 2025-03-14T06:42:12.1524823Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-03-14T06:42:12.1525591Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-03-14T06:42:12.1526072Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T06:42:12.1526441Z WindowsSDKLibVersion=10.0.19041.0\ 2025-03-14T06:42:12.1527245Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-03-14T06:42:12.1527864Z WindowsSDKVersion=10.0.19041.0\ 2025-03-14T06:42:12.1528374Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-03-14T06:42:12.1529142Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-03-14T06:42:12.1529914Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-03-14T06:42:12.1530409Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-03-14T06:42:12.1530929Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-03-14T06:42:12.1531463Z __DOTNET_ADD_64BIT=1 2025-03-14T06:42:12.1531715Z __DOTNET_PREFERRED_BITNESS=64 2025-03-14T06:42:12.1534828Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T06:42:12.1537865Z 2025-03-14T06:42:12.1538080Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-03-14T06:42:12.1538434Z 2025-03-14T06:42:12.1538722Z (base) C:\actions-runner\_work\pytorch\pytorch>set CWD=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:42:12.1539124Z 2025-03-14T06:42:12.1539550Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\bin 2025-03-14T06:42:12.1540088Z 2025-03-14T06:42:12.1547378Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T06:42:12.1554668Z 2025-03-14T06:42:12.1555118Z (base) C:\actions-runner\_work\pytorch\pytorch>set TORCH_CPP_TEST_MNIST_PATH=C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-03-14T06:42:12.1555654Z 2025-03-14T06:42:12.1556152Z (base) C:\actions-runner\_work\pytorch\pytorch>python tools\download_mnist.py --quiet -d C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-03-14T06:42:13.8428899Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2025-03-14T06:42:13.8429412Z Failed to download (trying next): 2025-03-14T06:42:13.8429703Z HTTP Error 404: Not Found 2025-03-14T06:42:13.8430177Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-03-14T06:42:13.8430866Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2025-03-14T06:42:13.8431323Z Failed to download (trying next): 2025-03-14T06:42:13.8431602Z HTTP Error 404: Not Found 2025-03-14T06:42:13.8432067Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-03-14T06:42:13.8432726Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2025-03-14T06:42:13.8433164Z Failed to download (trying next): 2025-03-14T06:42:13.8433448Z HTTP Error 404: Not Found 2025-03-14T06:42:13.8433901Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-03-14T06:42:13.8434539Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2025-03-14T06:42:13.8434979Z Failed to download (trying next): 2025-03-14T06:42:13.8435256Z HTTP Error 404: Not Found 2025-03-14T06:42:13.8435699Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-03-14T06:42:13.8545956Z 2025-03-14T06:42:13.8546406Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i cpp/test_api 2025-03-14T06:42:14.0180811Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:42:14.0181738Z import pkg_resources 2025-03-14T06:42:19.7188235Z Found test times from artifacts 2025-03-14T06:42:19.8130051Z Found test times from artifacts 2025-03-14T06:42:19.8162266Z Running all tests 2025-03-14T06:42:19.8167597Z Running parallel tests on 3 processes 2025-03-14T06:42:19.8167961Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:42:19.8168249Z Serial tests (0): 2025-03-14T06:42:19.8168473Z Parallel tests (1): 2025-03-14T06:42:19.8168721Z cpp/test_api 1/1 2025-03-14T06:42:19.8168970Z Name: excluded (est. time: 0.0min) 2025-03-14T06:42:19.8169317Z Serial tests (0): 2025-03-14T06:42:19.8169577Z Parallel tests (0): 2025-03-14T06:42:19.8248850Z Running cpp/test_api 1/1 ... [2025-03-14 06:42:19.819618] 2025-03-14T06:42:19.8249345Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:42:19.8260890Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6f9a060a07b5c063.xml', '-x', '--reruns=2'] ... [2025-03-14 06:42:19.819618] 2025-03-14T06:42:19.8262679Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:42:22.5599325Z 2025-03-14T06:42:22.5600331Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_ad03dc1683ce7e2e_.log 2025-03-14T06:42:22.5600904Z 2025-03-14T06:42:24.2487061Z Running cpp/test_api 1/1 ... [2025-03-14 06:42:24.241520] 2025-03-14T06:42:24.2488155Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:42:24.2496537Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\bin\\test_api.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1612995cd70f6cdd.xml', '-x', '--reruns=2'] ... [2025-03-14 06:42:24.241520] 2025-03-14T06:46:18.0569843Z 2025-03-14T06:46:18.0570654Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_7e033642d915635c_.log 2025-03-14T06:46:18.0590292Z 2025-03-14T06:46:18.8778856Z Running test batch 'tests to run' cost 239.06 seconds 2025-03-14T06:46:19.6666773Z 2025-03-14T06:46:19.6667399Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-03-14T06:46:19.6667811Z 2025-03-14T06:46:19.6668060Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 1 2025-03-14T06:46:19.6669077Z 2025-03-14T06:46:19.6669865Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:46:19.6675575Z 2025-03-14T06:46:19.6676055Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>for /R "." %a in (*.exe) do ( 2025-03-14T06:46:19.6676653Z call :libtorch_check "%~na" "%~fa" 2025-03-14T06:46:19.6676987Z if errorlevel 1 goto fail 2025-03-14T06:46:19.6677267Z ) 2025-03-14T06:46:19.6680753Z 2025-03-14T06:46:19.6681144Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>( 2025-03-14T06:46:19.6681934Z call :libtorch_check "apply_utils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-03-14T06:46:19.6682608Z if errorlevel 1 goto fail 2025-03-14T06:46:19.6682888Z ) 2025-03-14T06:46:19.6692485Z 2025-03-14T06:46:19.6693103Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:46:19.6697143Z 2025-03-14T06:46:19.6697727Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:46:19.6699957Z 2025-03-14T06:46:19.6700590Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "verify_api_visibility" goto :eof 2025-03-14T06:46:19.6701724Z 2025-03-14T06:46:19.6702354Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-03-14T06:46:19.6703324Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-03-14T06:46:19.6704156Z 2025-03-14T06:46:19.6704627Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:46:19.6705417Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-03-14T06:46:19.6705955Z goto :eof 2025-03-14T06:46:19.6706192Z ) 2025-03-14T06:46:19.6706337Z 2025-03-14T06:46:19.6706719Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/apply_utils_test" 2025-03-14T06:46:19.8397841Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:46:19.8398731Z import pkg_resources 2025-03-14T06:46:25.4336103Z Found test times from artifacts 2025-03-14T06:46:25.5271635Z Found test times from artifacts 2025-03-14T06:46:25.5306167Z Running all tests 2025-03-14T06:46:25.5311917Z Running parallel tests on 3 processes 2025-03-14T06:46:25.5312391Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:46:25.5312689Z Serial tests (0): 2025-03-14T06:46:25.5312933Z Parallel tests (1): 2025-03-14T06:46:25.5313186Z cpp/apply_utils_test 1/1 2025-03-14T06:46:25.5313623Z Name: excluded (est. time: 0.0min) 2025-03-14T06:46:25.5313980Z Serial tests (0): 2025-03-14T06:46:25.5314209Z Parallel tests (0): 2025-03-14T06:46:25.5395704Z Running cpp/apply_utils_test 1/1 ... [2025-03-14 06:46:25.538894] 2025-03-14T06:46:25.5396174Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:46:25.5404785Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f5446d4060aa6dde.xml', '-x', '--reruns=2'] ... [2025-03-14 06:46:25.538894] 2025-03-14T06:46:25.5406592Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:46:28.4141174Z 2025-03-14T06:46:28.4142016Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_196481886ec1e7b1_.log 2025-03-14T06:46:28.4142659Z 2025-03-14T06:46:29.9109664Z Running cpp/apply_utils_test 1/1 ... [2025-03-14 06:46:29.898307] 2025-03-14T06:46:29.9110130Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:46:29.9119203Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\apply_utils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c06563f3718ed936.xml', '-x', '--reruns=2'] ... [2025-03-14 06:46:29.898307] 2025-03-14T06:46:33.8623633Z 2025-03-14T06:46:33.8624720Z cpp/apply_utils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.apply_utils_test_1.1_d133f0d518c5e2e4_.log 2025-03-14T06:46:33.8625347Z 2025-03-14T06:46:34.6394892Z Running test batch 'tests to run' cost 9.11 seconds 2025-03-14T06:46:35.3569848Z 2025-03-14T06:46:35.3570459Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:46:35.3570960Z echo "apply_utils_test" failed with exit code 0 2025-03-14T06:46:35.3571291Z goto fail 2025-03-14T06:46:35.3571498Z ) 2025-03-14T06:46:35.3571611Z 2025-03-14T06:46:35.3571989Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:46:35.3572495Z echo "apply_utils_test" failed with exit code 0 2025-03-14T06:46:35.3572827Z goto fail 2025-03-14T06:46:35.3573022Z ) 2025-03-14T06:46:35.3573121Z 2025-03-14T06:46:35.3573291Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:46:35.3588125Z 2025-03-14T06:46:35.3588729Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:46:35.3589372Z call :libtorch_check "atest" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-03-14T06:46:35.3589929Z if errorlevel 1 goto fail 2025-03-14T06:46:35.3590179Z ) 2025-03-14T06:46:35.3599870Z 2025-03-14T06:46:35.3600373Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:46:35.3604196Z 2025-03-14T06:46:35.3604788Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:46:35.3607335Z 2025-03-14T06:46:35.3607781Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "verify_api_visibility" goto :eof 2025-03-14T06:46:35.3609000Z 2025-03-14T06:46:35.3609590Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-03-14T06:46:35.3610441Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-03-14T06:46:35.3611847Z 2025-03-14T06:46:35.3612253Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:46:35.3613025Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-03-14T06:46:35.3613546Z goto :eof 2025-03-14T06:46:35.3613746Z ) 2025-03-14T06:46:35.3613861Z 2025-03-14T06:46:35.3614188Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/atest" 2025-03-14T06:46:35.5295308Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:46:35.5296147Z import pkg_resources 2025-03-14T06:46:41.1035825Z Found test times from artifacts 2025-03-14T06:46:41.1972580Z Found test times from artifacts 2025-03-14T06:46:41.2006701Z Running all tests 2025-03-14T06:46:41.2012594Z Running parallel tests on 3 processes 2025-03-14T06:46:41.2013094Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:46:41.2013387Z Serial tests (0): 2025-03-14T06:46:41.2013610Z Parallel tests (1): 2025-03-14T06:46:41.2013856Z cpp/atest 1/1 2025-03-14T06:46:41.2014119Z Name: excluded (est. time: 0.0min) 2025-03-14T06:46:41.2014406Z Serial tests (0): 2025-03-14T06:46:41.2014635Z Parallel tests (0): 2025-03-14T06:46:41.2086445Z Running cpp/atest 1/1 ... [2025-03-14 06:46:41.195239] 2025-03-14T06:46:41.2095247Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:46:41.2096437Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a2d21ddab95c87f.xml', '-x', '--reruns=2'] ... [2025-03-14 06:46:41.195239] 2025-03-14T06:46:41.2098091Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:46:43.9892807Z 2025-03-14T06:46:43.9893604Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_ae224a3e3e9ca583_.log 2025-03-14T06:46:43.9894626Z 2025-03-14T06:46:45.5463954Z Running cpp/atest 1/1 ... [2025-03-14 06:46:45.539059] 2025-03-14T06:46:45.5464371Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:46:45.5473610Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\atest.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8e2ceb3eaf910936.xml', '-x', '--reruns=2'] ... [2025-03-14 06:46:45.539059] 2025-03-14T06:46:51.6251413Z 2025-03-14T06:46:51.6252162Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_1069fd0085795a79_.log 2025-03-14T06:46:51.6253237Z 2025-03-14T06:46:52.4024139Z Running test batch 'tests to run' cost 11.2 seconds 2025-03-14T06:46:53.0853718Z 2025-03-14T06:46:53.0854408Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:46:53.0854934Z echo "atest" failed with exit code 0 2025-03-14T06:46:53.0855254Z goto fail 2025-03-14T06:46:53.0855490Z ) 2025-03-14T06:46:53.0855628Z 2025-03-14T06:46:53.0855836Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:46:53.0856277Z echo "atest" failed with exit code 0 2025-03-14T06:46:53.0856609Z goto fail 2025-03-14T06:46:53.0856824Z ) 2025-03-14T06:46:53.0856966Z 2025-03-14T06:46:53.0857136Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:46:53.0863875Z 2025-03-14T06:46:53.0864106Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:46:53.0864868Z call :libtorch_check "backend_fallback_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-03-14T06:46:53.0865582Z if errorlevel 1 goto fail 2025-03-14T06:46:53.0865867Z ) 2025-03-14T06:46:53.0875378Z 2025-03-14T06:46:53.0875796Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:46:53.0879829Z 2025-03-14T06:46:53.0880385Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:46:53.0882566Z 2025-03-14T06:46:53.0883039Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "verify_api_visibility" goto :eof 2025-03-14T06:46:53.0883962Z 2025-03-14T06:46:53.0884614Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-03-14T06:46:53.0885586Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-03-14T06:46:53.0886412Z 2025-03-14T06:46:53.0886886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:46:53.0887724Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-03-14T06:46:53.0888339Z goto :eof 2025-03-14T06:46:53.0888575Z ) 2025-03-14T06:46:53.0888691Z 2025-03-14T06:46:53.0889138Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/backend_fallback_test" 2025-03-14T06:46:53.2534664Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:46:53.2535542Z import pkg_resources 2025-03-14T06:46:58.7347648Z Found test times from artifacts 2025-03-14T06:46:58.8283182Z Found test times from artifacts 2025-03-14T06:46:58.8318176Z Running all tests 2025-03-14T06:46:58.8323929Z Running parallel tests on 3 processes 2025-03-14T06:46:58.8324337Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:46:58.8324662Z Serial tests (0): 2025-03-14T06:46:58.8324908Z Parallel tests (1): 2025-03-14T06:46:58.8325208Z cpp/backend_fallback_test 1/1 2025-03-14T06:46:58.8325546Z Name: excluded (est. time: 0.0min) 2025-03-14T06:46:58.8325860Z Serial tests (0): 2025-03-14T06:46:58.8326120Z Parallel tests (0): 2025-03-14T06:46:58.8399708Z Running cpp/backend_fallback_test 1/1 ... [2025-03-14 06:46:58.836015] 2025-03-14T06:46:58.8400215Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:46:58.8410880Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0e3601f8f2dc04e5.xml', '-x', '--reruns=2'] ... [2025-03-14 06:46:58.836015] 2025-03-14T06:46:58.8414159Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:47:01.6018036Z 2025-03-14T06:47:01.6018994Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_1b0147dfb561f82a_.log 2025-03-14T06:47:01.6019844Z 2025-03-14T06:47:03.3259896Z Running cpp/backend_fallback_test 1/1 ... [2025-03-14 06:47:03.320470] 2025-03-14T06:47:03.3260373Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:03.3269641Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\backend_fallback_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e72c51ceb204130b.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:03.320470] 2025-03-14T06:47:06.5906832Z 2025-03-14T06:47:06.5907870Z cpp/backend_fallback_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.backend_fallback_test_1.1_4f0a077ed40bd72e_.log 2025-03-14T06:47:06.5908577Z 2025-03-14T06:47:07.3451215Z Running test batch 'tests to run' cost 8.52 seconds 2025-03-14T06:47:07.9843525Z 2025-03-14T06:47:07.9844463Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:47:07.9845117Z echo "backend_fallback_test" failed with exit code 0 2025-03-14T06:47:07.9845468Z goto fail 2025-03-14T06:47:07.9845715Z ) 2025-03-14T06:47:07.9845872Z 2025-03-14T06:47:07.9846091Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:47:07.9846587Z echo "backend_fallback_test" failed with exit code 0 2025-03-14T06:47:07.9846959Z goto fail 2025-03-14T06:47:07.9847162Z ) 2025-03-14T06:47:07.9847297Z 2025-03-14T06:47:07.9847467Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:47:07.9853231Z 2025-03-14T06:47:07.9853741Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:47:07.9854454Z call :libtorch_check "basic" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-03-14T06:47:07.9855064Z if errorlevel 1 goto fail 2025-03-14T06:47:07.9855348Z ) 2025-03-14T06:47:07.9864226Z 2025-03-14T06:47:07.9864751Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:47:07.9868415Z 2025-03-14T06:47:07.9868964Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:47:07.9871260Z 2025-03-14T06:47:07.9871631Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "verify_api_visibility" goto :eof 2025-03-14T06:47:07.9873076Z 2025-03-14T06:47:07.9873918Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-03-14T06:47:07.9874840Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-03-14T06:47:07.9875406Z 2025-03-14T06:47:07.9875820Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:47:07.9876510Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-03-14T06:47:07.9877013Z goto :eof 2025-03-14T06:47:07.9877249Z ) 2025-03-14T06:47:07.9877368Z 2025-03-14T06:47:07.9877730Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/basic" 2025-03-14T06:47:08.1649453Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:47:08.1650409Z import pkg_resources 2025-03-14T06:47:13.6226510Z Found test times from artifacts 2025-03-14T06:47:13.7163869Z Found test times from artifacts 2025-03-14T06:47:13.7197252Z Running all tests 2025-03-14T06:47:13.7202408Z Running parallel tests on 3 processes 2025-03-14T06:47:13.7202840Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:47:13.7203194Z Serial tests (0): 2025-03-14T06:47:13.7203461Z Parallel tests (1): 2025-03-14T06:47:13.7203718Z cpp/basic 1/1 2025-03-14T06:47:13.7204023Z Name: excluded (est. time: 0.0min) 2025-03-14T06:47:13.7204340Z Serial tests (0): 2025-03-14T06:47:13.7204601Z Parallel tests (0): 2025-03-14T06:47:13.7275778Z Running cpp/basic 1/1 ... [2025-03-14 06:47:13.726793] 2025-03-14T06:47:13.7276234Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:13.7285353Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-16327882038736d5.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:13.726793] 2025-03-14T06:47:13.7287114Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:47:16.5218996Z 2025-03-14T06:47:16.5219895Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_ad6370a5e258ecf5_.log 2025-03-14T06:47:16.5220527Z 2025-03-14T06:47:17.9964289Z Running cpp/basic 1/1 ... [2025-03-14 06:47:17.992409] 2025-03-14T06:47:17.9964771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:17.9973856Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\basic.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1cc5d2fe427426c1.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:17.992409] 2025-03-14T06:47:21.8315124Z 2025-03-14T06:47:21.8316264Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_d7da46c2de52dedd_.log 2025-03-14T06:47:21.8316826Z 2025-03-14T06:47:22.7067311Z Running test batch 'tests to run' cost 8.98 seconds 2025-03-14T06:47:23.4023004Z 2025-03-14T06:47:23.4023869Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:47:23.4024384Z echo "basic" failed with exit code 0 2025-03-14T06:47:23.4024726Z goto fail 2025-03-14T06:47:23.4024939Z ) 2025-03-14T06:47:23.4025085Z 2025-03-14T06:47:23.4025293Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:47:23.4025750Z echo "basic" failed with exit code 0 2025-03-14T06:47:23.4026079Z goto fail 2025-03-14T06:47:23.4026323Z ) 2025-03-14T06:47:23.4026439Z 2025-03-14T06:47:23.4026632Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:47:23.4033239Z 2025-03-14T06:47:23.4033744Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:47:23.4034498Z call :libtorch_check "broadcast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-03-14T06:47:23.4035152Z if errorlevel 1 goto fail 2025-03-14T06:47:23.4035428Z ) 2025-03-14T06:47:23.4044184Z 2025-03-14T06:47:23.4044691Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:47:23.4048274Z 2025-03-14T06:47:23.4048827Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:47:23.4051146Z 2025-03-14T06:47:23.4051707Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "verify_api_visibility" goto :eof 2025-03-14T06:47:23.4052917Z 2025-03-14T06:47:23.4053501Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-03-14T06:47:23.4054461Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-03-14T06:47:23.4055348Z 2025-03-14T06:47:23.4055778Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:47:23.4056542Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-03-14T06:47:23.4057069Z goto :eof 2025-03-14T06:47:23.4057317Z ) 2025-03-14T06:47:23.4057440Z 2025-03-14T06:47:23.4057832Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/broadcast_test" 2025-03-14T06:47:23.5706584Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:47:23.5707485Z import pkg_resources 2025-03-14T06:47:29.0483906Z Found test times from artifacts 2025-03-14T06:47:29.1425068Z Found test times from artifacts 2025-03-14T06:47:29.1459844Z Running all tests 2025-03-14T06:47:29.1465581Z Running parallel tests on 3 processes 2025-03-14T06:47:29.1466041Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:47:29.1466395Z Serial tests (0): 2025-03-14T06:47:29.1466667Z Parallel tests (1): 2025-03-14T06:47:29.1466942Z cpp/broadcast_test 1/1 2025-03-14T06:47:29.1467216Z Name: excluded (est. time: 0.0min) 2025-03-14T06:47:29.1467650Z Serial tests (0): 2025-03-14T06:47:29.1467982Z Parallel tests (0): 2025-03-14T06:47:29.1541838Z Running cpp/broadcast_test 1/1 ... [2025-03-14 06:47:29.148748] 2025-03-14T06:47:29.1542314Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:29.1552232Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3f5a3e0bc4618da9.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:29.148748] 2025-03-14T06:47:29.1554030Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:47:31.9758785Z 2025-03-14T06:47:31.9759695Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_0d7aff376e0c17fd_.log 2025-03-14T06:47:31.9760558Z 2025-03-14T06:47:33.6068231Z Running cpp/broadcast_test 1/1 ... [2025-03-14 06:47:33.601947] 2025-03-14T06:47:33.6068695Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:33.6077714Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\broadcast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-27688129315fbbac.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:33.601947] 2025-03-14T06:47:36.9357718Z 2025-03-14T06:47:36.9358511Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_d6412693b32820e2_.log 2025-03-14T06:47:36.9359186Z 2025-03-14T06:47:37.7092231Z Running test batch 'tests to run' cost 8.56 seconds 2025-03-14T06:47:38.4395448Z 2025-03-14T06:47:38.4396287Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:47:38.4396790Z echo "broadcast_test" failed with exit code 0 2025-03-14T06:47:38.4397131Z goto fail 2025-03-14T06:47:38.4397329Z ) 2025-03-14T06:47:38.4397436Z 2025-03-14T06:47:38.4397645Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:47:38.4398252Z echo "broadcast_test" failed with exit code 0 2025-03-14T06:47:38.4399155Z goto fail 2025-03-14T06:47:38.4399360Z ) 2025-03-14T06:47:38.4399479Z 2025-03-14T06:47:38.4399647Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:47:38.4404739Z 2025-03-14T06:47:38.4405233Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:47:38.4405981Z call :libtorch_check "c10_accumulate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-03-14T06:47:38.4406651Z if errorlevel 1 goto fail 2025-03-14T06:47:38.4406916Z ) 2025-03-14T06:47:38.4416617Z 2025-03-14T06:47:38.4417090Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:47:38.4420617Z 2025-03-14T06:47:38.4421139Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:47:38.4423646Z 2025-03-14T06:47:38.4424081Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "verify_api_visibility" goto :eof 2025-03-14T06:47:38.4425392Z 2025-03-14T06:47:38.4425992Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-03-14T06:47:38.4426945Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-03-14T06:47:38.4428704Z 2025-03-14T06:47:38.4429200Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:47:38.4430124Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-03-14T06:47:38.4430719Z goto :eof 2025-03-14T06:47:38.4430923Z ) 2025-03-14T06:47:38.4431027Z 2025-03-14T06:47:38.4431412Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_accumulate_test" 2025-03-14T06:47:38.6108688Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:47:38.6109533Z import pkg_resources 2025-03-14T06:47:44.1983797Z Found test times from artifacts 2025-03-14T06:47:44.2928041Z Found test times from artifacts 2025-03-14T06:47:44.2962469Z Running all tests 2025-03-14T06:47:44.2967997Z Running parallel tests on 3 processes 2025-03-14T06:47:44.2968595Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:47:44.2968880Z Serial tests (0): 2025-03-14T06:47:44.2969114Z Parallel tests (1): 2025-03-14T06:47:44.2969386Z cpp/c10_accumulate_test 1/1 2025-03-14T06:47:44.2969690Z Name: excluded (est. time: 0.0min) 2025-03-14T06:47:44.2969979Z Serial tests (0): 2025-03-14T06:47:44.2970195Z Parallel tests (0): 2025-03-14T06:47:44.3042649Z Running cpp/c10_accumulate_test 1/1 ... [2025-03-14 06:47:44.289513] 2025-03-14T06:47:44.3043149Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:44.3054078Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9f60b6d0ef27b201.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:44.305145] 2025-03-14T06:47:44.3055821Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:47:45.9377729Z 2025-03-14T06:47:45.9378904Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_d9dfb0034e4c24c4_.log 2025-03-14T06:47:45.9379570Z 2025-03-14T06:47:48.6509477Z Running cpp/c10_accumulate_test 1/1 ... [2025-03-14 06:47:48.648924] 2025-03-14T06:47:48.6509927Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:48.6519110Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_accumulate_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-da0616c2ec4f6720.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:48.648924] 2025-03-14T06:47:50.2631389Z 2025-03-14T06:47:50.2632514Z cpp/c10_accumulate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_accumulate_test_1.1_061fe7ee9c9d334b_.log 2025-03-14T06:47:50.2633176Z 2025-03-14T06:47:51.0621937Z Running test batch 'tests to run' cost 6.77 seconds 2025-03-14T06:47:51.7949739Z 2025-03-14T06:47:51.7950383Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:47:51.7950864Z echo "c10_accumulate_test" failed with exit code 0 2025-03-14T06:47:51.7951215Z goto fail 2025-03-14T06:47:51.7951415Z ) 2025-03-14T06:47:51.7951544Z 2025-03-14T06:47:51.7951751Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:47:51.7952193Z echo "c10_accumulate_test" failed with exit code 0 2025-03-14T06:47:51.7952522Z goto fail 2025-03-14T06:47:51.7952701Z ) 2025-03-14T06:47:51.7953205Z 2025-03-14T06:47:51.7953459Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:47:51.7959652Z 2025-03-14T06:47:51.7959893Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:47:51.7960582Z call :libtorch_check "c10_ArrayRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-03-14T06:47:51.7961214Z if errorlevel 1 goto fail 2025-03-14T06:47:51.7961465Z ) 2025-03-14T06:47:51.7971073Z 2025-03-14T06:47:51.7971464Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:47:51.7975230Z 2025-03-14T06:47:51.7976126Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:47:51.7978088Z 2025-03-14T06:47:51.7978478Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "verify_api_visibility" goto :eof 2025-03-14T06:47:51.7979478Z 2025-03-14T06:47:51.7980266Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-03-14T06:47:51.7981217Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-03-14T06:47:51.7982041Z 2025-03-14T06:47:51.7982557Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:47:51.7983293Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-03-14T06:47:51.7983815Z goto :eof 2025-03-14T06:47:51.7984022Z ) 2025-03-14T06:47:51.7984138Z 2025-03-14T06:47:51.7984499Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ArrayRef_test" 2025-03-14T06:47:51.9659107Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:47:51.9659939Z import pkg_resources 2025-03-14T06:47:57.5504461Z Found test times from artifacts 2025-03-14T06:47:57.6445529Z Found test times from artifacts 2025-03-14T06:47:57.6479817Z Running all tests 2025-03-14T06:47:57.6485652Z Running parallel tests on 3 processes 2025-03-14T06:47:57.6486129Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:47:57.6486425Z Serial tests (0): 2025-03-14T06:47:57.6486702Z Parallel tests (1): 2025-03-14T06:47:57.6486964Z cpp/c10_ArrayRef_test 1/1 2025-03-14T06:47:57.6487228Z Name: excluded (est. time: 0.0min) 2025-03-14T06:47:57.6487507Z Serial tests (0): 2025-03-14T06:47:57.6487737Z Parallel tests (0): 2025-03-14T06:47:57.6560591Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-03-14 06:47:57.648978] 2025-03-14T06:47:57.6561117Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:47:57.6569883Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ArrayRef_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a9269eb45247bee.xml', '-x', '--reruns=2'] ... [2025-03-14 06:47:57.648978] 2025-03-14T06:47:57.6571719Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:47:59.3002775Z 2025-03-14T06:47:59.3003711Z cpp/c10_ArrayRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ArrayRef_test_1.1_a6d04488d08aa902_.log 2025-03-14T06:47:59.3004415Z 2025-03-14T06:48:02.0458444Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-03-14 06:48:02.039641] 2025-03-14T06:48:02.0458963Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:02.0468075Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ArrayRef_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b0d15681a7d5086d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:02.039641] 2025-03-14T06:48:03.6436325Z 2025-03-14T06:48:03.6437397Z cpp/c10_ArrayRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ArrayRef_test_1.1_fd7b4ed24e0c715a_.log 2025-03-14T06:48:03.6438047Z 2025-03-14T06:48:04.4565673Z Running test batch 'tests to run' cost 6.81 seconds 2025-03-14T06:48:05.1849346Z 2025-03-14T06:48:05.1849984Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:48:05.1850499Z echo "c10_ArrayRef_test" failed with exit code 0 2025-03-14T06:48:05.1850872Z goto fail 2025-03-14T06:48:05.1851103Z ) 2025-03-14T06:48:05.1851259Z 2025-03-14T06:48:05.1851547Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:48:05.1852027Z echo "c10_ArrayRef_test" failed with exit code 0 2025-03-14T06:48:05.1852383Z goto fail 2025-03-14T06:48:05.1852613Z ) 2025-03-14T06:48:05.1852728Z 2025-03-14T06:48:05.1852956Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:48:05.1859641Z 2025-03-14T06:48:05.1859905Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:48:05.1860629Z call :libtorch_check "c10_bfloat16_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-03-14T06:48:05.1861318Z if errorlevel 1 goto fail 2025-03-14T06:48:05.1861607Z ) 2025-03-14T06:48:05.1871246Z 2025-03-14T06:48:05.1871947Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:48:05.1875533Z 2025-03-14T06:48:05.1876171Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:48:05.1878518Z 2025-03-14T06:48:05.1878930Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "verify_api_visibility" goto :eof 2025-03-14T06:48:05.1880807Z 2025-03-14T06:48:05.1881525Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-03-14T06:48:05.1882495Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-03-14T06:48:05.1883416Z 2025-03-14T06:48:05.1883875Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:48:05.1884653Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-03-14T06:48:05.1885169Z goto :eof 2025-03-14T06:48:05.1885401Z ) 2025-03-14T06:48:05.1885538Z 2025-03-14T06:48:05.1886063Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bfloat16_test" 2025-03-14T06:48:05.3544440Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:48:05.3545310Z import pkg_resources 2025-03-14T06:48:10.8196129Z Found test times from artifacts 2025-03-14T06:48:10.9136134Z Found test times from artifacts 2025-03-14T06:48:10.9167792Z Running all tests 2025-03-14T06:48:10.9173031Z Running parallel tests on 3 processes 2025-03-14T06:48:10.9173854Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:48:10.9174218Z Serial tests (0): 2025-03-14T06:48:10.9174502Z Parallel tests (1): 2025-03-14T06:48:10.9174776Z cpp/c10_bfloat16_test 1/1 2025-03-14T06:48:10.9175087Z Name: excluded (est. time: 0.0min) 2025-03-14T06:48:10.9175405Z Serial tests (0): 2025-03-14T06:48:10.9175653Z Parallel tests (0): 2025-03-14T06:48:10.9244508Z Running cpp/c10_bfloat16_test 1/1 ... [2025-03-14 06:48:10.914696] 2025-03-14T06:48:10.9244977Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:10.9254196Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-19a83f54a0212835.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:10.914696] 2025-03-14T06:48:10.9256078Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:48:12.5108592Z 2025-03-14T06:48:12.5109703Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_0693ae83e3b4420c_.log 2025-03-14T06:48:12.5110407Z 2025-03-14T06:48:15.1274380Z Running cpp/c10_bfloat16_test 1/1 ... [2025-03-14 06:48:15.117836] 2025-03-14T06:48:15.1274883Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:15.1283552Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bfloat16_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9221b672cacc9402.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:15.117836] 2025-03-14T06:48:16.7005363Z 2025-03-14T06:48:16.7006186Z cpp/c10_bfloat16_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bfloat16_test_1.1_bc8104250b818b5d_.log 2025-03-14T06:48:16.7006913Z 2025-03-14T06:48:17.4209878Z Running test batch 'tests to run' cost 6.5 seconds 2025-03-14T06:48:18.0091169Z 2025-03-14T06:48:18.0091953Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:48:18.0092485Z echo "c10_bfloat16_test" failed with exit code 0 2025-03-14T06:48:18.0092847Z goto fail 2025-03-14T06:48:18.0093092Z ) 2025-03-14T06:48:18.0093246Z 2025-03-14T06:48:18.0093458Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:48:18.0093913Z echo "c10_bfloat16_test" failed with exit code 0 2025-03-14T06:48:18.0094269Z goto fail 2025-03-14T06:48:18.0094505Z ) 2025-03-14T06:48:18.0094620Z 2025-03-14T06:48:18.0094795Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:48:18.0101289Z 2025-03-14T06:48:18.0101828Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:48:18.0102583Z call :libtorch_check "c10_Bitset_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-03-14T06:48:18.0103249Z if errorlevel 1 goto fail 2025-03-14T06:48:18.0103511Z ) 2025-03-14T06:48:18.0112157Z 2025-03-14T06:48:18.0112568Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:48:18.0116285Z 2025-03-14T06:48:18.0116813Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:48:18.0126856Z 2025-03-14T06:48:18.0127365Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "verify_api_visibility" goto :eof 2025-03-14T06:48:18.0127798Z 2025-03-14T06:48:18.0128322Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-03-14T06:48:18.0129223Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-03-14T06:48:18.0129676Z 2025-03-14T06:48:18.0129986Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:48:18.0130703Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-03-14T06:48:18.0131215Z goto :eof 2025-03-14T06:48:18.0131418Z ) 2025-03-14T06:48:18.0131528Z 2025-03-14T06:48:18.0132002Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Bitset_test" 2025-03-14T06:48:18.1741892Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:48:18.1742744Z import pkg_resources 2025-03-14T06:48:23.5611816Z Found test times from artifacts 2025-03-14T06:48:23.6546011Z Found test times from artifacts 2025-03-14T06:48:23.6577174Z Running all tests 2025-03-14T06:48:23.6582648Z Running parallel tests on 3 processes 2025-03-14T06:48:23.6583078Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:48:23.6583372Z Serial tests (0): 2025-03-14T06:48:23.6583614Z Parallel tests (1): 2025-03-14T06:48:23.6583865Z cpp/c10_Bitset_test 1/1 2025-03-14T06:48:23.6584140Z Name: excluded (est. time: 0.0min) 2025-03-14T06:48:23.6584428Z Serial tests (0): 2025-03-14T06:48:23.6584651Z Parallel tests (0): 2025-03-14T06:48:23.6652888Z Running cpp/c10_Bitset_test 1/1 ... [2025-03-14 06:48:23.664756] 2025-03-14T06:48:23.6653332Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:23.6662373Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-14b3cbefa2d13bb7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:23.664756] 2025-03-14T06:48:23.6664091Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:48:25.2333712Z 2025-03-14T06:48:25.2334598Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_1e56270f948eb260_.log 2025-03-14T06:48:25.2335242Z 2025-03-14T06:48:27.8288198Z Running cpp/c10_Bitset_test 1/1 ... [2025-03-14 06:48:27.821015] 2025-03-14T06:48:27.8288614Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:27.8297850Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Bitset_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-78724e4c30a4a842.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:27.821015] 2025-03-14T06:48:29.3889284Z 2025-03-14T06:48:29.3890142Z cpp/c10_Bitset_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Bitset_test_1.1_fcf509237c8374df_.log 2025-03-14T06:48:29.3891130Z 2025-03-14T06:48:30.1480013Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:48:30.7186249Z 2025-03-14T06:48:30.7186825Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:48:30.7187476Z echo "c10_Bitset_test" failed with exit code 0 2025-03-14T06:48:30.7187911Z goto fail 2025-03-14T06:48:30.7188120Z ) 2025-03-14T06:48:30.7188232Z 2025-03-14T06:48:30.7188429Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:48:30.7188872Z echo "c10_Bitset_test" failed with exit code 0 2025-03-14T06:48:30.7189184Z goto fail 2025-03-14T06:48:30.7189383Z ) 2025-03-14T06:48:30.7189485Z 2025-03-14T06:48:30.7189655Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:48:30.7196126Z 2025-03-14T06:48:30.7196414Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:48:30.7197091Z call :libtorch_check "c10_bit_cast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-03-14T06:48:30.7197737Z if errorlevel 1 goto fail 2025-03-14T06:48:30.7197983Z ) 2025-03-14T06:48:30.7207207Z 2025-03-14T06:48:30.7207913Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:48:30.7211346Z 2025-03-14T06:48:30.7211820Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:48:30.7214162Z 2025-03-14T06:48:30.7214578Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "verify_api_visibility" goto :eof 2025-03-14T06:48:30.7215572Z 2025-03-14T06:48:30.7216106Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-03-14T06:48:30.7217181Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-03-14T06:48:30.7218175Z 2025-03-14T06:48:30.7218504Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:48:30.7219237Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-03-14T06:48:30.7219753Z goto :eof 2025-03-14T06:48:30.7219940Z ) 2025-03-14T06:48:30.7220060Z 2025-03-14T06:48:30.7220422Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bit_cast_test" 2025-03-14T06:48:30.8841352Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:48:30.8842192Z import pkg_resources 2025-03-14T06:48:36.2574764Z Found test times from artifacts 2025-03-14T06:48:36.3500942Z Found test times from artifacts 2025-03-14T06:48:36.3532506Z Running all tests 2025-03-14T06:48:36.3537753Z Running parallel tests on 3 processes 2025-03-14T06:48:36.3538109Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:48:36.3538408Z Serial tests (0): 2025-03-14T06:48:36.3538640Z Parallel tests (1): 2025-03-14T06:48:36.3538874Z cpp/c10_bit_cast_test 1/1 2025-03-14T06:48:36.3539154Z Name: excluded (est. time: 0.0min) 2025-03-14T06:48:36.3539439Z Serial tests (0): 2025-03-14T06:48:36.3539670Z Parallel tests (0): 2025-03-14T06:48:36.3608535Z Running cpp/c10_bit_cast_test 1/1 ... [2025-03-14 06:48:36.352324] 2025-03-14T06:48:36.3608961Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:36.3619006Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2e7d9c1bf9a148e4.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:36.352324] 2025-03-14T06:48:36.3620743Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:48:37.9068796Z 2025-03-14T06:48:37.9070366Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_f702c7fca748841e_.log 2025-03-14T06:48:37.9071453Z 2025-03-14T06:48:40.5489349Z Running cpp/c10_bit_cast_test 1/1 ... [2025-03-14 06:48:40.539866] 2025-03-14T06:48:40.5489807Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:40.5498643Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_bit_cast_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-53acc9d81af9a1b0.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:40.539866] 2025-03-14T06:48:42.0778352Z 2025-03-14T06:48:42.0779365Z cpp/c10_bit_cast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_bit_cast_test_1.1_d92e0dcf1e2113a7_.log 2025-03-14T06:48:42.0780004Z 2025-03-14T06:48:42.7877077Z Running test batch 'tests to run' cost 6.42 seconds 2025-03-14T06:48:43.3835805Z 2025-03-14T06:48:43.3836601Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:48:43.3837090Z echo "c10_bit_cast_test" failed with exit code 0 2025-03-14T06:48:43.3837427Z goto fail 2025-03-14T06:48:43.3837625Z ) 2025-03-14T06:48:43.3837747Z 2025-03-14T06:48:43.3837942Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:48:43.3838371Z echo "c10_bit_cast_test" failed with exit code 0 2025-03-14T06:48:43.3838683Z goto fail 2025-03-14T06:48:43.3838883Z ) 2025-03-14T06:48:43.3839014Z 2025-03-14T06:48:43.3839549Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:48:43.3845889Z 2025-03-14T06:48:43.3846274Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:48:43.3847216Z call :libtorch_check "c10_CompileTimeFunctionPointer_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-03-14T06:48:43.3848037Z if errorlevel 1 goto fail 2025-03-14T06:48:43.3848304Z ) 2025-03-14T06:48:43.3857106Z 2025-03-14T06:48:43.3857632Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:48:43.3861223Z 2025-03-14T06:48:43.3861721Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:48:43.3864010Z 2025-03-14T06:48:43.3864635Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "verify_api_visibility" goto :eof 2025-03-14T06:48:43.3865765Z 2025-03-14T06:48:43.3866407Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-03-14T06:48:43.3867486Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-03-14T06:48:43.3868209Z 2025-03-14T06:48:43.3868711Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:48:43.3869606Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-03-14T06:48:43.3870175Z goto :eof 2025-03-14T06:48:43.3870379Z ) 2025-03-14T06:48:43.3870480Z 2025-03-14T06:48:43.3870911Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_CompileTimeFunctionPointer_test" 2025-03-14T06:48:43.5476320Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:48:43.5477173Z import pkg_resources 2025-03-14T06:48:48.9361324Z Found test times from artifacts 2025-03-14T06:48:49.0284203Z Found test times from artifacts 2025-03-14T06:48:49.0315749Z Running all tests 2025-03-14T06:48:49.0321260Z Running parallel tests on 3 processes 2025-03-14T06:48:49.0321830Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:48:49.0322222Z Serial tests (0): 2025-03-14T06:48:49.0322470Z Parallel tests (1): 2025-03-14T06:48:49.0322769Z cpp/c10_CompileTimeFunctionPointer_test 1/1 2025-03-14T06:48:49.0323121Z Name: excluded (est. time: 0.0min) 2025-03-14T06:48:49.0323392Z Serial tests (0): 2025-03-14T06:48:49.0323624Z Parallel tests (0): 2025-03-14T06:48:49.0394773Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-03-14 06:48:49.024287] 2025-03-14T06:48:49.0395332Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:49.0403835Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-96f95338e04ec8f2.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:49.039911] 2025-03-14T06:48:49.0405747Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:48:50.6080697Z 2025-03-14T06:48:50.6081703Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_aff4fbc5ef1759d6_.log 2025-03-14T06:48:50.6082523Z 2025-03-14T06:48:53.2806138Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-03-14 06:48:53.274314] 2025-03-14T06:48:53.2806688Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:48:53.2815656Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_CompileTimeFunctionPointer_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-11e93d1f825b0d49.xml', '-x', '--reruns=2'] ... [2025-03-14 06:48:53.274314] 2025-03-14T06:48:54.8162299Z 2025-03-14T06:48:54.8163468Z cpp/c10_CompileTimeFunctionPointer_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_CompileTimeFunctionPointer_test_1.1_f7bccd3c3249eed7_.log 2025-03-14T06:48:54.8164287Z 2025-03-14T06:48:55.5523588Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:48:56.1433712Z 2025-03-14T06:48:56.1434305Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:48:56.1434860Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-03-14T06:48:56.1435274Z goto fail 2025-03-14T06:48:56.1435483Z ) 2025-03-14T06:48:56.1435585Z 2025-03-14T06:48:56.1435820Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:48:56.1436327Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-03-14T06:48:56.1436722Z goto fail 2025-03-14T06:48:56.1436927Z ) 2025-03-14T06:48:56.1437031Z 2025-03-14T06:48:56.1437661Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:48:56.1444103Z 2025-03-14T06:48:56.1444384Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:48:56.1445118Z call :libtorch_check "c10_complex_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-03-14T06:48:56.1445798Z if errorlevel 1 goto fail 2025-03-14T06:48:56.1446032Z ) 2025-03-14T06:48:56.1454853Z 2025-03-14T06:48:56.1455239Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:48:56.1458932Z 2025-03-14T06:48:56.1459440Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:48:56.1461812Z 2025-03-14T06:48:56.1462341Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "verify_api_visibility" goto :eof 2025-03-14T06:48:56.1463811Z 2025-03-14T06:48:56.1464648Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-03-14T06:48:56.1465699Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-03-14T06:48:56.1466159Z 2025-03-14T06:48:56.1466488Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:48:56.1467240Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-03-14T06:48:56.1467761Z goto :eof 2025-03-14T06:48:56.1467960Z ) 2025-03-14T06:48:56.1468069Z 2025-03-14T06:48:56.1468447Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_math_test" 2025-03-14T06:48:56.3082778Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:48:56.3083640Z import pkg_resources 2025-03-14T06:49:01.6882946Z Found test times from artifacts 2025-03-14T06:49:01.7812668Z Found test times from artifacts 2025-03-14T06:49:01.7844851Z Running all tests 2025-03-14T06:49:01.7849843Z Running parallel tests on 3 processes 2025-03-14T06:49:01.7850188Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:49:01.7850478Z Serial tests (0): 2025-03-14T06:49:01.7850716Z Parallel tests (1): 2025-03-14T06:49:01.7850979Z cpp/c10_complex_math_test 1/1 2025-03-14T06:49:01.7851271Z Name: excluded (est. time: 0.0min) 2025-03-14T06:49:01.7851534Z Serial tests (0): 2025-03-14T06:49:01.7851760Z Parallel tests (0): 2025-03-14T06:49:01.7921200Z Running cpp/c10_complex_math_test 1/1 ... [2025-03-14 06:49:01.789971] 2025-03-14T06:49:01.7921735Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:01.7930531Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b9e97fe541187637.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:01.789971] 2025-03-14T06:49:01.7932258Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:49:03.3814287Z 2025-03-14T06:49:03.3815411Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_ce880b2504261d9c_.log 2025-03-14T06:49:03.3816089Z 2025-03-14T06:49:06.0360051Z Running cpp/c10_complex_math_test 1/1 ... [2025-03-14 06:49:06.024383] 2025-03-14T06:49:06.0360513Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:06.0368845Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-576e29a478f419ec.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:06.024383] 2025-03-14T06:49:07.6206786Z 2025-03-14T06:49:07.6207821Z cpp/c10_complex_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_math_test_1.1_faf3453291d96b9d_.log 2025-03-14T06:49:07.6208505Z 2025-03-14T06:49:08.3431690Z Running test batch 'tests to run' cost 6.56 seconds 2025-03-14T06:49:08.9455496Z 2025-03-14T06:49:08.9455951Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:49:08.9456455Z echo "c10_complex_math_test" failed with exit code 0 2025-03-14T06:49:08.9456809Z goto fail 2025-03-14T06:49:08.9456998Z ) 2025-03-14T06:49:08.9457123Z 2025-03-14T06:49:08.9457320Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:49:08.9457772Z echo "c10_complex_math_test" failed with exit code 0 2025-03-14T06:49:08.9458229Z goto fail 2025-03-14T06:49:08.9458500Z ) 2025-03-14T06:49:08.9458607Z 2025-03-14T06:49:08.9458784Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:49:08.9465093Z 2025-03-14T06:49:08.9465621Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:49:08.9466327Z call :libtorch_check "c10_complex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-03-14T06:49:08.9466959Z if errorlevel 1 goto fail 2025-03-14T06:49:08.9467214Z ) 2025-03-14T06:49:08.9475827Z 2025-03-14T06:49:08.9476292Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:49:08.9479740Z 2025-03-14T06:49:08.9480295Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:49:08.9482675Z 2025-03-14T06:49:08.9483129Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "verify_api_visibility" goto :eof 2025-03-14T06:49:08.9484271Z 2025-03-14T06:49:08.9484811Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-03-14T06:49:08.9485718Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-03-14T06:49:08.9487023Z 2025-03-14T06:49:08.9487428Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:49:08.9488146Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-03-14T06:49:08.9488732Z goto :eof 2025-03-14T06:49:08.9488998Z ) 2025-03-14T06:49:08.9489105Z 2025-03-14T06:49:08.9489474Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_test" 2025-03-14T06:49:09.1112510Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:49:09.1113339Z import pkg_resources 2025-03-14T06:49:14.5043513Z Found test times from artifacts 2025-03-14T06:49:14.5973765Z Found test times from artifacts 2025-03-14T06:49:14.6005553Z Running all tests 2025-03-14T06:49:14.6031184Z Running parallel tests on 3 processes 2025-03-14T06:49:14.6031543Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:49:14.6031862Z Serial tests (0): 2025-03-14T06:49:14.6032076Z Parallel tests (1): 2025-03-14T06:49:14.6032322Z cpp/c10_complex_test 1/1 2025-03-14T06:49:14.6032592Z Name: excluded (est. time: 0.0min) 2025-03-14T06:49:14.6032901Z Serial tests (0): 2025-03-14T06:49:14.6033135Z Parallel tests (0): 2025-03-14T06:49:14.6103190Z Running cpp/c10_complex_test 1/1 ... [2025-03-14 06:49:14.602532] 2025-03-14T06:49:14.6103644Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:14.6112796Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-73f038a549c18add.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:14.602532] 2025-03-14T06:49:14.6114501Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:49:16.1608504Z 2025-03-14T06:49:16.1609412Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_89134af5255af8a2_.log 2025-03-14T06:49:16.1610038Z 2025-03-14T06:49:18.8332714Z Running cpp/c10_complex_test 1/1 ... [2025-03-14 06:49:18.821329] 2025-03-14T06:49:18.8333175Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:18.8341944Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_complex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-09dba30085b7396e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:18.821329] 2025-03-14T06:49:20.3900604Z 2025-03-14T06:49:20.3901446Z cpp/c10_complex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_complex_test_1.1_aea91c31333da344_.log 2025-03-14T06:49:20.3902195Z 2025-03-14T06:49:21.1084044Z Running test batch 'tests to run' cost 6.5 seconds 2025-03-14T06:49:21.7131672Z 2025-03-14T06:49:21.7132168Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:49:21.7132661Z echo "c10_complex_test" failed with exit code 0 2025-03-14T06:49:21.7133001Z goto fail 2025-03-14T06:49:21.7133189Z ) 2025-03-14T06:49:21.7133340Z 2025-03-14T06:49:21.7133666Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:49:21.7134120Z echo "c10_complex_test" failed with exit code 0 2025-03-14T06:49:21.7134446Z goto fail 2025-03-14T06:49:21.7134646Z ) 2025-03-14T06:49:21.7135294Z 2025-03-14T06:49:21.7135824Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:49:21.7142619Z 2025-03-14T06:49:21.7142897Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:49:21.7143650Z call :libtorch_check "c10_ConstexprCrc_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-03-14T06:49:21.7144325Z if errorlevel 1 goto fail 2025-03-14T06:49:21.7144576Z ) 2025-03-14T06:49:21.7153285Z 2025-03-14T06:49:21.7153800Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:49:21.7157338Z 2025-03-14T06:49:21.7158068Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:49:21.7160097Z 2025-03-14T06:49:21.7160541Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "verify_api_visibility" goto :eof 2025-03-14T06:49:21.7161490Z 2025-03-14T06:49:21.7162083Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-03-14T06:49:21.7163028Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-03-14T06:49:21.7163988Z 2025-03-14T06:49:21.7164420Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:49:21.7165193Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-03-14T06:49:21.7165710Z goto :eof 2025-03-14T06:49:21.7165912Z ) 2025-03-14T06:49:21.7166324Z 2025-03-14T06:49:21.7166798Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ConstexprCrc_test" 2025-03-14T06:49:21.8794577Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:49:21.8795401Z import pkg_resources 2025-03-14T06:49:27.2487642Z Found test times from artifacts 2025-03-14T06:49:27.3417435Z Found test times from artifacts 2025-03-14T06:49:27.3447510Z Running all tests 2025-03-14T06:49:27.3452499Z Running parallel tests on 3 processes 2025-03-14T06:49:27.3452819Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:49:27.3453116Z Serial tests (0): 2025-03-14T06:49:27.3453325Z Parallel tests (1): 2025-03-14T06:49:27.3453667Z cpp/c10_ConstexprCrc_test 1/1 2025-03-14T06:49:27.3453949Z Name: excluded (est. time: 0.0min) 2025-03-14T06:49:27.3454221Z Serial tests (0): 2025-03-14T06:49:27.3454435Z Parallel tests (0): 2025-03-14T06:49:27.3521993Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-03-14 06:49:27.336970] 2025-03-14T06:49:27.3522593Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:27.3531585Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2f0a5933730f4418.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:27.352621] 2025-03-14T06:49:27.3533294Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:49:29.0201919Z 2025-03-14T06:49:29.0202880Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_23b9b76e5d9507f1_.log 2025-03-14T06:49:29.0203541Z 2025-03-14T06:49:31.7236703Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-03-14 06:49:31.712013] 2025-03-14T06:49:31.7237195Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:31.7245734Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ConstexprCrc_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5cdd8d18cfb54374.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:31.712013] 2025-03-14T06:49:33.2330643Z 2025-03-14T06:49:33.2331783Z cpp/c10_ConstexprCrc_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ConstexprCrc_test_1.1_740b670e2a7a6b31_.log 2025-03-14T06:49:33.2332433Z 2025-03-14T06:49:33.9449884Z Running test batch 'tests to run' cost 6.59 seconds 2025-03-14T06:49:34.5338487Z 2025-03-14T06:49:34.5338984Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:49:34.5339453Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-03-14T06:49:34.5339788Z goto fail 2025-03-14T06:49:34.5339961Z ) 2025-03-14T06:49:34.5340094Z 2025-03-14T06:49:34.5340290Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:49:34.5340732Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-03-14T06:49:34.5341053Z goto fail 2025-03-14T06:49:34.5341241Z ) 2025-03-14T06:49:34.5341343Z 2025-03-14T06:49:34.5341511Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:49:34.5348583Z 2025-03-14T06:49:34.5348812Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:49:34.5349474Z call :libtorch_check "c10_cow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-03-14T06:49:34.5350071Z if errorlevel 1 goto fail 2025-03-14T06:49:34.5350312Z ) 2025-03-14T06:49:34.5360110Z 2025-03-14T06:49:34.5360786Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:49:34.5364098Z 2025-03-14T06:49:34.5364573Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:49:34.5366868Z 2025-03-14T06:49:34.5367223Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "verify_api_visibility" goto :eof 2025-03-14T06:49:34.5368608Z 2025-03-14T06:49:34.5369135Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-03-14T06:49:34.5370015Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-03-14T06:49:34.5371061Z 2025-03-14T06:49:34.5371441Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:49:34.5372138Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-03-14T06:49:34.5372609Z goto :eof 2025-03-14T06:49:34.5372806Z ) 2025-03-14T06:49:34.5372910Z 2025-03-14T06:49:34.5373393Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_cow_test" 2025-03-14T06:49:34.7000859Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:49:34.7001686Z import pkg_resources 2025-03-14T06:49:40.0947585Z Found test times from artifacts 2025-03-14T06:49:40.1880495Z Found test times from artifacts 2025-03-14T06:49:40.1912094Z Running all tests 2025-03-14T06:49:40.1917254Z Running parallel tests on 3 processes 2025-03-14T06:49:40.1917665Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:49:40.1917955Z Serial tests (0): 2025-03-14T06:49:40.1918208Z Parallel tests (1): 2025-03-14T06:49:40.1918433Z cpp/c10_cow_test 1/1 2025-03-14T06:49:40.1918687Z Name: excluded (est. time: 0.0min) 2025-03-14T06:49:40.1918944Z Serial tests (0): 2025-03-14T06:49:40.1919151Z Parallel tests (0): 2025-03-14T06:49:40.1988734Z Running cpp/c10_cow_test 1/1 ... [2025-03-14 06:49:40.196447] 2025-03-14T06:49:40.1997810Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:40.1998997Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-50534c0f442b4240.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:40.196447] 2025-03-14T06:49:40.2000622Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:49:41.7561121Z 2025-03-14T06:49:41.7562140Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_1f4f037c6b722946_.log 2025-03-14T06:49:41.7562799Z 2025-03-14T06:49:44.5153052Z Running cpp/c10_cow_test 1/1 ... [2025-03-14 06:49:44.508953] 2025-03-14T06:49:44.5153520Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:44.5162654Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_cow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d3d572d4d44823c7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:44.508953] 2025-03-14T06:49:46.0836865Z 2025-03-14T06:49:46.0837773Z cpp/c10_cow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_cow_test_1.1_619e92e96f5ae045_.log 2025-03-14T06:49:46.0838402Z 2025-03-14T06:49:46.8085056Z Running test batch 'tests to run' cost 6.63 seconds 2025-03-14T06:49:47.4008125Z 2025-03-14T06:49:47.4008623Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:49:47.4009072Z echo "c10_cow_test" failed with exit code 0 2025-03-14T06:49:47.4009367Z goto fail 2025-03-14T06:49:47.4009547Z ) 2025-03-14T06:49:47.4009665Z 2025-03-14T06:49:47.4009861Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:49:47.4010272Z echo "c10_cow_test" failed with exit code 0 2025-03-14T06:49:47.4010562Z goto fail 2025-03-14T06:49:47.4010736Z ) 2025-03-14T06:49:47.4010831Z 2025-03-14T06:49:47.4010998Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:49:47.4017917Z 2025-03-14T06:49:47.4018377Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:49:47.4019190Z call :libtorch_check "c10_DeadlockDetection_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-03-14T06:49:47.4019905Z if errorlevel 1 goto fail 2025-03-14T06:49:47.4020147Z ) 2025-03-14T06:49:47.4028597Z 2025-03-14T06:49:47.4029022Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:49:47.4032343Z 2025-03-14T06:49:47.4032979Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:49:47.4035255Z 2025-03-14T06:49:47.4035699Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "verify_api_visibility" goto :eof 2025-03-14T06:49:47.4036886Z 2025-03-14T06:49:47.4037500Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-03-14T06:49:47.4038484Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-03-14T06:49:47.4039647Z 2025-03-14T06:49:47.4040113Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:49:47.4040901Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-03-14T06:49:47.4041421Z goto :eof 2025-03-14T06:49:47.4041611Z ) 2025-03-14T06:49:47.4041716Z 2025-03-14T06:49:47.4042112Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeadlockDetection_test" 2025-03-14T06:49:47.5666190Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:49:47.5667015Z import pkg_resources 2025-03-14T06:49:52.9745894Z Found test times from artifacts 2025-03-14T06:49:53.0676025Z Found test times from artifacts 2025-03-14T06:49:53.0707101Z Running all tests 2025-03-14T06:49:53.0712422Z Running parallel tests on 3 processes 2025-03-14T06:49:53.0712952Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:49:53.0713301Z Serial tests (0): 2025-03-14T06:49:53.0713527Z Parallel tests (1): 2025-03-14T06:49:53.0713766Z cpp/c10_DeadlockDetection_test 1/1 2025-03-14T06:49:53.0714060Z Name: excluded (est. time: 0.0min) 2025-03-14T06:49:53.0714333Z Serial tests (0): 2025-03-14T06:49:53.0714542Z Parallel tests (0): 2025-03-14T06:49:53.0782628Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-03-14 06:49:53.071473] 2025-03-14T06:49:53.0783110Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:53.0792484Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ecf7601cd2b9f2e9.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:53.071473] 2025-03-14T06:49:53.0794245Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:49:54.6554528Z 2025-03-14T06:49:54.6555496Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_7af63dff05a59097_.log 2025-03-14T06:49:54.6556218Z 2025-03-14T06:49:57.3187884Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-03-14 06:49:57.305881] 2025-03-14T06:49:57.3188380Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:49:57.3197026Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeadlockDetection_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-263a4ecd1b86885c.xml', '-x', '--reruns=2'] ... [2025-03-14 06:49:57.305881] 2025-03-14T06:49:58.8704954Z 2025-03-14T06:49:58.8706120Z cpp/c10_DeadlockDetection_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeadlockDetection_test_1.1_7827cc7825eff2c4_.log 2025-03-14T06:49:58.8706844Z 2025-03-14T06:49:59.6525928Z Running test batch 'tests to run' cost 6.59 seconds 2025-03-14T06:50:00.2817429Z 2025-03-14T06:50:00.2818211Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:50:00.2818821Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-03-14T06:50:00.2819177Z goto fail 2025-03-14T06:50:00.2819354Z ) 2025-03-14T06:50:00.2819459Z 2025-03-14T06:50:00.2819652Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:50:00.2820121Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-03-14T06:50:00.2820493Z goto fail 2025-03-14T06:50:00.2820723Z ) 2025-03-14T06:50:00.2820838Z 2025-03-14T06:50:00.2821009Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:50:00.2826819Z 2025-03-14T06:50:00.2827467Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:50:00.2828287Z call :libtorch_check "c10_DeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-03-14T06:50:00.2828972Z if errorlevel 1 goto fail 2025-03-14T06:50:00.2829264Z ) 2025-03-14T06:50:00.2837473Z 2025-03-14T06:50:00.2837947Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:50:00.2841453Z 2025-03-14T06:50:00.2841941Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:50:00.2844267Z 2025-03-14T06:50:00.2844683Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "verify_api_visibility" goto :eof 2025-03-14T06:50:00.2845679Z 2025-03-14T06:50:00.2846330Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-03-14T06:50:00.2847384Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-03-14T06:50:00.2848030Z 2025-03-14T06:50:00.2848530Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:50:00.2849356Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-03-14T06:50:00.2849903Z goto :eof 2025-03-14T06:50:00.2850144Z ) 2025-03-14T06:50:00.2850263Z 2025-03-14T06:50:00.2850670Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeviceGuard_test" 2025-03-14T06:50:00.4477214Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:50:00.4478089Z import pkg_resources 2025-03-14T06:50:05.9020448Z Found test times from artifacts 2025-03-14T06:50:05.9952190Z Found test times from artifacts 2025-03-14T06:50:05.9983894Z Running all tests 2025-03-14T06:50:05.9989236Z Running parallel tests on 3 processes 2025-03-14T06:50:05.9990063Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:50:05.9990432Z Serial tests (0): 2025-03-14T06:50:05.9990732Z Parallel tests (1): 2025-03-14T06:50:05.9991022Z cpp/c10_DeviceGuard_test 1/1 2025-03-14T06:50:05.9991343Z Name: excluded (est. time: 0.0min) 2025-03-14T06:50:05.9991660Z Serial tests (0): 2025-03-14T06:50:05.9991898Z Parallel tests (0): 2025-03-14T06:50:06.0059330Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-03-14 06:50:05.993417] 2025-03-14T06:50:06.0059823Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:06.0069238Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5ef1952769cac19e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:05.993417] 2025-03-14T06:50:06.0071495Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:50:07.5787586Z 2025-03-14T06:50:07.5788575Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_8d4fb34605ae8d19_.log 2025-03-14T06:50:07.5789241Z 2025-03-14T06:50:10.2399940Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-03-14 06:50:10.227827] 2025-03-14T06:50:10.2400447Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:10.2408972Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d5426ddc36c7b786.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:10.227827] 2025-03-14T06:50:11.7771688Z 2025-03-14T06:50:11.7772843Z cpp/c10_DeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DeviceGuard_test_1.1_a85b7048cb39bac6_.log 2025-03-14T06:50:11.7773557Z 2025-03-14T06:50:12.5187430Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:50:13.1011800Z 2025-03-14T06:50:13.1012460Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:50:13.1012973Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-03-14T06:50:13.1013359Z goto fail 2025-03-14T06:50:13.1013591Z ) 2025-03-14T06:50:13.1013705Z 2025-03-14T06:50:13.1013939Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:50:13.1014424Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-03-14T06:50:13.1014891Z goto fail 2025-03-14T06:50:13.1015096Z ) 2025-03-14T06:50:13.1015227Z 2025-03-14T06:50:13.1016172Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:50:13.1022444Z 2025-03-14T06:50:13.1022884Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:50:13.1023651Z call :libtorch_check "c10_Device_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-03-14T06:50:13.1024314Z if errorlevel 1 goto fail 2025-03-14T06:50:13.1024602Z ) 2025-03-14T06:50:13.1037288Z 2025-03-14T06:50:13.1037843Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:50:13.1041449Z 2025-03-14T06:50:13.1042097Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:50:13.1044196Z 2025-03-14T06:50:13.1044589Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "verify_api_visibility" goto :eof 2025-03-14T06:50:13.1045998Z 2025-03-14T06:50:13.1046556Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-03-14T06:50:13.1047528Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-03-14T06:50:13.1048938Z 2025-03-14T06:50:13.1049358Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:50:13.1050117Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-03-14T06:50:13.1050655Z goto :eof 2025-03-14T06:50:13.1050877Z ) 2025-03-14T06:50:13.1050994Z 2025-03-14T06:50:13.1051396Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Device_test" 2025-03-14T06:50:13.2658665Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:50:13.2659524Z import pkg_resources 2025-03-14T06:50:18.6389479Z Found test times from artifacts 2025-03-14T06:50:18.7328845Z Found test times from artifacts 2025-03-14T06:50:18.7359525Z Running all tests 2025-03-14T06:50:18.7365047Z Running parallel tests on 3 processes 2025-03-14T06:50:18.7365987Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:50:18.7366647Z Serial tests (0): 2025-03-14T06:50:18.7366891Z Parallel tests (1): 2025-03-14T06:50:18.7367179Z cpp/c10_Device_test 1/1 2025-03-14T06:50:18.7367487Z Name: excluded (est. time: 0.0min) 2025-03-14T06:50:18.7367800Z Serial tests (0): 2025-03-14T06:50:18.7368054Z Parallel tests (0): 2025-03-14T06:50:18.7435700Z Running cpp/c10_Device_test 1/1 ... [2025-03-14 06:50:18.727835] 2025-03-14T06:50:18.7436170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:18.7445187Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-745f64f00e0e7f4c.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:18.743482] 2025-03-14T06:50:18.7446957Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:50:20.3358048Z 2025-03-14T06:50:20.3358948Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_d1c7159109326462_.log 2025-03-14T06:50:20.3359573Z 2025-03-14T06:50:22.9718460Z Running cpp/c10_Device_test 1/1 ... [2025-03-14 06:50:22.962253] 2025-03-14T06:50:22.9718892Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:22.9728060Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Device_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-91e4a12383712a8f.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:22.962253] 2025-03-14T06:50:24.5218987Z 2025-03-14T06:50:24.5219820Z cpp/c10_Device_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Device_test_1.1_16dfe25edd8efa13_.log 2025-03-14T06:50:24.5220475Z 2025-03-14T06:50:25.2476314Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:50:25.8501926Z 2025-03-14T06:50:25.8502730Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:50:25.8503196Z echo "c10_Device_test" failed with exit code 0 2025-03-14T06:50:25.8503509Z goto fail 2025-03-14T06:50:25.8503702Z ) 2025-03-14T06:50:25.8503805Z 2025-03-14T06:50:25.8503996Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:50:25.8504418Z echo "c10_Device_test" failed with exit code 0 2025-03-14T06:50:25.8504708Z goto fail 2025-03-14T06:50:25.8504879Z ) 2025-03-14T06:50:25.8505000Z 2025-03-14T06:50:25.8505159Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:50:25.8511653Z 2025-03-14T06:50:25.8511863Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:50:25.8512591Z call :libtorch_check "c10_DispatchKeySet_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-03-14T06:50:25.8513266Z if errorlevel 1 goto fail 2025-03-14T06:50:25.8513494Z ) 2025-03-14T06:50:25.8522674Z 2025-03-14T06:50:25.8523060Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:50:25.8526409Z 2025-03-14T06:50:25.8526873Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:50:25.8529413Z 2025-03-14T06:50:25.8529846Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "verify_api_visibility" goto :eof 2025-03-14T06:50:25.8531032Z 2025-03-14T06:50:25.8531604Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-03-14T06:50:25.8532712Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-03-14T06:50:25.8533759Z 2025-03-14T06:50:25.8534171Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:50:25.8535014Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-03-14T06:50:25.8535531Z goto :eof 2025-03-14T06:50:25.8535720Z ) 2025-03-14T06:50:25.8535817Z 2025-03-14T06:50:25.8536213Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DispatchKeySet_test" 2025-03-14T06:50:26.0148220Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:50:26.0149058Z import pkg_resources 2025-03-14T06:50:31.3979862Z Found test times from artifacts 2025-03-14T06:50:31.4905704Z Found test times from artifacts 2025-03-14T06:50:31.4938197Z Running all tests 2025-03-14T06:50:31.4944585Z Running parallel tests on 3 processes 2025-03-14T06:50:31.4944952Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:50:31.4945237Z Serial tests (0): 2025-03-14T06:50:31.4945460Z Parallel tests (1): 2025-03-14T06:50:31.4945706Z cpp/c10_DispatchKeySet_test 1/1 2025-03-14T06:50:31.4945995Z Name: excluded (est. time: 0.0min) 2025-03-14T06:50:31.4946257Z Serial tests (0): 2025-03-14T06:50:31.4946476Z Parallel tests (0): 2025-03-14T06:50:31.5016381Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-03-14 06:50:31.493526] 2025-03-14T06:50:31.5016846Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:31.5026913Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-801ac124a0243a0a.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:31.493526] 2025-03-14T06:50:31.5028730Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:50:33.0817979Z 2025-03-14T06:50:33.0819131Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_067d48c7e08a3e99_.log 2025-03-14T06:50:33.0819806Z 2025-03-14T06:50:35.6948947Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-03-14 06:50:35.681058] 2025-03-14T06:50:35.6949418Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:35.6957912Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_DispatchKeySet_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3c8613482fbe8acf.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:35.681058] 2025-03-14T06:50:37.2776247Z 2025-03-14T06:50:37.2777139Z cpp/c10_DispatchKeySet_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_DispatchKeySet_test_1.1_f1ea36694c7ac83a_.log 2025-03-14T06:50:37.2777952Z 2025-03-14T06:50:37.9886820Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:50:38.5728782Z 2025-03-14T06:50:38.5729458Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:50:38.5729964Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-03-14T06:50:38.5730303Z goto fail 2025-03-14T06:50:38.5730500Z ) 2025-03-14T06:50:38.5730614Z 2025-03-14T06:50:38.5730837Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:50:38.5731286Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-03-14T06:50:38.5731617Z goto fail 2025-03-14T06:50:38.5731801Z ) 2025-03-14T06:50:38.5731905Z 2025-03-14T06:50:38.5732057Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:50:38.5738308Z 2025-03-14T06:50:38.5739007Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:50:38.5739653Z call :libtorch_check "c10_error_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-03-14T06:50:38.5740259Z if errorlevel 1 goto fail 2025-03-14T06:50:38.5740488Z ) 2025-03-14T06:50:38.5748918Z 2025-03-14T06:50:38.5749295Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:50:38.5753219Z 2025-03-14T06:50:38.5753668Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:50:38.5756043Z 2025-03-14T06:50:38.5756431Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "verify_api_visibility" goto :eof 2025-03-14T06:50:38.5757438Z 2025-03-14T06:50:38.5757959Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-03-14T06:50:38.5758845Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-03-14T06:50:38.5759864Z 2025-03-14T06:50:38.5760254Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:50:38.5760951Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-03-14T06:50:38.5761429Z goto :eof 2025-03-14T06:50:38.5761618Z ) 2025-03-14T06:50:38.5761718Z 2025-03-14T06:50:38.5762583Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_error_test" 2025-03-14T06:50:38.7372654Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:50:38.7373450Z import pkg_resources 2025-03-14T06:50:44.0930540Z Found test times from artifacts 2025-03-14T06:50:44.1862330Z Found test times from artifacts 2025-03-14T06:50:44.1892969Z Running all tests 2025-03-14T06:50:44.1899235Z Running parallel tests on 3 processes 2025-03-14T06:50:44.1899562Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:50:44.1899855Z Serial tests (0): 2025-03-14T06:50:44.1900067Z Parallel tests (1): 2025-03-14T06:50:44.1900297Z cpp/c10_error_test 1/1 2025-03-14T06:50:44.1900547Z Name: excluded (est. time: 0.0min) 2025-03-14T06:50:44.1900808Z Serial tests (0): 2025-03-14T06:50:44.1901026Z Parallel tests (0): 2025-03-14T06:50:44.1969943Z Running cpp/c10_error_test 1/1 ... [2025-03-14 06:50:44.196717] 2025-03-14T06:50:44.1970380Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:44.1979495Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_error_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2a0712ad29218f30.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:44.196717] 2025-03-14T06:50:44.1981200Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:50:45.7756827Z 2025-03-14T06:50:45.7757696Z cpp/c10_error_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_error_test_1.1_4fc20ca05fcfe0e4_.log 2025-03-14T06:50:45.7758489Z 2025-03-14T06:50:48.4799744Z Running cpp/c10_error_test 1/1 ... [2025-03-14 06:50:48.477985] 2025-03-14T06:50:48.4800167Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:48.4809022Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_error_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d255d6cbef4055c9.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:48.477985] 2025-03-14T06:50:50.0136540Z 2025-03-14T06:50:50.0137526Z cpp/c10_error_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_error_test_1.1_8e52e52d32b06cd5_.log 2025-03-14T06:50:50.0138133Z 2025-03-14T06:50:50.7232968Z Running test batch 'tests to run' cost 6.53 seconds 2025-03-14T06:50:51.3013297Z 2025-03-14T06:50:51.3013892Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:50:51.3014350Z echo "c10_error_test" failed with exit code 0 2025-03-14T06:50:51.3014677Z goto fail 2025-03-14T06:50:51.3014855Z ) 2025-03-14T06:50:51.3015032Z 2025-03-14T06:50:51.3015251Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:50:51.3015680Z echo "c10_error_test" failed with exit code 0 2025-03-14T06:50:51.3015990Z goto fail 2025-03-14T06:50:51.3016175Z ) 2025-03-14T06:50:51.3016274Z 2025-03-14T06:50:51.3016451Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:50:51.3023135Z 2025-03-14T06:50:51.3023390Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:50:51.3024064Z call :libtorch_check "c10_exception_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-03-14T06:50:51.3024702Z if errorlevel 1 goto fail 2025-03-14T06:50:51.3024934Z ) 2025-03-14T06:50:51.3034093Z 2025-03-14T06:50:51.3034695Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:50:51.3038300Z 2025-03-14T06:50:51.3039094Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:50:51.3041069Z 2025-03-14T06:50:51.3041453Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "verify_api_visibility" goto :eof 2025-03-14T06:50:51.3042781Z 2025-03-14T06:50:51.3043354Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-03-14T06:50:51.3044281Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-03-14T06:50:51.3045180Z 2025-03-14T06:50:51.3045604Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:50:51.3046324Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-03-14T06:50:51.3046813Z goto :eof 2025-03-14T06:50:51.3047002Z ) 2025-03-14T06:50:51.3047108Z 2025-03-14T06:50:51.3047472Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_exception_test" 2025-03-14T06:50:51.4664034Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:50:51.4664866Z import pkg_resources 2025-03-14T06:50:56.8307284Z Found test times from artifacts 2025-03-14T06:50:56.9234344Z Found test times from artifacts 2025-03-14T06:50:56.9264952Z Running all tests 2025-03-14T06:50:56.9269445Z Running parallel tests on 3 processes 2025-03-14T06:50:56.9269823Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:50:56.9270111Z Serial tests (0): 2025-03-14T06:50:56.9270339Z Parallel tests (1): 2025-03-14T06:50:56.9270584Z cpp/c10_exception_test 1/1 2025-03-14T06:50:56.9270860Z Name: excluded (est. time: 0.0min) 2025-03-14T06:50:56.9271125Z Serial tests (0): 2025-03-14T06:50:56.9271342Z Parallel tests (0): 2025-03-14T06:50:56.9339231Z Running cpp/c10_exception_test 1/1 ... [2025-03-14 06:50:56.931124] 2025-03-14T06:50:56.9339674Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:50:56.9348875Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-51fb2bbb079a3e67.xml', '-x', '--reruns=2'] ... [2025-03-14 06:50:56.931124] 2025-03-14T06:50:56.9351170Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:50:58.5078772Z 2025-03-14T06:50:58.5079662Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_8fff365abf713a0e_.log 2025-03-14T06:50:58.5080349Z 2025-03-14T06:51:01.0966698Z Running cpp/c10_exception_test 1/1 ... [2025-03-14 06:51:01.087391] 2025-03-14T06:51:01.0967167Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:01.0976289Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_exception_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a83913115b9fbefd.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:01.087391] 2025-03-14T06:51:02.6586865Z 2025-03-14T06:51:02.6587728Z cpp/c10_exception_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_exception_test_1.1_ef3b6e08b1b4a187_.log 2025-03-14T06:51:02.6588521Z 2025-03-14T06:51:03.4151968Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:51:03.9920277Z 2025-03-14T06:51:03.9920891Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:51:03.9921390Z echo "c10_exception_test" failed with exit code 0 2025-03-14T06:51:03.9921724Z goto fail 2025-03-14T06:51:03.9922083Z ) 2025-03-14T06:51:03.9922254Z 2025-03-14T06:51:03.9922453Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:51:03.9922883Z echo "c10_exception_test" failed with exit code 0 2025-03-14T06:51:03.9923206Z goto fail 2025-03-14T06:51:03.9923396Z ) 2025-03-14T06:51:03.9923498Z 2025-03-14T06:51:03.9923665Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:51:03.9930407Z 2025-03-14T06:51:03.9930984Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:51:03.9931675Z call :libtorch_check "c10_flags_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-03-14T06:51:03.9932287Z if errorlevel 1 goto fail 2025-03-14T06:51:03.9932526Z ) 2025-03-14T06:51:03.9941111Z 2025-03-14T06:51:03.9941476Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:51:03.9944935Z 2025-03-14T06:51:03.9945407Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:51:03.9947850Z 2025-03-14T06:51:03.9948242Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "verify_api_visibility" goto :eof 2025-03-14T06:51:03.9949484Z 2025-03-14T06:51:03.9950006Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-03-14T06:51:03.9950895Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-03-14T06:51:03.9952190Z 2025-03-14T06:51:03.9952576Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:51:03.9953269Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-03-14T06:51:03.9953741Z goto :eof 2025-03-14T06:51:03.9953934Z ) 2025-03-14T06:51:03.9954046Z 2025-03-14T06:51:03.9954398Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_flags_test" 2025-03-14T06:51:04.1586224Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:51:04.1587543Z import pkg_resources 2025-03-14T06:51:09.5216053Z Found test times from artifacts 2025-03-14T06:51:09.6147605Z Found test times from artifacts 2025-03-14T06:51:09.6178945Z Running all tests 2025-03-14T06:51:09.6184279Z Running parallel tests on 3 processes 2025-03-14T06:51:09.6184667Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:51:09.6184936Z Serial tests (0): 2025-03-14T06:51:09.6185172Z Parallel tests (1): 2025-03-14T06:51:09.6185406Z cpp/c10_flags_test 1/1 2025-03-14T06:51:09.6185654Z Name: excluded (est. time: 0.0min) 2025-03-14T06:51:09.6185914Z Serial tests (0): 2025-03-14T06:51:09.6186147Z Parallel tests (0): 2025-03-14T06:51:09.6254701Z Running cpp/c10_flags_test 1/1 ... [2025-03-14 06:51:09.618687] 2025-03-14T06:51:09.6255195Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:09.6264516Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4b2d36578f2ff51d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:09.618687] 2025-03-14T06:51:09.6266191Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:51:11.1879546Z 2025-03-14T06:51:11.1880494Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_73460bfb58b828f9_.log 2025-03-14T06:51:11.1881122Z 2025-03-14T06:51:13.7381593Z Running cpp/c10_flags_test 1/1 ... [2025-03-14 06:51:13.728057] 2025-03-14T06:51:13.7382471Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:13.7390180Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_flags_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4b32c8a44c1df3ec.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:13.728057] 2025-03-14T06:51:15.2769720Z 2025-03-14T06:51:15.2770530Z cpp/c10_flags_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_flags_test_1.1_dc55e3a434eafc6b_.log 2025-03-14T06:51:15.2771268Z 2025-03-14T06:51:15.9962760Z Running test batch 'tests to run' cost 6.39 seconds 2025-03-14T06:51:16.5757898Z 2025-03-14T06:51:16.5758448Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:51:16.5758903Z echo "c10_flags_test" failed with exit code 0 2025-03-14T06:51:16.5759222Z goto fail 2025-03-14T06:51:16.5759411Z ) 2025-03-14T06:51:16.5759530Z 2025-03-14T06:51:16.5759725Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:51:16.5760148Z echo "c10_flags_test" failed with exit code 0 2025-03-14T06:51:16.5760445Z goto fail 2025-03-14T06:51:16.5760628Z ) 2025-03-14T06:51:16.5760882Z 2025-03-14T06:51:16.5761071Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:51:16.5768110Z 2025-03-14T06:51:16.5768351Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:51:16.5769085Z call :libtorch_check "c10_generic_math_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-03-14T06:51:16.5769734Z if errorlevel 1 goto fail 2025-03-14T06:51:16.5769974Z ) 2025-03-14T06:51:16.5779285Z 2025-03-14T06:51:16.5779665Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:51:16.5783074Z 2025-03-14T06:51:16.5783561Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:51:16.5785839Z 2025-03-14T06:51:16.5786683Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "verify_api_visibility" goto :eof 2025-03-14T06:51:16.5787762Z 2025-03-14T06:51:16.5788277Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-03-14T06:51:16.5789216Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-03-14T06:51:16.5789656Z 2025-03-14T06:51:16.5790044Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:51:16.5790797Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-03-14T06:51:16.5791319Z goto :eof 2025-03-14T06:51:16.5791513Z ) 2025-03-14T06:51:16.5791611Z 2025-03-14T06:51:16.5791982Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_generic_math_test" 2025-03-14T06:51:16.7403401Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:51:16.7404245Z import pkg_resources 2025-03-14T06:51:22.0985214Z Found test times from artifacts 2025-03-14T06:51:22.1904988Z Found test times from artifacts 2025-03-14T06:51:22.1935617Z Running all tests 2025-03-14T06:51:22.1940783Z Running parallel tests on 3 processes 2025-03-14T06:51:22.1941173Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:51:22.1941456Z Serial tests (0): 2025-03-14T06:51:22.1941687Z Parallel tests (1): 2025-03-14T06:51:22.1941919Z cpp/c10_generic_math_test 1/1 2025-03-14T06:51:22.1942772Z Name: excluded (est. time: 0.0min) 2025-03-14T06:51:22.1943145Z Serial tests (0): 2025-03-14T06:51:22.1943372Z Parallel tests (0): 2025-03-14T06:51:22.2010793Z Running cpp/c10_generic_math_test 1/1 ... [2025-03-14 06:51:22.196848] 2025-03-14T06:51:22.2011471Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:22.2020710Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ec99d12cdf8592b3.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:22.196848] 2025-03-14T06:51:22.2022456Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:51:23.7995765Z 2025-03-14T06:51:23.7996674Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_ad1c21dd77374cc8_.log 2025-03-14T06:51:23.7997465Z 2025-03-14T06:51:26.4779564Z Running cpp/c10_generic_math_test 1/1 ... [2025-03-14 06:51:26.462498] 2025-03-14T06:51:26.4780029Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:26.4792970Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_generic_math_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2f0a596d97ab4619.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:26.478119] 2025-03-14T06:51:28.0091786Z 2025-03-14T06:51:28.0092654Z cpp/c10_generic_math_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_generic_math_test_1.1_36e618631f1b2f75_.log 2025-03-14T06:51:28.0093549Z 2025-03-14T06:51:28.7210895Z Running test batch 'tests to run' cost 6.53 seconds 2025-03-14T06:51:29.3054075Z 2025-03-14T06:51:29.3054656Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:51:29.3055145Z echo "c10_generic_math_test" failed with exit code 0 2025-03-14T06:51:29.3055519Z goto fail 2025-03-14T06:51:29.3055723Z ) 2025-03-14T06:51:29.3055820Z 2025-03-14T06:51:29.3056170Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:51:29.3056681Z echo "c10_generic_math_test" failed with exit code 0 2025-03-14T06:51:29.3057013Z goto fail 2025-03-14T06:51:29.3057199Z ) 2025-03-14T06:51:29.3057296Z 2025-03-14T06:51:29.3057468Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:51:29.3063764Z 2025-03-14T06:51:29.3063982Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:51:29.3064627Z call :libtorch_check "c10_Half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-03-14T06:51:29.3065226Z if errorlevel 1 goto fail 2025-03-14T06:51:29.3065446Z ) 2025-03-14T06:51:29.3074796Z 2025-03-14T06:51:29.3075173Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:51:29.3078543Z 2025-03-14T06:51:29.3079000Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:51:29.3081250Z 2025-03-14T06:51:29.3081603Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "verify_api_visibility" goto :eof 2025-03-14T06:51:29.3082526Z 2025-03-14T06:51:29.3083041Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-03-14T06:51:29.3083917Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-03-14T06:51:29.3085039Z 2025-03-14T06:51:29.3085371Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:51:29.3086634Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-03-14T06:51:29.3087199Z goto :eof 2025-03-14T06:51:29.3087374Z ) 2025-03-14T06:51:29.3087493Z 2025-03-14T06:51:29.3087848Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Half_test" 2025-03-14T06:51:29.4688422Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:51:29.4689233Z import pkg_resources 2025-03-14T06:51:34.8411025Z Found test times from artifacts 2025-03-14T06:51:34.9356619Z Found test times from artifacts 2025-03-14T06:51:34.9388488Z Running all tests 2025-03-14T06:51:34.9393520Z Running parallel tests on 3 processes 2025-03-14T06:51:34.9394130Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:51:34.9394460Z Serial tests (0): 2025-03-14T06:51:34.9394676Z Parallel tests (1): 2025-03-14T06:51:34.9394938Z cpp/c10_Half_test 1/1 2025-03-14T06:51:34.9395195Z Name: excluded (est. time: 0.0min) 2025-03-14T06:51:34.9395457Z Serial tests (0): 2025-03-14T06:51:34.9395666Z Parallel tests (0): 2025-03-14T06:51:34.9463742Z Running cpp/c10_Half_test 1/1 ... [2025-03-14 06:51:34.931277] 2025-03-14T06:51:34.9464183Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:34.9473329Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6fcf2c0790025bc7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:34.946908] 2025-03-14T06:51:34.9474990Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:51:36.5904655Z 2025-03-14T06:51:36.5905466Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_e897a600c8c44e8c_.log 2025-03-14T06:51:36.5906463Z 2025-03-14T06:51:39.1179216Z Running cpp/c10_Half_test 1/1 ... [2025-03-14 06:51:39.103173] 2025-03-14T06:51:39.1179644Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:39.1188717Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-efe5ecb7e98e1abc.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:39.103173] 2025-03-14T06:51:40.6499021Z 2025-03-14T06:51:40.6500049Z cpp/c10_Half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Half_test_1.1_853c41f1dc7624c7_.log 2025-03-14T06:51:40.6500783Z 2025-03-14T06:51:41.3958758Z Running test batch 'tests to run' cost 6.45 seconds 2025-03-14T06:51:41.9773752Z 2025-03-14T06:51:41.9774344Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:51:41.9774806Z echo "c10_Half_test" failed with exit code 0 2025-03-14T06:51:41.9775136Z goto fail 2025-03-14T06:51:41.9775392Z ) 2025-03-14T06:51:41.9775489Z 2025-03-14T06:51:41.9775697Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:51:41.9776107Z echo "c10_Half_test" failed with exit code 0 2025-03-14T06:51:41.9776402Z goto fail 2025-03-14T06:51:41.9776587Z ) 2025-03-14T06:51:41.9776686Z 2025-03-14T06:51:41.9776854Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:51:41.9783573Z 2025-03-14T06:51:41.9784060Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:51:41.9784866Z call :libtorch_check "c10_InlineDeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-03-14T06:51:41.9785583Z if errorlevel 1 goto fail 2025-03-14T06:51:41.9785824Z ) 2025-03-14T06:51:41.9794507Z 2025-03-14T06:51:41.9794893Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:51:41.9798250Z 2025-03-14T06:51:41.9798716Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:51:41.9801014Z 2025-03-14T06:51:41.9801415Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "verify_api_visibility" goto :eof 2025-03-14T06:51:41.9802294Z 2025-03-14T06:51:41.9802852Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-03-14T06:51:41.9803831Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-03-14T06:51:41.9804580Z 2025-03-14T06:51:41.9805012Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:51:41.9805809Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-03-14T06:51:41.9806348Z goto :eof 2025-03-14T06:51:41.9806543Z ) 2025-03-14T06:51:41.9806646Z 2025-03-14T06:51:41.9807037Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineDeviceGuard_test" 2025-03-14T06:51:42.1417237Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:51:42.1418063Z import pkg_resources 2025-03-14T06:51:47.5314671Z Found test times from artifacts 2025-03-14T06:51:47.6245854Z Found test times from artifacts 2025-03-14T06:51:47.6276393Z Running all tests 2025-03-14T06:51:47.6282792Z Running parallel tests on 3 processes 2025-03-14T06:51:47.6283145Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:51:47.6283452Z Serial tests (0): 2025-03-14T06:51:47.6283683Z Parallel tests (1): 2025-03-14T06:51:47.6283933Z cpp/c10_InlineDeviceGuard_test 1/1 2025-03-14T06:51:47.6284224Z Name: excluded (est. time: 0.0min) 2025-03-14T06:51:47.6284474Z Serial tests (0): 2025-03-14T06:51:47.6284821Z Parallel tests (0): 2025-03-14T06:51:47.6353555Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-03-14 06:51:47.634444] 2025-03-14T06:51:47.6354025Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:47.6363377Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0e1e1690b9291cd4.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:47.634444] 2025-03-14T06:51:47.6365137Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:51:49.2120229Z 2025-03-14T06:51:49.2121159Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_5eaf30667187010a_.log 2025-03-14T06:51:49.2121860Z 2025-03-14T06:51:51.8562823Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-03-14 06:51:51.853209] 2025-03-14T06:51:51.8563337Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:51:51.8571674Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineDeviceGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d9ece5a726301a23.xml', '-x', '--reruns=2'] ... [2025-03-14 06:51:51.853209] 2025-03-14T06:51:53.6893208Z 2025-03-14T06:51:53.6894424Z cpp/c10_InlineDeviceGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineDeviceGuard_test_1.1_1de00830ca379c22_.log 2025-03-14T06:51:53.6895205Z 2025-03-14T06:51:54.4064225Z Running test batch 'tests to run' cost 6.78 seconds 2025-03-14T06:51:54.9859966Z 2025-03-14T06:51:54.9860452Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:51:54.9860975Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-03-14T06:51:54.9861337Z goto fail 2025-03-14T06:51:54.9861530Z ) 2025-03-14T06:51:54.9861628Z 2025-03-14T06:51:54.9862125Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:51:54.9862649Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-03-14T06:51:54.9863005Z goto fail 2025-03-14T06:51:54.9863187Z ) 2025-03-14T06:51:54.9863318Z 2025-03-14T06:51:54.9863513Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:51:54.9870586Z 2025-03-14T06:51:54.9870841Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:51:54.9871607Z call :libtorch_check "c10_InlineStreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-03-14T06:51:54.9872309Z if errorlevel 1 goto fail 2025-03-14T06:51:54.9872539Z ) 2025-03-14T06:51:54.9881468Z 2025-03-14T06:51:54.9881908Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:51:54.9885380Z 2025-03-14T06:51:54.9885841Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:51:54.9888137Z 2025-03-14T06:51:54.9888567Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "verify_api_visibility" goto :eof 2025-03-14T06:51:54.9889406Z 2025-03-14T06:51:54.9890070Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-03-14T06:51:54.9891049Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-03-14T06:51:54.9891786Z 2025-03-14T06:51:54.9892229Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:51:54.9893183Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-03-14T06:51:54.9893778Z goto :eof 2025-03-14T06:51:54.9893970Z ) 2025-03-14T06:51:54.9894080Z 2025-03-14T06:51:54.9894470Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineStreamGuard_test" 2025-03-14T06:51:55.1503112Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:51:55.1504249Z import pkg_resources 2025-03-14T06:52:00.5071698Z Found test times from artifacts 2025-03-14T06:52:00.5999338Z Found test times from artifacts 2025-03-14T06:52:00.6030769Z Running all tests 2025-03-14T06:52:00.6035742Z Running parallel tests on 3 processes 2025-03-14T06:52:00.6036148Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:52:00.6036432Z Serial tests (0): 2025-03-14T06:52:00.6036678Z Parallel tests (1): 2025-03-14T06:52:00.6036945Z cpp/c10_InlineStreamGuard_test 1/1 2025-03-14T06:52:00.6037240Z Name: excluded (est. time: 0.0min) 2025-03-14T06:52:00.6037505Z Serial tests (0): 2025-03-14T06:52:00.6037721Z Parallel tests (0): 2025-03-14T06:52:00.6106713Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-03-14 06:52:00.603240] 2025-03-14T06:52:00.6107191Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:00.6116591Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5ebf32f295e7264b.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:00.603240] 2025-03-14T06:52:00.6118409Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:52:02.2112214Z 2025-03-14T06:52:02.2113166Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_883fbf557c42a6dd_.log 2025-03-14T06:52:02.2113873Z 2025-03-14T06:52:04.8604452Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-03-14 06:52:04.853252] 2025-03-14T06:52:04.8604938Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:04.8613938Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_InlineStreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2b42b93ab8809e17.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:04.853252] 2025-03-14T06:52:06.4342940Z 2025-03-14T06:52:06.4343845Z cpp/c10_InlineStreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_InlineStreamGuard_test_1.1_2309ab9919563acf_.log 2025-03-14T06:52:06.4344643Z 2025-03-14T06:52:07.1412960Z Running test batch 'tests to run' cost 6.53 seconds 2025-03-14T06:52:07.7285146Z 2025-03-14T06:52:07.7286053Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:52:07.7286568Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-03-14T06:52:07.7286926Z goto fail 2025-03-14T06:52:07.7287125Z ) 2025-03-14T06:52:07.7287228Z 2025-03-14T06:52:07.7287427Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:52:07.7287871Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-03-14T06:52:07.7288209Z goto fail 2025-03-14T06:52:07.7288386Z ) 2025-03-14T06:52:07.7288513Z 2025-03-14T06:52:07.7288688Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:52:07.7295901Z 2025-03-14T06:52:07.7296377Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:52:07.7297319Z call :libtorch_check "c10_intrusive_ptr_benchmark" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-03-14T06:52:07.7298101Z if errorlevel 1 goto fail 2025-03-14T06:52:07.7298353Z ) 2025-03-14T06:52:07.7306684Z 2025-03-14T06:52:07.7307059Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:52:07.7310561Z 2025-03-14T06:52:07.7311300Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:52:07.7313550Z 2025-03-14T06:52:07.7314058Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "verify_api_visibility" goto :eof 2025-03-14T06:52:07.7314806Z 2025-03-14T06:52:07.7315385Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-03-14T06:52:07.7316384Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-03-14T06:52:07.7317714Z 2025-03-14T06:52:07.7318175Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:52:07.7318965Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-03-14T06:52:07.7319486Z goto :eof 2025-03-14T06:52:07.7319671Z ) 2025-03-14T06:52:07.7432331Z 2025-03-14T06:52:07+00:00 2025-03-14T06:52:07.7432879Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2025-03-14T06:52:07.7433574Z Run on (16 X 3000 MHz CPU s) 2025-03-14T06:52:07.7433890Z CPU Caches: 2025-03-14T06:52:07.7434101Z L1 Data 32 KiB (x8) 2025-03-14T06:52:07.7434332Z L1 Instruction 32 KiB (x8) 2025-03-14T06:52:07.7434589Z L2 Unified 1024 KiB (x8) 2025-03-14T06:52:07.7434822Z L3 Unified 36608 KiB (x1) 2025-03-14T06:52:08.5489989Z ---------------------------------------------------------------------------- 2025-03-14T06:52:08.5490492Z Benchmark Time CPU Iterations 2025-03-14T06:52:08.5490893Z ---------------------------------------------------------------------------- 2025-03-14T06:52:08.5491342Z BM_IntrusivePtrCtorDtor 12.0 ns 12.0 ns 56000000 2025-03-14T06:52:09.3533587Z BM_SharedPtrCtorDtor 12.0 ns 11.4 ns 56000000 2025-03-14T06:52:10.3134382Z BM_IntrusivePtrArray/16 223 ns 225 ns 3200000 2025-03-14T06:52:11.4968186Z BM_IntrusivePtrArray/32 445 ns 445 ns 1544828 2025-03-14T06:52:12.2646341Z BM_IntrusivePtrArray/64 893 ns 900 ns 746667 2025-03-14T06:52:13.1285735Z BM_IntrusivePtrArray/128 1783 ns 1758 ns 373333 2025-03-14T06:52:14.2208269Z BM_IntrusivePtrArray/256 3564 ns 3530 ns 194783 2025-03-14T06:52:15.1012470Z BM_IntrusivePtrArray/512 7148 ns 7115 ns 112000 2025-03-14T06:52:15.9008461Z BM_IntrusivePtrArray/1024 14305 ns 14300 ns 44800 2025-03-14T06:52:16.9296091Z BM_IntrusivePtrArray/2048 28580 ns 28250 ns 24889 2025-03-14T06:52:17.5657902Z BM_IntrusivePtrArray/4096 57244 ns 57813 ns 10000 2025-03-14T06:52:18.5336902Z BM_SharedPtrArray/16 223 ns 225 ns 3200000 2025-03-14T06:52:19.7174643Z BM_SharedPtrArray/32 446 ns 445 ns 1544828 2025-03-14T06:52:20.4940462Z BM_SharedPtrArray/64 907 ns 900 ns 746667 2025-03-14T06:52:21.4252561Z BM_SharedPtrArray/128 1796 ns 1803 ns 407273 2025-03-14T06:52:22.5187401Z BM_SharedPtrArray/256 3576 ns 3530 ns 194783 2025-03-14T06:52:23.3983055Z BM_SharedPtrArray/512 7145 ns 7115 ns 112000 2025-03-14T06:52:24.1964402Z BM_SharedPtrArray/1024 14277 ns 13951 ns 44800 2025-03-14T06:52:25.2152706Z BM_SharedPtrArray/2048 29730 ns 29820 ns 23579 2025-03-14T06:52:25.9237201Z BM_SharedPtrArray/4096 57345 ns 57199 ns 11200 2025-03-14T06:52:26.6565702Z BM_IntrusivePtrExclusiveOwnership 59.5 ns 60.0 ns 11200000 2025-03-14T06:52:27.4520244Z BM_SharedPtrExclusiveOwnership 64.6 ns 65.6 ns 11200000 2025-03-14T06:52:27.4547529Z 2025-03-14T06:52:27.4547927Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:52:27.4548691Z call :libtorch_check "c10_intrusive_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-03-14T06:52:27.4549362Z if errorlevel 1 goto fail 2025-03-14T06:52:27.4549602Z ) 2025-03-14T06:52:27.4558829Z 2025-03-14T06:52:27.4559359Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:52:27.4562725Z 2025-03-14T06:52:27.4563202Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:52:27.4565442Z 2025-03-14T06:52:27.4566026Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "verify_api_visibility" goto :eof 2025-03-14T06:52:27.4566642Z 2025-03-14T06:52:27.4567173Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-03-14T06:52:27.4568274Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-03-14T06:52:27.4569077Z 2025-03-14T06:52:27.4569523Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:52:27.4570287Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-03-14T06:52:27.4570804Z goto :eof 2025-03-14T06:52:27.4570981Z ) 2025-03-14T06:52:27.4571089Z 2025-03-14T06:52:27.4571462Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_intrusive_ptr_test" 2025-03-14T06:52:27.6185634Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:52:27.6186466Z import pkg_resources 2025-03-14T06:52:33.1146303Z Found test times from artifacts 2025-03-14T06:52:33.2073565Z Found test times from artifacts 2025-03-14T06:52:33.2104709Z Running all tests 2025-03-14T06:52:33.2110035Z Running parallel tests on 3 processes 2025-03-14T06:52:33.2110454Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:52:33.2110738Z Serial tests (0): 2025-03-14T06:52:33.2110962Z Parallel tests (1): 2025-03-14T06:52:33.2111210Z cpp/c10_intrusive_ptr_test 1/1 2025-03-14T06:52:33.2111484Z Name: excluded (est. time: 0.0min) 2025-03-14T06:52:33.2111751Z Serial tests (0): 2025-03-14T06:52:33.2111974Z Parallel tests (0): 2025-03-14T06:52:33.2180916Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-03-14 06:52:33.212703] 2025-03-14T06:52:33.2181372Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:33.2190712Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-10997ce80343ebe7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:33.212703] 2025-03-14T06:52:33.2192426Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:52:34.8208471Z 2025-03-14T06:52:34.8209511Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_fdf6d125e30af3d5_.log 2025-03-14T06:52:34.8210265Z 2025-03-14T06:52:37.4502069Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-03-14 06:52:37.447104] 2025-03-14T06:52:37.4510307Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:37.4511561Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_intrusive_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ec8a0efc5d82c05d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:37.447104] 2025-03-14T06:52:40.2750261Z 2025-03-14T06:52:40.2759225Z cpp/c10_intrusive_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_intrusive_ptr_test_1.1_8e04a2bc70384fa4_.log 2025-03-14T06:52:40.2759893Z 2025-03-14T06:52:41.0122386Z Running test batch 'tests to run' cost 7.81 seconds 2025-03-14T06:52:41.5845741Z 2025-03-14T06:52:41.5846234Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:52:41.5846722Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-03-14T06:52:41.5847058Z goto fail 2025-03-14T06:52:41.5847232Z ) 2025-03-14T06:52:41.5847352Z 2025-03-14T06:52:41.5847545Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:52:41.5847977Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-03-14T06:52:41.5848291Z goto fail 2025-03-14T06:52:41.5848471Z ) 2025-03-14T06:52:41.5848569Z 2025-03-14T06:52:41.5848907Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:52:41.5855025Z 2025-03-14T06:52:41.5855566Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:52:41.5856297Z call :libtorch_check "c10_irange_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-03-14T06:52:41.5856911Z if errorlevel 1 goto fail 2025-03-14T06:52:41.5857147Z ) 2025-03-14T06:52:41.5866083Z 2025-03-14T06:52:41.5866433Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:52:41.5869737Z 2025-03-14T06:52:41.5870233Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:52:41.5872429Z 2025-03-14T06:52:41.5872802Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "verify_api_visibility" goto :eof 2025-03-14T06:52:41.5873673Z 2025-03-14T06:52:41.5874353Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-03-14T06:52:41.5875255Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-03-14T06:52:41.5876018Z 2025-03-14T06:52:41.5876494Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:52:41.5877200Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-03-14T06:52:41.5877729Z goto :eof 2025-03-14T06:52:41.5877906Z ) 2025-03-14T06:52:41.5878019Z 2025-03-14T06:52:41.5878371Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_irange_test" 2025-03-14T06:52:41.7490957Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:52:41.7491796Z import pkg_resources 2025-03-14T06:52:47.1116545Z Found test times from artifacts 2025-03-14T06:52:47.2057846Z Found test times from artifacts 2025-03-14T06:52:47.2088897Z Running all tests 2025-03-14T06:52:47.2094304Z Running parallel tests on 3 processes 2025-03-14T06:52:47.2094846Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:52:47.2095208Z Serial tests (0): 2025-03-14T06:52:47.2095478Z Parallel tests (1): 2025-03-14T06:52:47.2095714Z cpp/c10_irange_test 1/1 2025-03-14T06:52:47.2095973Z Name: excluded (est. time: 0.0min) 2025-03-14T06:52:47.2096239Z Serial tests (0): 2025-03-14T06:52:47.2096472Z Parallel tests (0): 2025-03-14T06:52:47.2166499Z Running cpp/c10_irange_test 1/1 ... [2025-03-14 06:52:47.212753] 2025-03-14T06:52:47.2166924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:47.2176191Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c3bc85cfde2d428d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:47.212753] 2025-03-14T06:52:47.2178659Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:52:48.7592369Z 2025-03-14T06:52:48.7593232Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_fe8f5d146f896c6c_.log 2025-03-14T06:52:48.7593865Z 2025-03-14T06:52:51.4350467Z Running cpp/c10_irange_test 1/1 ... [2025-03-14 06:52:51.431519] 2025-03-14T06:52:51.4350908Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:51.4359814Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_irange_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5641c9ef5c67b3d2.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:51.431519] 2025-03-14T06:52:52.9771429Z 2025-03-14T06:52:52.9772508Z cpp/c10_irange_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_irange_test_1.1_5eb56ead24971b47_.log 2025-03-14T06:52:52.9773138Z 2025-03-14T06:52:53.6850359Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:52:54.2743901Z 2025-03-14T06:52:54.2744692Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:52:54.2745172Z echo "c10_irange_test" failed with exit code 0 2025-03-14T06:52:54.2745485Z goto fail 2025-03-14T06:52:54.2745673Z ) 2025-03-14T06:52:54.2745781Z 2025-03-14T06:52:54.2745973Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:52:54.2746390Z echo "c10_irange_test" failed with exit code 0 2025-03-14T06:52:54.2746690Z goto fail 2025-03-14T06:52:54.2746867Z ) 2025-03-14T06:52:54.2746987Z 2025-03-14T06:52:54.2747423Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:52:54.2753675Z 2025-03-14T06:52:54.2753886Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:52:54.2754551Z call :libtorch_check "c10_lazy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-03-14T06:52:54.2755146Z if errorlevel 1 goto fail 2025-03-14T06:52:54.2755386Z ) 2025-03-14T06:52:54.2764563Z 2025-03-14T06:52:54.2765026Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:52:54.2768359Z 2025-03-14T06:52:54.2768829Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:52:54.2771086Z 2025-03-14T06:52:54.2771428Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "verify_api_visibility" goto :eof 2025-03-14T06:52:54.2772347Z 2025-03-14T06:52:54.2772873Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-03-14T06:52:54.2773764Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-03-14T06:52:54.2774907Z 2025-03-14T06:52:54.2775360Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:52:54.2776043Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-03-14T06:52:54.2776518Z goto :eof 2025-03-14T06:52:54.2776710Z ) 2025-03-14T06:52:54.2776817Z 2025-03-14T06:52:54.2777166Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_lazy_test" 2025-03-14T06:52:54.4390806Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:52:54.4391645Z import pkg_resources 2025-03-14T06:52:59.8123984Z Found test times from artifacts 2025-03-14T06:52:59.9053300Z Found test times from artifacts 2025-03-14T06:52:59.9085054Z Running all tests 2025-03-14T06:52:59.9090203Z Running parallel tests on 3 processes 2025-03-14T06:52:59.9090559Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:52:59.9090863Z Serial tests (0): 2025-03-14T06:52:59.9091084Z Parallel tests (1): 2025-03-14T06:52:59.9091311Z cpp/c10_lazy_test 1/1 2025-03-14T06:52:59.9091553Z Name: excluded (est. time: 0.0min) 2025-03-14T06:52:59.9091811Z Serial tests (0): 2025-03-14T06:52:59.9092027Z Parallel tests (0): 2025-03-14T06:52:59.9161950Z Running cpp/c10_lazy_test 1/1 ... [2025-03-14 06:52:59.915916] 2025-03-14T06:52:59.9162365Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:52:59.9172490Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e91ae2d478724b5f.xml', '-x', '--reruns=2'] ... [2025-03-14 06:52:59.915916] 2025-03-14T06:52:59.9175115Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:53:01.4717076Z 2025-03-14T06:53:01.4717906Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_6d907a77c187626c_.log 2025-03-14T06:53:01.4718830Z 2025-03-14T06:53:04.1493617Z Running cpp/c10_lazy_test 1/1 ... [2025-03-14 06:53:04.134684] 2025-03-14T06:53:04.1494049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:04.1503071Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_lazy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e6447f11c79b700a.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:04.134684] 2025-03-14T06:53:05.7028044Z 2025-03-14T06:53:05.7028877Z cpp/c10_lazy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_lazy_test_1.1_c41ad03e08c69ec6_.log 2025-03-14T06:53:05.7029622Z 2025-03-14T06:53:06.4260246Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:53:07.0121470Z 2025-03-14T06:53:07.0122010Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:53:07.0122471Z echo "c10_lazy_test" failed with exit code 0 2025-03-14T06:53:07.0122783Z goto fail 2025-03-14T06:53:07.0122956Z ) 2025-03-14T06:53:07.0123208Z 2025-03-14T06:53:07.0123639Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:53:07.0124102Z echo "c10_lazy_test" failed with exit code 0 2025-03-14T06:53:07.0124398Z goto fail 2025-03-14T06:53:07.0124590Z ) 2025-03-14T06:53:07.0124710Z 2025-03-14T06:53:07.0124875Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:53:07.0131678Z 2025-03-14T06:53:07.0131909Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:53:07.0133223Z call :libtorch_check "c10_LeftRight_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-03-14T06:53:07.0133997Z if errorlevel 1 goto fail 2025-03-14T06:53:07.0134238Z ) 2025-03-14T06:53:07.0142903Z 2025-03-14T06:53:07.0143268Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:53:07.0146641Z 2025-03-14T06:53:07.0147164Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:53:07.0149383Z 2025-03-14T06:53:07.0149759Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "verify_api_visibility" goto :eof 2025-03-14T06:53:07.0150639Z 2025-03-14T06:53:07.0151155Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-03-14T06:53:07.0152082Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-03-14T06:53:07.0153145Z 2025-03-14T06:53:07.0153548Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:53:07.0154272Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-03-14T06:53:07.0154766Z goto :eof 2025-03-14T06:53:07.0154956Z ) 2025-03-14T06:53:07.0155058Z 2025-03-14T06:53:07.0155679Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_LeftRight_test" 2025-03-14T06:53:07.1784937Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:53:07.1785843Z import pkg_resources 2025-03-14T06:53:12.5532949Z Found test times from artifacts 2025-03-14T06:53:12.6464497Z Found test times from artifacts 2025-03-14T06:53:12.6495150Z Running all tests 2025-03-14T06:53:12.6500291Z Running parallel tests on 3 processes 2025-03-14T06:53:12.6500618Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:53:12.6500898Z Serial tests (0): 2025-03-14T06:53:12.6501106Z Parallel tests (1): 2025-03-14T06:53:12.6501342Z cpp/c10_LeftRight_test 1/1 2025-03-14T06:53:12.6501607Z Name: excluded (est. time: 0.0min) 2025-03-14T06:53:12.6501866Z Serial tests (0): 2025-03-14T06:53:12.6502078Z Parallel tests (0): 2025-03-14T06:53:12.6571181Z Running cpp/c10_LeftRight_test 1/1 ... [2025-03-14 06:53:12.650313] 2025-03-14T06:53:12.6571603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:12.6580919Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f4f8476b7dc91ba7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:12.650313] 2025-03-14T06:53:12.6582620Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:53:14.2144986Z 2025-03-14T06:53:14.2145852Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_7003f354caf0117d_.log 2025-03-14T06:53:14.2146698Z 2025-03-14T06:53:16.8797093Z Running cpp/c10_LeftRight_test 1/1 ... [2025-03-14 06:53:16.869083] 2025-03-14T06:53:16.8797539Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:16.8806147Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_LeftRight_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-55480a01b808813c.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:16.869083] 2025-03-14T06:53:18.5578290Z 2025-03-14T06:53:18.5579538Z cpp/c10_LeftRight_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_LeftRight_test_1.1_1bc1457e16ded616_.log 2025-03-14T06:53:18.5580248Z 2025-03-14T06:53:19.3194438Z Running test batch 'tests to run' cost 6.67 seconds 2025-03-14T06:53:19.9024970Z 2025-03-14T06:53:19.9025562Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:53:19.9026027Z echo "c10_LeftRight_test" failed with exit code 0 2025-03-14T06:53:19.9026350Z goto fail 2025-03-14T06:53:19.9026529Z ) 2025-03-14T06:53:19.9026632Z 2025-03-14T06:53:19.9026824Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:53:19.9027274Z echo "c10_LeftRight_test" failed with exit code 0 2025-03-14T06:53:19.9027593Z goto fail 2025-03-14T06:53:19.9027782Z ) 2025-03-14T06:53:19.9027997Z 2025-03-14T06:53:19.9028232Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:53:19.9035119Z 2025-03-14T06:53:19.9035388Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:53:19.9036094Z call :libtorch_check "c10_logging_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-03-14T06:53:19.9036707Z if errorlevel 1 goto fail 2025-03-14T06:53:19.9036951Z ) 2025-03-14T06:53:19.9045276Z 2025-03-14T06:53:19.9045916Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:53:19.9049084Z 2025-03-14T06:53:19.9049541Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:53:19.9051806Z 2025-03-14T06:53:19.9052385Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "verify_api_visibility" goto :eof 2025-03-14T06:53:19.9052968Z 2025-03-14T06:53:19.9053537Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-03-14T06:53:19.9054436Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-03-14T06:53:19.9055441Z 2025-03-14T06:53:19.9055822Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:53:19.9056535Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-03-14T06:53:19.9057020Z goto :eof 2025-03-14T06:53:19.9057195Z ) 2025-03-14T06:53:19.9057305Z 2025-03-14T06:53:19.9057658Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_logging_test" 2025-03-14T06:53:20.0685797Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:53:20.0686635Z import pkg_resources 2025-03-14T06:53:25.4235591Z Found test times from artifacts 2025-03-14T06:53:25.5165987Z Found test times from artifacts 2025-03-14T06:53:25.5198784Z Running all tests 2025-03-14T06:53:25.5203931Z Running parallel tests on 3 processes 2025-03-14T06:53:25.5204294Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:53:25.5204576Z Serial tests (0): 2025-03-14T06:53:25.5204789Z Parallel tests (1): 2025-03-14T06:53:25.5205044Z cpp/c10_logging_test 1/1 2025-03-14T06:53:25.5205306Z Name: excluded (est. time: 0.0min) 2025-03-14T06:53:25.5205572Z Serial tests (0): 2025-03-14T06:53:25.5205779Z Parallel tests (0): 2025-03-14T06:53:25.5275174Z Running cpp/c10_logging_test 1/1 ... [2025-03-14 06:53:25.525351] 2025-03-14T06:53:25.5275606Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:25.5285387Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dfb6a12a088fcf0d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:25.525351] 2025-03-14T06:53:25.5287146Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:53:27.0773043Z 2025-03-14T06:53:27.0773841Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_098a037679a182eb_.log 2025-03-14T06:53:27.0774542Z 2025-03-14T06:53:29.5914372Z Running cpp/c10_logging_test 1/1 ... [2025-03-14 06:53:29.587844] 2025-03-14T06:53:29.5914816Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:29.5923803Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_logging_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-043938df894d8860.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:29.587844] 2025-03-14T06:53:31.1651332Z 2025-03-14T06:53:31.1652168Z cpp/c10_logging_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_logging_test_1.1_21ea05b3a42a94b8_.log 2025-03-14T06:53:31.1652908Z 2025-03-14T06:53:31.8752711Z Running test batch 'tests to run' cost 6.36 seconds 2025-03-14T06:53:32.4607862Z 2025-03-14T06:53:32.4608538Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:53:32.4608999Z echo "c10_logging_test" failed with exit code 0 2025-03-14T06:53:32.4609310Z goto fail 2025-03-14T06:53:32.4609484Z ) 2025-03-14T06:53:32.4609601Z 2025-03-14T06:53:32.4609795Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:53:32.4610377Z echo "c10_logging_test" failed with exit code 0 2025-03-14T06:53:32.4610765Z goto fail 2025-03-14T06:53:32.4610952Z ) 2025-03-14T06:53:32.4611054Z 2025-03-14T06:53:32.4611225Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:53:32.4617493Z 2025-03-14T06:53:32.4617988Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:53:32.4618755Z call :libtorch_check "c10_Metaprogramming_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-03-14T06:53:32.4619446Z if errorlevel 1 goto fail 2025-03-14T06:53:32.4619682Z ) 2025-03-14T06:53:32.4628065Z 2025-03-14T06:53:32.4628400Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:53:32.4631882Z 2025-03-14T06:53:32.4632323Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:53:32.4634612Z 2025-03-14T06:53:32.4635172Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "verify_api_visibility" goto :eof 2025-03-14T06:53:32.4636362Z 2025-03-14T06:53:32.4636950Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-03-14T06:53:32.4637909Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-03-14T06:53:32.4639138Z 2025-03-14T06:53:32.4639569Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:53:32.4640344Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-03-14T06:53:32.4640876Z goto :eof 2025-03-14T06:53:32.4641057Z ) 2025-03-14T06:53:32.4641152Z 2025-03-14T06:53:32.4641547Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Metaprogramming_test" 2025-03-14T06:53:32.6247186Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:53:32.6248178Z import pkg_resources 2025-03-14T06:53:37.9897375Z Found test times from artifacts 2025-03-14T06:53:38.0827501Z Found test times from artifacts 2025-03-14T06:53:38.0858351Z Running all tests 2025-03-14T06:53:38.0863187Z Running parallel tests on 3 processes 2025-03-14T06:53:38.0863513Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:53:38.0863794Z Serial tests (0): 2025-03-14T06:53:38.0864010Z Parallel tests (1): 2025-03-14T06:53:38.0864259Z cpp/c10_Metaprogramming_test 1/1 2025-03-14T06:53:38.0864554Z Name: excluded (est. time: 0.0min) 2025-03-14T06:53:38.0864806Z Serial tests (0): 2025-03-14T06:53:38.0865014Z Parallel tests (0): 2025-03-14T06:53:38.0934080Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-03-14 06:53:38.087870] 2025-03-14T06:53:38.0934543Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:38.0944005Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-19541ac4b47a0dc1.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:38.087870] 2025-03-14T06:53:38.0945724Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:53:39.6640701Z 2025-03-14T06:53:39.6641804Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_f3fd768a657b5fb7_.log 2025-03-14T06:53:39.6642495Z 2025-03-14T06:53:42.2737650Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-03-14 06:53:42.259769] 2025-03-14T06:53:42.2738203Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:42.2746571Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Metaprogramming_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-34fcbb759b00ae01.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:42.259769] 2025-03-14T06:53:43.8479866Z 2025-03-14T06:53:43.8481029Z cpp/c10_Metaprogramming_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Metaprogramming_test_1.1_a9305d340e092bdb_.log 2025-03-14T06:53:43.8481719Z 2025-03-14T06:53:44.5546994Z Running test batch 'tests to run' cost 6.47 seconds 2025-03-14T06:53:45.1281513Z 2025-03-14T06:53:45.1282192Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:53:45.1282703Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-03-14T06:53:45.1283081Z goto fail 2025-03-14T06:53:45.1283262Z ) 2025-03-14T06:53:45.1283674Z 2025-03-14T06:53:45.1284112Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:53:45.1284578Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-03-14T06:53:45.1284930Z goto fail 2025-03-14T06:53:45.1285132Z ) 2025-03-14T06:53:45.1285748Z 2025-03-14T06:53:45.1286139Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:53:45.1292215Z 2025-03-14T06:53:45.1292609Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:53:45.1293326Z call :libtorch_check "c10_NetworkFlow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-03-14T06:53:45.1293973Z if errorlevel 1 goto fail 2025-03-14T06:53:45.1294211Z ) 2025-03-14T06:53:45.1303009Z 2025-03-14T06:53:45.1303461Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:53:45.1306879Z 2025-03-14T06:53:45.1307436Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:53:45.1309758Z 2025-03-14T06:53:45.1310268Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "verify_api_visibility" goto :eof 2025-03-14T06:53:45.1311615Z 2025-03-14T06:53:45.1312163Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-03-14T06:53:45.1313095Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-03-14T06:53:45.1314387Z 2025-03-14T06:53:45.1314832Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:53:45.1315570Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-03-14T06:53:45.1316076Z goto :eof 2025-03-14T06:53:45.1316259Z ) 2025-03-14T06:53:45.1316372Z 2025-03-14T06:53:45.1316742Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_NetworkFlow_test" 2025-03-14T06:53:45.2928787Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:53:45.2929617Z import pkg_resources 2025-03-14T06:53:50.6489643Z Found test times from artifacts 2025-03-14T06:53:50.7423059Z Found test times from artifacts 2025-03-14T06:53:50.7454546Z Running all tests 2025-03-14T06:53:50.7459920Z Running parallel tests on 3 processes 2025-03-14T06:53:50.7460328Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:53:50.7460611Z Serial tests (0): 2025-03-14T06:53:50.7460834Z Parallel tests (1): 2025-03-14T06:53:50.7461080Z cpp/c10_NetworkFlow_test 1/1 2025-03-14T06:53:50.7461518Z Name: excluded (est. time: 0.0min) 2025-03-14T06:53:50.7461840Z Serial tests (0): 2025-03-14T06:53:50.7462054Z Parallel tests (0): 2025-03-14T06:53:50.7530479Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-03-14 06:53:50.744158] 2025-03-14T06:53:50.7530922Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:50.7542411Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b2b8cca3c19cc8a2.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:50.744158] 2025-03-14T06:53:50.7544122Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:53:52.3156130Z 2025-03-14T06:53:52.3157255Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_a31556386a16a4d3_.log 2025-03-14T06:53:52.3157960Z 2025-03-14T06:53:54.9047390Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-03-14 06:53:54.900424] 2025-03-14T06:53:54.9047838Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:53:54.9058078Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_NetworkFlow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2f95910ee525e475.xml', '-x', '--reruns=2'] ... [2025-03-14 06:53:54.900424] 2025-03-14T06:53:56.4643166Z 2025-03-14T06:53:56.4644057Z cpp/c10_NetworkFlow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_NetworkFlow_test_1.1_ee9b264c4af7e0f5_.log 2025-03-14T06:53:56.4644890Z 2025-03-14T06:53:57.1697180Z Running test batch 'tests to run' cost 6.42 seconds 2025-03-14T06:53:57.7435154Z 2025-03-14T06:53:57.7435704Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:53:57.7436193Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-03-14T06:53:57.7436514Z goto fail 2025-03-14T06:53:57.7436700Z ) 2025-03-14T06:53:57.7436816Z 2025-03-14T06:53:57.7437173Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:53:57.7437689Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-03-14T06:53:57.7438006Z goto fail 2025-03-14T06:53:57.7438187Z ) 2025-03-14T06:53:57.7438292Z 2025-03-14T06:53:57.7438448Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:53:57.7444835Z 2025-03-14T06:53:57.7445059Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:53:57.7445736Z call :libtorch_check "c10_optional_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-03-14T06:53:57.7446362Z if errorlevel 1 goto fail 2025-03-14T06:53:57.7446598Z ) 2025-03-14T06:53:57.7456152Z 2025-03-14T06:53:57.7456826Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:53:57.7460028Z 2025-03-14T06:53:57.7460532Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:53:57.7462886Z 2025-03-14T06:53:57.7463273Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "verify_api_visibility" goto :eof 2025-03-14T06:53:57.7464697Z 2025-03-14T06:53:57.7465261Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-03-14T06:53:57.7466179Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-03-14T06:53:57.7467527Z 2025-03-14T06:53:57.7467945Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:53:57.7468781Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-03-14T06:53:57.7469839Z goto :eof 2025-03-14T06:53:57.7470027Z ) 2025-03-14T06:53:57.7470123Z 2025-03-14T06:53:57.7470490Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_optional_test" 2025-03-14T06:53:57.9083640Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:53:57.9084463Z import pkg_resources 2025-03-14T06:54:03.3004289Z Found test times from artifacts 2025-03-14T06:54:03.3940011Z Found test times from artifacts 2025-03-14T06:54:03.3971835Z Running all tests 2025-03-14T06:54:03.3989858Z Running parallel tests on 3 processes 2025-03-14T06:54:03.3990224Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:54:03.3990507Z Serial tests (0): 2025-03-14T06:54:03.3990747Z Parallel tests (1): 2025-03-14T06:54:03.3990994Z cpp/c10_optional_test 1/1 2025-03-14T06:54:03.3991255Z Name: excluded (est. time: 0.0min) 2025-03-14T06:54:03.3991514Z Serial tests (0): 2025-03-14T06:54:03.3991736Z Parallel tests (0): 2025-03-14T06:54:03.4059456Z Running cpp/c10_optional_test 1/1 ... [2025-03-14 06:54:03.400440] 2025-03-14T06:54:03.4059891Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:03.4069413Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c4a19b9af6eba1ac.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:03.400440] 2025-03-14T06:54:03.4071213Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:54:04.9742316Z 2025-03-14T06:54:04.9743225Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_cd3533bb3b947421_.log 2025-03-14T06:54:04.9744098Z 2025-03-14T06:54:07.6573610Z Running cpp/c10_optional_test 1/1 ... [2025-03-14 06:54:07.650431] 2025-03-14T06:54:07.6574220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:07.6583377Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_optional_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e92e182938cfb161.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:07.650431] 2025-03-14T06:54:09.2419171Z 2025-03-14T06:54:09.2419971Z cpp/c10_optional_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_optional_test_1.1_ef07c2374697f3b2_.log 2025-03-14T06:54:09.2420757Z 2025-03-14T06:54:09.9486517Z Running test batch 'tests to run' cost 6.56 seconds 2025-03-14T06:54:10.5235327Z 2025-03-14T06:54:10.5236100Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:54:10.5236569Z echo "c10_optional_test" failed with exit code 0 2025-03-14T06:54:10.5236887Z goto fail 2025-03-14T06:54:10.5237061Z ) 2025-03-14T06:54:10.5237203Z 2025-03-14T06:54:10.5237410Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:54:10.5237846Z echo "c10_optional_test" failed with exit code 0 2025-03-14T06:54:10.5238145Z goto fail 2025-03-14T06:54:10.5238325Z ) 2025-03-14T06:54:10.5238433Z 2025-03-14T06:54:10.5238586Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:54:10.5245495Z 2025-03-14T06:54:10.5245737Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:54:10.5246505Z call :libtorch_check "c10_ordered_preserving_dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-03-14T06:54:10.5247376Z if errorlevel 1 goto fail 2025-03-14T06:54:10.5247690Z ) 2025-03-14T06:54:10.5256273Z 2025-03-14T06:54:10.5256891Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:54:10.5260119Z 2025-03-14T06:54:10.5260660Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:54:10.5262973Z 2025-03-14T06:54:10.5263417Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "verify_api_visibility" goto :eof 2025-03-14T06:54:10.5264767Z 2025-03-14T06:54:10.5265344Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-03-14T06:54:10.5266357Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-03-14T06:54:10.5267592Z 2025-03-14T06:54:10.5268036Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:54:10.5268857Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-03-14T06:54:10.5269394Z goto :eof 2025-03-14T06:54:10.5269582Z ) 2025-03-14T06:54:10.5269679Z 2025-03-14T06:54:10.5270085Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ordered_preserving_dict_test" 2025-03-14T06:54:10.6876241Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:54:10.6877059Z import pkg_resources 2025-03-14T06:54:16.0401819Z Found test times from artifacts 2025-03-14T06:54:16.1339605Z Found test times from artifacts 2025-03-14T06:54:16.1370502Z Running all tests 2025-03-14T06:54:16.1375861Z Running parallel tests on 3 processes 2025-03-14T06:54:16.1376198Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:54:16.1376493Z Serial tests (0): 2025-03-14T06:54:16.1376715Z Parallel tests (1): 2025-03-14T06:54:16.1376975Z cpp/c10_ordered_preserving_dict_test 1/1 2025-03-14T06:54:16.1377435Z Name: excluded (est. time: 0.0min) 2025-03-14T06:54:16.1377770Z Serial tests (0): 2025-03-14T06:54:16.1377990Z Parallel tests (0): 2025-03-14T06:54:16.1445901Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-03-14 06:54:16.134825] 2025-03-14T06:54:16.1446401Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:16.1455471Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9f097a8ba19400df.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:16.134825] 2025-03-14T06:54:16.1457235Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:54:17.7290830Z 2025-03-14T06:54:17.7292072Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_66fb0d19c8a9b099_.log 2025-03-14T06:54:17.7292812Z 2025-03-14T06:54:20.3459480Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-03-14 06:54:20.337979] 2025-03-14T06:54:20.3459985Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:20.3468744Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ordered_preserving_dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6645e2cf42db8d05.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:20.337979] 2025-03-14T06:54:21.9821511Z 2025-03-14T06:54:21.9822426Z cpp/c10_ordered_preserving_dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ordered_preserving_dict_test_1.1_a1ca901ca6a5608a_.log 2025-03-14T06:54:21.9823200Z 2025-03-14T06:54:22.6890537Z Running test batch 'tests to run' cost 6.55 seconds 2025-03-14T06:54:23.2779094Z 2025-03-14T06:54:23.2779867Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:54:23.2780396Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-03-14T06:54:23.2780766Z goto fail 2025-03-14T06:54:23.2780945Z ) 2025-03-14T06:54:23.2781039Z 2025-03-14T06:54:23.2781232Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:54:23.2781708Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-03-14T06:54:23.2782063Z goto fail 2025-03-14T06:54:23.2782243Z ) 2025-03-14T06:54:23.2782347Z 2025-03-14T06:54:23.2782531Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:54:23.2788553Z 2025-03-14T06:54:23.2788802Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:54:23.2789476Z call :libtorch_check "c10_registry_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-03-14T06:54:23.2790110Z if errorlevel 1 goto fail 2025-03-14T06:54:23.2790342Z ) 2025-03-14T06:54:23.2799267Z 2025-03-14T06:54:23.2799599Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:54:23.2803238Z 2025-03-14T06:54:23.2803693Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:54:23.2806017Z 2025-03-14T06:54:23.2806419Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "verify_api_visibility" goto :eof 2025-03-14T06:54:23.2807749Z 2025-03-14T06:54:23.2808293Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-03-14T06:54:23.2809210Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-03-14T06:54:23.2810567Z 2025-03-14T06:54:23.2811119Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:54:23.2811910Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-03-14T06:54:23.2812387Z goto :eof 2025-03-14T06:54:23.2812588Z ) 2025-03-14T06:54:23.2812698Z 2025-03-14T06:54:23.2813057Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_registry_test" 2025-03-14T06:54:23.4428187Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:54:23.4429020Z import pkg_resources 2025-03-14T06:54:28.8162931Z Found test times from artifacts 2025-03-14T06:54:28.9093743Z Found test times from artifacts 2025-03-14T06:54:28.9124691Z Running all tests 2025-03-14T06:54:28.9130092Z Running parallel tests on 3 processes 2025-03-14T06:54:28.9130442Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:54:28.9135992Z Serial tests (0): 2025-03-14T06:54:28.9136261Z Parallel tests (1): 2025-03-14T06:54:28.9136496Z cpp/c10_registry_test 1/1 2025-03-14T06:54:28.9136773Z Name: excluded (est. time: 0.0min) 2025-03-14T06:54:28.9137043Z Serial tests (0): 2025-03-14T06:54:28.9137267Z Parallel tests (0): 2025-03-14T06:54:28.9201225Z Running cpp/c10_registry_test 1/1 ... [2025-03-14 06:54:28.916120] 2025-03-14T06:54:28.9201646Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:28.9211220Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-66d2d0e1cc8849fc.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:28.916120] 2025-03-14T06:54:28.9212982Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:54:30.4710653Z 2025-03-14T06:54:30.4711723Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_b955c840b6d7c68a_.log 2025-03-14T06:54:30.4712363Z 2025-03-14T06:54:33.0728050Z Running cpp/c10_registry_test 1/1 ... [2025-03-14 06:54:33.072378] 2025-03-14T06:54:33.0736392Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:33.0737631Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_registry_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f688d40eebf2d66a.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:33.072378] 2025-03-14T06:54:34.6060304Z 2025-03-14T06:54:34.6061296Z cpp/c10_registry_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_registry_test_1.1_94e2c27b67328d1e_.log 2025-03-14T06:54:34.6061942Z 2025-03-14T06:54:35.3142546Z Running test batch 'tests to run' cost 6.41 seconds 2025-03-14T06:54:35.8931149Z 2025-03-14T06:54:35.8931740Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:54:35.8932191Z echo "c10_registry_test" failed with exit code 0 2025-03-14T06:54:35.8932518Z goto fail 2025-03-14T06:54:35.8932716Z ) 2025-03-14T06:54:35.8932821Z 2025-03-14T06:54:35.8933015Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:54:35.8933450Z echo "c10_registry_test" failed with exit code 0 2025-03-14T06:54:35.8933759Z goto fail 2025-03-14T06:54:35.8933960Z ) 2025-03-14T06:54:35.8934078Z 2025-03-14T06:54:35.8934235Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:54:35.8940983Z 2025-03-14T06:54:35.8941235Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:54:35.8942061Z call :libtorch_check "c10_Scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-03-14T06:54:35.8942762Z if errorlevel 1 goto fail 2025-03-14T06:54:35.8943020Z ) 2025-03-14T06:54:35.8951517Z 2025-03-14T06:54:35.8952195Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:54:35.8955352Z 2025-03-14T06:54:35.8955939Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:54:35.8958088Z 2025-03-14T06:54:35.8958442Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "verify_api_visibility" goto :eof 2025-03-14T06:54:35.8959859Z 2025-03-14T06:54:35.8960379Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-03-14T06:54:35.8961270Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-03-14T06:54:35.8962703Z 2025-03-14T06:54:35.8963188Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:54:35.8963905Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-03-14T06:54:35.8964382Z goto :eof 2025-03-14T06:54:35.8964563Z ) 2025-03-14T06:54:35.8964665Z 2025-03-14T06:54:35.8965022Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Scalar_test" 2025-03-14T06:54:36.0589151Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:54:36.0590038Z import pkg_resources 2025-03-14T06:54:41.4455994Z Found test times from artifacts 2025-03-14T06:54:41.5387007Z Found test times from artifacts 2025-03-14T06:54:41.5419252Z Running all tests 2025-03-14T06:54:41.5424553Z Running parallel tests on 3 processes 2025-03-14T06:54:41.5424937Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:54:41.5425220Z Serial tests (0): 2025-03-14T06:54:41.5425435Z Parallel tests (1): 2025-03-14T06:54:41.5425658Z cpp/c10_Scalar_test 1/1 2025-03-14T06:54:41.5425914Z Name: excluded (est. time: 0.0min) 2025-03-14T06:54:41.5426180Z Serial tests (0): 2025-03-14T06:54:41.5426387Z Parallel tests (0): 2025-03-14T06:54:41.5496332Z Running cpp/c10_Scalar_test 1/1 ... [2025-03-14 06:54:41.541148] 2025-03-14T06:54:41.5504903Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:41.5506138Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-014e81301e94ff1b.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:41.541148] 2025-03-14T06:54:41.5507818Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:54:43.1173466Z 2025-03-14T06:54:43.1174327Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_ce9d2df41fa666f2_.log 2025-03-14T06:54:43.1175169Z 2025-03-14T06:54:45.8051876Z Running cpp/c10_Scalar_test 1/1 ... [2025-03-14 06:54:45.791158] 2025-03-14T06:54:45.8052317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:45.8061517Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-271fb21056285756.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:45.791158] 2025-03-14T06:54:47.3414100Z 2025-03-14T06:54:47.3415169Z cpp/c10_Scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Scalar_test_1.1_df514a21939d3b66_.log 2025-03-14T06:54:47.3415846Z 2025-03-14T06:54:48.0967237Z Running test batch 'tests to run' cost 6.55 seconds 2025-03-14T06:54:48.6706066Z 2025-03-14T06:54:48.6706597Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:54:48.6707050Z echo "c10_Scalar_test" failed with exit code 0 2025-03-14T06:54:48.6707369Z goto fail 2025-03-14T06:54:48.6707570Z ) 2025-03-14T06:54:48.6707666Z 2025-03-14T06:54:48.6707855Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:54:48.6708274Z echo "c10_Scalar_test" failed with exit code 0 2025-03-14T06:54:48.6708594Z goto fail 2025-03-14T06:54:48.6708787Z ) 2025-03-14T06:54:48.6708885Z 2025-03-14T06:54:48.6709047Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:54:48.6715691Z 2025-03-14T06:54:48.6716139Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:54:48.6716940Z call :libtorch_check "c10_SizesAndStrides_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-03-14T06:54:48.6717643Z if errorlevel 1 goto fail 2025-03-14T06:54:48.6717881Z ) 2025-03-14T06:54:48.6726294Z 2025-03-14T06:54:48.6726656Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:54:48.6730054Z 2025-03-14T06:54:48.6730518Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:54:48.6732830Z 2025-03-14T06:54:48.6733535Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "verify_api_visibility" goto :eof 2025-03-14T06:54:48.6734757Z 2025-03-14T06:54:48.6735424Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-03-14T06:54:48.6736409Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-03-14T06:54:48.6737456Z 2025-03-14T06:54:48.6737903Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:54:48.6738677Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-03-14T06:54:48.6739190Z goto :eof 2025-03-14T06:54:48.6739374Z ) 2025-03-14T06:54:48.6739482Z 2025-03-14T06:54:48.6739867Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SizesAndStrides_test" 2025-03-14T06:54:48.8364034Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:54:48.8364865Z import pkg_resources 2025-03-14T06:54:54.1951449Z Found test times from artifacts 2025-03-14T06:54:54.2881157Z Found test times from artifacts 2025-03-14T06:54:54.2912327Z Running all tests 2025-03-14T06:54:54.2917580Z Running parallel tests on 3 processes 2025-03-14T06:54:54.2917997Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:54:54.2918269Z Serial tests (0): 2025-03-14T06:54:54.2918489Z Parallel tests (1): 2025-03-14T06:54:54.2918738Z cpp/c10_SizesAndStrides_test 1/1 2025-03-14T06:54:54.2919025Z Name: excluded (est. time: 0.0min) 2025-03-14T06:54:54.2919282Z Serial tests (0): 2025-03-14T06:54:54.2919483Z Parallel tests (0): 2025-03-14T06:54:54.2989043Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-03-14 06:54:54.291172] 2025-03-14T06:54:54.2989521Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:54.2999058Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f8d4a4ab96204b1e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:54.291172] 2025-03-14T06:54:54.3000856Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:54:55.8799346Z 2025-03-14T06:54:55.8800344Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_79eeebadc568db6a_.log 2025-03-14T06:54:55.8801046Z 2025-03-14T06:54:58.5139850Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-03-14 06:54:58.509933] 2025-03-14T06:54:58.5140351Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:54:58.5149222Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SizesAndStrides_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5e4ff95705a972c1.xml', '-x', '--reruns=2'] ... [2025-03-14 06:54:58.509933] 2025-03-14T06:55:00.1009013Z 2025-03-14T06:55:00.1009991Z cpp/c10_SizesAndStrides_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SizesAndStrides_test_1.1_8de69b4cb801241d_.log 2025-03-14T06:55:00.1010704Z 2025-03-14T06:55:00.8131228Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:55:01.4029306Z 2025-03-14T06:55:01.4029914Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:55:01.4030409Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-03-14T06:55:01.4030748Z goto fail 2025-03-14T06:55:01.4030942Z ) 2025-03-14T06:55:01.4031213Z 2025-03-14T06:55:01.4031485Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:55:01.4031943Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-03-14T06:55:01.4032277Z goto fail 2025-03-14T06:55:01.4032463Z ) 2025-03-14T06:55:01.4032562Z 2025-03-14T06:55:01.4032730Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:55:01.4038661Z 2025-03-14T06:55:01.4039030Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:55:01.4039768Z call :libtorch_check "c10_small_vector_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-03-14T06:55:01.4040418Z if errorlevel 1 goto fail 2025-03-14T06:55:01.4040656Z ) 2025-03-14T06:55:01.4049289Z 2025-03-14T06:55:01.4049700Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:55:01.4052959Z 2025-03-14T06:55:01.4053437Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:55:01.4055863Z 2025-03-14T06:55:01.4056279Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "verify_api_visibility" goto :eof 2025-03-14T06:55:01.4057649Z 2025-03-14T06:55:01.4058213Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-03-14T06:55:01.4059165Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-03-14T06:55:01.4060400Z 2025-03-14T06:55:01.4060879Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:55:01.4061638Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-03-14T06:55:01.4062142Z goto :eof 2025-03-14T06:55:01.4062321Z ) 2025-03-14T06:55:01.4062450Z 2025-03-14T06:55:01.4062820Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_small_vector_test" 2025-03-14T06:55:01.5708852Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:55:01.5709759Z import pkg_resources 2025-03-14T06:55:06.9163324Z Found test times from artifacts 2025-03-14T06:55:07.0096118Z Found test times from artifacts 2025-03-14T06:55:07.0127677Z Running all tests 2025-03-14T06:55:07.0132894Z Running parallel tests on 3 processes 2025-03-14T06:55:07.0133277Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:55:07.0133555Z Serial tests (0): 2025-03-14T06:55:07.0133788Z Parallel tests (1): 2025-03-14T06:55:07.0134036Z cpp/c10_small_vector_test 1/1 2025-03-14T06:55:07.0134343Z Name: excluded (est. time: 0.0min) 2025-03-14T06:55:07.0134611Z Serial tests (0): 2025-03-14T06:55:07.0134858Z Parallel tests (0): 2025-03-14T06:55:07.0202121Z Running cpp/c10_small_vector_test 1/1 ... [2025-03-14 06:55:07.009946] 2025-03-14T06:55:07.0202551Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:07.0211437Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5e74453730a8c8fa.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:07.009946] 2025-03-14T06:55:07.0213140Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:55:08.5769419Z 2025-03-14T06:55:08.5770455Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_42f38e763dccae94_.log 2025-03-14T06:55:08.5771278Z 2025-03-14T06:55:11.2954119Z Running cpp/c10_small_vector_test 1/1 ... [2025-03-14 06:55:11.291202] 2025-03-14T06:55:11.2954576Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:11.2963298Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_small_vector_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a1863b5968b727d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:11.291202] 2025-03-14T06:55:13.7244390Z 2025-03-14T06:55:13.7245476Z cpp/c10_small_vector_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_small_vector_test_1.1_9b5383c8ff2be476_.log 2025-03-14T06:55:13.7249760Z 2025-03-14T06:55:14.4293270Z Running test batch 'tests to run' cost 7.41 seconds 2025-03-14T06:55:15.0029821Z 2025-03-14T06:55:15.0030419Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:55:15.0030926Z echo "c10_small_vector_test" failed with exit code 0 2025-03-14T06:55:15.0031265Z goto fail 2025-03-14T06:55:15.0031449Z ) 2025-03-14T06:55:15.0031564Z 2025-03-14T06:55:15.0031760Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:55:15.0032216Z echo "c10_small_vector_test" failed with exit code 0 2025-03-14T06:55:15.0032541Z goto fail 2025-03-14T06:55:15.0032728Z ) 2025-03-14T06:55:15.0032832Z 2025-03-14T06:55:15.0032988Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:55:15.0039125Z 2025-03-14T06:55:15.0039397Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:55:15.0040053Z call :libtorch_check "c10_ssize_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-03-14T06:55:15.0040666Z if errorlevel 1 goto fail 2025-03-14T06:55:15.0040907Z ) 2025-03-14T06:55:15.0049423Z 2025-03-14T06:55:15.0049792Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:55:15.0053113Z 2025-03-14T06:55:15.0053593Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:55:15.0055990Z 2025-03-14T06:55:15.0056498Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "verify_api_visibility" goto :eof 2025-03-14T06:55:15.0057741Z 2025-03-14T06:55:15.0058259Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-03-14T06:55:15.0059152Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-03-14T06:55:15.0060514Z 2025-03-14T06:55:15.0060902Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:55:15.0061604Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-03-14T06:55:15.0062074Z goto :eof 2025-03-14T06:55:15.0062271Z ) 2025-03-14T06:55:15.0062535Z 2025-03-14T06:55:15.0063094Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ssize_test" 2025-03-14T06:55:15.1682262Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:55:15.1683103Z import pkg_resources 2025-03-14T06:55:20.5597170Z Found test times from artifacts 2025-03-14T06:55:20.6534015Z Found test times from artifacts 2025-03-14T06:55:20.6565098Z Running all tests 2025-03-14T06:55:20.6569622Z Running parallel tests on 3 processes 2025-03-14T06:55:20.6569983Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:55:20.6570261Z Serial tests (0): 2025-03-14T06:55:20.6570489Z Parallel tests (1): 2025-03-14T06:55:20.6570717Z cpp/c10_ssize_test 1/1 2025-03-14T06:55:20.6571110Z Name: excluded (est. time: 0.0min) 2025-03-14T06:55:20.6571453Z Serial tests (0): 2025-03-14T06:55:20.6571663Z Parallel tests (0): 2025-03-14T06:55:20.6638994Z Running cpp/c10_ssize_test 1/1 ... [2025-03-14 06:55:20.650582] 2025-03-14T06:55:20.6639405Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:20.6648531Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1ca4537ee47eda6e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:20.650582] 2025-03-14T06:55:20.6650221Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:55:22.2107571Z 2025-03-14T06:55:22.2108428Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_97cc31e00a391487_.log 2025-03-14T06:55:22.2109081Z 2025-03-14T06:55:24.9158878Z Running cpp/c10_ssize_test 1/1 ... [2025-03-14 06:55:24.900604] 2025-03-14T06:55:24.9159310Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:24.9169114Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ssize_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9ac9a65f4c400c5a.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:24.916229] 2025-03-14T06:55:26.4587076Z 2025-03-14T06:55:26.4587908Z cpp/c10_ssize_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ssize_test_1.1_5f96d38c8383f3ac_.log 2025-03-14T06:55:26.4588619Z 2025-03-14T06:55:27.1650031Z Running test batch 'tests to run' cost 6.5 seconds 2025-03-14T06:55:27.7472959Z 2025-03-14T06:55:27.7473758Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:55:27.7474219Z echo "c10_ssize_test" failed with exit code 0 2025-03-14T06:55:27.7474525Z goto fail 2025-03-14T06:55:27.7474709Z ) 2025-03-14T06:55:27.7474827Z 2025-03-14T06:55:27.7475018Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:55:27.7475587Z echo "c10_ssize_test" failed with exit code 0 2025-03-14T06:55:27.7475974Z goto fail 2025-03-14T06:55:27.7476169Z ) 2025-03-14T06:55:27.7476273Z 2025-03-14T06:55:27.7476445Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:55:27.7483693Z 2025-03-14T06:55:27.7483961Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:55:27.7484660Z call :libtorch_check "c10_StreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-03-14T06:55:27.7485327Z if errorlevel 1 goto fail 2025-03-14T06:55:27.7485563Z ) 2025-03-14T06:55:27.7495084Z 2025-03-14T06:55:27.7495737Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:55:27.7498892Z 2025-03-14T06:55:27.7499366Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:55:27.7501721Z 2025-03-14T06:55:27.7502121Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "verify_api_visibility" goto :eof 2025-03-14T06:55:27.7503480Z 2025-03-14T06:55:27.7504086Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-03-14T06:55:27.7505011Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-03-14T06:55:27.7506314Z 2025-03-14T06:55:27.7506715Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:55:27.7507606Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-03-14T06:55:27.7508186Z goto :eof 2025-03-14T06:55:27.7508378Z ) 2025-03-14T06:55:27.7508481Z 2025-03-14T06:55:27.7508866Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_StreamGuard_test" 2025-03-14T06:55:27.9117643Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:55:27.9118479Z import pkg_resources 2025-03-14T06:55:33.2702710Z Found test times from artifacts 2025-03-14T06:55:33.3629076Z Found test times from artifacts 2025-03-14T06:55:33.3660039Z Running all tests 2025-03-14T06:55:33.3665236Z Running parallel tests on 3 processes 2025-03-14T06:55:33.3665616Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:55:33.3665889Z Serial tests (0): 2025-03-14T06:55:33.3666104Z Parallel tests (1): 2025-03-14T06:55:33.3666371Z cpp/c10_StreamGuard_test 1/1 2025-03-14T06:55:33.3666648Z Name: excluded (est. time: 0.0min) 2025-03-14T06:55:33.3666895Z Serial tests (0): 2025-03-14T06:55:33.3667108Z Parallel tests (0): 2025-03-14T06:55:33.3737328Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-03-14 06:55:33.369346] 2025-03-14T06:55:33.3738048Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:33.3746692Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a7651ba9bbaa3b52.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:33.369346] 2025-03-14T06:55:33.3748409Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:55:34.9353012Z 2025-03-14T06:55:34.9353922Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_dabe1e5865e7d92a_.log 2025-03-14T06:55:34.9354609Z 2025-03-14T06:55:37.6173876Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-03-14 06:55:37.603750] 2025-03-14T06:55:37.6174557Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:37.6183267Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_StreamGuard_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-066f6c3d944e8451.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:37.603750] 2025-03-14T06:55:39.1461460Z 2025-03-14T06:55:39.1462323Z cpp/c10_StreamGuard_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_StreamGuard_test_1.1_a81944932f84bf41_.log 2025-03-14T06:55:39.1463019Z 2025-03-14T06:55:39.8827645Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:55:40.4648338Z 2025-03-14T06:55:40.4648997Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:55:40.4649474Z echo "c10_StreamGuard_test" failed with exit code 0 2025-03-14T06:55:40.4649798Z goto fail 2025-03-14T06:55:40.4649994Z ) 2025-03-14T06:55:40.4650116Z 2025-03-14T06:55:40.4650308Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:55:40.4650743Z echo "c10_StreamGuard_test" failed with exit code 0 2025-03-14T06:55:40.4651052Z goto fail 2025-03-14T06:55:40.4651238Z ) 2025-03-14T06:55:40.4651338Z 2025-03-14T06:55:40.4651735Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:55:40.4658004Z 2025-03-14T06:55:40.4658237Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:55:40.4658940Z call :libtorch_check "c10_string_util_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-03-14T06:55:40.4659735Z if errorlevel 1 goto fail 2025-03-14T06:55:40.4660047Z ) 2025-03-14T06:55:40.4668758Z 2025-03-14T06:55:40.4669242Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:55:40.4672492Z 2025-03-14T06:55:40.4672969Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:55:40.4675283Z 2025-03-14T06:55:40.4675663Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "verify_api_visibility" goto :eof 2025-03-14T06:55:40.4677041Z 2025-03-14T06:55:40.4677581Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-03-14T06:55:40.4678509Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-03-14T06:55:40.4679796Z 2025-03-14T06:55:40.4680205Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:55:40.4680943Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-03-14T06:55:40.4681439Z goto :eof 2025-03-14T06:55:40.4681623Z ) 2025-03-14T06:55:40.4681728Z 2025-03-14T06:55:40.4682101Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_util_test" 2025-03-14T06:55:40.6307182Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:55:40.6308009Z import pkg_resources 2025-03-14T06:55:46.0141461Z Found test times from artifacts 2025-03-14T06:55:46.1072450Z Found test times from artifacts 2025-03-14T06:55:46.1103473Z Running all tests 2025-03-14T06:55:46.1108509Z Running parallel tests on 3 processes 2025-03-14T06:55:46.1108916Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:55:46.1109213Z Serial tests (0): 2025-03-14T06:55:46.1109439Z Parallel tests (1): 2025-03-14T06:55:46.1109679Z cpp/c10_string_util_test 1/1 2025-03-14T06:55:46.1109948Z Name: excluded (est. time: 0.0min) 2025-03-14T06:55:46.1110206Z Serial tests (0): 2025-03-14T06:55:46.1111008Z Parallel tests (0): 2025-03-14T06:55:46.1178168Z Running cpp/c10_string_util_test 1/1 ... [2025-03-14 06:55:46.103763] 2025-03-14T06:55:46.1178599Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:46.1187651Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-efd9c2b0f153f772.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:46.103763] 2025-03-14T06:55:46.1189363Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:55:47.6911322Z 2025-03-14T06:55:47.6912236Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_bcabcba25cf8661e_.log 2025-03-14T06:55:47.6912896Z 2025-03-14T06:55:50.2828459Z Running cpp/c10_string_util_test 1/1 ... [2025-03-14 06:55:50.275649] 2025-03-14T06:55:50.2828904Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:50.2837811Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_util_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-36a29b0878e2216e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:50.275649] 2025-03-14T06:55:51.8540552Z 2025-03-14T06:55:51.8541682Z cpp/c10_string_util_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_util_test_1.1_2398b0ff90381420_.log 2025-03-14T06:55:51.8542400Z 2025-03-14T06:55:52.5725584Z Running test batch 'tests to run' cost 6.45 seconds 2025-03-14T06:55:53.1500262Z 2025-03-14T06:55:53.1500815Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:55:53.1501314Z echo "c10_string_util_test" failed with exit code 0 2025-03-14T06:55:53.1501651Z goto fail 2025-03-14T06:55:53.1501834Z ) 2025-03-14T06:55:53.1501938Z 2025-03-14T06:55:53.1502127Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:55:53.1502556Z echo "c10_string_util_test" failed with exit code 0 2025-03-14T06:55:53.1502867Z goto fail 2025-03-14T06:55:53.1503048Z ) 2025-03-14T06:55:53.1503143Z 2025-03-14T06:55:53.1503310Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:55:53.1511686Z 2025-03-14T06:55:53.1512222Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:55:53.1513261Z call :libtorch_check "c10_string_view_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-03-14T06:55:53.1514134Z if errorlevel 1 goto fail 2025-03-14T06:55:53.1514440Z ) 2025-03-14T06:55:53.1523751Z 2025-03-14T06:55:53.1524263Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:55:53.1527500Z 2025-03-14T06:55:53.1527959Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:55:53.1530246Z 2025-03-14T06:55:53.1530646Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "verify_api_visibility" goto :eof 2025-03-14T06:55:53.1531974Z 2025-03-14T06:55:53.1532523Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-03-14T06:55:53.1533456Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-03-14T06:55:53.1534849Z 2025-03-14T06:55:53.1535258Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:55:53.1536132Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-03-14T06:55:53.1536704Z goto :eof 2025-03-14T06:55:53.1536899Z ) 2025-03-14T06:55:53.1536999Z 2025-03-14T06:55:53.1537382Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_view_test" 2025-03-14T06:55:53.3158180Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:55:53.3158995Z import pkg_resources 2025-03-14T06:55:58.6725251Z Found test times from artifacts 2025-03-14T06:55:58.7661278Z Found test times from artifacts 2025-03-14T06:55:58.7692979Z Running all tests 2025-03-14T06:55:58.7698327Z Running parallel tests on 3 processes 2025-03-14T06:55:58.7698732Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:55:58.7699008Z Serial tests (0): 2025-03-14T06:55:58.7699229Z Parallel tests (1): 2025-03-14T06:55:58.7699466Z cpp/c10_string_view_test 1/1 2025-03-14T06:55:58.7699737Z Name: excluded (est. time: 0.0min) 2025-03-14T06:55:58.7699999Z Serial tests (0): 2025-03-14T06:55:58.7700218Z Parallel tests (0): 2025-03-14T06:55:58.7769253Z Running cpp/c10_string_view_test 1/1 ... [2025-03-14 06:55:58.775650] 2025-03-14T06:55:58.7769682Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:55:58.7778833Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f81ac4295ba8b621.xml', '-x', '--reruns=2'] ... [2025-03-14 06:55:58.775650] 2025-03-14T06:55:58.7780644Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:56:00.3462383Z 2025-03-14T06:56:00.3463492Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_6b736532e7d72b48_.log 2025-03-14T06:56:00.3464142Z 2025-03-14T06:56:03.0421652Z Running cpp/c10_string_view_test 1/1 ... [2025-03-14 06:56:03.041294] 2025-03-14T06:56:03.0422113Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:03.0430553Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_string_view_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3ade7531bbfee3fc.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:03.041294] 2025-03-14T06:56:04.5510748Z 2025-03-14T06:56:04.5511622Z cpp/c10_string_view_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_string_view_test_1.1_8da1a64aebbbf2dd_.log 2025-03-14T06:56:04.5512272Z 2025-03-14T06:56:05.2587007Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:56:05.8296056Z 2025-03-14T06:56:05.8296578Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:56:05.8297045Z echo "c10_string_view_test" failed with exit code 0 2025-03-14T06:56:05.8297368Z goto fail 2025-03-14T06:56:05.8297567Z ) 2025-03-14T06:56:05.8297661Z 2025-03-14T06:56:05.8297860Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:56:05.8298285Z echo "c10_string_view_test" failed with exit code 0 2025-03-14T06:56:05.8298601Z goto fail 2025-03-14T06:56:05.8298779Z ) 2025-03-14T06:56:05.8298878Z 2025-03-14T06:56:05.8299041Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:56:05.8305535Z 2025-03-14T06:56:05.8305727Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:56:05.8306376Z call :libtorch_check "c10_SymInt_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-03-14T06:56:05.8306974Z if errorlevel 1 goto fail 2025-03-14T06:56:05.8307371Z ) 2025-03-14T06:56:05.8316620Z 2025-03-14T06:56:05.8317001Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:56:05.8320251Z 2025-03-14T06:56:05.8320733Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:56:05.8322980Z 2025-03-14T06:56:05.8323361Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "verify_api_visibility" goto :eof 2025-03-14T06:56:05.8324714Z 2025-03-14T06:56:05.8325255Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-03-14T06:56:05.8326161Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-03-14T06:56:05.8327463Z 2025-03-14T06:56:05.8327847Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:56:05.8328545Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-03-14T06:56:05.8329034Z goto :eof 2025-03-14T06:56:05.8329220Z ) 2025-03-14T06:56:05.8329329Z 2025-03-14T06:56:05.8329680Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SymInt_test" 2025-03-14T06:56:05.9948089Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:56:05.9948914Z import pkg_resources 2025-03-14T06:56:11.3679422Z Found test times from artifacts 2025-03-14T06:56:11.4609862Z Found test times from artifacts 2025-03-14T06:56:11.4641524Z Running all tests 2025-03-14T06:56:11.4646887Z Running parallel tests on 3 processes 2025-03-14T06:56:11.4647262Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:56:11.4647554Z Serial tests (0): 2025-03-14T06:56:11.4647791Z Parallel tests (1): 2025-03-14T06:56:11.4648020Z cpp/c10_SymInt_test 1/1 2025-03-14T06:56:11.4648269Z Name: excluded (est. time: 0.0min) 2025-03-14T06:56:11.4648533Z Serial tests (0): 2025-03-14T06:56:11.4648746Z Parallel tests (0): 2025-03-14T06:56:11.4718356Z Running cpp/c10_SymInt_test 1/1 ... [2025-03-14 06:56:11.463158] 2025-03-14T06:56:11.4718775Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:11.4727901Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-538b5aa67be969ac.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:11.463158] 2025-03-14T06:56:11.4729902Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:56:13.0234527Z 2025-03-14T06:56:13.0235388Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_e21c0e09868ccb99_.log 2025-03-14T06:56:13.0236033Z 2025-03-14T06:56:15.6553407Z Running cpp/c10_SymInt_test 1/1 ... [2025-03-14 06:56:15.650690] 2025-03-14T06:56:15.6553850Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:15.6562265Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_SymInt_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b2f92145daf0bcf7.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:15.650690] 2025-03-14T06:56:17.1867039Z 2025-03-14T06:56:17.1867898Z cpp/c10_SymInt_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_SymInt_test_1.1_10f9444c8528c930_.log 2025-03-14T06:56:17.1868725Z 2025-03-14T06:56:17.8920340Z Running test batch 'tests to run' cost 6.42 seconds 2025-03-14T06:56:18.4764250Z 2025-03-14T06:56:18.4764796Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:56:18.4765263Z echo "c10_SymInt_test" failed with exit code 0 2025-03-14T06:56:18.4765578Z goto fail 2025-03-14T06:56:18.4765765Z ) 2025-03-14T06:56:18.4765868Z 2025-03-14T06:56:18.4766074Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:56:18.4766481Z echo "c10_SymInt_test" failed with exit code 0 2025-03-14T06:56:18.4766782Z goto fail 2025-03-14T06:56:18.4766968Z ) 2025-03-14T06:56:18.4767072Z 2025-03-14T06:56:18.4767251Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:56:18.4773815Z 2025-03-14T06:56:18.4774042Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:56:18.4774748Z call :libtorch_check "c10_Synchronized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-03-14T06:56:18.4775421Z if errorlevel 1 goto fail 2025-03-14T06:56:18.4775654Z ) 2025-03-14T06:56:18.4784201Z 2025-03-14T06:56:18.4784559Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:56:18.4787963Z 2025-03-14T06:56:18.4788647Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:56:18.4790809Z 2025-03-14T06:56:18.4791218Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "verify_api_visibility" goto :eof 2025-03-14T06:56:18.4792554Z 2025-03-14T06:56:18.4793280Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-03-14T06:56:18.4794318Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-03-14T06:56:18.4796092Z 2025-03-14T06:56:18.4796670Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:56:18.4797461Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-03-14T06:56:18.4797966Z goto :eof 2025-03-14T06:56:18.4798155Z ) 2025-03-14T06:56:18.4798249Z 2025-03-14T06:56:18.4798626Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Synchronized_test" 2025-03-14T06:56:18.6417799Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:56:18.6418621Z import pkg_resources 2025-03-14T06:56:24.0141557Z Found test times from artifacts 2025-03-14T06:56:24.1070817Z Found test times from artifacts 2025-03-14T06:56:24.1102254Z Running all tests 2025-03-14T06:56:24.1106938Z Running parallel tests on 3 processes 2025-03-14T06:56:24.1107286Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:56:24.1107582Z Serial tests (0): 2025-03-14T06:56:24.1107797Z Parallel tests (1): 2025-03-14T06:56:24.1108047Z cpp/c10_Synchronized_test 1/1 2025-03-14T06:56:24.1108323Z Name: excluded (est. time: 0.0min) 2025-03-14T06:56:24.1108581Z Serial tests (0): 2025-03-14T06:56:24.1108786Z Parallel tests (0): 2025-03-14T06:56:24.1176974Z Running cpp/c10_Synchronized_test 1/1 ... [2025-03-14 06:56:24.103803] 2025-03-14T06:56:24.1177420Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:24.1186499Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6cf3874471d12237.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:24.103803] 2025-03-14T06:56:24.1188349Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:56:25.6646430Z 2025-03-14T06:56:25.6647333Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_39b2f06396e36a56_.log 2025-03-14T06:56:25.6647993Z 2025-03-14T06:56:28.2880993Z Running cpp/c10_Synchronized_test 1/1 ... [2025-03-14 06:56:28.275683] 2025-03-14T06:56:28.2881455Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:28.2890281Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Synchronized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8c13439064df085e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:28.275683] 2025-03-14T06:56:29.8187527Z 2025-03-14T06:56:29.8188464Z cpp/c10_Synchronized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Synchronized_test_1.1_f87da14ea3d366d0_.log 2025-03-14T06:56:29.8189134Z 2025-03-14T06:56:30.5640196Z Running test batch 'tests to run' cost 6.45 seconds 2025-03-14T06:56:31.1410480Z 2025-03-14T06:56:31.1411160Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:56:31.1411667Z echo "c10_Synchronized_test" failed with exit code 0 2025-03-14T06:56:31.1411990Z goto fail 2025-03-14T06:56:31.1412175Z ) 2025-03-14T06:56:31.1412280Z 2025-03-14T06:56:31.1412472Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:56:31.1412909Z echo "c10_Synchronized_test" failed with exit code 0 2025-03-14T06:56:31.1413466Z goto fail 2025-03-14T06:56:31.1413742Z ) 2025-03-14T06:56:31.1413840Z 2025-03-14T06:56:31.1414006Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:56:31.1419937Z 2025-03-14T06:56:31.1420181Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:56:31.1420886Z call :libtorch_check "c10_tempfile_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-03-14T06:56:31.1421516Z if errorlevel 1 goto fail 2025-03-14T06:56:31.1421741Z ) 2025-03-14T06:56:31.1430513Z 2025-03-14T06:56:31.1430890Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:56:31.1434224Z 2025-03-14T06:56:31.1434701Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:56:31.1436984Z 2025-03-14T06:56:31.1437380Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "verify_api_visibility" goto :eof 2025-03-14T06:56:31.1438761Z 2025-03-14T06:56:31.1439280Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-03-14T06:56:31.1440182Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-03-14T06:56:31.1441581Z 2025-03-14T06:56:31.1441975Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:56:31.1442696Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-03-14T06:56:31.1443182Z goto :eof 2025-03-14T06:56:31.1443374Z ) 2025-03-14T06:56:31.1443475Z 2025-03-14T06:56:31.1443833Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_tempfile_test" 2025-03-14T06:56:31.3052021Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:56:31.3052849Z import pkg_resources 2025-03-14T06:56:36.6568147Z Found test times from artifacts 2025-03-14T06:56:36.7490741Z Found test times from artifacts 2025-03-14T06:56:36.7521668Z Running all tests 2025-03-14T06:56:36.7527009Z Running parallel tests on 3 processes 2025-03-14T06:56:36.7527374Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:56:36.7527655Z Serial tests (0): 2025-03-14T06:56:36.7527885Z Parallel tests (1): 2025-03-14T06:56:36.7528117Z cpp/c10_tempfile_test 1/1 2025-03-14T06:56:36.7528387Z Name: excluded (est. time: 0.0min) 2025-03-14T06:56:36.7528649Z Serial tests (0): 2025-03-14T06:56:36.7528862Z Parallel tests (0): 2025-03-14T06:56:36.7596336Z Running cpp/c10_tempfile_test 1/1 ... [2025-03-14 06:56:36.744448] 2025-03-14T06:56:36.7596760Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:36.7606148Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cc4fbb212a989ef9.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:36.760099] 2025-03-14T06:56:36.7607853Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:56:38.3287096Z 2025-03-14T06:56:38.3288000Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_ac7791b4bfe32347_.log 2025-03-14T06:56:38.3288628Z 2025-03-14T06:56:40.9720254Z Running cpp/c10_tempfile_test 1/1 ... [2025-03-14 06:56:40.963229] 2025-03-14T06:56:40.9720703Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:40.9729836Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_tempfile_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e81af3094874e3eb.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:40.963229] 2025-03-14T06:56:42.5068125Z 2025-03-14T06:56:42.5068978Z cpp/c10_tempfile_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_tempfile_test_1.1_1c3ca3681ef0a3b6_.log 2025-03-14T06:56:42.5069641Z 2025-03-14T06:56:43.2442719Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:56:43.8253604Z 2025-03-14T06:56:43.8254288Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:56:43.8254752Z echo "c10_tempfile_test" failed with exit code 0 2025-03-14T06:56:43.8255067Z goto fail 2025-03-14T06:56:43.8255251Z ) 2025-03-14T06:56:43.8255358Z 2025-03-14T06:56:43.8255558Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:56:43.8256003Z echo "c10_tempfile_test" failed with exit code 0 2025-03-14T06:56:43.8256313Z goto fail 2025-03-14T06:56:43.8256491Z ) 2025-03-14T06:56:43.8256600Z 2025-03-14T06:56:43.8256752Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:56:43.8263302Z 2025-03-14T06:56:43.8263787Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:56:43.8264551Z call :libtorch_check "c10_ThreadLocal_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-03-14T06:56:43.8265201Z if errorlevel 1 goto fail 2025-03-14T06:56:43.8265423Z ) 2025-03-14T06:56:43.8273737Z 2025-03-14T06:56:43.8274111Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:56:43.8277479Z 2025-03-14T06:56:43.8277942Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:56:43.8280278Z 2025-03-14T06:56:43.8280689Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "verify_api_visibility" goto :eof 2025-03-14T06:56:43.8282091Z 2025-03-14T06:56:43.8282808Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-03-14T06:56:43.8283817Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-03-14T06:56:43.8284897Z 2025-03-14T06:56:43.8285305Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:56:43.8286049Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-03-14T06:56:43.8286551Z goto :eof 2025-03-14T06:56:43.8286738Z ) 2025-03-14T06:56:43.8286837Z 2025-03-14T06:56:43.8287211Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ThreadLocal_test" 2025-03-14T06:56:43.9897839Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:56:43.9898670Z import pkg_resources 2025-03-14T06:56:49.3762142Z Found test times from artifacts 2025-03-14T06:56:49.4695419Z Found test times from artifacts 2025-03-14T06:56:49.4726774Z Running all tests 2025-03-14T06:56:49.4732114Z Running parallel tests on 3 processes 2025-03-14T06:56:49.4732533Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:56:49.4732824Z Serial tests (0): 2025-03-14T06:56:49.4733086Z Parallel tests (1): 2025-03-14T06:56:49.4733330Z cpp/c10_ThreadLocal_test 1/1 2025-03-14T06:56:49.4733594Z Name: excluded (est. time: 0.0min) 2025-03-14T06:56:49.4733857Z Serial tests (0): 2025-03-14T06:56:49.4734073Z Parallel tests (0): 2025-03-14T06:56:49.4802560Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-03-14 06:56:49.478874] 2025-03-14T06:56:49.4803084Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:49.4812133Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8e45efe644746853.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:49.478874] 2025-03-14T06:56:49.4813938Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:56:51.0233308Z 2025-03-14T06:56:51.0234857Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_31d7ce27167cb7b1_.log 2025-03-14T06:56:51.0235847Z 2025-03-14T06:56:53.8258257Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-03-14 06:56:53.822620] 2025-03-14T06:56:53.8258752Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:56:53.8267334Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_ThreadLocal_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-19ba7ccd6c83c9a5.xml', '-x', '--reruns=2'] ... [2025-03-14 06:56:53.822620] 2025-03-14T06:56:55.3791113Z 2025-03-14T06:56:55.3791957Z cpp/c10_ThreadLocal_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_ThreadLocal_test_1.1_4cb50d49d934d6c9_.log 2025-03-14T06:56:55.3792755Z 2025-03-14T06:56:56.1297697Z Running test batch 'tests to run' cost 6.66 seconds 2025-03-14T06:56:56.7087741Z 2025-03-14T06:56:56.7088257Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:56:56.7088738Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-03-14T06:56:56.7089067Z goto fail 2025-03-14T06:56:56.7089243Z ) 2025-03-14T06:56:56.7089382Z 2025-03-14T06:56:56.7089582Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:56:56.7090012Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-03-14T06:56:56.7090334Z goto fail 2025-03-14T06:56:56.7090516Z ) 2025-03-14T06:56:56.7090744Z 2025-03-14T06:56:56.7090998Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:56:56.7097615Z 2025-03-14T06:56:56.7098067Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:56:56.7098766Z call :libtorch_check "c10_typeid_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-03-14T06:56:56.7099386Z if errorlevel 1 goto fail 2025-03-14T06:56:56.7099622Z ) 2025-03-14T06:56:56.7108052Z 2025-03-14T06:56:56.7108463Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:56:56.7111864Z 2025-03-14T06:56:56.7112348Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:56:56.7114685Z 2025-03-14T06:56:56.7115036Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "verify_api_visibility" goto :eof 2025-03-14T06:56:56.7116507Z 2025-03-14T06:56:56.7117032Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-03-14T06:56:56.7117936Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-03-14T06:56:56.7119325Z 2025-03-14T06:56:56.7119730Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:56:56.7120429Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-03-14T06:56:56.7120898Z goto :eof 2025-03-14T06:56:56.7121081Z ) 2025-03-14T06:56:56.7121189Z 2025-03-14T06:56:56.7121655Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_typeid_test" 2025-03-14T06:56:56.8734628Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:56:56.8735455Z import pkg_resources 2025-03-14T06:57:02.2811263Z Found test times from artifacts 2025-03-14T06:57:02.3742706Z Found test times from artifacts 2025-03-14T06:57:02.3774351Z Running all tests 2025-03-14T06:57:02.3779582Z Running parallel tests on 3 processes 2025-03-14T06:57:02.3779961Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:57:02.3780235Z Serial tests (0): 2025-03-14T06:57:02.3780476Z Parallel tests (1): 2025-03-14T06:57:02.3780702Z cpp/c10_typeid_test 1/1 2025-03-14T06:57:02.3780959Z Name: excluded (est. time: 0.0min) 2025-03-14T06:57:02.3781217Z Serial tests (0): 2025-03-14T06:57:02.3781450Z Parallel tests (0): 2025-03-14T06:57:02.3849333Z Running cpp/c10_typeid_test 1/1 ... [2025-03-14 06:57:02.369482] 2025-03-14T06:57:02.3849739Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:02.3859372Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5e9d9e507eb84cf2.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:02.385127] 2025-03-14T06:57:02.3861064Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:57:03.9554459Z 2025-03-14T06:57:03.9555521Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_d09392d43bd77420_.log 2025-03-14T06:57:03.9556142Z 2025-03-14T06:57:06.5480605Z Running cpp/c10_typeid_test 1/1 ... [2025-03-14 06:57:06.541385] 2025-03-14T06:57:06.5481048Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:06.5489915Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_typeid_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-86d9986a9915698f.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:06.541385] 2025-03-14T06:57:08.0942632Z 2025-03-14T06:57:08.0943464Z cpp/c10_typeid_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_typeid_test_1.1_6064757c505bfa1c_.log 2025-03-14T06:57:08.0944316Z 2025-03-14T06:57:08.8618318Z Running test batch 'tests to run' cost 6.48 seconds 2025-03-14T06:57:09.4513319Z 2025-03-14T06:57:09.4513888Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:57:09.4514346Z echo "c10_typeid_test" failed with exit code 0 2025-03-14T06:57:09.4514683Z goto fail 2025-03-14T06:57:09.4514873Z ) 2025-03-14T06:57:09.4514968Z 2025-03-14T06:57:09.4515167Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:57:09.4515592Z echo "c10_typeid_test" failed with exit code 0 2025-03-14T06:57:09.4515902Z goto fail 2025-03-14T06:57:09.4516082Z ) 2025-03-14T06:57:09.4516692Z 2025-03-14T06:57:09.4517071Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:57:09.4524323Z 2025-03-14T06:57:09.4524626Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:57:09.4525351Z call :libtorch_check "c10_TypeIndex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-03-14T06:57:09.4525986Z if errorlevel 1 goto fail 2025-03-14T06:57:09.4526231Z ) 2025-03-14T06:57:09.4535398Z 2025-03-14T06:57:09.4535899Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:57:09.4539209Z 2025-03-14T06:57:09.4539902Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:57:09.4542150Z 2025-03-14T06:57:09.4542672Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "verify_api_visibility" goto :eof 2025-03-14T06:57:09.4543980Z 2025-03-14T06:57:09.4544546Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-03-14T06:57:09.4545471Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-03-14T06:57:09.4546821Z 2025-03-14T06:57:09.4547217Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:57:09.4547973Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-03-14T06:57:09.4548469Z goto :eof 2025-03-14T06:57:09.4548681Z ) 2025-03-14T06:57:09.4548809Z 2025-03-14T06:57:09.4549171Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeIndex_test" 2025-03-14T06:57:09.6166954Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:57:09.6167789Z import pkg_resources 2025-03-14T06:57:14.9742055Z Found test times from artifacts 2025-03-14T06:57:15.0670770Z Found test times from artifacts 2025-03-14T06:57:15.0701939Z Running all tests 2025-03-14T06:57:15.0707175Z Running parallel tests on 3 processes 2025-03-14T06:57:15.0707587Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:57:15.0707874Z Serial tests (0): 2025-03-14T06:57:15.0708117Z Parallel tests (1): 2025-03-14T06:57:15.0708365Z cpp/c10_TypeIndex_test 1/1 2025-03-14T06:57:15.0708640Z Name: excluded (est. time: 0.0min) 2025-03-14T06:57:15.0708941Z Serial tests (0): 2025-03-14T06:57:15.0709174Z Parallel tests (0): 2025-03-14T06:57:15.0777968Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-03-14 06:57:15.072637] 2025-03-14T06:57:15.0778407Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:15.0787684Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d8195dbb8705b695.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:15.072637] 2025-03-14T06:57:15.0789590Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:57:16.6443675Z 2025-03-14T06:57:16.6444827Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_a2b6b212f7f6931c_.log 2025-03-14T06:57:16.6445516Z 2025-03-14T06:57:19.2921415Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-03-14 06:57:19.291400] 2025-03-14T06:57:19.2921874Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:19.2930375Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeIndex_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-949eb6667ae3b2ba.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:19.291400] 2025-03-14T06:57:20.8384651Z 2025-03-14T06:57:20.8385674Z cpp/c10_TypeIndex_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeIndex_test_1.1_6d337667ac187857_.log 2025-03-14T06:57:20.8386327Z 2025-03-14T06:57:21.5735220Z Running test batch 'tests to run' cost 6.52 seconds 2025-03-14T06:57:22.1585680Z 2025-03-14T06:57:22.1586271Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:57:22.1586916Z echo "c10_TypeIndex_test" failed with exit code 0 2025-03-14T06:57:22.1587340Z goto fail 2025-03-14T06:57:22.1587545Z ) 2025-03-14T06:57:22.1587647Z 2025-03-14T06:57:22.1587849Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:57:22.1588304Z echo "c10_TypeIndex_test" failed with exit code 0 2025-03-14T06:57:22.1588634Z goto fail 2025-03-14T06:57:22.1588834Z ) 2025-03-14T06:57:22.1588942Z 2025-03-14T06:57:22.1589115Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:57:22.1596045Z 2025-03-14T06:57:22.1596517Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:57:22.1597254Z call :libtorch_check "c10_TypeList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-03-14T06:57:22.1597883Z if errorlevel 1 goto fail 2025-03-14T06:57:22.1598135Z ) 2025-03-14T06:57:22.1607207Z 2025-03-14T06:57:22.1607648Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:57:22.1610786Z 2025-03-14T06:57:22.1611289Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:57:22.1613724Z 2025-03-14T06:57:22.1614129Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "verify_api_visibility" goto :eof 2025-03-14T06:57:22.1615563Z 2025-03-14T06:57:22.1616096Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-03-14T06:57:22.1617025Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-03-14T06:57:22.1618411Z 2025-03-14T06:57:22.1618915Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:57:22.1619674Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-03-14T06:57:22.1620168Z goto :eof 2025-03-14T06:57:22.1620368Z ) 2025-03-14T06:57:22.1620489Z 2025-03-14T06:57:22.1620849Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeList_test" 2025-03-14T06:57:22.3227835Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:57:22.3228753Z import pkg_resources 2025-03-14T06:57:27.6884702Z Found test times from artifacts 2025-03-14T06:57:27.7817218Z Found test times from artifacts 2025-03-14T06:57:27.7847903Z Running all tests 2025-03-14T06:57:27.7852968Z Running parallel tests on 3 processes 2025-03-14T06:57:27.7853337Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:57:27.7853633Z Serial tests (0): 2025-03-14T06:57:27.7853871Z Parallel tests (1): 2025-03-14T06:57:27.7854154Z cpp/c10_TypeList_test 1/1 2025-03-14T06:57:27.7854434Z Name: excluded (est. time: 0.0min) 2025-03-14T06:57:27.7854709Z Serial tests (0): 2025-03-14T06:57:27.7854941Z Parallel tests (0): 2025-03-14T06:57:27.7924851Z Running cpp/c10_TypeList_test 1/1 ... [2025-03-14 06:57:27.791409] 2025-03-14T06:57:27.7925315Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:27.7935380Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b104bf332ded85af.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:27.791409] 2025-03-14T06:57:27.7937093Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:57:29.3716859Z 2025-03-14T06:57:29.3718117Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_e0622b3b38f528a1_.log 2025-03-14T06:57:29.3724263Z 2025-03-14T06:57:31.9389823Z Running cpp/c10_TypeList_test 1/1 ... [2025-03-14 06:57:31.932044] 2025-03-14T06:57:31.9390286Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:31.9398694Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeList_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1ed7226d112eef30.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:31.932044] 2025-03-14T06:57:33.4856247Z 2025-03-14T06:57:33.4857115Z cpp/c10_TypeList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeList_test_1.1_f401a003e07b66ef_.log 2025-03-14T06:57:33.4857771Z 2025-03-14T06:57:34.2110491Z Running test batch 'tests to run' cost 6.42 seconds 2025-03-14T06:57:34.7944319Z 2025-03-14T06:57:34.7945033Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:57:34.7945527Z echo "c10_TypeList_test" failed with exit code 0 2025-03-14T06:57:34.7945880Z goto fail 2025-03-14T06:57:34.7946094Z ) 2025-03-14T06:57:34.7946222Z 2025-03-14T06:57:34.7946429Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:57:34.7946875Z echo "c10_TypeList_test" failed with exit code 0 2025-03-14T06:57:34.7947200Z goto fail 2025-03-14T06:57:34.7947389Z ) 2025-03-14T06:57:34.7947518Z 2025-03-14T06:57:34.7947690Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:57:34.7954230Z 2025-03-14T06:57:34.7954669Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:57:34.7955402Z call :libtorch_check "c10_TypeTraits_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-03-14T06:57:34.7956046Z if errorlevel 1 goto fail 2025-03-14T06:57:34.7956284Z ) 2025-03-14T06:57:34.7965272Z 2025-03-14T06:57:34.7965710Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:57:34.7968909Z 2025-03-14T06:57:34.7969558Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:57:34.7971683Z 2025-03-14T06:57:34.7972158Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "verify_api_visibility" goto :eof 2025-03-14T06:57:34.7973636Z 2025-03-14T06:57:34.7974244Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-03-14T06:57:34.7975179Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-03-14T06:57:34.7976420Z 2025-03-14T06:57:34.7976857Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:57:34.7977597Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-03-14T06:57:34.7978096Z goto :eof 2025-03-14T06:57:34.7978284Z ) 2025-03-14T06:57:34.7978382Z 2025-03-14T06:57:34.7978759Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeTraits_test" 2025-03-14T06:57:34.9586912Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:57:34.9587739Z import pkg_resources 2025-03-14T06:57:40.3060826Z Found test times from artifacts 2025-03-14T06:57:40.3995422Z Found test times from artifacts 2025-03-14T06:57:40.4026306Z Running all tests 2025-03-14T06:57:40.4031881Z Running parallel tests on 3 processes 2025-03-14T06:57:40.4032270Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:57:40.4032569Z Serial tests (0): 2025-03-14T06:57:40.4032965Z Parallel tests (1): 2025-03-14T06:57:40.4033289Z cpp/c10_TypeTraits_test 1/1 2025-03-14T06:57:40.4033586Z Name: excluded (est. time: 0.0min) 2025-03-14T06:57:40.4033871Z Serial tests (0): 2025-03-14T06:57:40.4034110Z Parallel tests (0): 2025-03-14T06:57:40.4102677Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-03-14 06:57:40.400788] 2025-03-14T06:57:40.4103122Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:40.4112392Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0bdabc344582d53b.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:40.400788] 2025-03-14T06:57:40.4114215Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:57:41.9553428Z 2025-03-14T06:57:41.9554353Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_c279f63a1ce4d066_.log 2025-03-14T06:57:41.9555028Z 2025-03-14T06:57:44.6362269Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-03-14 06:57:44.635191] 2025-03-14T06:57:44.6362742Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:44.6371438Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_TypeTraits_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5c0ad647b33986f6.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:44.635191] 2025-03-14T06:57:46.1447249Z 2025-03-14T06:57:46.1448122Z cpp/c10_TypeTraits_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_TypeTraits_test_1.1_21fa673d724863af_.log 2025-03-14T06:57:46.1448760Z 2025-03-14T06:57:46.8514344Z Running test batch 'tests to run' cost 6.44 seconds 2025-03-14T06:57:47.4265236Z 2025-03-14T06:57:47.4265796Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:57:47.4266293Z echo "c10_TypeTraits_test" failed with exit code 0 2025-03-14T06:57:47.4266797Z goto fail 2025-03-14T06:57:47.4267077Z ) 2025-03-14T06:57:47.4267195Z 2025-03-14T06:57:47.4267397Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:57:47.4267851Z echo "c10_TypeTraits_test" failed with exit code 0 2025-03-14T06:57:47.4268176Z goto fail 2025-03-14T06:57:47.4268374Z ) 2025-03-14T06:57:47.4268477Z 2025-03-14T06:57:47.4268652Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:57:47.4274502Z 2025-03-14T06:57:47.4274720Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:57:47.4275425Z call :libtorch_check "CppSignature_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-03-14T06:57:47.4276087Z if errorlevel 1 goto fail 2025-03-14T06:57:47.4276332Z ) 2025-03-14T06:57:47.4285474Z 2025-03-14T06:57:47.4285863Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:57:47.4289197Z 2025-03-14T06:57:47.4289854Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:57:47.4291859Z 2025-03-14T06:57:47.4292381Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "verify_api_visibility" goto :eof 2025-03-14T06:57:47.4293723Z 2025-03-14T06:57:47.4294284Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-03-14T06:57:47.4295227Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-03-14T06:57:47.4296486Z 2025-03-14T06:57:47.4297013Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:57:47.4297829Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-03-14T06:57:47.4298351Z goto :eof 2025-03-14T06:57:47.4298542Z ) 2025-03-14T06:57:47.4298664Z 2025-03-14T06:57:47.4299035Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/CppSignature_test" 2025-03-14T06:57:47.5913203Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:57:47.5914018Z import pkg_resources 2025-03-14T06:57:52.9467509Z Found test times from artifacts 2025-03-14T06:57:53.0403744Z Found test times from artifacts 2025-03-14T06:57:53.0436829Z Running all tests 2025-03-14T06:57:53.0442580Z Running parallel tests on 3 processes 2025-03-14T06:57:53.0442986Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:57:53.0443288Z Serial tests (0): 2025-03-14T06:57:53.0443520Z Parallel tests (1): 2025-03-14T06:57:53.0443761Z cpp/CppSignature_test 1/1 2025-03-14T06:57:53.0444048Z Name: excluded (est. time: 0.0min) 2025-03-14T06:57:53.0444333Z Serial tests (0): 2025-03-14T06:57:53.0444570Z Parallel tests (0): 2025-03-14T06:57:53.0512998Z Running cpp/CppSignature_test 1/1 ... [2025-03-14 06:57:53.041441] 2025-03-14T06:57:53.0513430Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:53.0523026Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aef0381c32f34e5d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:53.041441] 2025-03-14T06:57:53.0524764Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:57:55.6766267Z 2025-03-14T06:57:55.6767370Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_82ee6c3cc2917f94_.log 2025-03-14T06:57:55.6768026Z 2025-03-14T06:57:57.2733307Z Running cpp/CppSignature_test 1/1 ... [2025-03-14 06:57:57.260198] 2025-03-14T06:57:57.2733858Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:57:57.2742257Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\CppSignature_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dc45dc0d0a1da155.xml', '-x', '--reruns=2'] ... [2025-03-14 06:57:57.260198] 2025-03-14T06:58:00.9048385Z 2025-03-14T06:58:00.9050870Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_8b852a1ca2aaeb1b_.log 2025-03-14T06:58:00.9051510Z 2025-03-14T06:58:01.6207065Z Running test batch 'tests to run' cost 8.58 seconds 2025-03-14T06:58:02.2462429Z 2025-03-14T06:58:02.2462924Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:58:02.2463421Z echo "CppSignature_test" failed with exit code 0 2025-03-14T06:58:02.2463773Z goto fail 2025-03-14T06:58:02.2463966Z ) 2025-03-14T06:58:02.2464086Z 2025-03-14T06:58:02.2464281Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:58:02.2464717Z echo "CppSignature_test" failed with exit code 0 2025-03-14T06:58:02.2465032Z goto fail 2025-03-14T06:58:02.2465236Z ) 2025-03-14T06:58:02.2465347Z 2025-03-14T06:58:02.2465517Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:58:02.2473203Z 2025-03-14T06:58:02.2473426Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:58:02.2474293Z call :libtorch_check "cpu_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-03-14T06:58:02.2475028Z if errorlevel 1 goto fail 2025-03-14T06:58:02.2475277Z ) 2025-03-14T06:58:02.2484128Z 2025-03-14T06:58:02.2484544Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:58:02.2487938Z 2025-03-14T06:58:02.2488468Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:58:02.2490735Z 2025-03-14T06:58:02.2491169Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "verify_api_visibility" goto :eof 2025-03-14T06:58:02.2492611Z 2025-03-14T06:58:02.2493212Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-03-14T06:58:02.2494159Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-03-14T06:58:02.2495814Z 2025-03-14T06:58:02.2496260Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:58:02.2497003Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-03-14T06:58:02.2497499Z goto :eof 2025-03-14T06:58:02.2497704Z ) 2025-03-14T06:58:02.2497820Z 2025-03-14T06:58:02.2498187Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_allocator_test" 2025-03-14T06:58:02.4125303Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:58:02.4126139Z import pkg_resources 2025-03-14T06:58:07.7853375Z Found test times from artifacts 2025-03-14T06:58:07.8781028Z Found test times from artifacts 2025-03-14T06:58:07.8811999Z Running all tests 2025-03-14T06:58:07.8817170Z Running parallel tests on 3 processes 2025-03-14T06:58:07.8817536Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:58:07.8817844Z Serial tests (0): 2025-03-14T06:58:07.8818077Z Parallel tests (1): 2025-03-14T06:58:07.8818338Z cpp/cpu_allocator_test 1/1 2025-03-14T06:58:07.8818731Z Name: excluded (est. time: 0.0min) 2025-03-14T06:58:07.8819092Z Serial tests (0): 2025-03-14T06:58:07.8819327Z Parallel tests (0): 2025-03-14T06:58:07.8887270Z Running cpp/cpu_allocator_test 1/1 ... [2025-03-14 06:58:07.885213] 2025-03-14T06:58:07.8887709Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:07.8896739Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2042bb4354e61781.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:07.885213] 2025-03-14T06:58:07.8898478Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:58:10.6117373Z 2025-03-14T06:58:10.6118498Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_4fa79aa89c61df5a_.log 2025-03-14T06:58:10.6119164Z 2025-03-14T06:58:12.0913997Z Running cpp/cpu_allocator_test 1/1 ... [2025-03-14 06:58:12.088340] 2025-03-14T06:58:12.0914441Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:12.0922826Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-688be1a0b60b56c0.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:12.088340] 2025-03-14T06:58:15.2002406Z 2025-03-14T06:58:15.2003450Z cpp/cpu_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_allocator_test_1.1_7ec068331bbaa516_.log 2025-03-14T06:58:15.2004164Z 2025-03-14T06:58:15.9047560Z Running test batch 'tests to run' cost 8.03 seconds 2025-03-14T06:58:16.4827172Z 2025-03-14T06:58:16.4827777Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:58:16.4828252Z echo "cpu_allocator_test" failed with exit code 0 2025-03-14T06:58:16.4828598Z goto fail 2025-03-14T06:58:16.4828795Z ) 2025-03-14T06:58:16.4828906Z 2025-03-14T06:58:16.4829114Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:58:16.4829550Z echo "cpu_allocator_test" failed with exit code 0 2025-03-14T06:58:16.4829859Z goto fail 2025-03-14T06:58:16.4830068Z ) 2025-03-14T06:58:16.4830184Z 2025-03-14T06:58:16.4830344Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:58:16.4837561Z 2025-03-14T06:58:16.4838120Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:58:16.4838880Z call :libtorch_check "cpu_generator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-03-14T06:58:16.4839539Z if errorlevel 1 goto fail 2025-03-14T06:58:16.4839791Z ) 2025-03-14T06:58:16.4848380Z 2025-03-14T06:58:16.4848850Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:58:16.4852123Z 2025-03-14T06:58:16.4852599Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:58:16.4855347Z 2025-03-14T06:58:16.4855871Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "verify_api_visibility" goto :eof 2025-03-14T06:58:16.4857426Z 2025-03-14T06:58:16.4858249Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-03-14T06:58:16.4859226Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-03-14T06:58:16.4860276Z 2025-03-14T06:58:16.4860757Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:58:16.4861652Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-03-14T06:58:16.4862218Z goto :eof 2025-03-14T06:58:16.4862419Z ) 2025-03-14T06:58:16.4862539Z 2025-03-14T06:58:16.4862905Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_generator_test" 2025-03-14T06:58:16.6475988Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:58:16.6476831Z import pkg_resources 2025-03-14T06:58:22.0186326Z Found test times from artifacts 2025-03-14T06:58:22.1123992Z Found test times from artifacts 2025-03-14T06:58:22.1154632Z Running all tests 2025-03-14T06:58:22.1159652Z Running parallel tests on 3 processes 2025-03-14T06:58:22.1160003Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:58:22.1160311Z Serial tests (0): 2025-03-14T06:58:22.1160564Z Parallel tests (1): 2025-03-14T06:58:22.1160820Z cpp/cpu_generator_test 1/1 2025-03-14T06:58:22.1161104Z Name: excluded (est. time: 0.0min) 2025-03-14T06:58:22.1161381Z Serial tests (0): 2025-03-14T06:58:22.1161607Z Parallel tests (0): 2025-03-14T06:58:22.1230450Z Running cpp/cpu_generator_test 1/1 ... [2025-03-14 06:58:22.119597] 2025-03-14T06:58:22.1230902Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:22.1239978Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b0e308456c9d7f75.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:22.119597] 2025-03-14T06:58:22.1241782Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:58:24.8175876Z 2025-03-14T06:58:24.8178406Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_765732bbf3f8677a_.log 2025-03-14T06:58:24.8179039Z 2025-03-14T06:58:26.3614230Z Running cpp/cpu_generator_test 1/1 ... [2025-03-14 06:58:26.353979] 2025-03-14T06:58:26.3614685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:26.3623202Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_generator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-76255dfdf4a3e4d6.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:26.353979] 2025-03-14T06:58:32.0527273Z 2025-03-14T06:58:32.0528161Z cpp/cpu_generator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_generator_test_1.1_ea38a81b22482620_.log 2025-03-14T06:58:32.0529148Z 2025-03-14T06:58:32.7597804Z Running test batch 'tests to run' cost 10.64 seconds 2025-03-14T06:58:33.3356396Z 2025-03-14T06:58:33.3357234Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:58:33.3357722Z echo "cpu_generator_test" failed with exit code 0 2025-03-14T06:58:33.3358064Z goto fail 2025-03-14T06:58:33.3358256Z ) 2025-03-14T06:58:33.3358388Z 2025-03-14T06:58:33.3358585Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:58:33.3359023Z echo "cpu_generator_test" failed with exit code 0 2025-03-14T06:58:33.3359344Z goto fail 2025-03-14T06:58:33.3359540Z ) 2025-03-14T06:58:33.3359647Z 2025-03-14T06:58:33.3359828Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:58:33.3366640Z 2025-03-14T06:58:33.3367177Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:58:33.3368655Z call :libtorch_check "cpu_profiling_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-03-14T06:58:33.3369708Z if errorlevel 1 goto fail 2025-03-14T06:58:33.3369960Z ) 2025-03-14T06:58:33.3378139Z 2025-03-14T06:58:33.3378665Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:58:33.3382220Z 2025-03-14T06:58:33.3382945Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:58:33.3385028Z 2025-03-14T06:58:33.3385475Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "verify_api_visibility" goto :eof 2025-03-14T06:58:33.3386785Z 2025-03-14T06:58:33.3387379Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-03-14T06:58:33.3388401Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-03-14T06:58:33.3389600Z 2025-03-14T06:58:33.3390083Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:58:33.3390902Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-03-14T06:58:33.3391451Z goto :eof 2025-03-14T06:58:33.3391660Z ) 2025-03-14T06:58:33.3391766Z 2025-03-14T06:58:33.3392179Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_profiling_allocator_test" 2025-03-14T06:58:33.4997615Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:58:33.4998546Z import pkg_resources 2025-03-14T06:58:38.8688861Z Found test times from artifacts 2025-03-14T06:58:38.9619678Z Found test times from artifacts 2025-03-14T06:58:38.9651446Z Running all tests 2025-03-14T06:58:38.9656617Z Running parallel tests on 3 processes 2025-03-14T06:58:38.9656955Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:58:38.9657259Z Serial tests (0): 2025-03-14T06:58:38.9657499Z Parallel tests (1): 2025-03-14T06:58:38.9657767Z cpp/cpu_profiling_allocator_test 1/1 2025-03-14T06:58:38.9658068Z Name: excluded (est. time: 0.0min) 2025-03-14T06:58:38.9658340Z Serial tests (0): 2025-03-14T06:58:38.9658567Z Parallel tests (0): 2025-03-14T06:58:38.9727101Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-03-14 06:58:38.963353] 2025-03-14T06:58:38.9727591Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:38.9736887Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c28fc34ff1f25fb6.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:38.963353] 2025-03-14T06:58:38.9738651Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:58:41.7144253Z 2025-03-14T06:58:41.7145240Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_ccc5bf896d0a2b7f_.log 2025-03-14T06:58:41.7145970Z 2025-03-14T06:58:43.3049339Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-03-14 06:58:43.291481] 2025-03-14T06:58:43.3049849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:43.3058430Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_profiling_allocator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a7d01b455761d15d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:43.291481] 2025-03-14T06:58:46.5680905Z 2025-03-14T06:58:46.5682004Z cpp/cpu_profiling_allocator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_profiling_allocator_test_1.1_7fe370f06631b42d_.log 2025-03-14T06:58:46.5682785Z 2025-03-14T06:58:47.2761949Z Running test batch 'tests to run' cost 8.31 seconds 2025-03-14T06:58:47.8552494Z 2025-03-14T06:58:47.8553101Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:58:47.8553616Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-03-14T06:58:47.8553983Z goto fail 2025-03-14T06:58:47.8554184Z ) 2025-03-14T06:58:47.8554312Z 2025-03-14T06:58:47.8554529Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:58:47.8555013Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-03-14T06:58:47.8555373Z goto fail 2025-03-14T06:58:47.8555558Z ) 2025-03-14T06:58:47.8555675Z 2025-03-14T06:58:47.8555832Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:58:47.8561819Z 2025-03-14T06:58:47.8562058Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:58:47.8562705Z call :libtorch_check "cpu_rng_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-03-14T06:58:47.8563306Z if errorlevel 1 goto fail 2025-03-14T06:58:47.8563559Z ) 2025-03-14T06:58:47.8572467Z 2025-03-14T06:58:47.8572824Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:58:47.8576242Z 2025-03-14T06:58:47.8577054Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:58:47.8579242Z 2025-03-14T06:58:47.8579660Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "verify_api_visibility" goto :eof 2025-03-14T06:58:47.8580875Z 2025-03-14T06:58:47.8581421Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-03-14T06:58:47.8582322Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-03-14T06:58:47.8583618Z 2025-03-14T06:58:47.8584024Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:58:47.8584736Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-03-14T06:58:47.8585218Z goto :eof 2025-03-14T06:58:47.8585426Z ) 2025-03-14T06:58:47.8585544Z 2025-03-14T06:58:47.8585899Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_rng_test" 2025-03-14T06:58:48.0210574Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:58:48.0211494Z import pkg_resources 2025-03-14T06:58:53.3967035Z Found test times from artifacts 2025-03-14T06:58:53.4897099Z Found test times from artifacts 2025-03-14T06:58:53.4927814Z Running all tests 2025-03-14T06:58:53.4933030Z Running parallel tests on 3 processes 2025-03-14T06:58:53.4933425Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:58:53.4933715Z Serial tests (0): 2025-03-14T06:58:53.4933959Z Parallel tests (1): 2025-03-14T06:58:53.4934211Z cpp/cpu_rng_test 1/1 2025-03-14T06:58:53.4934458Z Name: excluded (est. time: 0.0min) 2025-03-14T06:58:53.4934733Z Serial tests (0): 2025-03-14T06:58:53.4934959Z Parallel tests (0): 2025-03-14T06:58:53.5002790Z Running cpp/cpu_rng_test 1/1 ... [2025-03-14 06:58:53.494620] 2025-03-14T06:58:53.5003234Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:53.5012552Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c305c4b9eacfa078.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:53.494620] 2025-03-14T06:58:53.5014314Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:58:56.2145150Z 2025-03-14T06:58:56.2146224Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_94362cc59a5031ff_.log 2025-03-14T06:58:56.2146812Z 2025-03-14T06:58:57.6970945Z Running cpp/cpu_rng_test 1/1 ... [2025-03-14 06:58:57.682139] 2025-03-14T06:58:57.6971410Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:58:57.6981274Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\cpu_rng_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c98e1a739f8a8fd6.xml', '-x', '--reruns=2'] ... [2025-03-14 06:58:57.697769] 2025-03-14T06:59:04.5411053Z 2025-03-14T06:59:04.5411873Z cpp/cpu_rng_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.cpu_rng_test_1.1_32c8185600203d13_.log 2025-03-14T06:59:04.5413010Z 2025-03-14T06:59:05.2457269Z Running test batch 'tests to run' cost 11.77 seconds 2025-03-14T06:59:05.8207445Z 2025-03-14T06:59:05.8207985Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:59:05.8208450Z echo "cpu_rng_test" failed with exit code 0 2025-03-14T06:59:05.8208775Z goto fail 2025-03-14T06:59:05.8208992Z ) 2025-03-14T06:59:05.8209091Z 2025-03-14T06:59:05.8209452Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:59:05.8209963Z echo "cpu_rng_test" failed with exit code 0 2025-03-14T06:59:05.8210280Z goto fail 2025-03-14T06:59:05.8210485Z ) 2025-03-14T06:59:05.8210658Z 2025-03-14T06:59:05.8210837Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:59:05.8216998Z 2025-03-14T06:59:05.8217482Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:59:05.8218140Z call :libtorch_check "Dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-03-14T06:59:05.8218715Z if errorlevel 1 goto fail 2025-03-14T06:59:05.8218941Z ) 2025-03-14T06:59:05.8227700Z 2025-03-14T06:59:05.8228198Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:59:05.8231508Z 2025-03-14T06:59:05.8231967Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:59:05.8234262Z 2025-03-14T06:59:05.8234616Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "verify_api_visibility" goto :eof 2025-03-14T06:59:05.8236047Z 2025-03-14T06:59:05.8236536Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-03-14T06:59:05.8237402Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-03-14T06:59:05.8238833Z 2025-03-14T06:59:05.8239211Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:59:05.8239878Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-03-14T06:59:05.8240338Z goto :eof 2025-03-14T06:59:05.8240512Z ) 2025-03-14T06:59:05.8240616Z 2025-03-14T06:59:05.8240949Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dict_test" 2025-03-14T06:59:05.9854856Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:59:05.9855676Z import pkg_resources 2025-03-14T06:59:11.3449273Z Found test times from artifacts 2025-03-14T06:59:11.4382460Z Found test times from artifacts 2025-03-14T06:59:11.4414066Z Running all tests 2025-03-14T06:59:11.4419134Z Running parallel tests on 3 processes 2025-03-14T06:59:11.4419518Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:59:11.4419787Z Serial tests (0): 2025-03-14T06:59:11.4420017Z Parallel tests (1): 2025-03-14T06:59:11.4420245Z cpp/Dict_test 1/1 2025-03-14T06:59:11.4420482Z Name: excluded (est. time: 0.0min) 2025-03-14T06:59:11.4420744Z Serial tests (0): 2025-03-14T06:59:11.4420950Z Parallel tests (0): 2025-03-14T06:59:11.4489510Z Running cpp/Dict_test 1/1 ... [2025-03-14 06:59:11.447776] 2025-03-14T06:59:11.4489937Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:11.4499012Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0e39438024d50d8b.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:11.447776] 2025-03-14T06:59:11.4500676Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:59:14.0943464Z 2025-03-14T06:59:14.0944426Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_2f358dd19a573eb1_.log 2025-03-14T06:59:14.0945029Z 2025-03-14T06:59:15.8471087Z Running cpp/Dict_test 1/1 ... [2025-03-14 06:59:15.838406] 2025-03-14T06:59:15.8471513Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:15.8480469Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dict_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-8efdd971c7965ccc.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:15.838406] 2025-03-14T06:59:27.3543805Z 2025-03-14T06:59:27.3544610Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_2e7fac587a6b8002_.log 2025-03-14T06:59:27.3546201Z 2025-03-14T06:59:28.0620431Z Running test batch 'tests to run' cost 16.63 seconds 2025-03-14T06:59:28.6532085Z 2025-03-14T06:59:28.6532629Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:59:28.6533070Z echo "Dict_test" failed with exit code 0 2025-03-14T06:59:28.6533365Z goto fail 2025-03-14T06:59:28.6533549Z ) 2025-03-14T06:59:28.6533655Z 2025-03-14T06:59:28.6533858Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:59:28.6534278Z echo "Dict_test" failed with exit code 0 2025-03-14T06:59:28.6534561Z goto fail 2025-03-14T06:59:28.6534752Z ) 2025-03-14T06:59:28.6534859Z 2025-03-14T06:59:28.6535068Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:59:28.6541542Z 2025-03-14T06:59:28.6541800Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:59:28.6542443Z call :libtorch_check "Dimname_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-03-14T06:59:28.6543027Z if errorlevel 1 goto fail 2025-03-14T06:59:28.6543275Z ) 2025-03-14T06:59:28.6552312Z 2025-03-14T06:59:28.6552938Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:59:28.6556062Z 2025-03-14T06:59:28.6556519Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:59:28.6558840Z 2025-03-14T06:59:28.6559224Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "verify_api_visibility" goto :eof 2025-03-14T06:59:28.6560606Z 2025-03-14T06:59:28.6561117Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-03-14T06:59:28.6562136Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-03-14T06:59:28.6563365Z 2025-03-14T06:59:28.6563767Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:59:28.6564445Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-03-14T06:59:28.6564932Z goto :eof 2025-03-14T06:59:28.6565128Z ) 2025-03-14T06:59:28.6565235Z 2025-03-14T06:59:28.6565576Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dimname_test" 2025-03-14T06:59:28.8176515Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:59:28.8177333Z import pkg_resources 2025-03-14T06:59:34.1651681Z Found test times from artifacts 2025-03-14T06:59:34.2581229Z Found test times from artifacts 2025-03-14T06:59:34.2611951Z Running all tests 2025-03-14T06:59:34.2616984Z Running parallel tests on 3 processes 2025-03-14T06:59:34.2617367Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:59:34.2617683Z Serial tests (0): 2025-03-14T06:59:34.2617924Z Parallel tests (1): 2025-03-14T06:59:34.2618159Z cpp/Dimname_test 1/1 2025-03-14T06:59:34.2618432Z Name: excluded (est. time: 0.0min) 2025-03-14T06:59:34.2618712Z Serial tests (0): 2025-03-14T06:59:34.2618942Z Parallel tests (0): 2025-03-14T06:59:34.2687467Z Running cpp/Dimname_test 1/1 ... [2025-03-14 06:59:34.260282] 2025-03-14T06:59:34.2687881Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:34.2697023Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b87840ef0f850d4d.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:34.260282] 2025-03-14T06:59:34.2698805Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:59:36.9805629Z 2025-03-14T06:59:36.9806684Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_444954985e0fca67_.log 2025-03-14T06:59:36.9807308Z 2025-03-14T06:59:38.5071912Z Running cpp/Dimname_test 1/1 ... [2025-03-14 06:59:38.494677] 2025-03-14T06:59:38.5072361Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:38.5080684Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\Dimname_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-bc3df8109a0a082e.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:38.494677] 2025-03-14T06:59:42.1136843Z 2025-03-14T06:59:42.1137675Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_80868cfa5e4bae6f_.log 2025-03-14T06:59:42.1138399Z 2025-03-14T06:59:42.8232297Z Running test batch 'tests to run' cost 8.56 seconds 2025-03-14T06:59:43.4054330Z 2025-03-14T06:59:43.4054892Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:59:43.4055366Z echo "Dimname_test" failed with exit code 0 2025-03-14T06:59:43.4055687Z goto fail 2025-03-14T06:59:43.4055894Z ) 2025-03-14T06:59:43.4055997Z 2025-03-14T06:59:43.4056373Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:59:43.4056809Z echo "Dimname_test" failed with exit code 0 2025-03-14T06:59:43.4057125Z goto fail 2025-03-14T06:59:43.4057319Z ) 2025-03-14T06:59:43.4057816Z 2025-03-14T06:59:43.4058333Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:59:43.4065586Z 2025-03-14T06:59:43.4066021Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:59:43.4066813Z call :libtorch_check "dispatch_key_set_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-03-14T06:59:43.4067484Z if errorlevel 1 goto fail 2025-03-14T06:59:43.4067724Z ) 2025-03-14T06:59:43.4076582Z 2025-03-14T06:59:43.4077210Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:59:43.4080340Z 2025-03-14T06:59:43.4080912Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:59:43.4083169Z 2025-03-14T06:59:43.4083624Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "verify_api_visibility" goto :eof 2025-03-14T06:59:43.4084844Z 2025-03-14T06:59:43.4085525Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-03-14T06:59:43.4086492Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-03-14T06:59:43.4088115Z 2025-03-14T06:59:43.4088602Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:59:43.4089359Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-03-14T06:59:43.4089951Z goto :eof 2025-03-14T06:59:43.4090154Z ) 2025-03-14T06:59:43.4090255Z 2025-03-14T06:59:43.4090643Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dispatch_key_set_test" 2025-03-14T06:59:43.5708836Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:59:43.5710063Z import pkg_resources 2025-03-14T06:59:48.9404550Z Found test times from artifacts 2025-03-14T06:59:49.0333540Z Found test times from artifacts 2025-03-14T06:59:49.0364512Z Running all tests 2025-03-14T06:59:49.0369805Z Running parallel tests on 3 processes 2025-03-14T06:59:49.0370151Z Name: tests to run (est. time: 0.0min) 2025-03-14T06:59:49.0370466Z Serial tests (0): 2025-03-14T06:59:49.0370688Z Parallel tests (1): 2025-03-14T06:59:49.0370945Z cpp/dispatch_key_set_test 1/1 2025-03-14T06:59:49.0371238Z Name: excluded (est. time: 0.0min) 2025-03-14T06:59:49.0371513Z Serial tests (0): 2025-03-14T06:59:49.0371741Z Parallel tests (0): 2025-03-14T06:59:49.0440465Z Running cpp/dispatch_key_set_test 1/1 ... [2025-03-14 06:59:49.041552] 2025-03-14T06:59:49.0440935Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:49.0450042Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6b2f795f803c6709.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:49.041552] 2025-03-14T06:59:49.0451859Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T06:59:51.7515823Z 2025-03-14T06:59:51.7516973Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_5335cf8ef51b8d5c_.log 2025-03-14T06:59:51.7517724Z 2025-03-14T06:59:53.3381662Z Running cpp/dispatch_key_set_test 1/1 ... [2025-03-14 06:59:53.322830] 2025-03-14T06:59:53.3382151Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T06:59:53.3391074Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-65545bc166c3aff5.xml', '-x', '--reruns=2'] ... [2025-03-14 06:59:53.338440] 2025-03-14T06:59:56.5822790Z 2025-03-14T06:59:56.5823919Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_f3e38d29c9fd497b_.log 2025-03-14T06:59:56.5824587Z 2025-03-14T06:59:57.2926654Z Running test batch 'tests to run' cost 8.27 seconds 2025-03-14T06:59:57.8709777Z 2025-03-14T06:59:57.8710536Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T06:59:57.8711065Z echo "dispatch_key_set_test" failed with exit code 0 2025-03-14T06:59:57.8711411Z goto fail 2025-03-14T06:59:57.8711600Z ) 2025-03-14T06:59:57.8711743Z 2025-03-14T06:59:57.8711946Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T06:59:57.8712396Z echo "dispatch_key_set_test" failed with exit code 0 2025-03-14T06:59:57.8712733Z goto fail 2025-03-14T06:59:57.8712934Z ) 2025-03-14T06:59:57.8713034Z 2025-03-14T06:59:57.8713202Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T06:59:57.8719183Z 2025-03-14T06:59:57.8719632Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T06:59:57.8720373Z call :libtorch_check "dlconvertor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-03-14T06:59:57.8721021Z if errorlevel 1 goto fail 2025-03-14T06:59:57.8721274Z ) 2025-03-14T06:59:57.8729652Z 2025-03-14T06:59:57.8730191Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T06:59:57.8733417Z 2025-03-14T06:59:57.8734140Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T06:59:57.8736167Z 2025-03-14T06:59:57.8736596Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "verify_api_visibility" goto :eof 2025-03-14T06:59:57.8737954Z 2025-03-14T06:59:57.8738555Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-03-14T06:59:57.8739482Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-03-14T06:59:57.8740858Z 2025-03-14T06:59:57.8741391Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T06:59:57.8742147Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-03-14T06:59:57.8742642Z goto :eof 2025-03-14T06:59:57.8742829Z ) 2025-03-14T06:59:57.8742942Z 2025-03-14T06:59:57.8743317Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dlconvertor_test" 2025-03-14T06:59:58.0345801Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T06:59:58.0346639Z import pkg_resources 2025-03-14T07:00:03.4120550Z Found test times from artifacts 2025-03-14T07:00:03.5044380Z Found test times from artifacts 2025-03-14T07:00:03.5075266Z Running all tests 2025-03-14T07:00:03.5080429Z Running parallel tests on 3 processes 2025-03-14T07:00:03.5080821Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:00:03.5081133Z Serial tests (0): 2025-03-14T07:00:03.5081368Z Parallel tests (1): 2025-03-14T07:00:03.5081622Z cpp/dlconvertor_test 1/1 2025-03-14T07:00:03.5081885Z Name: excluded (est. time: 0.0min) 2025-03-14T07:00:03.5082165Z Serial tests (0): 2025-03-14T07:00:03.5082397Z Parallel tests (0): 2025-03-14T07:00:03.5150708Z Running cpp/dlconvertor_test 1/1 ... [2025-03-14 07:00:03.510317] 2025-03-14T07:00:03.5151154Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:03.5160132Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-342e059748d2a798.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:03.510317] 2025-03-14T07:00:03.5161949Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:00:06.1762383Z 2025-03-14T07:00:06.1764769Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_12e889dc44acaf8d_.log 2025-03-14T07:00:06.1765396Z 2025-03-14T07:00:07.7862589Z Running cpp/dlconvertor_test 1/1 ... [2025-03-14 07:00:07.775957] 2025-03-14T07:00:07.7863057Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:07.7879156Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dlconvertor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e1ff48ced1bfa4f7.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:07.775957] 2025-03-14T07:00:10.9391622Z 2025-03-14T07:00:10.9392482Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_feaea124be035300_.log 2025-03-14T07:00:10.9393368Z 2025-03-14T07:00:11.6485011Z Running test batch 'tests to run' cost 8.14 seconds 2025-03-14T07:00:12.2264809Z 2025-03-14T07:00:12.2265480Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:00:12.2265956Z echo "dlconvertor_test" failed with exit code 0 2025-03-14T07:00:12.2266456Z goto fail 2025-03-14T07:00:12.2266746Z ) 2025-03-14T07:00:12.2266888Z 2025-03-14T07:00:12.2267086Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:00:12.2267526Z echo "dlconvertor_test" failed with exit code 0 2025-03-14T07:00:12.2267843Z goto fail 2025-03-14T07:00:12.2268039Z ) 2025-03-14T07:00:12.2268163Z 2025-03-14T07:00:12.2268333Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:00:12.2275785Z 2025-03-14T07:00:12.2276235Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:00:12.2277006Z call :libtorch_check "extension_backend_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-03-14T07:00:12.2277688Z if errorlevel 1 goto fail 2025-03-14T07:00:12.2277940Z ) 2025-03-14T07:00:12.2286100Z 2025-03-14T07:00:12.2286632Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:00:12.2289936Z 2025-03-14T07:00:12.2290419Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:00:12.2292893Z 2025-03-14T07:00:12.2293401Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "verify_api_visibility" goto :eof 2025-03-14T07:00:12.2294643Z 2025-03-14T07:00:12.2295219Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-03-14T07:00:12.2296176Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-03-14T07:00:12.2297458Z 2025-03-14T07:00:12.2297904Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:00:12.2298684Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-03-14T07:00:12.2299211Z goto :eof 2025-03-14T07:00:12.2299422Z ) 2025-03-14T07:00:12.2299530Z 2025-03-14T07:00:12.2299924Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/extension_backend_test" 2025-03-14T07:00:12.3905924Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:00:12.3906842Z import pkg_resources 2025-03-14T07:00:17.8034094Z Found test times from artifacts 2025-03-14T07:00:17.8961535Z Found test times from artifacts 2025-03-14T07:00:17.8992664Z Running all tests 2025-03-14T07:00:17.8997878Z Running parallel tests on 3 processes 2025-03-14T07:00:17.8998284Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:00:17.8998585Z Serial tests (0): 2025-03-14T07:00:17.8998804Z Parallel tests (1): 2025-03-14T07:00:17.8999065Z cpp/extension_backend_test 1/1 2025-03-14T07:00:17.8999394Z Name: excluded (est. time: 0.0min) 2025-03-14T07:00:17.8999676Z Serial tests (0): 2025-03-14T07:00:17.8999913Z Parallel tests (0): 2025-03-14T07:00:17.9068375Z Running cpp/extension_backend_test 1/1 ... [2025-03-14 07:00:17.900998] 2025-03-14T07:00:17.9068853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:17.9077610Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6524af69fe6f0c09.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:17.900998] 2025-03-14T07:00:17.9079345Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:00:20.6892691Z 2025-03-14T07:00:20.6893775Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_d217383c268194ec_.log 2025-03-14T07:00:20.6894700Z 2025-03-14T07:00:22.1013216Z Running cpp/extension_backend_test 1/1 ... [2025-03-14 07:00:22.088463] 2025-03-14T07:00:22.1013710Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:22.1022215Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\extension_backend_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-c9d03428d0eda398.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:22.088463] 2025-03-14T07:00:25.1701291Z 2025-03-14T07:00:25.1702195Z cpp/extension_backend_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.extension_backend_test_1.1_21caff0e71c56d4f_.log 2025-03-14T07:00:25.1703046Z 2025-03-14T07:00:25.8766640Z Running test batch 'tests to run' cost 7.98 seconds 2025-03-14T07:00:26.4497649Z 2025-03-14T07:00:26.4498164Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:00:26.4498675Z echo "extension_backend_test" failed with exit code 0 2025-03-14T07:00:26.4499026Z goto fail 2025-03-14T07:00:26.4499225Z ) 2025-03-14T07:00:26.4499338Z 2025-03-14T07:00:26.4499552Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:00:26.4499996Z echo "extension_backend_test" failed with exit code 0 2025-03-14T07:00:26.4500334Z goto fail 2025-03-14T07:00:26.4500528Z ) 2025-03-14T07:00:26.4500632Z 2025-03-14T07:00:26.4500812Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:00:26.4506964Z 2025-03-14T07:00:26.4507473Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:00:26.4508142Z call :libtorch_check "half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-03-14T07:00:26.4508725Z if errorlevel 1 goto fail 2025-03-14T07:00:26.4508984Z ) 2025-03-14T07:00:26.4517375Z 2025-03-14T07:00:26.4517774Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:00:26.4521115Z 2025-03-14T07:00:26.4521705Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:00:26.4523993Z 2025-03-14T07:00:26.4524391Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "verify_api_visibility" goto :eof 2025-03-14T07:00:26.4525859Z 2025-03-14T07:00:26.4526460Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-03-14T07:00:26.4527350Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-03-14T07:00:26.4528494Z 2025-03-14T07:00:26.4528853Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:00:26.4529614Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-03-14T07:00:26.4530106Z goto :eof 2025-03-14T07:00:26.4530304Z ) 2025-03-14T07:00:26.4530437Z 2025-03-14T07:00:26.4530784Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/half_test" 2025-03-14T07:00:26.6144803Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:00:26.6145646Z import pkg_resources 2025-03-14T07:00:32.0033020Z Found test times from artifacts 2025-03-14T07:00:32.0963294Z Found test times from artifacts 2025-03-14T07:00:32.0994216Z Running all tests 2025-03-14T07:00:32.0999548Z Running parallel tests on 3 processes 2025-03-14T07:00:32.1000128Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:00:32.1000456Z Serial tests (0): 2025-03-14T07:00:32.1000691Z Parallel tests (1): 2025-03-14T07:00:32.1000930Z cpp/half_test 1/1 2025-03-14T07:00:32.1001340Z Name: excluded (est. time: 0.0min) 2025-03-14T07:00:32.1001674Z Serial tests (0): 2025-03-14T07:00:32.1001896Z Parallel tests (0): 2025-03-14T07:00:32.1070645Z Running cpp/half_test 1/1 ... [2025-03-14 07:00:32.104113] 2025-03-14T07:00:32.1071072Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:32.1080032Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-958b603135b5fe9d.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:32.104113] 2025-03-14T07:00:32.1081715Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:00:34.8367304Z 2025-03-14T07:00:34.8368368Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_eca9b11a41776af9_.log 2025-03-14T07:00:34.8369045Z 2025-03-14T07:00:36.3100396Z Running cpp/half_test 1/1 ... [2025-03-14 07:00:36.307228] 2025-03-14T07:00:36.3100840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:36.3109441Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\half_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-34f4fca5b54c4b12.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:36.307228] 2025-03-14T07:00:40.5431058Z 2025-03-14T07:00:40.5431865Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_5ba552c36721c079_.log 2025-03-14T07:00:40.5432580Z 2025-03-14T07:00:41.2488459Z Running test batch 'tests to run' cost 9.16 seconds 2025-03-14T07:00:41.8539633Z 2025-03-14T07:00:41.8540272Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:00:41.8540751Z echo "half_test" failed with exit code 0 2025-03-14T07:00:41.8541118Z goto fail 2025-03-14T07:00:41.8541334Z ) 2025-03-14T07:00:41.8541461Z 2025-03-14T07:00:41.8541664Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:00:41.8542235Z echo "half_test" failed with exit code 0 2025-03-14T07:00:41.8542617Z goto fail 2025-03-14T07:00:41.8542806Z ) 2025-03-14T07:00:41.8542926Z 2025-03-14T07:00:41.8543143Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:00:41.8549485Z 2025-03-14T07:00:41.8550052Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:00:41.8550772Z call :libtorch_check "IListRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-03-14T07:00:41.8551393Z if errorlevel 1 goto fail 2025-03-14T07:00:41.8551632Z ) 2025-03-14T07:00:41.8560072Z 2025-03-14T07:00:41.8560440Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:00:41.8563892Z 2025-03-14T07:00:41.8564468Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:00:41.8566708Z 2025-03-14T07:00:41.8567091Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "verify_api_visibility" goto :eof 2025-03-14T07:00:41.8568482Z 2025-03-14T07:00:41.8569091Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-03-14T07:00:41.8570006Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-03-14T07:00:41.8571353Z 2025-03-14T07:00:41.8571751Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:00:41.8572554Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-03-14T07:00:41.8573119Z goto :eof 2025-03-14T07:00:41.8573318Z ) 2025-03-14T07:00:41.8573419Z 2025-03-14T07:00:41.8573784Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/IListRef_test" 2025-03-14T07:00:42.0187902Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:00:42.0188740Z import pkg_resources 2025-03-14T07:00:47.3882201Z Found test times from artifacts 2025-03-14T07:00:47.4807696Z Found test times from artifacts 2025-03-14T07:00:47.4838367Z Running all tests 2025-03-14T07:00:47.4843565Z Running parallel tests on 3 processes 2025-03-14T07:00:47.4843953Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:00:47.4844247Z Serial tests (0): 2025-03-14T07:00:47.4844476Z Parallel tests (1): 2025-03-14T07:00:47.4844734Z cpp/IListRef_test 1/1 2025-03-14T07:00:47.4845012Z Name: excluded (est. time: 0.0min) 2025-03-14T07:00:47.4845289Z Serial tests (0): 2025-03-14T07:00:47.4845511Z Parallel tests (0): 2025-03-14T07:00:47.4912960Z Running cpp/IListRef_test 1/1 ... [2025-03-14 07:00:47.479125] 2025-03-14T07:00:47.4913389Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:47.4922560Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0f0ba2b944ea3c8e.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:47.479125] 2025-03-14T07:00:47.4924272Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:00:50.1650737Z 2025-03-14T07:00:50.1651781Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_012e76545a4c56e7_.log 2025-03-14T07:00:50.1652410Z 2025-03-14T07:00:51.7353876Z Running cpp/IListRef_test 1/1 ... [2025-03-14 07:00:51.729118] 2025-03-14T07:00:51.7354317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:00:51.7363599Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\IListRef_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-732c44f2c84e956b.xml', '-x', '--reruns=2'] ... [2025-03-14 07:00:51.729118] 2025-03-14T07:00:58.1185762Z 2025-03-14T07:00:58.1186577Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_157e328e99873a9f_.log 2025-03-14T07:00:58.1187680Z 2025-03-14T07:00:58.8333912Z Running test batch 'tests to run' cost 11.34 seconds 2025-03-14T07:00:59.4110369Z 2025-03-14T07:00:59.4110951Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:00:59.4111586Z echo "IListRef_test" failed with exit code 0 2025-03-14T07:00:59.4111907Z goto fail 2025-03-14T07:00:59.4112094Z ) 2025-03-14T07:00:59.4112208Z 2025-03-14T07:00:59.4112408Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:00:59.4112849Z echo "IListRef_test" failed with exit code 0 2025-03-14T07:00:59.4113177Z goto fail 2025-03-14T07:00:59.4113382Z ) 2025-03-14T07:00:59.4113488Z 2025-03-14T07:00:59.4113651Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:00:59.4119673Z 2025-03-14T07:00:59.4119915Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:00:59.4120635Z call :libtorch_check "inline_container_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-03-14T07:00:59.4121315Z if errorlevel 1 goto fail 2025-03-14T07:00:59.4121565Z ) 2025-03-14T07:00:59.4131280Z 2025-03-14T07:00:59.4132127Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:00:59.4135095Z 2025-03-14T07:00:59.4135588Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:00:59.4137862Z 2025-03-14T07:00:59.4138274Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "verify_api_visibility" goto :eof 2025-03-14T07:00:59.4139625Z 2025-03-14T07:00:59.4140221Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-03-14T07:00:59.4141191Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-03-14T07:00:59.4142829Z 2025-03-14T07:00:59.4143433Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:00:59.4144231Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-03-14T07:00:59.4144760Z goto :eof 2025-03-14T07:00:59.4144957Z ) 2025-03-14T07:00:59.4145069Z 2025-03-14T07:00:59.4145453Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/inline_container_test" 2025-03-14T07:00:59.5783122Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:00:59.5783954Z import pkg_resources 2025-03-14T07:01:05.0353840Z Found test times from artifacts 2025-03-14T07:01:05.1292809Z Found test times from artifacts 2025-03-14T07:01:05.1324105Z Running all tests 2025-03-14T07:01:05.1329479Z Running parallel tests on 3 processes 2025-03-14T07:01:05.1329875Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:01:05.1330217Z Serial tests (0): 2025-03-14T07:01:05.1330453Z Parallel tests (1): 2025-03-14T07:01:05.1330738Z cpp/inline_container_test 1/1 2025-03-14T07:01:05.1331034Z Name: excluded (est. time: 0.0min) 2025-03-14T07:01:05.1331314Z Serial tests (0): 2025-03-14T07:01:05.1331528Z Parallel tests (0): 2025-03-14T07:01:05.1401544Z Running cpp/inline_container_test 1/1 ... [2025-03-14 07:01:05.135570] 2025-03-14T07:01:05.1402085Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:05.1411095Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ee1995329b8a7570.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:05.135570] 2025-03-14T07:01:05.1412836Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:01:07.8905194Z 2025-03-14T07:01:07.8906147Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_92987444007bd7e7_.log 2025-03-14T07:01:07.8906954Z 2025-03-14T07:01:09.3907591Z Running cpp/inline_container_test 1/1 ... [2025-03-14 07:01:09.385644] 2025-03-14T07:01:09.3908090Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:09.3916377Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\inline_container_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e44e941e34f8d752.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:09.385644] 2025-03-14T07:01:14.2300385Z 2025-03-14T07:01:14.2301399Z cpp/inline_container_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.inline_container_test_1.1_2e246d9d0d3a2e07_.log 2025-03-14T07:01:14.2302080Z 2025-03-14T07:01:14.9498473Z Running test batch 'tests to run' cost 9.83 seconds 2025-03-14T07:01:15.5603572Z 2025-03-14T07:01:15.5604110Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:01:15.5604606Z echo "inline_container_test" failed with exit code 0 2025-03-14T07:01:15.5604942Z goto fail 2025-03-14T07:01:15.5605136Z ) 2025-03-14T07:01:15.5605252Z 2025-03-14T07:01:15.5605589Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:01:15.5606044Z echo "inline_container_test" failed with exit code 0 2025-03-14T07:01:15.5606375Z goto fail 2025-03-14T07:01:15.5606574Z ) 2025-03-14T07:01:15.5606817Z 2025-03-14T07:01:15.5607205Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:01:15.5613779Z 2025-03-14T07:01:15.5614181Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:01:15.5614861Z call :libtorch_check "ivalue_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-03-14T07:01:15.5615493Z if errorlevel 1 goto fail 2025-03-14T07:01:15.5615754Z ) 2025-03-14T07:01:15.5624637Z 2025-03-14T07:01:15.5625005Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:01:15.5628405Z 2025-03-14T07:01:15.5629008Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:01:15.5631210Z 2025-03-14T07:01:15.5631566Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "verify_api_visibility" goto :eof 2025-03-14T07:01:15.5633025Z 2025-03-14T07:01:15.5633552Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-03-14T07:01:15.5634451Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-03-14T07:01:15.5635868Z 2025-03-14T07:01:15.5636269Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:01:15.5636958Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-03-14T07:01:15.5637455Z goto :eof 2025-03-14T07:01:15.5637679Z ) 2025-03-14T07:01:15.5637778Z 2025-03-14T07:01:15.5638294Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/ivalue_test" 2025-03-14T07:01:15.7248614Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:01:15.7249468Z import pkg_resources 2025-03-14T07:01:21.1088161Z Found test times from artifacts 2025-03-14T07:01:21.2021152Z Found test times from artifacts 2025-03-14T07:01:21.2052306Z Running all tests 2025-03-14T07:01:21.2057448Z Running parallel tests on 3 processes 2025-03-14T07:01:21.2057839Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:01:21.2058148Z Serial tests (0): 2025-03-14T07:01:21.2058370Z Parallel tests (1): 2025-03-14T07:01:21.2058599Z cpp/ivalue_test 1/1 2025-03-14T07:01:21.2058847Z Name: excluded (est. time: 0.0min) 2025-03-14T07:01:21.2059104Z Serial tests (0): 2025-03-14T07:01:21.2059318Z Parallel tests (0): 2025-03-14T07:01:21.2127102Z Running cpp/ivalue_test 1/1 ... [2025-03-14 07:01:21.198310] 2025-03-14T07:01:21.2127524Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:21.2136498Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f9aecdc5a5ea68b1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:21.198310] 2025-03-14T07:01:21.2138182Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:01:23.8536870Z 2025-03-14T07:01:23.8538002Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_8bc6bae474c61163_.log 2025-03-14T07:01:23.8538666Z 2025-03-14T07:01:25.5048281Z Running cpp/ivalue_test 1/1 ... [2025-03-14 07:01:25.495288] 2025-03-14T07:01:25.5048728Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:25.5057654Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\ivalue_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-97d0b7e4856a5d56.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:25.495288] 2025-03-14T07:01:35.8319268Z 2025-03-14T07:01:35.8320059Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_c2f9ab6f4a138729_.log 2025-03-14T07:01:35.8321494Z 2025-03-14T07:01:36.5399224Z Running test batch 'tests to run' cost 15.33 seconds 2025-03-14T07:01:37.1198118Z 2025-03-14T07:01:37.1198867Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:01:37.1199342Z echo "ivalue_test" failed with exit code 0 2025-03-14T07:01:37.1199641Z goto fail 2025-03-14T07:01:37.1199825Z ) 2025-03-14T07:01:37.1199943Z 2025-03-14T07:01:37.1200137Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:01:37.1200546Z echo "ivalue_test" failed with exit code 0 2025-03-14T07:01:37.1200828Z goto fail 2025-03-14T07:01:37.1201006Z ) 2025-03-14T07:01:37.1201100Z 2025-03-14T07:01:37.1201267Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:01:37.1207573Z 2025-03-14T07:01:37.1207791Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:01:37.1208507Z call :libtorch_check "KernelFunction_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-03-14T07:01:37.1209174Z if errorlevel 1 goto fail 2025-03-14T07:01:37.1209421Z ) 2025-03-14T07:01:37.1219113Z 2025-03-14T07:01:37.1219494Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:01:37.1222859Z 2025-03-14T07:01:37.1223640Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:01:37.1225693Z 2025-03-14T07:01:37.1226211Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "verify_api_visibility" goto :eof 2025-03-14T07:01:37.1227437Z 2025-03-14T07:01:37.1227999Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-03-14T07:01:37.1228934Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-03-14T07:01:37.1230450Z 2025-03-14T07:01:37.1230868Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:01:37.1231615Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-03-14T07:01:37.1232106Z goto :eof 2025-03-14T07:01:37.1232284Z ) 2025-03-14T07:01:37.1232394Z 2025-03-14T07:01:37.1232767Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/KernelFunction_test" 2025-03-14T07:01:37.2861118Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:01:37.2861940Z import pkg_resources 2025-03-14T07:01:42.6560675Z Found test times from artifacts 2025-03-14T07:01:42.7487225Z Found test times from artifacts 2025-03-14T07:01:42.7517790Z Running all tests 2025-03-14T07:01:42.7523068Z Running parallel tests on 3 processes 2025-03-14T07:01:42.7523443Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:01:42.7523852Z Serial tests (0): 2025-03-14T07:01:42.7524157Z Parallel tests (1): 2025-03-14T07:01:42.7524403Z cpp/KernelFunction_test 1/1 2025-03-14T07:01:42.7524684Z Name: excluded (est. time: 0.0min) 2025-03-14T07:01:42.7524945Z Serial tests (0): 2025-03-14T07:01:42.7525161Z Parallel tests (0): 2025-03-14T07:01:42.7592906Z Running cpp/KernelFunction_test 1/1 ... [2025-03-14 07:01:42.745510] 2025-03-14T07:01:42.7593364Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:42.7602443Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4da577708addafe3.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:42.745510] 2025-03-14T07:01:42.7604277Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:01:45.4118741Z 2025-03-14T07:01:45.4119777Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_86bad354aab43f5a_.log 2025-03-14T07:01:45.4120449Z 2025-03-14T07:01:47.0560842Z Running cpp/KernelFunction_test 1/1 ... [2025-03-14 07:01:47.042457] 2025-03-14T07:01:47.0561325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:01:47.0569719Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\KernelFunction_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-46f672d7889ac52f.xml', '-x', '--reruns=2'] ... [2025-03-14 07:01:47.042457] 2025-03-14T07:01:55.0681799Z 2025-03-14T07:01:55.0682703Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_8ec5cf50e34381d8_.log 2025-03-14T07:01:55.0683835Z 2025-03-14T07:01:55.7795434Z Running test batch 'tests to run' cost 13.03 seconds 2025-03-14T07:01:56.3650856Z 2025-03-14T07:01:56.3651462Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:01:56.3652109Z echo "KernelFunction_test" failed with exit code 0 2025-03-14T07:01:56.3652534Z goto fail 2025-03-14T07:01:56.3652729Z ) 2025-03-14T07:01:56.3652828Z 2025-03-14T07:01:56.3653025Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:01:56.3653464Z echo "KernelFunction_test" failed with exit code 0 2025-03-14T07:01:56.3653783Z goto fail 2025-03-14T07:01:56.3653962Z ) 2025-03-14T07:01:56.3654195Z 2025-03-14T07:01:56.3654710Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:01:56.3661519Z 2025-03-14T07:01:56.3661737Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:01:56.3662509Z call :libtorch_check "kernel_function_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-03-14T07:01:56.3663217Z if errorlevel 1 goto fail 2025-03-14T07:01:56.3663455Z ) 2025-03-14T07:01:56.3672188Z 2025-03-14T07:01:56.3672743Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:01:56.3675948Z 2025-03-14T07:01:56.3676439Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:01:56.3678716Z 2025-03-14T07:01:56.3679145Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "verify_api_visibility" goto :eof 2025-03-14T07:01:56.3680484Z 2025-03-14T07:01:56.3681067Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-03-14T07:01:56.3682167Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-03-14T07:01:56.3683303Z 2025-03-14T07:01:56.3683742Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:01:56.3684537Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-03-14T07:01:56.3685064Z goto :eof 2025-03-14T07:01:56.3685251Z ) 2025-03-14T07:01:56.3685350Z 2025-03-14T07:01:56.3685740Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_legacy_test" 2025-03-14T07:01:56.5304876Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:01:56.5305680Z import pkg_resources 2025-03-14T07:02:01.9372230Z Found test times from artifacts 2025-03-14T07:02:02.0302348Z Found test times from artifacts 2025-03-14T07:02:02.0334541Z Running all tests 2025-03-14T07:02:02.0340241Z Running parallel tests on 3 processes 2025-03-14T07:02:02.0340702Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:02:02.0340993Z Serial tests (0): 2025-03-14T07:02:02.0341217Z Parallel tests (1): 2025-03-14T07:02:02.0341462Z cpp/kernel_function_legacy_test 1/1 2025-03-14T07:02:02.0341760Z Name: excluded (est. time: 0.0min) 2025-03-14T07:02:02.0342018Z Serial tests (0): 2025-03-14T07:02:02.0342225Z Parallel tests (0): 2025-03-14T07:02:02.0412494Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-03-14 07:02:02.027028] 2025-03-14T07:02:02.0412978Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:02.0421954Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9c604da2210b424e.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:02.027028] 2025-03-14T07:02:02.0423689Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:02:04.7790617Z 2025-03-14T07:02:04.7792222Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_3562b14427deda59_.log 2025-03-14T07:02:04.7793266Z 2025-03-14T07:02:06.3227001Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-03-14 07:02:06.308337] 2025-03-14T07:02:06.3227500Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:06.3235786Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-02eb0697efccb2be.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:06.308337] 2025-03-14T07:02:19.3187039Z 2025-03-14T07:02:19.3187985Z cpp/kernel_function_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_legacy_test_1.1_fbb0008e139ed38e_.log 2025-03-14T07:02:19.3189508Z 2025-03-14T07:02:20.0279395Z Running test batch 'tests to run' cost 18.0 seconds 2025-03-14T07:02:20.6071508Z 2025-03-14T07:02:20.6072118Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:02:20.6072611Z echo "kernel_function_legacy_test" failed with exit code 0 2025-03-14T07:02:20.6072976Z goto fail 2025-03-14T07:02:20.6073173Z ) 2025-03-14T07:02:20.6073286Z 2025-03-14T07:02:20.6073479Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:02:20.6073931Z echo "kernel_function_legacy_test" failed with exit code 0 2025-03-14T07:02:20.6074271Z goto fail 2025-03-14T07:02:20.6074449Z ) 2025-03-14T07:02:20.6074838Z 2025-03-14T07:02:20.6075513Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:02:20.6081703Z 2025-03-14T07:02:20.6081909Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:02:20.6082618Z call :libtorch_check "kernel_function_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-03-14T07:02:20.6083281Z if errorlevel 1 goto fail 2025-03-14T07:02:20.6083516Z ) 2025-03-14T07:02:20.6092387Z 2025-03-14T07:02:20.6092859Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:02:20.6096007Z 2025-03-14T07:02:20.6096520Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:02:20.6098875Z 2025-03-14T07:02:20.6099301Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "verify_api_visibility" goto :eof 2025-03-14T07:02:20.6100644Z 2025-03-14T07:02:20.6101242Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-03-14T07:02:20.6102187Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-03-14T07:02:20.6103571Z 2025-03-14T07:02:20.6104091Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:02:20.6104837Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-03-14T07:02:20.6105325Z goto :eof 2025-03-14T07:02:20.6105507Z ) 2025-03-14T07:02:20.6105610Z 2025-03-14T07:02:20.6105979Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_test" 2025-03-14T07:02:20.7719295Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:02:20.7720129Z import pkg_resources 2025-03-14T07:02:26.3092769Z Found test times from artifacts 2025-03-14T07:02:26.4017012Z Found test times from artifacts 2025-03-14T07:02:26.4048747Z Running all tests 2025-03-14T07:02:26.4053967Z Running parallel tests on 3 processes 2025-03-14T07:02:26.4054385Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:02:26.4054669Z Serial tests (0): 2025-03-14T07:02:26.4054883Z Parallel tests (1): 2025-03-14T07:02:26.4055113Z cpp/kernel_function_test 1/1 2025-03-14T07:02:26.4055387Z Name: excluded (est. time: 0.0min) 2025-03-14T07:02:26.4055651Z Serial tests (0): 2025-03-14T07:02:26.4055865Z Parallel tests (0): 2025-03-14T07:02:26.4125077Z Running cpp/kernel_function_test 1/1 ... [2025-03-14 07:02:26.402332] 2025-03-14T07:02:26.4125514Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:26.4134830Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-efe3c1a16d5ae4c8.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:26.402332] 2025-03-14T07:02:26.4136729Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:02:29.1542429Z 2025-03-14T07:02:29.1543311Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_87fa66fcfb3f71d5_.log 2025-03-14T07:02:29.1543996Z 2025-03-14T07:02:30.6025915Z Running cpp/kernel_function_test 1/1 ... [2025-03-14 07:02:30.589906] 2025-03-14T07:02:30.6026374Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:30.6035046Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_function_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1138e9827c41cd0c.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:30.589906] 2025-03-14T07:02:41.0630198Z 2025-03-14T07:02:41.0631092Z cpp/kernel_function_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_function_test_1.1_077b9d659a32c050_.log 2025-03-14T07:02:41.0632540Z 2025-03-14T07:02:41.7799170Z Running test batch 'tests to run' cost 15.38 seconds 2025-03-14T07:02:42.3674029Z 2025-03-14T07:02:42.3674597Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:02:42.3675094Z echo "kernel_function_test" failed with exit code 0 2025-03-14T07:02:42.3675422Z goto fail 2025-03-14T07:02:42.3675612Z ) 2025-03-14T07:02:42.3675728Z 2025-03-14T07:02:42.3675920Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:02:42.3676382Z echo "kernel_function_test" failed with exit code 0 2025-03-14T07:02:42.3676714Z goto fail 2025-03-14T07:02:42.3676899Z ) 2025-03-14T07:02:42.3676996Z 2025-03-14T07:02:42.3677160Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:02:42.3684323Z 2025-03-14T07:02:42.3684851Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:02:42.3685641Z call :libtorch_check "kernel_lambda_legacy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-03-14T07:02:42.3686332Z if errorlevel 1 goto fail 2025-03-14T07:02:42.3686575Z ) 2025-03-14T07:02:42.3694757Z 2025-03-14T07:02:42.3695296Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:02:42.3698386Z 2025-03-14T07:02:42.3698855Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:02:42.3701342Z 2025-03-14T07:02:42.3701828Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "verify_api_visibility" goto :eof 2025-03-14T07:02:42.3703254Z 2025-03-14T07:02:42.3703957Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-03-14T07:02:42.3705009Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-03-14T07:02:42.3706189Z 2025-03-14T07:02:42.3706614Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:02:42.3707405Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-03-14T07:02:42.3707927Z goto :eof 2025-03-14T07:02:42.3708125Z ) 2025-03-14T07:02:42.3708218Z 2025-03-14T07:02:42.3708615Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_legacy_test" 2025-03-14T07:02:42.5316006Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:02:42.5316837Z import pkg_resources 2025-03-14T07:02:47.8915745Z Found test times from artifacts 2025-03-14T07:02:47.9846071Z Found test times from artifacts 2025-03-14T07:02:47.9877020Z Running all tests 2025-03-14T07:02:47.9882503Z Running parallel tests on 3 processes 2025-03-14T07:02:47.9882884Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:02:47.9883162Z Serial tests (0): 2025-03-14T07:02:47.9883390Z Parallel tests (1): 2025-03-14T07:02:47.9883627Z cpp/kernel_lambda_legacy_test 1/1 2025-03-14T07:02:47.9883913Z Name: excluded (est. time: 0.0min) 2025-03-14T07:02:47.9884175Z Serial tests (0): 2025-03-14T07:02:47.9884391Z Parallel tests (0): 2025-03-14T07:02:47.9953124Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-03-14 07:02:47.980713] 2025-03-14T07:02:47.9953732Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:47.9962763Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0ba2aceb0b8948a1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:47.980713] 2025-03-14T07:02:47.9965046Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:02:50.7143590Z 2025-03-14T07:02:50.7146884Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_ee40b18aca0e2ea4_.log 2025-03-14T07:02:50.7148012Z 2025-03-14T07:02:52.3054500Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-03-14 07:02:52.293282] 2025-03-14T07:02:52.3055005Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:02:52.3065695Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_legacy_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b7ac89fcbfb2f9e1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:02:52.293282] 2025-03-14T07:03:04.9583382Z 2025-03-14T07:03:04.9584303Z cpp/kernel_lambda_legacy_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_legacy_test_1.1_19bd20e23e7bdf47_.log 2025-03-14T07:03:04.9585840Z 2025-03-14T07:03:05.6951326Z Running test batch 'tests to run' cost 17.7 seconds 2025-03-14T07:03:06.2894628Z 2025-03-14T07:03:06.2895307Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:03:06.2895804Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-03-14T07:03:06.2896149Z goto fail 2025-03-14T07:03:06.2896373Z ) 2025-03-14T07:03:06.2896490Z 2025-03-14T07:03:06.2896699Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:03:06.2897141Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-03-14T07:03:06.2897478Z goto fail 2025-03-14T07:03:06.2897808Z ) 2025-03-14T07:03:06.2898003Z 2025-03-14T07:03:06.2898157Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:03:06.2904532Z 2025-03-14T07:03:06.2904747Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:03:06.2905448Z call :libtorch_check "kernel_lambda_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-03-14T07:03:06.2906084Z if errorlevel 1 goto fail 2025-03-14T07:03:06.2906311Z ) 2025-03-14T07:03:06.2915501Z 2025-03-14T07:03:06.2916119Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:03:06.2919089Z 2025-03-14T07:03:06.2919710Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:03:06.2921861Z 2025-03-14T07:03:06.2922375Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "verify_api_visibility" goto :eof 2025-03-14T07:03:06.2923618Z 2025-03-14T07:03:06.2924245Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-03-14T07:03:06.2925169Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-03-14T07:03:06.2926430Z 2025-03-14T07:03:06.2926847Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:03:06.2927573Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-03-14T07:03:06.2928073Z goto :eof 2025-03-14T07:03:06.2928376Z ) 2025-03-14T07:03:06.2928554Z 2025-03-14T07:03:06.2928929Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_test" 2025-03-14T07:03:06.4553192Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:03:06.4554015Z import pkg_resources 2025-03-14T07:03:11.8005512Z Found test times from artifacts 2025-03-14T07:03:11.8933706Z Found test times from artifacts 2025-03-14T07:03:11.8963958Z Running all tests 2025-03-14T07:03:11.8969020Z Running parallel tests on 3 processes 2025-03-14T07:03:11.8969404Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:03:11.8969681Z Serial tests (0): 2025-03-14T07:03:11.8969908Z Parallel tests (1): 2025-03-14T07:03:11.8970160Z cpp/kernel_lambda_test 1/1 2025-03-14T07:03:11.8970433Z Name: excluded (est. time: 0.0min) 2025-03-14T07:03:11.8970711Z Serial tests (0): 2025-03-14T07:03:11.8970935Z Parallel tests (0): 2025-03-14T07:03:11.9039214Z Running cpp/kernel_lambda_test 1/1 ... [2025-03-14 07:03:11.902875] 2025-03-14T07:03:11.9039650Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:11.9048175Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-508f663d49a42807.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:11.902875] 2025-03-14T07:03:11.9049903Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:03:14.5682520Z 2025-03-14T07:03:14.5683527Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_e7a14f124872fd6e_.log 2025-03-14T07:03:14.5684200Z 2025-03-14T07:03:16.1402307Z Running cpp/kernel_lambda_test 1/1 ... [2025-03-14 07:03:16.137294] 2025-03-14T07:03:16.1402755Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:16.1415778Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_lambda_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f50aff2d9de845e5.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:16.137294] 2025-03-14T07:03:26.5262985Z 2025-03-14T07:03:26.5263837Z cpp/kernel_lambda_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_lambda_test_1.1_d98775a01de405e3_.log 2025-03-14T07:03:26.5265378Z 2025-03-14T07:03:27.2467101Z Running test batch 'tests to run' cost 15.34 seconds 2025-03-14T07:03:27.8226179Z 2025-03-14T07:03:27.8226867Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:03:27.8227363Z echo "kernel_lambda_test" failed with exit code 0 2025-03-14T07:03:27.8227702Z goto fail 2025-03-14T07:03:27.8227911Z ) 2025-03-14T07:03:27.8228025Z 2025-03-14T07:03:27.8228216Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:03:27.8228649Z echo "kernel_lambda_test" failed with exit code 0 2025-03-14T07:03:27.8228966Z goto fail 2025-03-14T07:03:27.8229138Z ) 2025-03-14T07:03:27.8229240Z 2025-03-14T07:03:27.8229394Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:03:27.8235424Z 2025-03-14T07:03:27.8235916Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:03:27.8236668Z call :libtorch_check "kernel_stackbased_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-03-14T07:03:27.8237340Z if errorlevel 1 goto fail 2025-03-14T07:03:27.8237569Z ) 2025-03-14T07:03:27.8245980Z 2025-03-14T07:03:27.8246542Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:03:27.8249796Z 2025-03-14T07:03:27.8250261Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:03:27.8252566Z 2025-03-14T07:03:27.8252937Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "verify_api_visibility" goto :eof 2025-03-14T07:03:27.8254305Z 2025-03-14T07:03:27.8254847Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-03-14T07:03:27.8255799Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-03-14T07:03:27.8257638Z 2025-03-14T07:03:27.8258031Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:03:27.8258792Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-03-14T07:03:27.8259302Z goto :eof 2025-03-14T07:03:27.8259475Z ) 2025-03-14T07:03:27.8259582Z 2025-03-14T07:03:27.8259963Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_stackbased_test" 2025-03-14T07:03:27.9863347Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:03:27.9864171Z import pkg_resources 2025-03-14T07:03:33.3343615Z Found test times from artifacts 2025-03-14T07:03:33.4271734Z Found test times from artifacts 2025-03-14T07:03:33.4302280Z Running all tests 2025-03-14T07:03:33.4307552Z Running parallel tests on 3 processes 2025-03-14T07:03:33.4307923Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:03:33.4308212Z Serial tests (0): 2025-03-14T07:03:33.4308442Z Parallel tests (1): 2025-03-14T07:03:33.4308720Z cpp/kernel_stackbased_test 1/1 2025-03-14T07:03:33.4309012Z Name: excluded (est. time: 0.0min) 2025-03-14T07:03:33.4309266Z Serial tests (0): 2025-03-14T07:03:33.4309486Z Parallel tests (0): 2025-03-14T07:03:33.4377438Z Running cpp/kernel_stackbased_test 1/1 ... [2025-03-14 07:03:33.434330] 2025-03-14T07:03:33.4378026Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:33.4387329Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-88f94647c2296598.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:33.434330] 2025-03-14T07:03:33.4389040Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:03:36.1170238Z 2025-03-14T07:03:36.1171213Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_036bcdce009a29c0_.log 2025-03-14T07:03:36.1171913Z 2025-03-14T07:03:37.6883869Z Running cpp/kernel_stackbased_test 1/1 ... [2025-03-14 07:03:37.684405] 2025-03-14T07:03:37.6884356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:37.6893684Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\kernel_stackbased_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-634c1af43f3062e1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:37.684405] 2025-03-14T07:03:42.5484426Z 2025-03-14T07:03:42.5485317Z cpp/kernel_stackbased_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.kernel_stackbased_test_1.1_fd4df3f65bd1a23f_.log 2025-03-14T07:03:42.5486042Z 2025-03-14T07:03:43.2829448Z Running test batch 'tests to run' cost 9.86 seconds 2025-03-14T07:03:43.8614940Z 2025-03-14T07:03:43.8615490Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:03:43.8615980Z echo "kernel_stackbased_test" failed with exit code 0 2025-03-14T07:03:43.8616327Z goto fail 2025-03-14T07:03:43.8616532Z ) 2025-03-14T07:03:43.8616661Z 2025-03-14T07:03:43.8616881Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:03:43.8617339Z echo "kernel_stackbased_test" failed with exit code 0 2025-03-14T07:03:43.8617671Z goto fail 2025-03-14T07:03:43.8617868Z ) 2025-03-14T07:03:43.8617986Z 2025-03-14T07:03:43.8618146Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:03:43.8624411Z 2025-03-14T07:03:43.8624660Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:03:43.8625405Z call :libtorch_check "lazy_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-03-14T07:03:43.8626050Z if errorlevel 1 goto fail 2025-03-14T07:03:43.8626295Z ) 2025-03-14T07:03:43.8635561Z 2025-03-14T07:03:43.8636246Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:03:43.8639339Z 2025-03-14T07:03:43.8639840Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:03:43.8642177Z 2025-03-14T07:03:43.8642648Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:03:43.8643935Z 2025-03-14T07:03:43.8644485Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-03-14T07:03:43.8645404Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-03-14T07:03:43.8646679Z 2025-03-14T07:03:43.8647075Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:03:43.8647829Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-03-14T07:03:43.8648396Z goto :eof 2025-03-14T07:03:43.8648594Z ) 2025-03-14T07:03:43.8648699Z 2025-03-14T07:03:43.8649849Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/lazy_tensor_test" 2025-03-14T07:03:44.0259979Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:03:44.0260814Z import pkg_resources 2025-03-14T07:03:49.3936177Z Found test times from artifacts 2025-03-14T07:03:49.4864309Z Found test times from artifacts 2025-03-14T07:03:49.4894862Z Running all tests 2025-03-14T07:03:49.4903295Z Running parallel tests on 3 processes 2025-03-14T07:03:49.4903721Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:03:49.4904060Z Serial tests (0): 2025-03-14T07:03:49.4904360Z Parallel tests (1): 2025-03-14T07:03:49.4904661Z cpp/lazy_tensor_test 1/1 2025-03-14T07:03:49.4904980Z Name: excluded (est. time: 0.0min) 2025-03-14T07:03:49.4905288Z Serial tests (0): 2025-03-14T07:03:49.4905546Z Parallel tests (0): 2025-03-14T07:03:49.4974861Z Running cpp/lazy_tensor_test 1/1 ... [2025-03-14 07:03:49.497013] 2025-03-14T07:03:49.4975340Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:49.4984715Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-40223a14236d532e.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:49.497013] 2025-03-14T07:03:49.4986663Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:03:52.2242322Z 2025-03-14T07:03:52.2243202Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_e15aaacd2fa9fd67_.log 2025-03-14T07:03:52.2243874Z 2025-03-14T07:03:53.6645324Z Running cpp/lazy_tensor_test 1/1 ... [2025-03-14 07:03:53.653288] 2025-03-14T07:03:53.6645833Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:03:53.6654381Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\lazy_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4e36a02d9cff2ce1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:03:53.653288] 2025-03-14T07:03:56.7341714Z 2025-03-14T07:03:56.7342857Z cpp/lazy_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.lazy_tensor_test_1.1_a448a50bbd4557b5_.log 2025-03-14T07:03:56.7343546Z 2025-03-14T07:03:57.4996418Z Running test batch 'tests to run' cost 8.02 seconds 2025-03-14T07:03:58.0779991Z 2025-03-14T07:03:58.0780572Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:03:58.0781097Z echo "lazy_tensor_test" failed with exit code 0 2025-03-14T07:03:58.0781486Z goto fail 2025-03-14T07:03:58.0781730Z ) 2025-03-14T07:03:58.0781855Z 2025-03-14T07:03:58.0782086Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:03:58.0782551Z echo "lazy_tensor_test" failed with exit code 0 2025-03-14T07:03:58.0782879Z goto fail 2025-03-14T07:03:58.0783106Z ) 2025-03-14T07:03:58.0783246Z 2025-03-14T07:03:58.0783416Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:03:58.0789608Z 2025-03-14T07:03:58.0790159Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:03:58.0790951Z call :libtorch_check "legacy_vmap_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-03-14T07:03:58.0791631Z if errorlevel 1 goto fail 2025-03-14T07:03:58.0791928Z ) 2025-03-14T07:03:58.0800127Z 2025-03-14T07:03:58.0800634Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:03:58.0803718Z 2025-03-14T07:03:58.0804372Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:03:58.0806154Z 2025-03-14T07:03:58.0806588Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "verify_api_visibility" goto :eof 2025-03-14T07:03:58.0807366Z 2025-03-14T07:03:58.0807932Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-03-14T07:03:58.0808897Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-03-14T07:03:58.0809493Z 2025-03-14T07:03:58.0809944Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:03:58.0810726Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-03-14T07:03:58.0811242Z goto :eof 2025-03-14T07:03:58.0811481Z ) 2025-03-14T07:03:58.0811619Z 2025-03-14T07:03:58.0811988Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/legacy_vmap_test" 2025-03-14T07:03:58.2424479Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:03:58.2425360Z import pkg_resources 2025-03-14T07:04:03.7103106Z Found test times from artifacts 2025-03-14T07:04:03.8036670Z Found test times from artifacts 2025-03-14T07:04:03.8067994Z Running all tests 2025-03-14T07:04:03.8073390Z Running parallel tests on 3 processes 2025-03-14T07:04:03.8073942Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:04:03.8074358Z Serial tests (0): 2025-03-14T07:04:03.8074627Z Parallel tests (1): 2025-03-14T07:04:03.8074919Z cpp/legacy_vmap_test 1/1 2025-03-14T07:04:03.8075223Z Name: excluded (est. time: 0.0min) 2025-03-14T07:04:03.8075515Z Serial tests (0): 2025-03-14T07:04:03.8075784Z Parallel tests (0): 2025-03-14T07:04:03.8145144Z Running cpp/legacy_vmap_test 1/1 ... [2025-03-14 07:04:03.809639] 2025-03-14T07:04:03.8145634Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:04:03.8154873Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fe6b9e0329d43a18.xml', '-x', '--reruns=2'] ... [2025-03-14 07:04:03.809639] 2025-03-14T07:04:03.8156638Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:04:06.5996762Z 2025-03-14T07:04:06.5997688Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_aafd447ef705fabb_.log 2025-03-14T07:04:06.5998380Z 2025-03-14T07:04:08.1700301Z Running cpp/legacy_vmap_test 1/1 ... [2025-03-14 07:04:08.169054] 2025-03-14T07:04:08.1700808Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:04:08.1709637Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\legacy_vmap_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-243a01713c823885.xml', '-x', '--reruns=2'] ... [2025-03-14 07:04:08.169054] 2025-03-14T07:04:15.4285741Z 2025-03-14T07:04:15.4286688Z cpp/legacy_vmap_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.legacy_vmap_test_1.1_7e022b45c13f437e_.log 2025-03-14T07:04:15.4287678Z 2025-03-14T07:04:16.1319992Z Running test batch 'tests to run' cost 12.33 seconds 2025-03-14T07:04:16.7149449Z 2025-03-14T07:04:16.7150164Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:04:16.7150863Z echo "legacy_vmap_test" failed with exit code 0 2025-03-14T07:04:16.7151312Z goto fail 2025-03-14T07:04:16.7151532Z ) 2025-03-14T07:04:16.7151681Z 2025-03-14T07:04:16.7151891Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:04:16.7152361Z echo "legacy_vmap_test" failed with exit code 0 2025-03-14T07:04:16.7152720Z goto fail 2025-03-14T07:04:16.7152953Z ) 2025-03-14T07:04:16.7153067Z 2025-03-14T07:04:16.7153262Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:04:16.7160336Z 2025-03-14T07:04:16.7160914Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:04:16.7161654Z call :libtorch_check "List_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-03-14T07:04:16.7162276Z if errorlevel 1 goto fail 2025-03-14T07:04:16.7162531Z ) 2025-03-14T07:04:16.7171281Z 2025-03-14T07:04:16.7171763Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:04:16.7175173Z 2025-03-14T07:04:16.7175780Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:04:16.7177836Z 2025-03-14T07:04:16.7178212Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "verify_api_visibility" goto :eof 2025-03-14T07:04:16.7179446Z 2025-03-14T07:04:16.7179987Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-03-14T07:04:16.7180844Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-03-14T07:04:16.7181812Z 2025-03-14T07:04:16.7182190Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:04:16.7182868Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-03-14T07:04:16.7183350Z goto :eof 2025-03-14T07:04:16.7183561Z ) 2025-03-14T07:04:16.7183665Z 2025-03-14T07:04:16.7184013Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/List_test" 2025-03-14T07:04:16.8820077Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:04:16.8820924Z import pkg_resources 2025-03-14T07:04:22.3050037Z Found test times from artifacts 2025-03-14T07:04:22.3986124Z Found test times from artifacts 2025-03-14T07:04:22.4018948Z Running all tests 2025-03-14T07:04:22.4024466Z Running parallel tests on 3 processes 2025-03-14T07:04:22.4024881Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:04:22.4025181Z Serial tests (0): 2025-03-14T07:04:22.4025409Z Parallel tests (1): 2025-03-14T07:04:22.4025649Z cpp/List_test 1/1 2025-03-14T07:04:22.4025898Z Name: excluded (est. time: 0.0min) 2025-03-14T07:04:22.4026170Z Serial tests (0): 2025-03-14T07:04:22.4026401Z Parallel tests (0): 2025-03-14T07:04:22.4097670Z Running cpp/List_test 1/1 ... [2025-03-14 07:04:22.403566] 2025-03-14T07:04:22.4098081Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:04:22.4107376Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d7f9c992802f845e.xml', '-x', '--reruns=2'] ... [2025-03-14 07:04:22.403566] 2025-03-14T07:04:22.4109142Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:04:25.1450047Z 2025-03-14T07:04:25.1450888Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_fa24849e3f60856c_.log 2025-03-14T07:04:25.1451495Z 2025-03-14T07:04:26.6125355Z Running cpp/List_test 1/1 ... [2025-03-14 07:04:26.606714] 2025-03-14T07:04:26.6125876Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:04:26.6134928Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\List_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-5bb5149c7a013411.xml', '-x', '--reruns=2'] ... [2025-03-14 07:04:26.606714] 2025-03-14T07:04:54.9948999Z 2025-03-14T07:04:54.9949854Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_bf976a14c1e7094b_.log 2025-03-14T07:04:54.9953159Z 2025-03-14T07:04:55.7115636Z Running test batch 'tests to run' cost 33.31 seconds 2025-03-14T07:04:56.2900790Z 2025-03-14T07:04:56.2901431Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:04:56.2901896Z echo "List_test" failed with exit code 0 2025-03-14T07:04:56.2902210Z goto fail 2025-03-14T07:04:56.2903294Z ) 2025-03-14T07:04:56.2903459Z 2025-03-14T07:04:56.2903701Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:04:56.2904122Z echo "List_test" failed with exit code 0 2025-03-14T07:04:56.2904418Z goto fail 2025-03-14T07:04:56.2904619Z ) 2025-03-14T07:04:56.2904727Z 2025-03-14T07:04:56.2904901Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:04:56.2910243Z 2025-03-14T07:04:56.2910504Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:04:56.2911483Z call :libtorch_check "make_boxed_from_unboxed_functor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-03-14T07:04:56.2912334Z if errorlevel 1 goto fail 2025-03-14T07:04:56.2912599Z ) 2025-03-14T07:04:56.2920139Z 2025-03-14T07:04:56.2920754Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:04:56.2923615Z 2025-03-14T07:04:56.2924200Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:04:56.2925912Z 2025-03-14T07:04:56.2926360Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:04:56.2927127Z 2025-03-14T07:04:56.2927759Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-03-14T07:04:56.2928827Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-03-14T07:04:56.2929342Z 2025-03-14T07:04:56.2929855Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:04:56.2930726Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-03-14T07:04:56.2931297Z goto :eof 2025-03-14T07:04:56.2931490Z ) 2025-03-14T07:04:56.2931613Z 2025-03-14T07:04:56.2932030Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/make_boxed_from_unboxed_functor_test" 2025-03-14T07:04:56.4543590Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:04:56.4544436Z import pkg_resources 2025-03-14T07:05:01.8465420Z Found test times from artifacts 2025-03-14T07:05:01.9398212Z Found test times from artifacts 2025-03-14T07:05:01.9430335Z Running all tests 2025-03-14T07:05:01.9435718Z Running parallel tests on 3 processes 2025-03-14T07:05:01.9436133Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:05:01.9436415Z Serial tests (0): 2025-03-14T07:05:01.9436758Z Parallel tests (1): 2025-03-14T07:05:01.9437106Z cpp/make_boxed_from_unboxed_functor_test 1/1 2025-03-14T07:05:01.9437447Z Name: excluded (est. time: 0.0min) 2025-03-14T07:05:01.9437731Z Serial tests (0): 2025-03-14T07:05:01.9437945Z Parallel tests (0): 2025-03-14T07:05:01.9506768Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-03-14 07:05:01.935101] 2025-03-14T07:05:01.9507280Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:01.9516589Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d2ae026076df4dfd.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:01.950747] 2025-03-14T07:05:01.9518372Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:05:04.6478492Z 2025-03-14T07:05:04.6479663Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_a4dbb10360eb6786_.log 2025-03-14T07:05:04.6480489Z 2025-03-14T07:05:06.2087134Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-03-14 07:05:06.200776] 2025-03-14T07:05:06.2087670Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:06.2096271Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\make_boxed_from_unboxed_functor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-86bb500369ee4843.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:06.200776] 2025-03-14T07:05:17.7999948Z 2025-03-14T07:05:17.8000975Z cpp/make_boxed_from_unboxed_functor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.make_boxed_from_unboxed_functor_test_1.1_2e01d893830bc718_.log 2025-03-14T07:05:17.8002268Z 2025-03-14T07:05:18.5118019Z Running test batch 'tests to run' cost 16.56 seconds 2025-03-14T07:05:19.1036770Z 2025-03-14T07:05:19.1037436Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:05:19.1037986Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-03-14T07:05:19.1038377Z goto fail 2025-03-14T07:05:19.1038565Z ) 2025-03-14T07:05:19.1038696Z 2025-03-14T07:05:19.1038898Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:05:19.1039419Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-03-14T07:05:19.1039807Z goto fail 2025-03-14T07:05:19.1039999Z ) 2025-03-14T07:05:19.1040102Z 2025-03-14T07:05:19.1040263Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:05:19.1045867Z 2025-03-14T07:05:19.1046064Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:05:19.1046748Z call :libtorch_check "math_kernel_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-03-14T07:05:19.1047394Z if errorlevel 1 goto fail 2025-03-14T07:05:19.1047641Z ) 2025-03-14T07:05:19.1056254Z 2025-03-14T07:05:19.1056673Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:05:19.1060233Z 2025-03-14T07:05:19.1060802Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:05:19.1062623Z 2025-03-14T07:05:19.1063057Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "verify_api_visibility" goto :eof 2025-03-14T07:05:19.1064384Z 2025-03-14T07:05:19.1064983Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-03-14T07:05:19.1066051Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-03-14T07:05:19.1066548Z 2025-03-14T07:05:19.1066874Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:05:19.1067594Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-03-14T07:05:19.1068115Z goto :eof 2025-03-14T07:05:19.1068312Z ) 2025-03-14T07:05:19.1068415Z 2025-03-14T07:05:19.1068786Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/math_kernel_test" 2025-03-14T07:05:19.2672811Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:05:19.2673670Z import pkg_resources 2025-03-14T07:05:24.6299229Z Found test times from artifacts 2025-03-14T07:05:24.7223198Z Found test times from artifacts 2025-03-14T07:05:24.7254098Z Running all tests 2025-03-14T07:05:24.7259398Z Running parallel tests on 3 processes 2025-03-14T07:05:24.7259764Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:05:24.7260052Z Serial tests (0): 2025-03-14T07:05:24.7260282Z Parallel tests (1): 2025-03-14T07:05:24.7260545Z cpp/math_kernel_test 1/1 2025-03-14T07:05:24.7260822Z Name: excluded (est. time: 0.0min) 2025-03-14T07:05:24.7261084Z Serial tests (0): 2025-03-14T07:05:24.7261319Z Parallel tests (0): 2025-03-14T07:05:24.7329768Z Running cpp/math_kernel_test 1/1 ... [2025-03-14 07:05:24.732161] 2025-03-14T07:05:24.7330216Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:24.7339931Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-40f68b5e18102559.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:24.732161] 2025-03-14T07:05:24.7341741Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:05:27.3765249Z 2025-03-14T07:05:27.3766122Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_7342ecc139cab4a4_.log 2025-03-14T07:05:27.3767013Z 2025-03-14T07:05:29.0142514Z Running cpp/math_kernel_test 1/1 ... [2025-03-14 07:05:29.013441] 2025-03-14T07:05:29.0142978Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:29.0152778Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\math_kernel_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-97c3a5f6b41ee184.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:29.013441] 2025-03-14T07:05:32.7986233Z 2025-03-14T07:05:32.7987115Z cpp/math_kernel_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.math_kernel_test_1.1_730c24010621869a_.log 2025-03-14T07:05:32.7988120Z 2025-03-14T07:05:33.5044788Z Running test batch 'tests to run' cost 8.78 seconds 2025-03-14T07:05:34.0996626Z 2025-03-14T07:05:34.0997173Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:05:34.0997657Z echo "math_kernel_test" failed with exit code 0 2025-03-14T07:05:34.0997984Z goto fail 2025-03-14T07:05:34.0998183Z ) 2025-03-14T07:05:34.0998296Z 2025-03-14T07:05:34.0998511Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:05:34.0998977Z echo "math_kernel_test" failed with exit code 0 2025-03-14T07:05:34.0999296Z goto fail 2025-03-14T07:05:34.0999518Z ) 2025-03-14T07:05:34.0999633Z 2025-03-14T07:05:34.0999794Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:05:34.1005559Z 2025-03-14T07:05:34.1006271Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:05:34.1007084Z call :libtorch_check "MaybeOwned_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-03-14T07:05:34.1007728Z if errorlevel 1 goto fail 2025-03-14T07:05:34.1007980Z ) 2025-03-14T07:05:34.1016091Z 2025-03-14T07:05:34.1016511Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:05:34.1019763Z 2025-03-14T07:05:34.1020227Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:05:34.1022446Z 2025-03-14T07:05:34.1022839Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "verify_api_visibility" goto :eof 2025-03-14T07:05:34.1023724Z 2025-03-14T07:05:34.1024314Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-03-14T07:05:34.1025238Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-03-14T07:05:34.1026545Z 2025-03-14T07:05:34.1027024Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:05:34.1027753Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-03-14T07:05:34.1028252Z goto :eof 2025-03-14T07:05:34.1028438Z ) 2025-03-14T07:05:34.1028547Z 2025-03-14T07:05:34.1028906Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/MaybeOwned_test" 2025-03-14T07:05:34.2654947Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:05:34.2655880Z import pkg_resources 2025-03-14T07:05:39.6194661Z Found test times from artifacts 2025-03-14T07:05:39.7121495Z Found test times from artifacts 2025-03-14T07:05:39.7152054Z Running all tests 2025-03-14T07:05:39.7157638Z Running parallel tests on 3 processes 2025-03-14T07:05:39.7158022Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:05:39.7158324Z Serial tests (0): 2025-03-14T07:05:39.7158561Z Parallel tests (1): 2025-03-14T07:05:39.7158810Z cpp/MaybeOwned_test 1/1 2025-03-14T07:05:39.7159071Z Name: excluded (est. time: 0.0min) 2025-03-14T07:05:39.7159349Z Serial tests (0): 2025-03-14T07:05:39.7159580Z Parallel tests (0): 2025-03-14T07:05:39.7227033Z Running cpp/MaybeOwned_test 1/1 ... [2025-03-14 07:05:39.716624] 2025-03-14T07:05:39.7227497Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:39.7237233Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b29f0549cf10ced9.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:39.716624] 2025-03-14T07:05:39.7238947Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:05:42.6067692Z 2025-03-14T07:05:42.6068811Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_cbdb191c27e9c924_.log 2025-03-14T07:05:42.6069469Z 2025-03-14T07:05:43.9100675Z Running cpp/MaybeOwned_test 1/1 ... [2025-03-14 07:05:43.904167] 2025-03-14T07:05:43.9101136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:43.9109754Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\MaybeOwned_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b4e47f5f723ab5be.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:43.904167] 2025-03-14T07:05:51.9916283Z 2025-03-14T07:05:51.9917411Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_60c9c7ba273ddad4_.log 2025-03-14T07:05:51.9918085Z 2025-03-14T07:05:52.7026270Z Running test batch 'tests to run' cost 13.0 seconds 2025-03-14T07:05:53.2789008Z 2025-03-14T07:05:53.2789826Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:05:53.2790309Z echo "MaybeOwned_test" failed with exit code 0 2025-03-14T07:05:53.2790617Z goto fail 2025-03-14T07:05:53.2790810Z ) 2025-03-14T07:05:53.2790936Z 2025-03-14T07:05:53.2791158Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:05:53.2791610Z echo "MaybeOwned_test" failed with exit code 0 2025-03-14T07:05:53.2791990Z goto fail 2025-03-14T07:05:53.2792189Z ) 2025-03-14T07:05:53.2792294Z 2025-03-14T07:05:53.2792518Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:05:53.2798133Z 2025-03-14T07:05:53.2798385Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:05:53.2799075Z call :libtorch_check "memory_format_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-03-14T07:05:53.2799724Z if errorlevel 1 goto fail 2025-03-14T07:05:53.2799978Z ) 2025-03-14T07:05:53.2809752Z 2025-03-14T07:05:53.2810396Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:05:53.2813630Z 2025-03-14T07:05:53.2814283Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:05:53.2816404Z 2025-03-14T07:05:53.2816771Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "verify_api_visibility" goto :eof 2025-03-14T07:05:53.2817814Z 2025-03-14T07:05:53.2818363Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-03-14T07:05:53.2819308Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-03-14T07:05:53.2820120Z 2025-03-14T07:05:53.2820528Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:05:53.2821283Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-03-14T07:05:53.2821795Z goto :eof 2025-03-14T07:05:53.2821999Z ) 2025-03-14T07:05:53.2822106Z 2025-03-14T07:05:53.2822471Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_format_test" 2025-03-14T07:05:53.4432963Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:05:53.4433834Z import pkg_resources 2025-03-14T07:05:58.8566963Z Found test times from artifacts 2025-03-14T07:05:58.9500633Z Found test times from artifacts 2025-03-14T07:05:58.9533923Z Running all tests 2025-03-14T07:05:58.9539193Z Running parallel tests on 3 processes 2025-03-14T07:05:58.9546490Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:05:58.9546896Z Serial tests (0): 2025-03-14T07:05:58.9547153Z Parallel tests (1): 2025-03-14T07:05:58.9547412Z cpp/memory_format_test 1/1 2025-03-14T07:05:58.9547683Z Name: excluded (est. time: 0.0min) 2025-03-14T07:05:58.9547961Z Serial tests (0): 2025-03-14T07:05:58.9548198Z Parallel tests (0): 2025-03-14T07:05:58.9612124Z Running cpp/memory_format_test 1/1 ... [2025-03-14 07:05:58.951144] 2025-03-14T07:05:58.9612590Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:05:58.9621877Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-266eff0a2422bfaf.xml', '-x', '--reruns=2'] ... [2025-03-14 07:05:58.951144] 2025-03-14T07:05:58.9623673Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:06:01.6936320Z 2025-03-14T07:06:01.6937238Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_434dd112025e7163_.log 2025-03-14T07:06:01.6937901Z 2025-03-14T07:06:03.3262349Z Running cpp/memory_format_test 1/1 ... [2025-03-14 07:06:03.310530] 2025-03-14T07:06:03.3262838Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:03.3270846Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_format_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e3b71ea29adaba87.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:03.326156] 2025-03-14T07:06:07.0290874Z 2025-03-14T07:06:07.0291891Z cpp/memory_format_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_format_test_1.1_6f927f497f7771ed_.log 2025-03-14T07:06:07.0292563Z 2025-03-14T07:06:07.7469978Z Running test batch 'tests to run' cost 8.78 seconds 2025-03-14T07:06:08.3266912Z 2025-03-14T07:06:08.3267590Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:06:08.3268082Z echo "memory_format_test" failed with exit code 0 2025-03-14T07:06:08.3268425Z goto fail 2025-03-14T07:06:08.3268792Z ) 2025-03-14T07:06:08.3269010Z 2025-03-14T07:06:08.3269208Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:06:08.3269659Z echo "memory_format_test" failed with exit code 0 2025-03-14T07:06:08.3269991Z goto fail 2025-03-14T07:06:08.3270204Z ) 2025-03-14T07:06:08.3270321Z 2025-03-14T07:06:08.3270506Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:06:08.3276113Z 2025-03-14T07:06:08.3276336Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:06:08.3277069Z call :libtorch_check "memory_overlapping_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-03-14T07:06:08.3277781Z if errorlevel 1 goto fail 2025-03-14T07:06:08.3278042Z ) 2025-03-14T07:06:08.3286310Z 2025-03-14T07:06:08.3286921Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:06:08.3289910Z 2025-03-14T07:06:08.3290384Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:06:08.3292653Z 2025-03-14T07:06:08.3293073Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "verify_api_visibility" goto :eof 2025-03-14T07:06:08.3293891Z 2025-03-14T07:06:08.3294466Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-03-14T07:06:08.3295441Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-03-14T07:06:08.3295914Z 2025-03-14T07:06:08.3296255Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:06:08.3297032Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-03-14T07:06:08.3297561Z goto :eof 2025-03-14T07:06:08.3297750Z ) 2025-03-14T07:06:08.3297871Z 2025-03-14T07:06:08.3298258Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_overlapping_test" 2025-03-14T07:06:08.4897253Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:06:08.4898166Z import pkg_resources 2025-03-14T07:06:13.8676577Z Found test times from artifacts 2025-03-14T07:06:13.9607711Z Found test times from artifacts 2025-03-14T07:06:13.9638853Z Running all tests 2025-03-14T07:06:13.9643684Z Running parallel tests on 3 processes 2025-03-14T07:06:13.9644108Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:06:13.9644389Z Serial tests (0): 2025-03-14T07:06:13.9644638Z Parallel tests (1): 2025-03-14T07:06:13.9644901Z cpp/memory_overlapping_test 1/1 2025-03-14T07:06:13.9645203Z Name: excluded (est. time: 0.0min) 2025-03-14T07:06:13.9645497Z Serial tests (0): 2025-03-14T07:06:13.9645718Z Parallel tests (0): 2025-03-14T07:06:13.9714841Z Running cpp/memory_overlapping_test 1/1 ... [2025-03-14 07:06:13.966849] 2025-03-14T07:06:13.9715314Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:13.9724900Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fe7ef2712e7b6274.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:13.966849] 2025-03-14T07:06:13.9726650Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:06:16.6191436Z 2025-03-14T07:06:16.6192528Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_c10d792223a8fae3_.log 2025-03-14T07:06:16.6193364Z 2025-03-14T07:06:18.1814382Z Running cpp/memory_overlapping_test 1/1 ... [2025-03-14 07:06:18.170012] 2025-03-14T07:06:18.1814872Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:18.1823982Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\memory_overlapping_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1113759246474a72.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:18.170012] 2025-03-14T07:06:21.9426736Z 2025-03-14T07:06:21.9427781Z cpp/memory_overlapping_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.memory_overlapping_test_1.1_8d531c4882df4296_.log 2025-03-14T07:06:21.9428489Z 2025-03-14T07:06:22.6506444Z Running test batch 'tests to run' cost 8.69 seconds 2025-03-14T07:06:23.2316932Z 2025-03-14T07:06:23.2317661Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:06:23.2318198Z echo "memory_overlapping_test" failed with exit code 0 2025-03-14T07:06:23.2318559Z goto fail 2025-03-14T07:06:23.2318763Z ) 2025-03-14T07:06:23.2318881Z 2025-03-14T07:06:23.2319101Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:06:23.2319573Z echo "memory_overlapping_test" failed with exit code 0 2025-03-14T07:06:23.2319906Z goto fail 2025-03-14T07:06:23.2320114Z ) 2025-03-14T07:06:23.2320236Z 2025-03-14T07:06:23.2320395Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:06:23.2326202Z 2025-03-14T07:06:23.2326611Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:06:23.2327395Z call :libtorch_check "mobile_memory_cleanup" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-03-14T07:06:23.2328082Z if errorlevel 1 goto fail 2025-03-14T07:06:23.2328330Z ) 2025-03-14T07:06:23.2336855Z 2025-03-14T07:06:23.2337559Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:06:23.2340729Z 2025-03-14T07:06:23.2341221Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:06:23.2344621Z 2025-03-14T07:06:23.2345296Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "verify_api_visibility" goto :eof 2025-03-14T07:06:23.2345769Z 2025-03-14T07:06:23.2346286Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-03-14T07:06:23.2347248Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-03-14T07:06:23.2347810Z 2025-03-14T07:06:23.2348225Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:06:23.2348998Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-03-14T07:06:23.2349519Z goto :eof 2025-03-14T07:06:23.2349711Z ) 2025-03-14T07:06:23.2349836Z 2025-03-14T07:06:23.2350217Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/mobile_memory_cleanup" 2025-03-14T07:06:23.3974603Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:06:23.3975430Z import pkg_resources 2025-03-14T07:06:28.7619408Z Found test times from artifacts 2025-03-14T07:06:28.8550659Z Found test times from artifacts 2025-03-14T07:06:28.8581499Z Running all tests 2025-03-14T07:06:28.8586764Z Running parallel tests on 3 processes 2025-03-14T07:06:28.8587144Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:06:28.8587432Z Serial tests (0): 2025-03-14T07:06:28.8587821Z Parallel tests (1): 2025-03-14T07:06:28.8588153Z cpp/mobile_memory_cleanup 1/1 2025-03-14T07:06:28.8588447Z Name: excluded (est. time: 0.0min) 2025-03-14T07:06:28.8588710Z Serial tests (0): 2025-03-14T07:06:28.8588951Z Parallel tests (0): 2025-03-14T07:06:28.8657712Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-03-14 07:06:28.857554] 2025-03-14T07:06:28.8666334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:28.8667567Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f9c04466a408c2c4.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:28.857554] 2025-03-14T07:06:28.8669274Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:06:31.5396704Z 2025-03-14T07:06:31.5399502Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_1aa03084dbf09ee1_.log 2025-03-14T07:06:31.5400183Z 2025-03-14T07:06:33.1746163Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-03-14 07:06:33.170092] 2025-03-14T07:06:33.1746637Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:33.1755298Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\mobile_memory_cleanup.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-6d8e5f220912f888.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:33.170092] 2025-03-14T07:06:36.3819032Z 2025-03-14T07:06:36.3820081Z cpp/mobile_memory_cleanup 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.mobile_memory_cleanup_1.1_ac8ae8cc47a555f1_.log 2025-03-14T07:06:36.3820775Z 2025-03-14T07:06:37.0908793Z Running test batch 'tests to run' cost 8.22 seconds 2025-03-14T07:06:37.6665117Z 2025-03-14T07:06:37.6665907Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:06:37.6666414Z echo "mobile_memory_cleanup" failed with exit code 0 2025-03-14T07:06:37.6666942Z goto fail 2025-03-14T07:06:37.6667214Z ) 2025-03-14T07:06:37.6667315Z 2025-03-14T07:06:37.6667526Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:06:37.6667974Z echo "mobile_memory_cleanup" failed with exit code 0 2025-03-14T07:06:37.6668309Z goto fail 2025-03-14T07:06:37.6668502Z ) 2025-03-14T07:06:37.6668604Z 2025-03-14T07:06:37.6668773Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:06:37.6674215Z 2025-03-14T07:06:37.6674734Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:06:37.6675496Z call :libtorch_check "NamedTensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-03-14T07:06:37.6676143Z if errorlevel 1 goto fail 2025-03-14T07:06:37.6676397Z ) 2025-03-14T07:06:37.6685246Z 2025-03-14T07:06:37.6685630Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:06:37.6689070Z 2025-03-14T07:06:37.6689561Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:06:37.6691861Z 2025-03-14T07:06:37.6692271Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:06:37.6693119Z 2025-03-14T07:06:37.6693854Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-03-14T07:06:37.6694814Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-03-14T07:06:37.6695387Z 2025-03-14T07:06:37.6695938Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:06:37.6696755Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-03-14T07:06:37.6697247Z goto :eof 2025-03-14T07:06:37.6697460Z ) 2025-03-14T07:06:37.6697580Z 2025-03-14T07:06:37.6697951Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/NamedTensor_test" 2025-03-14T07:06:37.8305471Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:06:37.8306319Z import pkg_resources 2025-03-14T07:06:43.1965238Z Found test times from artifacts 2025-03-14T07:06:43.2894441Z Found test times from artifacts 2025-03-14T07:06:43.2925547Z Running all tests 2025-03-14T07:06:43.2931234Z Running parallel tests on 3 processes 2025-03-14T07:06:43.2931685Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:06:43.2931995Z Serial tests (0): 2025-03-14T07:06:43.2932243Z Parallel tests (1): 2025-03-14T07:06:43.2932487Z cpp/NamedTensor_test 1/1 2025-03-14T07:06:43.2932770Z Name: excluded (est. time: 0.0min) 2025-03-14T07:06:43.2933058Z Serial tests (0): 2025-03-14T07:06:43.2933294Z Parallel tests (0): 2025-03-14T07:06:43.3002585Z Running cpp/NamedTensor_test 1/1 ... [2025-03-14 07:06:43.295134] 2025-03-14T07:06:43.3003020Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:43.3011910Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2a451a5592b4f3d6.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:43.295134] 2025-03-14T07:06:43.3013635Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:06:46.1060631Z 2025-03-14T07:06:46.1061491Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_b747de23e4c630f0_.log 2025-03-14T07:06:46.1062217Z 2025-03-14T07:06:47.6413765Z Running cpp/NamedTensor_test 1/1 ... [2025-03-14 07:06:47.638932] 2025-03-14T07:06:47.6414316Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:47.6422734Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\NamedTensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fa3d4a3385971a05.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:47.638932] 2025-03-14T07:06:52.2947936Z 2025-03-14T07:06:52.2948814Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_e548b999334f1f59_.log 2025-03-14T07:06:52.2949516Z 2025-03-14T07:06:53.0208629Z Running test batch 'tests to run' cost 9.73 seconds 2025-03-14T07:06:53.6033897Z 2025-03-14T07:06:53.6034514Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:06:53.6035037Z echo "NamedTensor_test" failed with exit code 0 2025-03-14T07:06:53.6035366Z goto fail 2025-03-14T07:06:53.6035580Z ) 2025-03-14T07:06:53.6035710Z 2025-03-14T07:06:53.6035909Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:06:53.6036342Z echo "NamedTensor_test" failed with exit code 0 2025-03-14T07:06:53.6036671Z goto fail 2025-03-14T07:06:53.6036866Z ) 2025-03-14T07:06:53.6037099Z 2025-03-14T07:06:53.6037346Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:06:53.6043867Z 2025-03-14T07:06:53.6044140Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:06:53.6044929Z call :libtorch_check "native_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-03-14T07:06:53.6045599Z if errorlevel 1 goto fail 2025-03-14T07:06:53.6045860Z ) 2025-03-14T07:06:53.6054295Z 2025-03-14T07:06:53.6054711Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:06:53.6058130Z 2025-03-14T07:06:53.6058690Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:06:53.6060485Z 2025-03-14T07:06:53.6060889Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "verify_api_visibility" goto :eof 2025-03-14T07:06:53.6061679Z 2025-03-14T07:06:53.6062239Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-03-14T07:06:53.6063130Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-03-14T07:06:53.6063973Z 2025-03-14T07:06:53.6064681Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:06:53.6065428Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-03-14T07:06:53.6065930Z goto :eof 2025-03-14T07:06:53.6066119Z ) 2025-03-14T07:06:53.6066242Z 2025-03-14T07:06:53.6066587Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/native_test" 2025-03-14T07:06:53.7681306Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:06:53.7682132Z import pkg_resources 2025-03-14T07:06:59.1237104Z Found test times from artifacts 2025-03-14T07:06:59.2178878Z Found test times from artifacts 2025-03-14T07:06:59.2210480Z Running all tests 2025-03-14T07:06:59.2215372Z Running parallel tests on 3 processes 2025-03-14T07:06:59.2215736Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:06:59.2216024Z Serial tests (0): 2025-03-14T07:06:59.2216269Z Parallel tests (1): 2025-03-14T07:06:59.2216511Z cpp/native_test 1/1 2025-03-14T07:06:59.2216774Z Name: excluded (est. time: 0.0min) 2025-03-14T07:06:59.2217190Z Serial tests (0): 2025-03-14T07:06:59.2217487Z Parallel tests (0): 2025-03-14T07:06:59.2286731Z Running cpp/native_test 1/1 ... [2025-03-14 07:06:59.217111] 2025-03-14T07:06:59.2287157Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:06:59.2296793Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ee49cf6f03a0007a.xml', '-x', '--reruns=2'] ... [2025-03-14 07:06:59.217111] 2025-03-14T07:06:59.2298495Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:07:01.9183674Z 2025-03-14T07:07:01.9184577Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_55cbb5e6a3c3d81c_.log 2025-03-14T07:07:01.9185163Z 2025-03-14T07:07:03.4538512Z Running cpp/native_test 1/1 ... [2025-03-14 07:07:03.451512] 2025-03-14T07:07:03.4538979Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:03.4547544Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\native_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-973274a72ad90922.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:03.451512] 2025-03-14T07:07:06.6307891Z 2025-03-14T07:07:06.6308855Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_4f29d3cfe5f5b9e8_.log 2025-03-14T07:07:06.6309546Z 2025-03-14T07:07:07.3394781Z Running test batch 'tests to run' cost 8.11 seconds 2025-03-14T07:07:07.9196276Z 2025-03-14T07:07:07.9196913Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:07:07.9197378Z echo "native_test" failed with exit code 0 2025-03-14T07:07:07.9197710Z goto fail 2025-03-14T07:07:07.9197917Z ) 2025-03-14T07:07:07.9198047Z 2025-03-14T07:07:07.9198248Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:07:07.9198669Z echo "native_test" failed with exit code 0 2025-03-14T07:07:07.9198978Z goto fail 2025-03-14T07:07:07.9199162Z ) 2025-03-14T07:07:07.9199289Z 2025-03-14T07:07:07.9199488Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:07:07.9206236Z 2025-03-14T07:07:07.9206487Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:07:07.9207174Z call :libtorch_check "operators_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-03-14T07:07:07.9207817Z if errorlevel 1 goto fail 2025-03-14T07:07:07.9208066Z ) 2025-03-14T07:07:07.9216723Z 2025-03-14T07:07:07.9217099Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:07:07.9220322Z 2025-03-14T07:07:07.9220797Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:07:07.9223027Z 2025-03-14T07:07:07.9223737Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "verify_api_visibility" goto :eof 2025-03-14T07:07:07.9224653Z 2025-03-14T07:07:07.9225242Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-03-14T07:07:07.9226164Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-03-14T07:07:07.9226957Z 2025-03-14T07:07:07.9227297Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:07:07.9228018Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-03-14T07:07:07.9228514Z goto :eof 2025-03-14T07:07:07.9228848Z ) 2025-03-14T07:07:07.9229036Z 2025-03-14T07:07:07.9229392Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operators_test" 2025-03-14T07:07:08.0839893Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:07:08.0840715Z import pkg_resources 2025-03-14T07:07:13.4337409Z Found test times from artifacts 2025-03-14T07:07:13.5262712Z Found test times from artifacts 2025-03-14T07:07:13.5293828Z Running all tests 2025-03-14T07:07:13.5298487Z Running parallel tests on 3 processes 2025-03-14T07:07:13.5298895Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:07:13.5299203Z Serial tests (0): 2025-03-14T07:07:13.5299448Z Parallel tests (1): 2025-03-14T07:07:13.5299689Z cpp/operators_test 1/1 2025-03-14T07:07:13.5299965Z Name: excluded (est. time: 0.0min) 2025-03-14T07:07:13.5300253Z Serial tests (0): 2025-03-14T07:07:13.5300485Z Parallel tests (0): 2025-03-14T07:07:13.5367933Z Running cpp/operators_test 1/1 ... [2025-03-14 07:07:13.529676] 2025-03-14T07:07:13.5368347Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:13.5377981Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aa0b3b37ab63d182.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:13.529676] 2025-03-14T07:07:13.5379818Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:07:16.2801954Z 2025-03-14T07:07:16.2802980Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_c2876bee3c53744d_.log 2025-03-14T07:07:16.2803653Z 2025-03-14T07:07:17.7105568Z Running cpp/operators_test 1/1 ... [2025-03-14 07:07:17.701588] 2025-03-14T07:07:17.7106019Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:17.7114656Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operators_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-865182018533c1e1.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:17.701588] 2025-03-14T07:07:21.4369173Z 2025-03-14T07:07:21.4370045Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_59fa41345e2151a9_.log 2025-03-14T07:07:21.4370740Z 2025-03-14T07:07:22.1455730Z Running test batch 'tests to run' cost 8.61 seconds 2025-03-14T07:07:22.7221497Z 2025-03-14T07:07:22.7222066Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:07:22.7222552Z echo "operators_test" failed with exit code 0 2025-03-14T07:07:22.7222886Z goto fail 2025-03-14T07:07:22.7223089Z ) 2025-03-14T07:07:22.7223193Z 2025-03-14T07:07:22.7223802Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:07:22.7224271Z echo "operators_test" failed with exit code 0 2025-03-14T07:07:22.7224588Z goto fail 2025-03-14T07:07:22.7224785Z ) 2025-03-14T07:07:22.7224990Z 2025-03-14T07:07:22.7225269Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:07:22.7232106Z 2025-03-14T07:07:22.7232387Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:07:22.7233100Z call :libtorch_check "operator_name_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-03-14T07:07:22.7233760Z if errorlevel 1 goto fail 2025-03-14T07:07:22.7234011Z ) 2025-03-14T07:07:22.7242432Z 2025-03-14T07:07:22.7242958Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:07:22.7246343Z 2025-03-14T07:07:22.7246823Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:07:22.7248779Z 2025-03-14T07:07:22.7249203Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "verify_api_visibility" goto :eof 2025-03-14T07:07:22.7250067Z 2025-03-14T07:07:22.7250839Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-03-14T07:07:22.7251816Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-03-14T07:07:22.7252254Z 2025-03-14T07:07:22.7252708Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:07:22.7253459Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-03-14T07:07:22.7253950Z goto :eof 2025-03-14T07:07:22.7254152Z ) 2025-03-14T07:07:22.7254277Z 2025-03-14T07:07:22.7254641Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operator_name_test" 2025-03-14T07:07:22.8863364Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:07:22.8864217Z import pkg_resources 2025-03-14T07:07:28.2590658Z Found test times from artifacts 2025-03-14T07:07:28.3514914Z Found test times from artifacts 2025-03-14T07:07:28.3550446Z Running all tests 2025-03-14T07:07:28.3556271Z Running parallel tests on 3 processes 2025-03-14T07:07:28.3556975Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:07:28.3557270Z Serial tests (0): 2025-03-14T07:07:28.3557519Z Parallel tests (1): 2025-03-14T07:07:28.3557777Z cpp/operator_name_test 1/1 2025-03-14T07:07:28.3558072Z Name: excluded (est. time: 0.0min) 2025-03-14T07:07:28.3558343Z Serial tests (0): 2025-03-14T07:07:28.3558572Z Parallel tests (0): 2025-03-14T07:07:28.3627894Z Running cpp/operator_name_test 1/1 ... [2025-03-14 07:07:28.357892] 2025-03-14T07:07:28.3628358Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:28.3637671Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ae8d006b9309956b.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:28.357892] 2025-03-14T07:07:28.3639411Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:07:29.9111896Z 2025-03-14T07:07:29.9112814Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_69a5f71373a6b517_.log 2025-03-14T07:07:29.9113491Z 2025-03-14T07:07:32.5027991Z Running cpp/operator_name_test 1/1 ... [2025-03-14 07:07:32.498534] 2025-03-14T07:07:32.5028440Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:32.5037412Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\operator_name_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-818addf883911e4c.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:32.498534] 2025-03-14T07:07:34.0276148Z 2025-03-14T07:07:34.0277257Z cpp/operator_name_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operator_name_test_1.1_0e9c2f8d9519a9cd_.log 2025-03-14T07:07:34.0277913Z 2025-03-14T07:07:34.7371538Z Running test batch 'tests to run' cost 6.39 seconds 2025-03-14T07:07:35.3207397Z 2025-03-14T07:07:35.3208110Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:07:35.3208676Z echo "operator_name_test" failed with exit code 0 2025-03-14T07:07:35.3208999Z goto fail 2025-03-14T07:07:35.3209171Z ) 2025-03-14T07:07:35.3209292Z 2025-03-14T07:07:35.3209483Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:07:35.3209915Z echo "operator_name_test" failed with exit code 0 2025-03-14T07:07:35.3210227Z goto fail 2025-03-14T07:07:35.3210412Z ) 2025-03-14T07:07:35.3210509Z 2025-03-14T07:07:35.3210668Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:07:35.3217308Z 2025-03-14T07:07:35.3217854Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:07:35.3218578Z call :libtorch_check "op_allowlist_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-03-14T07:07:35.3219205Z if errorlevel 1 goto fail 2025-03-14T07:07:35.3219449Z ) 2025-03-14T07:07:35.3228281Z 2025-03-14T07:07:35.3228664Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:07:35.3232098Z 2025-03-14T07:07:35.3232583Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:07:35.3234629Z 2025-03-14T07:07:35.3235027Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "verify_api_visibility" goto :eof 2025-03-14T07:07:35.3236482Z 2025-03-14T07:07:35.3237009Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-03-14T07:07:35.3238046Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-03-14T07:07:35.3239055Z 2025-03-14T07:07:35.3239378Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:07:35.3240086Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-03-14T07:07:35.3240588Z goto :eof 2025-03-14T07:07:35.3240777Z ) 2025-03-14T07:07:35.3240882Z 2025-03-14T07:07:35.3241231Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_allowlist_test" 2025-03-14T07:07:35.4843416Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:07:35.4844250Z import pkg_resources 2025-03-14T07:07:40.8590270Z Found test times from artifacts 2025-03-14T07:07:40.9517285Z Found test times from artifacts 2025-03-14T07:07:40.9548198Z Running all tests 2025-03-14T07:07:40.9553365Z Running parallel tests on 3 processes 2025-03-14T07:07:40.9553778Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:07:40.9554049Z Serial tests (0): 2025-03-14T07:07:40.9554272Z Parallel tests (1): 2025-03-14T07:07:40.9554517Z cpp/op_allowlist_test 1/1 2025-03-14T07:07:40.9554825Z Name: excluded (est. time: 0.0min) 2025-03-14T07:07:40.9555083Z Serial tests (0): 2025-03-14T07:07:40.9555301Z Parallel tests (0): 2025-03-14T07:07:40.9623861Z Running cpp/op_allowlist_test 1/1 ... [2025-03-14 07:07:40.951673] 2025-03-14T07:07:40.9624285Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:40.9633935Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-29b6cc178b65603a.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:40.951673] 2025-03-14T07:07:40.9635744Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:07:42.5255159Z 2025-03-14T07:07:42.5256127Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_7a3526a2adb6d6fb_.log 2025-03-14T07:07:42.5256848Z 2025-03-14T07:07:45.1818548Z Running cpp/op_allowlist_test 1/1 ... [2025-03-14 07:07:45.170464] 2025-03-14T07:07:45.1819010Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:45.1827675Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_allowlist_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7da9e972bcaf923f.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:45.170464] 2025-03-14T07:07:46.6963874Z 2025-03-14T07:07:46.6964909Z cpp/op_allowlist_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_allowlist_test_1.1_49da1a4d4c760276_.log 2025-03-14T07:07:46.6965555Z 2025-03-14T07:07:47.4056897Z Running test batch 'tests to run' cost 6.45 seconds 2025-03-14T07:07:47.9763060Z 2025-03-14T07:07:47.9763702Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:07:47.9764168Z echo "op_allowlist_test" failed with exit code 0 2025-03-14T07:07:47.9764496Z goto fail 2025-03-14T07:07:47.9764682Z ) 2025-03-14T07:07:47.9764789Z 2025-03-14T07:07:47.9764998Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:07:47.9765417Z echo "op_allowlist_test" failed with exit code 0 2025-03-14T07:07:47.9765724Z goto fail 2025-03-14T07:07:47.9765907Z ) 2025-03-14T07:07:47.9766022Z 2025-03-14T07:07:47.9766176Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:07:47.9772663Z 2025-03-14T07:07:47.9772890Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:07:47.9773589Z call :libtorch_check "op_registration_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-03-14T07:07:47.9774251Z if errorlevel 1 goto fail 2025-03-14T07:07:47.9774483Z ) 2025-03-14T07:07:47.9783089Z 2025-03-14T07:07:47.9783624Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:07:47.9786844Z 2025-03-14T07:07:47.9787308Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:07:47.9789589Z 2025-03-14T07:07:47.9790056Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "verify_api_visibility" goto :eof 2025-03-14T07:07:47.9790841Z 2025-03-14T07:07:47.9791452Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-03-14T07:07:47.9792401Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-03-14T07:07:47.9792980Z 2025-03-14T07:07:47.9793446Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:07:47.9794209Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-03-14T07:07:47.9794777Z goto :eof 2025-03-14T07:07:47.9794975Z ) 2025-03-14T07:07:47.9795075Z 2025-03-14T07:07:47.9795449Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_registration_test" 2025-03-14T07:07:48.1411296Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:07:48.1412162Z import pkg_resources 2025-03-14T07:07:53.5035029Z Found test times from artifacts 2025-03-14T07:07:53.5961461Z Found test times from artifacts 2025-03-14T07:07:53.5992308Z Running all tests 2025-03-14T07:07:53.5997561Z Running parallel tests on 3 processes 2025-03-14T07:07:53.5998123Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:07:53.5998512Z Serial tests (0): 2025-03-14T07:07:53.5998745Z Parallel tests (1): 2025-03-14T07:07:53.5998987Z cpp/op_registration_test 1/1 2025-03-14T07:07:53.5999272Z Name: excluded (est. time: 0.0min) 2025-03-14T07:07:53.5999548Z Serial tests (0): 2025-03-14T07:07:53.5999774Z Parallel tests (0): 2025-03-14T07:07:53.6067675Z Running cpp/op_registration_test 1/1 ... [2025-03-14 07:07:53.592358] 2025-03-14T07:07:53.6068127Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:53.6077229Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-cd7b35880cf47791.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:53.592358] 2025-03-14T07:07:53.6078961Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:07:56.2848306Z 2025-03-14T07:07:56.2849192Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_03817a76ce18d417_.log 2025-03-14T07:07:56.2849868Z 2025-03-14T07:07:57.9332007Z Running cpp/op_registration_test 1/1 ... [2025-03-14 07:07:57.920521] 2025-03-14T07:07:57.9332482Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:07:57.9341020Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\op_registration_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ea12f0668370d253.xml', '-x', '--reruns=2'] ... [2025-03-14 07:07:57.920521] 2025-03-14T07:08:21.6157830Z 2025-03-14T07:08:21.6158804Z cpp/op_registration_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.op_registration_test_1.1_4b06332159b569f4_.log 2025-03-14T07:08:21.6160887Z 2025-03-14T07:08:22.3487940Z Running test batch 'tests to run' cost 28.75 seconds 2025-03-14T07:08:22.9270891Z 2025-03-14T07:08:22.9271431Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:08:22.9271922Z echo "op_registration_test" failed with exit code 0 2025-03-14T07:08:22.9272295Z goto fail 2025-03-14T07:08:22.9272484Z ) 2025-03-14T07:08:22.9272610Z 2025-03-14T07:08:22.9272813Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:08:22.9273268Z echo "op_registration_test" failed with exit code 0 2025-03-14T07:08:22.9273609Z goto fail 2025-03-14T07:08:22.9273831Z ) 2025-03-14T07:08:22.9273938Z 2025-03-14T07:08:22.9274111Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:08:22.9281433Z 2025-03-14T07:08:22.9281957Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:08:22.9282805Z call :libtorch_check "packedtensoraccessor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-03-14T07:08:22.9283546Z if errorlevel 1 goto fail 2025-03-14T07:08:22.9283802Z ) 2025-03-14T07:08:22.9292569Z 2025-03-14T07:08:22.9292971Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:08:22.9296396Z 2025-03-14T07:08:22.9296897Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:08:22.9299161Z 2025-03-14T07:08:22.9299623Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:08:22.9300633Z 2025-03-14T07:08:22.9301214Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-03-14T07:08:22.9302359Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-03-14T07:08:22.9302960Z 2025-03-14T07:08:22.9303396Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:08:22.9304188Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-03-14T07:08:22.9304722Z goto :eof 2025-03-14T07:08:22.9304924Z ) 2025-03-14T07:08:22.9305026Z 2025-03-14T07:08:22.9305439Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/packedtensoraccessor_test" 2025-03-14T07:08:23.0933075Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:08:23.0933908Z import pkg_resources 2025-03-14T07:08:28.4614491Z Found test times from artifacts 2025-03-14T07:08:28.5539376Z Found test times from artifacts 2025-03-14T07:08:28.5570286Z Running all tests 2025-03-14T07:08:28.5575905Z Running parallel tests on 3 processes 2025-03-14T07:08:28.5576300Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:08:28.5576607Z Serial tests (0): 2025-03-14T07:08:28.5576847Z Parallel tests (1): 2025-03-14T07:08:28.5577105Z cpp/packedtensoraccessor_test 1/1 2025-03-14T07:08:28.5577432Z Name: excluded (est. time: 0.0min) 2025-03-14T07:08:28.5577707Z Serial tests (0): 2025-03-14T07:08:28.5577946Z Parallel tests (0): 2025-03-14T07:08:28.5646469Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-03-14 07:08:28.561270] 2025-03-14T07:08:28.5646977Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:08:28.5659549Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1bb6ea2d7433e53d.xml', '-x', '--reruns=2'] ... [2025-03-14 07:08:28.561270] 2025-03-14T07:08:28.5661509Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:08:31.2273004Z 2025-03-14T07:08:31.2274621Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_83d9414a01c4e31f_.log 2025-03-14T07:08:31.2275835Z 2025-03-14T07:08:32.7479908Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-03-14 07:08:32.733172] 2025-03-14T07:08:32.7480436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:08:32.7488935Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\packedtensoraccessor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3962cd79955b53da.xml', '-x', '--reruns=2'] ... [2025-03-14 07:08:32.733172] 2025-03-14T07:08:35.8552455Z 2025-03-14T07:08:35.8553414Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_a5dd807f149e1394_.log 2025-03-14T07:08:35.8554145Z 2025-03-14T07:08:36.5837743Z Running test batch 'tests to run' cost 8.03 seconds 2025-03-14T07:08:37.1708990Z 2025-03-14T07:08:37.1709811Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:08:37.1710359Z echo "packedtensoraccessor_test" failed with exit code 0 2025-03-14T07:08:37.1710722Z goto fail 2025-03-14T07:08:37.1710905Z ) 2025-03-14T07:08:37.1711013Z 2025-03-14T07:08:37.1711233Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:08:37.1711705Z echo "packedtensoraccessor_test" failed with exit code 0 2025-03-14T07:08:37.1712055Z goto fail 2025-03-14T07:08:37.1712232Z ) 2025-03-14T07:08:37.1712329Z 2025-03-14T07:08:37.1712625Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:08:37.1720026Z 2025-03-14T07:08:37.1720300Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:08:37.1720918Z call :libtorch_check "pow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-03-14T07:08:37.1721483Z if errorlevel 1 goto fail 2025-03-14T07:08:37.1721717Z ) 2025-03-14T07:08:37.1730674Z 2025-03-14T07:08:37.1731024Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:08:37.1734482Z 2025-03-14T07:08:37.1734958Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:08:37.1737330Z 2025-03-14T07:08:37.1737665Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "verify_api_visibility" goto :eof 2025-03-14T07:08:37.1738658Z 2025-03-14T07:08:37.1739176Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-03-14T07:08:37.1740030Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-03-14T07:08:37.1740429Z 2025-03-14T07:08:37.1740795Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:08:37.1741446Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-03-14T07:08:37.1741905Z goto :eof 2025-03-14T07:08:37.1742088Z ) 2025-03-14T07:08:37.1742274Z 2025-03-14T07:08:37.1743000Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/pow_test" 2025-03-14T07:08:37.3361231Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:08:37.3362049Z import pkg_resources 2025-03-14T07:08:42.7038614Z Found test times from artifacts 2025-03-14T07:08:42.7966688Z Found test times from artifacts 2025-03-14T07:08:42.7997451Z Running all tests 2025-03-14T07:08:42.8002638Z Running parallel tests on 3 processes 2025-03-14T07:08:42.8003027Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:08:42.8003309Z Serial tests (0): 2025-03-14T07:08:42.8003536Z Parallel tests (1): 2025-03-14T07:08:42.8003761Z cpp/pow_test 1/1 2025-03-14T07:08:42.8003994Z Name: excluded (est. time: 0.0min) 2025-03-14T07:08:42.8004250Z Serial tests (0): 2025-03-14T07:08:42.8004462Z Parallel tests (0): 2025-03-14T07:08:42.8074166Z Running cpp/pow_test 1/1 ... [2025-03-14 07:08:42.795685] 2025-03-14T07:08:42.8074570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:08:42.8083706Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0402aebce79e0ced.xml', '-x', '--reruns=2'] ... [2025-03-14 07:08:42.795685] 2025-03-14T07:08:42.8085351Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:08:45.4953437Z 2025-03-14T07:08:45.4954217Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_06c8a98a49b046ec_.log 2025-03-14T07:08:45.4954979Z 2025-03-14T07:08:47.0559750Z Running cpp/pow_test 1/1 ... [2025-03-14 07:08:47.045725] 2025-03-14T07:08:47.0560158Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:08:47.0568802Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\pow_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d9cd2bae9a1470ca.xml', '-x', '--reruns=2'] ... [2025-03-14 07:08:47.045725] 2025-03-14T07:08:52.3569957Z 2025-03-14T07:08:52.3570923Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_fcae3028caab0f45_.log 2025-03-14T07:08:52.3571658Z 2025-03-14T07:08:53.0689793Z Running test batch 'tests to run' cost 10.27 seconds 2025-03-14T07:08:53.6455751Z 2025-03-14T07:08:53.6456296Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:08:53.6456736Z echo "pow_test" failed with exit code 0 2025-03-14T07:08:53.6457025Z goto fail 2025-03-14T07:08:53.6457206Z ) 2025-03-14T07:08:53.6457315Z 2025-03-14T07:08:53.6457536Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:08:53.6457939Z echo "pow_test" failed with exit code 0 2025-03-14T07:08:53.6458208Z goto fail 2025-03-14T07:08:53.6458408Z ) 2025-03-14T07:08:53.6458512Z 2025-03-14T07:08:53.6458669Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:08:53.6464832Z 2025-03-14T07:08:53.6465047Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:08:53.6465722Z call :libtorch_check "quantized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-03-14T07:08:53.6466333Z if errorlevel 1 goto fail 2025-03-14T07:08:53.6466569Z ) 2025-03-14T07:08:53.6475337Z 2025-03-14T07:08:53.6475782Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:08:53.6479555Z 2025-03-14T07:08:53.6480026Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:08:53.6482428Z 2025-03-14T07:08:53.6483310Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "verify_api_visibility" goto :eof 2025-03-14T07:08:53.6483846Z 2025-03-14T07:08:53.6484354Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-03-14T07:08:53.6485262Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-03-14T07:08:53.6486052Z 2025-03-14T07:08:53.6486674Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:08:53.6487413Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-03-14T07:08:53.6487899Z goto :eof 2025-03-14T07:08:53.6488077Z ) 2025-03-14T07:08:53.6488198Z 2025-03-14T07:08:53.6488555Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/quantized_test" 2025-03-14T07:08:53.8110133Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:08:53.8110957Z import pkg_resources 2025-03-14T07:08:59.1612003Z Found test times from artifacts 2025-03-14T07:08:59.2552906Z Found test times from artifacts 2025-03-14T07:08:59.2584304Z Running all tests 2025-03-14T07:08:59.2589385Z Running parallel tests on 3 processes 2025-03-14T07:08:59.2589794Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:08:59.2590086Z Serial tests (0): 2025-03-14T07:08:59.2590312Z Parallel tests (1): 2025-03-14T07:08:59.2590558Z cpp/quantized_test 1/1 2025-03-14T07:08:59.2590810Z Name: excluded (est. time: 0.0min) 2025-03-14T07:08:59.2591075Z Serial tests (0): 2025-03-14T07:08:59.2591286Z Parallel tests (0): 2025-03-14T07:08:59.2658929Z Running cpp/quantized_test 1/1 ... [2025-03-14 07:08:59.264504] 2025-03-14T07:08:59.2659385Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:08:59.2669035Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7e1a9ad33bef897b.xml', '-x', '--reruns=2'] ... [2025-03-14 07:08:59.264504] 2025-03-14T07:08:59.2670814Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:09:01.8963246Z 2025-03-14T07:09:01.8964217Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_f11aebe9e34bfcc0_.log 2025-03-14T07:09:01.8964884Z 2025-03-14T07:09:03.5087735Z Running cpp/quantized_test 1/1 ... [2025-03-14 07:09:03.498915] 2025-03-14T07:09:03.5096214Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:03.5097470Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\quantized_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d1c8fde317765003.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:03.498915] 2025-03-14T07:09:07.8225391Z 2025-03-14T07:09:07.8226497Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_3d53473d3aa2c6bc_.log 2025-03-14T07:09:07.8227129Z 2025-03-14T07:09:08.5443197Z Running test batch 'tests to run' cost 9.28 seconds 2025-03-14T07:09:09.1225848Z 2025-03-14T07:09:09.1226662Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:09:09.1227117Z echo "quantized_test" failed with exit code 0 2025-03-14T07:09:09.1227426Z goto fail 2025-03-14T07:09:09.1227611Z ) 2025-03-14T07:09:09.1227716Z 2025-03-14T07:09:09.1228078Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:09:09.1228569Z echo "quantized_test" failed with exit code 0 2025-03-14T07:09:09.1228870Z goto fail 2025-03-14T07:09:09.1229048Z ) 2025-03-14T07:09:09.1229155Z 2025-03-14T07:09:09.1229319Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:09:09.1234998Z 2025-03-14T07:09:09.1235224Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:09:09.1235961Z call :libtorch_check "reduce_ops_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-03-14T07:09:09.1236571Z if errorlevel 1 goto fail 2025-03-14T07:09:09.1236810Z ) 2025-03-14T07:09:09.1245493Z 2025-03-14T07:09:09.1245975Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:09:09.1249236Z 2025-03-14T07:09:09.1249699Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:09:09.1252043Z 2025-03-14T07:09:09.1252377Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "verify_api_visibility" goto :eof 2025-03-14T07:09:09.1253284Z 2025-03-14T07:09:09.1253811Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-03-14T07:09:09.1254717Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-03-14T07:09:09.1255714Z 2025-03-14T07:09:09.1256175Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:09:09.1256881Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-03-14T07:09:09.1257360Z goto :eof 2025-03-14T07:09:09.1257545Z ) 2025-03-14T07:09:09.1257650Z 2025-03-14T07:09:09.1258011Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reduce_ops_test" 2025-03-14T07:09:09.2872214Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:09:09.2873035Z import pkg_resources 2025-03-14T07:09:14.6517350Z Found test times from artifacts 2025-03-14T07:09:14.7451141Z Found test times from artifacts 2025-03-14T07:09:14.7482285Z Running all tests 2025-03-14T07:09:14.7487417Z Running parallel tests on 3 processes 2025-03-14T07:09:14.7487817Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:09:14.7488102Z Serial tests (0): 2025-03-14T07:09:14.7488320Z Parallel tests (1): 2025-03-14T07:09:14.7488560Z cpp/reduce_ops_test 1/1 2025-03-14T07:09:14.7488823Z Name: excluded (est. time: 0.0min) 2025-03-14T07:09:14.7489084Z Serial tests (0): 2025-03-14T07:09:14.7489303Z Parallel tests (0): 2025-03-14T07:09:14.7557335Z Running cpp/reduce_ops_test 1/1 ... [2025-03-14 07:09:14.748947] 2025-03-14T07:09:14.7557776Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:14.7566486Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-eb68bc12d30d6000.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:14.748947] 2025-03-14T07:09:14.7568282Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:09:17.4991558Z 2025-03-14T07:09:17.4992385Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_f9179b6c1d77a44f_.log 2025-03-14T07:09:17.4993146Z 2025-03-14T07:09:18.9617572Z Running cpp/reduce_ops_test 1/1 ... [2025-03-14 07:09:18.952088] 2025-03-14T07:09:18.9618019Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:18.9629371Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reduce_ops_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-793bc25724474c99.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:18.952088] 2025-03-14T07:09:22.0295390Z 2025-03-14T07:09:22.0296450Z cpp/reduce_ops_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reduce_ops_test_1.1_bf84bf625315ccc9_.log 2025-03-14T07:09:22.0297064Z 2025-03-14T07:09:22.7338659Z Running test batch 'tests to run' cost 8.0 seconds 2025-03-14T07:09:23.3121017Z 2025-03-14T07:09:23.3121523Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:09:23.3121984Z echo "reduce_ops_test" failed with exit code 0 2025-03-14T07:09:23.3122305Z goto fail 2025-03-14T07:09:23.3122509Z ) 2025-03-14T07:09:23.3122605Z 2025-03-14T07:09:23.3122820Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:09:23.3123250Z echo "reduce_ops_test" failed with exit code 0 2025-03-14T07:09:23.3123559Z goto fail 2025-03-14T07:09:23.3123745Z ) 2025-03-14T07:09:23.3124428Z 2025-03-14T07:09:23.3124642Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:09:23.3131342Z 2025-03-14T07:09:23.3131562Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:09:23.3132303Z call :libtorch_check "reportMemoryUsage_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-03-14T07:09:23.3132998Z if errorlevel 1 goto fail 2025-03-14T07:09:23.3133248Z ) 2025-03-14T07:09:23.3142117Z 2025-03-14T07:09:23.3142478Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:09:23.3145712Z 2025-03-14T07:09:23.3146196Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:09:23.3148173Z 2025-03-14T07:09:23.3148906Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "verify_api_visibility" goto :eof 2025-03-14T07:09:23.3149416Z 2025-03-14T07:09:23.3150146Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-03-14T07:09:23.3151193Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-03-14T07:09:23.3151705Z 2025-03-14T07:09:23.3152187Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:09:23.3152984Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-03-14T07:09:23.3153502Z goto :eof 2025-03-14T07:09:23.3153692Z ) 2025-03-14T07:09:23.3153803Z 2025-03-14T07:09:23.3154188Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reportMemoryUsage_test" 2025-03-14T07:09:23.4761504Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:09:23.4762350Z import pkg_resources 2025-03-14T07:09:28.8441142Z Found test times from artifacts 2025-03-14T07:09:28.9378637Z Found test times from artifacts 2025-03-14T07:09:28.9409709Z Running all tests 2025-03-14T07:09:28.9414822Z Running parallel tests on 3 processes 2025-03-14T07:09:28.9415298Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:09:28.9415590Z Serial tests (0): 2025-03-14T07:09:28.9415811Z Parallel tests (1): 2025-03-14T07:09:28.9416058Z cpp/reportMemoryUsage_test 1/1 2025-03-14T07:09:28.9416332Z Name: excluded (est. time: 0.0min) 2025-03-14T07:09:28.9416596Z Serial tests (0): 2025-03-14T07:09:28.9416953Z Parallel tests (0): 2025-03-14T07:09:28.9484506Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-03-14 07:09:28.936478] 2025-03-14T07:09:28.9484993Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:28.9494024Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b18f040219f53e91.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:28.936478] 2025-03-14T07:09:28.9495774Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:09:31.6261482Z 2025-03-14T07:09:31.6262636Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_645c662b08fbf9cf_.log 2025-03-14T07:09:31.6263346Z 2025-03-14T07:09:33.1863948Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-03-14 07:09:33.170890] 2025-03-14T07:09:33.1864442Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:33.1880290Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\reportMemoryUsage_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ee403b4e48023b08.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:33.186513] 2025-03-14T07:09:36.2633699Z 2025-03-14T07:09:36.2634599Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_3ab1f5e50d1eb356_.log 2025-03-14T07:09:36.2635311Z 2025-03-14T07:09:36.9695162Z Running test batch 'tests to run' cost 8.03 seconds 2025-03-14T07:09:37.5469658Z 2025-03-14T07:09:37.5470219Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:09:37.5470726Z echo "reportMemoryUsage_test" failed with exit code 0 2025-03-14T07:09:37.5471084Z goto fail 2025-03-14T07:09:37.5471274Z ) 2025-03-14T07:09:37.5471386Z 2025-03-14T07:09:37.5471577Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:09:37.5472162Z echo "reportMemoryUsage_test" failed with exit code 0 2025-03-14T07:09:37.5472573Z goto fail 2025-03-14T07:09:37.5472750Z ) 2025-03-14T07:09:37.5472854Z 2025-03-14T07:09:37.5473010Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:09:37.5479412Z 2025-03-14T07:09:37.5479915Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:09:37.5480653Z call :libtorch_check "scalar_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-03-14T07:09:37.5481299Z if errorlevel 1 goto fail 2025-03-14T07:09:37.5481532Z ) 2025-03-14T07:09:37.5490324Z 2025-03-14T07:09:37.5490718Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:09:37.5493812Z 2025-03-14T07:09:37.5494342Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:09:37.5496417Z 2025-03-14T07:09:37.5496786Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:09:37.5498054Z 2025-03-14T07:09:37.5498591Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-03-14T07:09:37.5499505Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-03-14T07:09:37.5500326Z 2025-03-14T07:09:37.5500740Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:09:37.5501589Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-03-14T07:09:37.5502148Z goto :eof 2025-03-14T07:09:37.5502350Z ) 2025-03-14T07:09:37.5502454Z 2025-03-14T07:09:37.5502826Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_tensor_test" 2025-03-14T07:09:37.7108817Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:09:37.7109669Z import pkg_resources 2025-03-14T07:09:43.0728804Z Found test times from artifacts 2025-03-14T07:09:43.1665608Z Found test times from artifacts 2025-03-14T07:09:43.1696534Z Running all tests 2025-03-14T07:09:43.1702018Z Running parallel tests on 3 processes 2025-03-14T07:09:43.1702435Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:09:43.1702726Z Serial tests (0): 2025-03-14T07:09:43.1702953Z Parallel tests (1): 2025-03-14T07:09:43.1708986Z cpp/scalar_tensor_test 1/1 2025-03-14T07:09:43.1709383Z Name: excluded (est. time: 0.0min) 2025-03-14T07:09:43.1709658Z Serial tests (0): 2025-03-14T07:09:43.1709869Z Parallel tests (0): 2025-03-14T07:09:43.1772608Z Running cpp/scalar_tensor_test 1/1 ... [2025-03-14 07:09:43.170910] 2025-03-14T07:09:43.1781160Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:43.1782388Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a36fae8387b74d6a.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:43.170910] 2025-03-14T07:09:43.1784055Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:09:45.9154209Z 2025-03-14T07:09:45.9155261Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_a58731199910e4f9_.log 2025-03-14T07:09:45.9156018Z 2025-03-14T07:09:47.3268984Z Running cpp/scalar_tensor_test 1/1 ... [2025-03-14 07:09:47.311560] 2025-03-14T07:09:47.3269443Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:47.3278786Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4c8c079cb285e435.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:47.327202] 2025-03-14T07:09:50.6033317Z 2025-03-14T07:09:50.6034372Z cpp/scalar_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_tensor_test_1.1_177995c4788a01ac_.log 2025-03-14T07:09:50.6035004Z 2025-03-14T07:09:51.4324818Z Running test batch 'tests to run' cost 8.27 seconds 2025-03-14T07:09:52.0181488Z 2025-03-14T07:09:52.0182058Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:09:52.0182524Z echo "scalar_tensor_test" failed with exit code 0 2025-03-14T07:09:52.0182852Z goto fail 2025-03-14T07:09:52.0183043Z ) 2025-03-14T07:09:52.0183163Z 2025-03-14T07:09:52.0183368Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:09:52.0183806Z echo "scalar_tensor_test" failed with exit code 0 2025-03-14T07:09:52.0184125Z goto fail 2025-03-14T07:09:52.0184303Z ) 2025-03-14T07:09:52.0184411Z 2025-03-14T07:09:52.0184569Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:09:52.0191816Z 2025-03-14T07:09:52.0192083Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:09:52.0192762Z call :libtorch_check "scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-03-14T07:09:52.0193370Z if errorlevel 1 goto fail 2025-03-14T07:09:52.0193614Z ) 2025-03-14T07:09:52.0202145Z 2025-03-14T07:09:52.0202689Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:09:52.0205710Z 2025-03-14T07:09:52.0206529Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:09:52.0208150Z 2025-03-14T07:09:52.0208540Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "verify_api_visibility" goto :eof 2025-03-14T07:09:52.0209657Z 2025-03-14T07:09:52.0210222Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-03-14T07:09:52.0211101Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-03-14T07:09:52.0211945Z 2025-03-14T07:09:52.0212322Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:09:52.0213020Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-03-14T07:09:52.0213481Z goto :eof 2025-03-14T07:09:52.0213663Z ) 2025-03-14T07:09:52.0213775Z 2025-03-14T07:09:52.0214285Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_test" 2025-03-14T07:09:52.1839122Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:09:52.1839954Z import pkg_resources 2025-03-14T07:09:57.6442457Z Found test times from artifacts 2025-03-14T07:09:57.7385899Z Found test times from artifacts 2025-03-14T07:09:57.7417570Z Running all tests 2025-03-14T07:09:57.7423027Z Running parallel tests on 3 processes 2025-03-14T07:09:57.7423766Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:09:57.7424100Z Serial tests (0): 2025-03-14T07:09:57.7424340Z Parallel tests (1): 2025-03-14T07:09:57.7424586Z cpp/scalar_test 1/1 2025-03-14T07:09:57.7424839Z Name: excluded (est. time: 0.0min) 2025-03-14T07:09:57.7425094Z Serial tests (0): 2025-03-14T07:09:57.7425305Z Parallel tests (0): 2025-03-14T07:09:57.7499031Z Running cpp/scalar_test 1/1 ... [2025-03-14 07:09:57.749554] 2025-03-14T07:09:57.7499564Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:09:57.7511033Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-812d5b9d7353d362.xml', '-x', '--reruns=2'] ... [2025-03-14 07:09:57.750734] 2025-03-14T07:09:57.7512697Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:10:00.4937206Z 2025-03-14T07:10:00.4938276Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_542436b670b98384_.log 2025-03-14T07:10:00.4938871Z 2025-03-14T07:10:02.2216809Z Running cpp/scalar_test 1/1 ... [2025-03-14 07:10:02.221428] 2025-03-14T07:10:02.2217250Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:02.2226120Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\scalar_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-1698b0bd4e2d0774.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:02.222027] 2025-03-14T07:10:06.0009274Z 2025-03-14T07:10:06.0010077Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_7cd71e6ee54ef57c_.log 2025-03-14T07:10:06.0010946Z 2025-03-14T07:10:06.7214835Z Running test batch 'tests to run' cost 8.98 seconds 2025-03-14T07:10:07.3135290Z 2025-03-14T07:10:07.3136186Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:10:07.3136706Z echo "scalar_test" failed with exit code 0 2025-03-14T07:10:07.3137007Z goto fail 2025-03-14T07:10:07.3137192Z ) 2025-03-14T07:10:07.3137300Z 2025-03-14T07:10:07.3137509Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:10:07.3137933Z echo "scalar_test" failed with exit code 0 2025-03-14T07:10:07.3138214Z goto fail 2025-03-14T07:10:07.3138395Z ) 2025-03-14T07:10:07.3138500Z 2025-03-14T07:10:07.3138658Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:10:07.3144597Z 2025-03-14T07:10:07.3144805Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:10:07.3145494Z call :libtorch_check "StorageUtils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-03-14T07:10:07.3146141Z if errorlevel 1 goto fail 2025-03-14T07:10:07.3146371Z ) 2025-03-14T07:10:07.3155963Z 2025-03-14T07:10:07.3156316Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:10:07.3159867Z 2025-03-14T07:10:07.3160329Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:10:07.3162338Z 2025-03-14T07:10:07.3162757Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "verify_api_visibility" goto :eof 2025-03-14T07:10:07.3164140Z 2025-03-14T07:10:07.3164671Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-03-14T07:10:07.3165597Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-03-14T07:10:07.3166029Z 2025-03-14T07:10:07.3166339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:10:07.3167061Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-03-14T07:10:07.3167562Z goto :eof 2025-03-14T07:10:07.3167745Z ) 2025-03-14T07:10:07.3167854Z 2025-03-14T07:10:07.3168308Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/StorageUtils_test" 2025-03-14T07:10:07.4807996Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:10:07.4808826Z import pkg_resources 2025-03-14T07:10:13.0560141Z Found test times from artifacts 2025-03-14T07:10:13.1495095Z Found test times from artifacts 2025-03-14T07:10:13.1527159Z Running all tests 2025-03-14T07:10:13.1532448Z Running parallel tests on 3 processes 2025-03-14T07:10:13.1532843Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:10:13.1533120Z Serial tests (0): 2025-03-14T07:10:13.1533337Z Parallel tests (1): 2025-03-14T07:10:13.1533613Z cpp/StorageUtils_test 1/1 2025-03-14T07:10:13.1533880Z Name: excluded (est. time: 0.0min) 2025-03-14T07:10:13.1534138Z Serial tests (0): 2025-03-14T07:10:13.1534349Z Parallel tests (0): 2025-03-14T07:10:13.1603826Z Running cpp/StorageUtils_test 1/1 ... [2025-03-14 07:10:13.160263] 2025-03-14T07:10:13.1604285Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:13.1613324Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-e455ac663faf1364.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:13.160301] 2025-03-14T07:10:13.1615023Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:10:15.9735091Z 2025-03-14T07:10:15.9736355Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_72751f39863857f1_.log 2025-03-14T07:10:15.9737111Z 2025-03-14T07:10:17.4530179Z Running cpp/StorageUtils_test 1/1 ... [2025-03-14 07:10:17.452765] 2025-03-14T07:10:17.4530658Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:17.4540941Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\StorageUtils_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f904b8b2760f6cdb.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:17.453332] 2025-03-14T07:10:20.7001136Z 2025-03-14T07:10:20.7002042Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_257f81c6f052059b_.log 2025-03-14T07:10:20.7002673Z 2025-03-14T07:10:21.4572540Z Running test batch 'tests to run' cost 8.3 seconds 2025-03-14T07:10:22.0511775Z 2025-03-14T07:10:22.0512309Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:10:22.0512778Z echo "StorageUtils_test" failed with exit code 0 2025-03-14T07:10:22.0513098Z goto fail 2025-03-14T07:10:22.0513279Z ) 2025-03-14T07:10:22.0513384Z 2025-03-14T07:10:22.0513628Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:10:22.0514104Z echo "StorageUtils_test" failed with exit code 0 2025-03-14T07:10:22.0514407Z goto fail 2025-03-14T07:10:22.0514591Z ) 2025-03-14T07:10:22.0515644Z 2025-03-14T07:10:22.0515897Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:10:22.0522509Z 2025-03-14T07:10:22.0522745Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:10:22.0523459Z call :libtorch_check "stride_properties_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-03-14T07:10:22.0524130Z if errorlevel 1 goto fail 2025-03-14T07:10:22.0524373Z ) 2025-03-14T07:10:22.0533644Z 2025-03-14T07:10:22.0534303Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:10:22.0537428Z 2025-03-14T07:10:22.0538077Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:10:22.0540197Z 2025-03-14T07:10:22.0540618Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "verify_api_visibility" goto :eof 2025-03-14T07:10:22.0541433Z 2025-03-14T07:10:22.0542025Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-03-14T07:10:22.0543017Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-03-14T07:10:22.0543830Z 2025-03-14T07:10:22.0544265Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:10:22.0545036Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-03-14T07:10:22.0545546Z goto :eof 2025-03-14T07:10:22.0545736Z ) 2025-03-14T07:10:22.0545833Z 2025-03-14T07:10:22.0546223Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/stride_properties_test" 2025-03-14T07:10:22.2200588Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:10:22.2201410Z import pkg_resources 2025-03-14T07:10:27.6752667Z Found test times from artifacts 2025-03-14T07:10:27.7692914Z Found test times from artifacts 2025-03-14T07:10:27.7724091Z Running all tests 2025-03-14T07:10:27.7729730Z Running parallel tests on 3 processes 2025-03-14T07:10:27.7730259Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:10:27.7730616Z Serial tests (0): 2025-03-14T07:10:27.7730827Z Parallel tests (1): 2025-03-14T07:10:27.7731085Z cpp/stride_properties_test 1/1 2025-03-14T07:10:27.7731366Z Name: excluded (est. time: 0.0min) 2025-03-14T07:10:27.7731623Z Serial tests (0): 2025-03-14T07:10:27.7731839Z Parallel tests (0): 2025-03-14T07:10:27.7800176Z Running cpp/stride_properties_test 1/1 ... [2025-03-14 07:10:27.769876] 2025-03-14T07:10:27.7800629Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:27.7809616Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-ba107e75487905a6.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:27.779955] 2025-03-14T07:10:27.7811394Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:10:30.5126968Z 2025-03-14T07:10:30.5129211Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_3c0df101dd9e9dd6_.log 2025-03-14T07:10:30.5129904Z 2025-03-14T07:10:32.3876821Z Running cpp/stride_properties_test 1/1 ... [2025-03-14 07:10:32.384586] 2025-03-14T07:10:32.3886387Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:32.3887643Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\stride_properties_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-af603638f9aae68b.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:32.384586] 2025-03-14T07:10:36.0586167Z 2025-03-14T07:10:36.0587080Z cpp/stride_properties_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.stride_properties_test_1.1_a507b1efa5c4038b_.log 2025-03-14T07:10:36.0587797Z 2025-03-14T07:10:36.7763129Z Running test batch 'tests to run' cost 9.01 seconds 2025-03-14T07:10:37.3666472Z 2025-03-14T07:10:37.3666989Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:10:37.3667631Z echo "stride_properties_test" failed with exit code 0 2025-03-14T07:10:37.3668054Z goto fail 2025-03-14T07:10:37.3668242Z ) 2025-03-14T07:10:37.3668348Z 2025-03-14T07:10:37.3668541Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:10:37.3668989Z echo "stride_properties_test" failed with exit code 0 2025-03-14T07:10:37.3669315Z goto fail 2025-03-14T07:10:37.3669506Z ) 2025-03-14T07:10:37.3669615Z 2025-03-14T07:10:37.3669771Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:10:37.3676276Z 2025-03-14T07:10:37.3676761Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:10:37.3677550Z call :libtorch_check "tensor_iterator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-03-14T07:10:37.3678323Z if errorlevel 1 goto fail 2025-03-14T07:10:37.3678568Z ) 2025-03-14T07:10:37.3687476Z 2025-03-14T07:10:37.3687874Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:10:37.3691610Z 2025-03-14T07:10:37.3692127Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:10:37.3694363Z 2025-03-14T07:10:37.3694792Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "verify_api_visibility" goto :eof 2025-03-14T07:10:37.3695769Z 2025-03-14T07:10:37.3696340Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-03-14T07:10:37.3697391Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-03-14T07:10:37.3697889Z 2025-03-14T07:10:37.3698236Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:10:37.3698985Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-03-14T07:10:37.3699481Z goto :eof 2025-03-14T07:10:37.3699676Z ) 2025-03-14T07:10:37.3699776Z 2025-03-14T07:10:37.3700155Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/tensor_iterator_test" 2025-03-14T07:10:37.5349121Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:10:37.5349949Z import pkg_resources 2025-03-14T07:10:43.0277375Z Found test times from artifacts 2025-03-14T07:10:43.1217390Z Found test times from artifacts 2025-03-14T07:10:43.1249080Z Running all tests 2025-03-14T07:10:43.1254381Z Running parallel tests on 3 processes 2025-03-14T07:10:43.1254789Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:10:43.1255067Z Serial tests (0): 2025-03-14T07:10:43.1255290Z Parallel tests (1): 2025-03-14T07:10:43.1255530Z cpp/tensor_iterator_test 1/1 2025-03-14T07:10:43.1255809Z Name: excluded (est. time: 0.0min) 2025-03-14T07:10:43.1256077Z Serial tests (0): 2025-03-14T07:10:43.1256296Z Parallel tests (0): 2025-03-14T07:10:43.1328056Z Running cpp/tensor_iterator_test 1/1 ... [2025-03-14 07:10:43.132649] 2025-03-14T07:10:43.1328498Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:43.1337605Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-68da4c7ff6bac37f.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:43.133276] 2025-03-14T07:10:43.1339452Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:10:45.9158019Z 2025-03-14T07:10:45.9159299Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_7fa8f898f881347e_.log 2025-03-14T07:10:45.9160039Z 2025-03-14T07:10:47.4569433Z Running cpp/tensor_iterator_test 1/1 ... [2025-03-14 07:10:47.456673] 2025-03-14T07:10:47.4569885Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:10:47.4578687Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\tensor_iterator_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3cfedac576a82812.xml', '-x', '--reruns=2'] ... [2025-03-14 07:10:47.457239] 2025-03-14T07:11:02.6030253Z 2025-03-14T07:11:02.6031146Z cpp/tensor_iterator_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.tensor_iterator_test_1.1_ec2ca6d2d6c728c6_.log 2025-03-14T07:11:02.6032904Z 2025-03-14T07:11:03.3790214Z Running test batch 'tests to run' cost 20.25 seconds 2025-03-14T07:11:03.9653395Z 2025-03-14T07:11:03.9653941Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:11:03.9654416Z echo "tensor_iterator_test" failed with exit code 0 2025-03-14T07:11:03.9654743Z goto fail 2025-03-14T07:11:03.9654933Z ) 2025-03-14T07:11:03.9655042Z 2025-03-14T07:11:03.9655250Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:11:03.9655693Z echo "tensor_iterator_test" failed with exit code 0 2025-03-14T07:11:03.9656003Z goto fail 2025-03-14T07:11:03.9656193Z ) 2025-03-14T07:11:03.9656303Z 2025-03-14T07:11:03.9656463Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:11:03.9663934Z 2025-03-14T07:11:03.9664353Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:11:03.9665046Z call :libtorch_check "test_parallel" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-03-14T07:11:03.9665649Z if errorlevel 1 goto fail 2025-03-14T07:11:03.9665890Z ) 2025-03-14T07:11:03.9673391Z 2025-03-14T07:11:03.9674801Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:11:03.9677654Z 2025-03-14T07:11:03.9678217Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:11:03.9680576Z 2025-03-14T07:11:03.9680937Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "verify_api_visibility" goto :eof 2025-03-14T07:11:03.9681831Z 2025-03-14T07:11:03.9682393Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-03-14T07:11:03.9683290Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-03-14T07:11:03.9683788Z 2025-03-14T07:11:03.9684184Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:11:03.9684913Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-03-14T07:11:03.9685445Z goto :eof 2025-03-14T07:11:03.9685629Z ) 2025-03-14T07:11:03.9685727Z 2025-03-14T07:11:03.9686081Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/test_parallel" 2025-03-14T07:11:04.1343427Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:11:04.1344260Z import pkg_resources 2025-03-14T07:11:09.6729723Z Found test times from artifacts 2025-03-14T07:11:09.7669323Z Found test times from artifacts 2025-03-14T07:11:09.7700879Z Running all tests 2025-03-14T07:11:09.7706155Z Running parallel tests on 3 processes 2025-03-14T07:11:09.7706530Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:11:09.7706811Z Serial tests (0): 2025-03-14T07:11:09.7707170Z Parallel tests (1): 2025-03-14T07:11:09.7707468Z cpp/test_parallel 1/1 2025-03-14T07:11:09.7707729Z Name: excluded (est. time: 0.0min) 2025-03-14T07:11:09.7707989Z Serial tests (0): 2025-03-14T07:11:09.7708205Z Parallel tests (0): 2025-03-14T07:11:09.7776882Z Running cpp/test_parallel 1/1 ... [2025-03-14 07:11:09.774225] 2025-03-14T07:11:09.7777307Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:09.7786406Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-eae789426707cef4.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:09.774225] 2025-03-14T07:11:09.7788105Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:11:12.5548258Z 2025-03-14T07:11:12.5549091Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_a5a6d8cb510045a7_.log 2025-03-14T07:11:12.5549862Z 2025-03-14T07:11:14.1140868Z Running cpp/test_parallel 1/1 ... [2025-03-14 07:11:14.110583] 2025-03-14T07:11:14.1141323Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:14.1150467Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\test_parallel.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-a497e7fc91a15b9c.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:14.110583] 2025-03-14T07:11:18.0734646Z 2025-03-14T07:11:18.0735492Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_38aa9b0696162de3_.log 2025-03-14T07:11:18.0736184Z 2025-03-14T07:11:18.8319026Z Running test batch 'tests to run' cost 9.06 seconds 2025-03-14T07:11:19.4357963Z 2025-03-14T07:11:19.4358563Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:11:19.4359010Z echo "test_parallel" failed with exit code 0 2025-03-14T07:11:19.4359320Z goto fail 2025-03-14T07:11:19.4359501Z ) 2025-03-14T07:11:19.4359612Z 2025-03-14T07:11:19.4359800Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:11:19.4360214Z echo "test_parallel" failed with exit code 0 2025-03-14T07:11:19.4360502Z goto fail 2025-03-14T07:11:19.4360679Z ) 2025-03-14T07:11:19.4360801Z 2025-03-14T07:11:19.4361208Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:11:19.4367682Z 2025-03-14T07:11:19.4367950Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:11:19.4368629Z call :libtorch_check "thread_init_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-03-14T07:11:19.4369241Z if errorlevel 1 goto fail 2025-03-14T07:11:19.4369496Z ) 2025-03-14T07:11:19.4377842Z 2025-03-14T07:11:19.4378266Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:11:19.4381660Z 2025-03-14T07:11:19.4382247Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:11:19.4384458Z 2025-03-14T07:11:19.4385054Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "verify_api_visibility" goto :eof 2025-03-14T07:11:19.4385622Z 2025-03-14T07:11:19.4386175Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-03-14T07:11:19.4387090Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-03-14T07:11:19.4387853Z 2025-03-14T07:11:19.4388466Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:11:19.4389279Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-03-14T07:11:19.4389773Z goto :eof 2025-03-14T07:11:19.4389958Z ) 2025-03-14T07:11:19.4390073Z 2025-03-14T07:11:19.4390426Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/thread_init_test" 2025-03-14T07:11:19.6018370Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:11:19.6019212Z import pkg_resources 2025-03-14T07:11:25.2327201Z Found test times from artifacts 2025-03-14T07:11:25.3273693Z Found test times from artifacts 2025-03-14T07:11:25.3306207Z Running all tests 2025-03-14T07:11:25.3311504Z Running parallel tests on 3 processes 2025-03-14T07:11:25.3311905Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:11:25.3312212Z Serial tests (0): 2025-03-14T07:11:25.3312436Z Parallel tests (1): 2025-03-14T07:11:25.3312676Z cpp/thread_init_test 1/1 2025-03-14T07:11:25.3312936Z Name: excluded (est. time: 0.0min) 2025-03-14T07:11:25.3313194Z Serial tests (0): 2025-03-14T07:11:25.3313411Z Parallel tests (0): 2025-03-14T07:11:25.3385550Z Running cpp/thread_init_test 1/1 ... [2025-03-14 07:11:25.338413] 2025-03-14T07:11:25.3385986Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:25.3395744Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b4246b51a7b959cb.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:25.338998] 2025-03-14T07:11:25.3397567Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:11:29.6996849Z 2025-03-14T07:11:29.6997912Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_fc28e21be8df0024_.log 2025-03-14T07:11:29.6998580Z 2025-03-14T07:11:30.1461670Z Running cpp/thread_init_test 1/1 ... [2025-03-14 07:11:30.145717] 2025-03-14T07:11:30.1462140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:30.1473381Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\thread_init_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-dfda8bbc3d63048c.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:30.146890] 2025-03-14T07:11:33.9696323Z 2025-03-14T07:11:33.9697155Z cpp/thread_init_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.thread_init_test_1.1_660721e1f9fc634b_.log 2025-03-14T07:11:33.9697953Z 2025-03-14T07:11:34.7213432Z Running test batch 'tests to run' cost 9.39 seconds 2025-03-14T07:11:35.3887520Z 2025-03-14T07:11:35.3888157Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:11:35.3888630Z echo "thread_init_test" failed with exit code 0 2025-03-14T07:11:35.3888942Z goto fail 2025-03-14T07:11:35.3889122Z ) 2025-03-14T07:11:35.3889228Z 2025-03-14T07:11:35.3889430Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:11:35.3889847Z echo "thread_init_test" failed with exit code 0 2025-03-14T07:11:35.3890149Z goto fail 2025-03-14T07:11:35.3890327Z ) 2025-03-14T07:11:35.3890487Z 2025-03-14T07:11:35.3890705Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:11:35.3897446Z 2025-03-14T07:11:35.3897860Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:11:35.3898562Z call :libtorch_check "type_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-03-14T07:11:35.3899303Z if errorlevel 1 goto fail 2025-03-14T07:11:35.3899618Z ) 2025-03-14T07:11:35.3908316Z 2025-03-14T07:11:35.3908800Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:11:35.3912347Z 2025-03-14T07:11:35.3912901Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:11:35.3915018Z 2025-03-14T07:11:35.3915388Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "verify_api_visibility" goto :eof 2025-03-14T07:11:35.3916383Z 2025-03-14T07:11:35.3916899Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-03-14T07:11:35.3917791Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-03-14T07:11:35.3918672Z 2025-03-14T07:11:35.3919057Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:11:35.3919753Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-03-14T07:11:35.3920225Z goto :eof 2025-03-14T07:11:35.3920397Z ) 2025-03-14T07:11:35.3920928Z 2025-03-14T07:11:35.3921352Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_ptr_test" 2025-03-14T07:11:35.5623000Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:11:35.5623986Z import pkg_resources 2025-03-14T07:11:41.0651830Z Found test times from artifacts 2025-03-14T07:11:41.1587556Z Found test times from artifacts 2025-03-14T07:11:41.1619080Z Running all tests 2025-03-14T07:11:41.1624084Z Running parallel tests on 3 processes 2025-03-14T07:11:41.1624559Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:11:41.1624856Z Serial tests (0): 2025-03-14T07:11:41.1625060Z Parallel tests (1): 2025-03-14T07:11:41.1625296Z cpp/type_ptr_test 1/1 2025-03-14T07:11:41.1625541Z Name: excluded (est. time: 0.0min) 2025-03-14T07:11:41.1625800Z Serial tests (0): 2025-03-14T07:11:41.1626010Z Parallel tests (0): 2025-03-14T07:11:41.1699838Z Running cpp/type_ptr_test 1/1 ... [2025-03-14 07:11:41.168535] 2025-03-14T07:11:41.1700266Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:41.1709433Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-3c20bbaa321110d8.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:41.170151] 2025-03-14T07:11:41.1711221Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:11:43.8589451Z 2025-03-14T07:11:43.8590244Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_b1577d9189a5afe4_.log 2025-03-14T07:11:43.8591052Z 2025-03-14T07:11:45.5996424Z Running cpp/type_ptr_test 1/1 ... [2025-03-14 07:11:45.596957] 2025-03-14T07:11:45.5996877Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:45.6006677Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_ptr_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a4d62fd5dda4830.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:45.600064] 2025-03-14T07:11:49.3309365Z 2025-03-14T07:11:49.3310439Z cpp/type_ptr_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_ptr_test_1.1_a2c0107e6bdbe0ef_.log 2025-03-14T07:11:49.3311051Z 2025-03-14T07:11:50.0846196Z Running test batch 'tests to run' cost 8.92 seconds 2025-03-14T07:11:50.6662286Z 2025-03-14T07:11:50.6662876Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:11:50.6663335Z echo "type_ptr_test" failed with exit code 0 2025-03-14T07:11:50.6663648Z goto fail 2025-03-14T07:11:50.6663829Z ) 2025-03-14T07:11:50.6663934Z 2025-03-14T07:11:50.6664132Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:11:50.6664538Z echo "type_ptr_test" failed with exit code 0 2025-03-14T07:11:50.6664833Z goto fail 2025-03-14T07:11:50.6665014Z ) 2025-03-14T07:11:50.6665112Z 2025-03-14T07:11:50.6665298Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:11:50.6672476Z 2025-03-14T07:11:50.6672811Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:11:50.6673446Z call :libtorch_check "type_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-03-14T07:11:50.6674030Z if errorlevel 1 goto fail 2025-03-14T07:11:50.6674280Z ) 2025-03-14T07:11:50.6683715Z 2025-03-14T07:11:50.6684153Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:11:50.6686952Z 2025-03-14T07:11:50.6687414Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:11:50.6689544Z 2025-03-14T07:11:50.6689910Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "verify_api_visibility" goto :eof 2025-03-14T07:11:50.6690780Z 2025-03-14T07:11:50.6691420Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-03-14T07:11:50.6692364Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-03-14T07:11:50.6693155Z 2025-03-14T07:11:50.6693528Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:11:50.6694995Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-03-14T07:11:50.6695471Z goto :eof 2025-03-14T07:11:50.6695655Z ) 2025-03-14T07:11:50.6695766Z 2025-03-14T07:11:50.6696100Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_test" 2025-03-14T07:11:50.8347740Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:11:50.8348575Z import pkg_resources 2025-03-14T07:11:56.3265009Z Found test times from artifacts 2025-03-14T07:11:56.4200733Z Found test times from artifacts 2025-03-14T07:11:56.4230854Z Running all tests 2025-03-14T07:11:56.4236648Z Running parallel tests on 3 processes 2025-03-14T07:11:56.4237022Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:11:56.4237323Z Serial tests (0): 2025-03-14T07:11:56.4237555Z Parallel tests (1): 2025-03-14T07:11:56.4237782Z cpp/type_test 1/1 2025-03-14T07:11:56.4238016Z Name: excluded (est. time: 0.0min) 2025-03-14T07:11:56.4238275Z Serial tests (0): 2025-03-14T07:11:56.4238492Z Parallel tests (0): 2025-03-14T07:11:56.4306786Z Running cpp/type_test 1/1 ... [2025-03-14 07:11:56.425905] 2025-03-14T07:11:56.4307182Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:11:56.4316510Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d710fe537fb9cc82.xml', '-x', '--reruns=2'] ... [2025-03-14 07:11:56.425905] 2025-03-14T07:11:56.4318217Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:11:59.2455474Z 2025-03-14T07:11:59.2456461Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_b6ea335172c4996a_.log 2025-03-14T07:11:59.2457077Z 2025-03-14T07:12:00.7707208Z Running cpp/type_test 1/1 ... [2025-03-14 07:12:00.770550] 2025-03-14T07:12:00.7707622Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:00.7717263Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\type_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-d1caffc2422efd01.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:00.771534] 2025-03-14T07:12:05.1686280Z 2025-03-14T07:12:05.1687037Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_cb10bc84bede8f49_.log 2025-03-14T07:12:05.1688085Z 2025-03-14T07:12:05.9523102Z Running test batch 'tests to run' cost 9.52 seconds 2025-03-14T07:12:06.5351250Z 2025-03-14T07:12:06.5351773Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:12:06.5352231Z echo "type_test" failed with exit code 0 2025-03-14T07:12:06.5352525Z goto fail 2025-03-14T07:12:06.5352703Z ) 2025-03-14T07:12:06.5352833Z 2025-03-14T07:12:06.5353023Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:12:06.5353428Z echo "type_test" failed with exit code 0 2025-03-14T07:12:06.5353705Z goto fail 2025-03-14T07:12:06.5353886Z ) 2025-03-14T07:12:06.5353981Z 2025-03-14T07:12:06.5354146Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:12:06.5361058Z 2025-03-14T07:12:06.5361296Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:12:06.5361987Z call :libtorch_check "undefined_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-03-14T07:12:06.5362664Z if errorlevel 1 goto fail 2025-03-14T07:12:06.5362902Z ) 2025-03-14T07:12:06.5371421Z 2025-03-14T07:12:06.5372053Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:12:06.5374952Z 2025-03-14T07:12:06.5375484Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:12:06.5377514Z 2025-03-14T07:12:06.5377936Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:12:06.5379128Z 2025-03-14T07:12:06.5379763Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-03-14T07:12:06.5380710Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-03-14T07:12:06.5381657Z 2025-03-14T07:12:06.5382087Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:12:06.5382837Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-03-14T07:12:06.5383350Z goto :eof 2025-03-14T07:12:06.5383520Z ) 2025-03-14T07:12:06.5383630Z 2025-03-14T07:12:06.5384002Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/undefined_tensor_test" 2025-03-14T07:12:06.7020188Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:12:06.7021034Z import pkg_resources 2025-03-14T07:12:12.1741189Z Found test times from artifacts 2025-03-14T07:12:12.2684717Z Found test times from artifacts 2025-03-14T07:12:12.2715602Z Running all tests 2025-03-14T07:12:12.2721106Z Running parallel tests on 3 processes 2025-03-14T07:12:12.2721663Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:12:12.2722004Z Serial tests (0): 2025-03-14T07:12:12.2722238Z Parallel tests (1): 2025-03-14T07:12:12.2722489Z cpp/undefined_tensor_test 1/1 2025-03-14T07:12:12.2722768Z Name: excluded (est. time: 0.0min) 2025-03-14T07:12:12.2723033Z Serial tests (0): 2025-03-14T07:12:12.2723238Z Parallel tests (0): 2025-03-14T07:12:12.2789885Z Running cpp/undefined_tensor_test 1/1 ... [2025-03-14 07:12:12.278049] 2025-03-14T07:12:12.2790334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:12.2799341Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4f542176e8b7d8e5.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:12.278049] 2025-03-14T07:12:12.2801061Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:12:15.2056718Z 2025-03-14T07:12:15.2057854Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_a721f8fe9f51f459_.log 2025-03-14T07:12:15.2058658Z 2025-03-14T07:12:16.5164793Z Running cpp/undefined_tensor_test 1/1 ... [2025-03-14 07:12:16.506200] 2025-03-14T07:12:16.5165273Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:16.5174985Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\undefined_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-9cda6bd9ae829be0.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:16.506200] 2025-03-14T07:12:19.8680745Z 2025-03-14T07:12:19.8681780Z cpp/undefined_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.undefined_tensor_test_1.1_013f93761924b553_.log 2025-03-14T07:12:19.8682448Z 2025-03-14T07:12:20.6847133Z Running test batch 'tests to run' cost 8.41 seconds 2025-03-14T07:12:21.2657929Z 2025-03-14T07:12:21.2658602Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:12:21.2659089Z echo "undefined_tensor_test" failed with exit code 0 2025-03-14T07:12:21.2659436Z goto fail 2025-03-14T07:12:21.2659623Z ) 2025-03-14T07:12:21.2659727Z 2025-03-14T07:12:21.2659924Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:12:21.2660357Z echo "undefined_tensor_test" failed with exit code 0 2025-03-14T07:12:21.2660674Z goto fail 2025-03-14T07:12:21.2660865Z ) 2025-03-14T07:12:21.2660978Z 2025-03-14T07:12:21.2661132Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:12:21.2667219Z 2025-03-14T07:12:21.2667410Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:12:21.2668131Z call :libtorch_check "verify_api_visibility" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\verify_api_visibility.exe" 2025-03-14T07:12:21.2668848Z if errorlevel 1 goto fail 2025-03-14T07:12:21.2669125Z ) 2025-03-14T07:12:21.2677789Z 2025-03-14T07:12:21.2678127Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:12:21.2681449Z 2025-03-14T07:12:21.2681966Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:12:21.2683871Z 2025-03-14T07:12:21.2684281Z (base) C:\actions-runner\_work\pytorch\pytorch>if "verify_api_visibility" == "verify_api_visibility" goto :eof 2025-03-14T07:12:21.2689650Z 2025-03-14T07:12:21.2689861Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:12:21.2690497Z call :libtorch_check "weakref_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-03-14T07:12:21.2691285Z if errorlevel 1 goto fail 2025-03-14T07:12:21.2691597Z ) 2025-03-14T07:12:21.2699959Z 2025-03-14T07:12:21.2700310Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:12:21.2703766Z 2025-03-14T07:12:21.2704223Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:12:21.2706491Z 2025-03-14T07:12:21.2706835Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "verify_api_visibility" goto :eof 2025-03-14T07:12:21.2707712Z 2025-03-14T07:12:21.2708276Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-03-14T07:12:21.2709209Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-03-14T07:12:21.2710134Z 2025-03-14T07:12:21.2710528Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:12:21.2711211Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-03-14T07:12:21.2711685Z goto :eof 2025-03-14T07:12:21.2711873Z ) 2025-03-14T07:12:21.2711985Z 2025-03-14T07:12:21.2712330Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/weakref_test" 2025-03-14T07:12:21.4357498Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:12:21.4358325Z import pkg_resources 2025-03-14T07:12:26.9467110Z Found test times from artifacts 2025-03-14T07:12:27.0416133Z Found test times from artifacts 2025-03-14T07:12:27.0446542Z Running all tests 2025-03-14T07:12:27.0451887Z Running parallel tests on 3 processes 2025-03-14T07:12:27.0452268Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:12:27.0452572Z Serial tests (0): 2025-03-14T07:12:27.0452794Z Parallel tests (1): 2025-03-14T07:12:27.0453020Z cpp/weakref_test 1/1 2025-03-14T07:12:27.0453267Z Name: excluded (est. time: 0.0min) 2025-03-14T07:12:27.0453520Z Serial tests (0): 2025-03-14T07:12:27.0453732Z Parallel tests (0): 2025-03-14T07:12:27.0522031Z Running cpp/weakref_test 1/1 ... [2025-03-14 07:12:27.051648] 2025-03-14T07:12:27.0522492Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:27.0531801Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-580b23fe31e56ff3.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:27.052818] 2025-03-14T07:12:27.0533495Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:12:29.7937508Z 2025-03-14T07:12:29.7938328Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_6915458e59895e6c_.log 2025-03-14T07:12:29.7938968Z 2025-03-14T07:12:31.3102680Z Running cpp/weakref_test 1/1 ... [2025-03-14 07:12:31.303042] 2025-03-14T07:12:31.3103124Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:31.3111483Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\weakref_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-b134d034208161eb.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:31.303042] 2025-03-14T07:12:34.5121219Z 2025-03-14T07:12:34.5122024Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_a3fae9ba08423baa_.log 2025-03-14T07:12:34.5122801Z 2025-03-14T07:12:35.2550779Z Running test batch 'tests to run' cost 8.22 seconds 2025-03-14T07:12:35.8505667Z 2025-03-14T07:12:35.8506479Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:12:35.8506962Z echo "weakref_test" failed with exit code 0 2025-03-14T07:12:35.8507262Z goto fail 2025-03-14T07:12:35.8507448Z ) 2025-03-14T07:12:35.8507557Z 2025-03-14T07:12:35.8507748Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:12:35.8508214Z echo "weakref_test" failed with exit code 0 2025-03-14T07:12:35.8508555Z goto fail 2025-03-14T07:12:35.8508732Z ) 2025-03-14T07:12:35.8508905Z 2025-03-14T07:12:35.8509112Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:12:35.8516323Z 2025-03-14T07:12:35.8516849Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:12:35.8517543Z call :libtorch_check "wrapdim_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-03-14T07:12:35.8518153Z if errorlevel 1 goto fail 2025-03-14T07:12:35.8518397Z ) 2025-03-14T07:12:35.8527249Z 2025-03-14T07:12:35.8527666Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:12:35.8530846Z 2025-03-14T07:12:35.8531354Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:12:35.8533344Z 2025-03-14T07:12:35.8533689Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "verify_api_visibility" goto :eof 2025-03-14T07:12:35.8534555Z 2025-03-14T07:12:35.8535206Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-03-14T07:12:35.8536204Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-03-14T07:12:35.8536931Z 2025-03-14T07:12:35.8537335Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:12:35.8538028Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-03-14T07:12:35.8538493Z goto :eof 2025-03-14T07:12:35.8538678Z ) 2025-03-14T07:12:35.8538774Z 2025-03-14T07:12:35.8539116Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/wrapdim_test" 2025-03-14T07:12:36.0192837Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:12:36.0193654Z import pkg_resources 2025-03-14T07:12:41.5954741Z Found test times from artifacts 2025-03-14T07:12:41.6902374Z Found test times from artifacts 2025-03-14T07:12:41.6933404Z Running all tests 2025-03-14T07:12:41.6939262Z Running parallel tests on 3 processes 2025-03-14T07:12:41.6939643Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:12:41.6939935Z Serial tests (0): 2025-03-14T07:12:41.6940174Z Parallel tests (1): 2025-03-14T07:12:41.6941244Z cpp/wrapdim_test 1/1 2025-03-14T07:12:41.6941512Z Name: excluded (est. time: 0.0min) 2025-03-14T07:12:41.6941781Z Serial tests (0): 2025-03-14T07:12:41.6942003Z Parallel tests (0): 2025-03-14T07:12:41.7011882Z Running cpp/wrapdim_test 1/1 ... [2025-03-14 07:12:41.700667] 2025-03-14T07:12:41.7012322Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:41.7023067Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-301395cbed86238e.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:41.702128] 2025-03-14T07:12:41.7024747Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:12:44.5054294Z 2025-03-14T07:12:44.5055232Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_c639f6f3a3f75caf_.log 2025-03-14T07:12:44.5055833Z 2025-03-14T07:12:46.0789267Z Running cpp/wrapdim_test 1/1 ... [2025-03-14 07:12:46.077667] 2025-03-14T07:12:46.0789698Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:46.0790877Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\wrapdim_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-0a456c4df93be031.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:46.078677] 2025-03-14T07:12:49.2643638Z 2025-03-14T07:12:49.2644610Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_6c0f286ce95e6dad_.log 2025-03-14T07:12:49.2645206Z 2025-03-14T07:12:50.0593782Z Running test batch 'tests to run' cost 8.37 seconds 2025-03-14T07:12:50.6423009Z 2025-03-14T07:12:50.6423688Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:12:50.6424140Z echo "wrapdim_test" failed with exit code 0 2025-03-14T07:12:50.6424428Z goto fail 2025-03-14T07:12:50.6424609Z ) 2025-03-14T07:12:50.6424720Z 2025-03-14T07:12:50.6424909Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:12:50.6425319Z echo "wrapdim_test" failed with exit code 0 2025-03-14T07:12:50.6425659Z goto fail 2025-03-14T07:12:50.6425880Z ) 2025-03-14T07:12:50.6425986Z 2025-03-14T07:12:50.6426659Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:12:50.6432287Z 2025-03-14T07:12:50.6432529Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-03-14T07:12:50.6433205Z call :libtorch_check "xla_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-03-14T07:12:50.6433827Z if errorlevel 1 goto fail 2025-03-14T07:12:50.6434163Z ) 2025-03-14T07:12:50.6443864Z 2025-03-14T07:12:50.6444425Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:12:50.6447308Z 2025-03-14T07:12:50.6447917Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-03-14T07:12:50.6450148Z 2025-03-14T07:12:50.6450547Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "verify_api_visibility" goto :eof 2025-03-14T07:12:50.6451776Z 2025-03-14T07:12:50.6452306Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-03-14T07:12:50.6453211Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-03-14T07:12:50.6454749Z 2025-03-14T07:12:50.6455242Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-03-14T07:12:50.6455961Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-03-14T07:12:50.6456443Z goto :eof 2025-03-14T07:12:50.6456631Z ) 2025-03-14T07:12:50.6456727Z 2025-03-14T07:12:50.6457087Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/xla_tensor_test" 2025-03-14T07:12:50.8111012Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-03-14T07:12:50.8111836Z import pkg_resources 2025-03-14T07:12:56.3177390Z Found test times from artifacts 2025-03-14T07:12:56.4117398Z Found test times from artifacts 2025-03-14T07:12:56.4147577Z Running all tests 2025-03-14T07:12:56.4152937Z Running parallel tests on 3 processes 2025-03-14T07:12:56.4153264Z Name: tests to run (est. time: 0.0min) 2025-03-14T07:12:56.4153703Z Serial tests (0): 2025-03-14T07:12:56.4153996Z Parallel tests (1): 2025-03-14T07:12:56.4154238Z cpp/xla_tensor_test 1/1 2025-03-14T07:12:56.4154499Z Name: excluded (est. time: 0.0min) 2025-03-14T07:12:56.4154776Z Serial tests (0): 2025-03-14T07:12:56.4155064Z Parallel tests (0): 2025-03-14T07:12:56.4223128Z Running cpp/xla_tensor_test 1/1 ... [2025-03-14 07:12:56.410161] 2025-03-14T07:12:56.4223552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:12:56.4232473Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-fffc9dcabfa99377.xml', '-x', '--reruns=2'] ... [2025-03-14 07:12:56.410161] 2025-03-14T07:12:56.4234250Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-03-14T07:12:59.2263273Z 2025-03-14T07:12:59.2264142Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_caffc9f4199efe9f_.log 2025-03-14T07:12:59.2264763Z 2025-03-14T07:13:00.7335049Z Running cpp/xla_tensor_test 1/1 ... [2025-03-14 07:13:00.731970] 2025-03-14T07:13:00.7343212Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-03-14T07:13:00.7344556Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\xla_tensor_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-303bbd7c2a896795.xml', '-x', '--reruns=2'] ... [2025-03-14 07:13:00.731970] 2025-03-14T07:13:04.0164678Z 2025-03-14T07:13:04.0165552Z cpp/xla_tensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.xla_tensor_test_1.1_1e6942766749ebef_.log 2025-03-14T07:13:04.0166363Z 2025-03-14T07:13:04.7579319Z Running test batch 'tests to run' cost 8.35 seconds 2025-03-14T07:13:05.4195048Z 2025-03-14T07:13:05.4195754Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-03-14T07:13:05.4196229Z echo "xla_tensor_test" failed with exit code 0 2025-03-14T07:13:05.4196551Z goto fail 2025-03-14T07:13:05.4196731Z ) 2025-03-14T07:13:05.4196844Z 2025-03-14T07:13:05.4197062Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-03-14T07:13:05.4197476Z echo "xla_tensor_test" failed with exit code 0 2025-03-14T07:13:05.4197778Z goto fail 2025-03-14T07:13:05.4197957Z ) 2025-03-14T07:13:05.4198066Z 2025-03-14T07:13:05.4198237Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T07:13:05.4217233Z 2025-03-14T07:13:05.4217707Z (base) C:\actions-runner\_work\pytorch\pytorch>goto :eof 2025-03-14T07:13:05.4238658Z + [[ 0 == \1 ]] 2025-03-14T07:13:05.4238937Z + assert_git_not_dirty 2025-03-14T07:13:05.4239229Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-03-14T07:13:05.4239525Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-03-14T07:13:05.4356881Z ++ git status --porcelain 2025-03-14T07:13:05.4409203Z ++ grep -v '?? third_party' 2025-03-14T07:15:24.0077440Z ++ true 2025-03-14T07:15:24.0081853Z + git_status= 2025-03-14T07:15:24.0082073Z + [[ -n '' ]] 2025-03-14T07:15:24.0082467Z + echo 'TEST PASSED' 2025-03-14T07:15:24.0082782Z TEST PASSED 2025-03-14T07:15:24.0230001Z ##[group]Run cat test/**/*_toprint.log || true 2025-03-14T07:15:24.0230400Z cat test/**/*_toprint.log || true 2025-03-14T07:15:24.0249345Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T07:15:24.0249811Z env: 2025-03-14T07:15:24.0250036Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:24.0250435Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:24.0250961Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:24.0251431Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:24.0252232Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:24.0252535Z ##[endgroup] 2025-03-14T07:15:24.0968851Z cat: 'test/**/*_toprint.log': No such file or directory 2025-03-14T07:15:24.1177431Z Prepare all required actions 2025-03-14T07:15:24.1178006Z Getting action download info 2025-03-14T07:15:24.2709487Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-14T07:15:24.7156591Z Download action repository 'actions/upload-artifact@v4' (SHA:4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) 2025-03-14T07:15:25.1710671Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-03-14T07:15:25.1711057Z with: 2025-03-14T07:15:25.1711433Z file-suffix: test-default-1-3-windows.4xlarge.nonephemeral_38755242165 2025-03-14T07:15:25.1711943Z s3-bucket: gha-artifacts 2025-03-14T07:15:25.1712218Z env: 2025-03-14T07:15:25.1712411Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:25.1712942Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:25.1713559Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:25.1714115Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:25.1714587Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:25.1714914Z ##[endgroup] 2025-03-14T07:15:25.1836864Z ##[group]Run # -ir => recursive include all files in pattern 2025-03-14T07:15:25.1837293Z # -ir => recursive include all files in pattern 2025-03-14T07:15:25.1837762Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2025-03-14T07:15:25.1853088Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:25.1853752Z env: 2025-03-14T07:15:25.1853948Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:25.1854324Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:25.1854836Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:25.1855310Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:25.1855734Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:25.1856180Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_38755242165 2025-03-14T07:15:25.1856600Z ##[endgroup] 2025-03-14T07:15:25.5545016Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:25.5612217Z Finished 2025-03-14T07:15:25.7436504Z 2025-03-14T07:15:25.7437047Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-03-14T07:15:25.7437379Z 2025-03-14T07:15:25.7437486Z Scanning the drive: 2025-03-14T07:15:25.7437716Z 106 files, 26537 bytes (26 KiB) 2025-03-14T07:15:25.7437882Z 2025-03-14T07:15:25.7438223Z Creating archive: test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:25.7438656Z 2025-03-14T07:15:25.7438820Z Add new data to archive: 106 files, 26537 bytes (26 KiB) 2025-03-14T07:15:25.7439059Z 2025-03-14T07:15:25.7439063Z 2025-03-14T07:15:25.7439154Z Files read from disk: 106 2025-03-14T07:15:25.7439426Z Archive size: 34613 bytes (34 KiB) 2025-03-14T07:15:25.7439698Z Everything is Ok 2025-03-14T07:15:25.7744635Z ##[group]Run # -ir => recursive include all files in pattern 2025-03-14T07:15:25.7745077Z # -ir => recursive include all files in pattern 2025-03-14T07:15:25.7745646Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2025-03-14T07:15:25.7761278Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:25.7761748Z env: 2025-03-14T07:15:25.7761954Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:25.7762332Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:25.7762851Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:25.7763417Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:25.7763811Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:25.7765716Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_38755242165 2025-03-14T07:15:25.7766161Z ##[endgroup] 2025-03-14T07:15:26.1129976Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:26.1197244Z Finished 2025-03-14T07:15:26.3122211Z 2025-03-14T07:15:26.3122744Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-03-14T07:15:26.3123073Z 2025-03-14T07:15:26.3123161Z Scanning the drive: 2025-03-14T07:15:26.3123421Z 330 files, 15703803 bytes (15 MiB) 2025-03-14T07:15:26.3123604Z 2025-03-14T07:15:26.3123956Z Creating archive: test-reports-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:26.3124406Z 2025-03-14T07:15:26.3124566Z Add new data to archive: 330 files, 15703803 bytes (15 MiB) 2025-03-14T07:15:26.3124823Z 2025-03-14T07:15:26.3124827Z 2025-03-14T07:15:26.3124923Z Files read from disk: 330 2025-03-14T07:15:26.3125171Z Archive size: 926312 bytes (905 KiB) 2025-03-14T07:15:26.3125449Z Everything is Ok 2025-03-14T07:15:26.3408941Z ##[group]Run # -ir => recursive include all files in pattern 2025-03-14T07:15:26.3409376Z # -ir => recursive include all files in pattern 2025-03-14T07:15:26.3409857Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2025-03-14T07:15:26.3425033Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:26.3425491Z env: 2025-03-14T07:15:26.3425782Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:26.3426167Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:26.3426693Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:26.3427169Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:26.3427569Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:26.3428008Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_38755242165 2025-03-14T07:15:26.3428422Z ##[endgroup] 2025-03-14T07:15:26.6787499Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:26.6831643Z Finished 2025-03-14T07:15:26.7181568Z 2025-03-14T07:15:26.7182036Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-03-14T07:15:26.7182347Z 2025-03-14T07:15:26.7182444Z Scanning the drive: 2025-03-14T07:15:26.7182589Z 2025-03-14T07:15:26.7182724Z WARNING: The system cannot find the file specified. 2025-03-14T07:15:26.7183060Z usage_log.txt 2025-03-14T07:15:26.7183185Z 2025-03-14T07:15:26.9593996Z 468 files, 17828553 bytes (18 MiB) 2025-03-14T07:15:26.9594264Z 2025-03-14T07:15:26.9594568Z Creating archive: logs-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:26.9594992Z 2025-03-14T07:15:26.9595149Z Add new data to archive: 468 files, 17828553 bytes (18 MiB) 2025-03-14T07:15:26.9595398Z 2025-03-14T07:15:26.9595402Z 2025-03-14T07:15:26.9595514Z Files read from disk: 468 2025-03-14T07:15:26.9595769Z Archive size: 1451096 bytes (1418 KiB) 2025-03-14T07:15:26.9595957Z 2025-03-14T07:15:26.9596054Z Scan WARNINGS for files and folders: 2025-03-14T07:15:26.9596256Z 2025-03-14T07:15:26.9596408Z usage_log.txt : The system cannot find the file specified. 2025-03-14T07:15:26.9596750Z ---------------- 2025-03-14T07:15:26.9596954Z Scan WARNINGS: 1 2025-03-14T07:15:26.9810008Z ##[error]Process completed with exit code 1. 2025-03-14T07:15:26.9916750Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T07:15:26.9917072Z with: 2025-03-14T07:15:26.9917273Z s3-bucket: gha-artifacts 2025-03-14T07:15:26.9917578Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:26.9917897Z retention-days: 14 2025-03-14T07:15:26.9918127Z if-no-files-found: warn 2025-03-14T07:15:26.9918468Z path: test-jsons-*.zip 2025-03-14T07:15:26.9918696Z name: artifact 2025-03-14T07:15:26.9918916Z region: us-east-1 2025-03-14T07:15:26.9919133Z env: 2025-03-14T07:15:26.9919943Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:26.9920345Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:26.9920874Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:26.9921382Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:26.9921790Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:26.9922147Z ##[endgroup] 2025-03-14T07:15:27.3762232Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-14T07:15:27.3763029Z With the provided path, there will be 1 file uploaded 2025-03-14T07:15:27.3763661Z Uploading to s3 prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:27.3777073Z Starting upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:27.5397905Z Finished upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:27.5642494Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T07:15:27.5642829Z with: 2025-03-14T07:15:27.5643030Z s3-bucket: gha-artifacts 2025-03-14T07:15:27.5643320Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:27.5643640Z retention-days: 14 2025-03-14T07:15:27.5643865Z if-no-files-found: error 2025-03-14T07:15:27.5644116Z path: test-reports-*.zip 2025-03-14T07:15:27.5644343Z name: artifact 2025-03-14T07:15:27.5644543Z region: us-east-1 2025-03-14T07:15:27.5644832Z env: 2025-03-14T07:15:27.5645014Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:27.5645409Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:27.5645931Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:27.5646412Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:27.5646821Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:27.5647108Z ##[endgroup] 2025-03-14T07:15:27.9493105Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-14T07:15:27.9493568Z With the provided path, there will be 1 file uploaded 2025-03-14T07:15:27.9493991Z Uploading to s3 prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:27.9507025Z Starting upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:28.2371777Z Finished upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:28.2629057Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T07:15:28.2629378Z with: 2025-03-14T07:15:28.2629572Z s3-bucket: gha-artifacts 2025-03-14T07:15:28.2629875Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:28.2630193Z retention-days: 14 2025-03-14T07:15:28.2630424Z if-no-files-found: ignore 2025-03-14T07:15:28.2630677Z path: logs-*.zip 2025-03-14T07:15:28.2630882Z name: artifact 2025-03-14T07:15:28.2631084Z region: us-east-1 2025-03-14T07:15:28.2631286Z env: 2025-03-14T07:15:28.2631494Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:28.2631882Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:28.2632399Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:28.2632961Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:28.2633356Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:28.2633666Z ##[endgroup] 2025-03-14T07:15:28.6811849Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-14T07:15:28.6812312Z With the provided path, there will be 1 file uploaded 2025-03-14T07:15:28.6812735Z Uploading to s3 prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:28.6825256Z Starting upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:28.9539718Z Finished upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip 2025-03-14T07:15:28.9794160Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T07:15:28.9794493Z with: 2025-03-14T07:15:28.9794686Z s3-bucket: gha-artifacts 2025-03-14T07:15:28.9794980Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T07:15:28.9795298Z retention-days: 14 2025-03-14T07:15:28.9795537Z if-no-files-found: ignore 2025-03-14T07:15:28.9795778Z path: debug-*.zip 2025-03-14T07:15:28.9795974Z name: artifact 2025-03-14T07:15:28.9796177Z region: us-east-1 2025-03-14T07:15:28.9796375Z env: 2025-03-14T07:15:28.9796571Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:28.9796990Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:28.9797582Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:28.9798070Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:28.9798483Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:28.9798777Z ##[endgroup] 2025-03-14T07:15:29.3582614Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-03-14T07:15:29.3820841Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-03-14T07:15:29.3821276Z python3 .github/scripts/parse_ref.py 2025-03-14T07:15:29.3840179Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T07:15:29.3840620Z env: 2025-03-14T07:15:29.3840815Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:29.3841192Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:29.3841797Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:29.3842338Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:29.3842794Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:29.3843097Z ##[endgroup] 2025-03-14T07:15:29.4607531Z ##[group]Run # This step removes PyTorch installed by the test to give a clean slate 2025-03-14T07:15:29.4608176Z # This step removes PyTorch installed by the test to give a clean slate 2025-03-14T07:15:29.4608596Z # to the next job 2025-03-14T07:15:29.4608877Z python3 -mpip uninstall -y torch 2025-03-14T07:15:29.4626881Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T07:15:29.4627311Z env: 2025-03-14T07:15:29.4627521Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:29.4627903Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:29.4628433Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:29.4628903Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:29.4629296Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:29.4629589Z ##[endgroup] 2025-03-14T07:15:29.9778371Z Found existing installation: torch 2.8.0a0+gitaed0b7a 2025-03-14T07:15:30.9570433Z Uninstalling torch-2.8.0a0+gitaed0b7a: 2025-03-14T07:15:31.1850538Z Successfully uninstalled torch-2.8.0a0+gitaed0b7a 2025-03-14T07:15:32.8028122Z Prepare all required actions 2025-03-14T07:15:32.8028557Z Getting action download info 2025-03-14T07:15:32.9460124Z ##[group]Run ./.github/actions/teardown-win 2025-03-14T07:15:32.9460430Z with: 2025-03-14T07:15:32.9460624Z env: 2025-03-14T07:15:32.9460825Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:32.9461199Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:32.9461747Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:32.9462236Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:32.9462662Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:32.9462959Z ##[endgroup] 2025-03-14T07:15:32.9537761Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T07:15:32.9538364Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T07:15:32.9553774Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:32.9554236Z env: 2025-03-14T07:15:32.9554434Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:32.9554894Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:32.9555467Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:32.9555949Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:32.9556358Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:32.9556661Z ##[endgroup] 2025-03-14T07:15:33.3733830Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:33.3778523Z Finished 2025-03-14T07:15:33.5203696Z Holding runner until all ssh sessions have logged out 2025-03-14T07:15:33.5465737Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T07:15:33.5466177Z .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T07:15:33.5483298Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:33.5483793Z env: 2025-03-14T07:15:33.5484031Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:33.5484452Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:33.5485056Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:33.5485609Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:33.5486037Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:33.5486489Z ##[endgroup] 2025-03-14T07:15:33.8920023Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:33.8962025Z Finished 2025-03-14T07:15:33.9326762Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T07:15:33.9327156Z env: 2025-03-14T07:15:33.9327359Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:33.9327743Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:33.9328312Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:33.9328836Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:33.9329275Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:33.9329564Z ##[endgroup] 2025-03-14T07:15:33.9399277Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T07:15:33.9399999Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T07:15:33.9400679Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T07:15:33.9401157Z # handle tool 2025-03-14T07:15:33.9401509Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T07:15:33.9401930Z Foreach ($process In $processes) { 2025-03-14T07:15:33.9402226Z  Try { 2025-03-14T07:15:33.9404018Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T07:15:33.9404764Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T07:15:33.9405178Z  } 2025-03-14T07:15:33.9405380Z  Catch { 2025-03-14T07:15:33.9405699Z  Write-Output "No leftover $process process, continuing" 2025-03-14T07:15:33.9406068Z  Write-Output $_ 2025-03-14T07:15:33.9406314Z  } 2025-03-14T07:15:33.9406511Z } 2025-03-14T07:15:33.9406701Z  2025-03-14T07:15:33.9407162Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T07:15:33.9407713Z # for hung processes 2025-03-14T07:15:33.9408064Z Foreach ($process In $processes) { 2025-03-14T07:15:33.9408363Z  Try { 2025-03-14T07:15:33.9408779Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T07:15:33.9409237Z  } 2025-03-14T07:15:33.9409441Z  Catch { 2025-03-14T07:15:33.9409665Z  Write-Output $_ 2025-03-14T07:15:33.9409911Z  } 2025-03-14T07:15:33.9410101Z } 2025-03-14T07:15:33.9410286Z  2025-03-14T07:15:33.9410467Z Try { 2025-03-14T07:15:33.9410706Z  # Print all the processes for debugging 2025-03-14T07:15:33.9411188Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T07:15:33.9411605Z } 2025-03-14T07:15:33.9411794Z Catch { 2025-03-14T07:15:33.9412195Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T07:15:33.9412655Z  Write-Output $_ 2025-03-14T07:15:33.9412898Z } 2025-03-14T07:15:33.9428896Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:33.9429368Z env: 2025-03-14T07:15:33.9429574Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:33.9429953Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:33.9430473Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:33.9430960Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:33.9431364Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:33.9432251Z ##[endgroup] 2025-03-14T07:15:34.3497138Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:34.3564019Z Finished 2025-03-14T07:15:34.3688031Z No leftover python process, continuing 2025-03-14T07:15:34.4127685Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4128477Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4129065Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4129492Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4130025Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4130838Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4131441Z 2025-03-14T07:15:34.4142921Z No leftover ninja process, continuing 2025-03-14T07:15:34.4153098Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4153772Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4154333Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4154743Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4156060Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4156975Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4157578Z 2025-03-14T07:15:34.4171087Z No leftover cl process, continuing 2025-03-14T07:15:34.4181552Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4182247Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4182835Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4183251Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4183775Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4184746Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4185401Z 2025-03-14T07:15:34.4195370Z No leftover nvcc process, continuing 2025-03-14T07:15:34.4204907Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4205578Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4206151Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4206572Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4207056Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4207992Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4208596Z 2025-03-14T07:15:34.4218539Z No leftover cmd process, continuing 2025-03-14T07:15:34.4228289Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4228964Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4229527Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4229989Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4230532Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4231350Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4232074Z 2025-03-14T07:15:34.4241068Z No leftover sccache process, continuing 2025-03-14T07:15:34.4250821Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4251506Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4252058Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4252533Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4253103Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4253932Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4254535Z 2025-03-14T07:15:34.4262401Z No leftover git process, continuing 2025-03-14T07:15:34.4272327Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T07:15:34.4273247Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:9 char:5 2025-03-14T07:15:34.4273942Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T07:15:34.4274510Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4275115Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T07:15:34.4276285Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T07:15:34.4277060Z 2025-03-14T07:15:34.4654555Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.4655098Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.4655683Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.4656123Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4656559Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.4656968Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.4657262Z 2025-03-14T07:15:34.4787458Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.4788161Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.4788756Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.4789209Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4789621Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.4790036Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.4790340Z 2025-03-14T07:15:34.4916782Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.4917318Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.4917912Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.4940518Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.4941032Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.4941468Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.4941788Z 2025-03-14T07:15:34.5049403Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.5050769Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.5051374Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.5051819Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.5052240Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.5052805Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.5053111Z 2025-03-14T07:15:34.5179122Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.5179652Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.5180229Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.5180677Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.5181107Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.5181516Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.5181817Z 2025-03-14T07:15:34.5304441Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.5304977Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.5305547Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.5306007Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.5306410Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.5306823Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.5307114Z 2025-03-14T07:15:34.5427212Z You cannot call a method on a null-valued expression. 2025-03-14T07:15:34.5427727Z At C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1:21 char:5 2025-03-14T07:15:34.5428503Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T07:15:34.5428948Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T07:15:34.5429362Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T07:15:34.5429834Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T07:15:34.5430153Z 2025-03-14T07:15:34.6451344Z Caption CommandLine ProcessId 2025-03-14T07:15:34.6452012Z 2025-03-14T07:15:34.6453079Z System Idle Process 0 2025-03-14T07:15:34.6453506Z 2025-03-14T07:15:34.6454262Z System 4 2025-03-14T07:15:34.6454780Z 2025-03-14T07:15:34.6456385Z Registry 168 2025-03-14T07:15:34.6456828Z 2025-03-14T07:15:34.6457662Z smss.exe 408 2025-03-14T07:15:34.6458168Z 2025-03-14T07:15:34.6458828Z csrss.exe 524 2025-03-14T07:15:34.6459207Z 2025-03-14T07:15:34.6459918Z csrss.exe 600 2025-03-14T07:15:34.6460339Z 2025-03-14T07:15:34.6462267Z wininit.exe 624 2025-03-14T07:15:34.6462861Z 2025-03-14T07:15:34.6463205Z winlogon.exe winlogon.exe 688 2025-03-14T07:15:34.6463718Z 2025-03-14T07:15:34.6464497Z services.exe 744 2025-03-14T07:15:34.6464898Z 2025-03-14T07:15:34.6466042Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-03-14T07:15:34.6466506Z 2025-03-14T07:15:34.6467411Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-03-14T07:15:34.6468276Z 2025-03-14T07:15:34.6468861Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-03-14T07:15:34.6469453Z 2025-03-14T07:15:34.6470191Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-03-14T07:15:34.6470660Z 2025-03-14T07:15:34.6471292Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-03-14T07:15:34.6471754Z 2025-03-14T07:15:34.6472345Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2025-03-14T07:15:34.6472931Z 2025-03-14T07:15:34.6473557Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-03-14T07:15:34.6474147Z 2025-03-14T07:15:34.6474665Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2025-03-14T07:15:34.6475242Z 2025-03-14T07:15:34.6475892Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-14T07:15:34.6476561Z 2025-03-14T07:15:34.6476854Z dwm.exe "dwm.exe" 1132 2025-03-14T07:15:34.6477344Z 2025-03-14T07:15:34.6478373Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1196 2025-03-14T07:15:34.6479234Z 2025-03-14T07:15:34.6479746Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1328 2025-03-14T07:15:34.6480310Z 2025-03-14T07:15:34.6480845Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1340 2025-03-14T07:15:34.6481392Z 2025-03-14T07:15:34.6481938Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1380 2025-03-14T07:15:34.6482679Z 2025-03-14T07:15:34.6483221Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1428 2025-03-14T07:15:34.6483793Z 2025-03-14T07:15:34.6484295Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1460 2025-03-14T07:15:34.6484970Z 2025-03-14T07:15:34.6486788Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1484 2025-03-14T07:15:34.6488740Z 2025-03-14T07:15:34.6489228Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1540 2025-03-14T07:15:34.6489859Z 2025-03-14T07:15:34.6490481Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1640 2025-03-14T07:15:34.6491285Z 2025-03-14T07:15:34.6491795Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1724 2025-03-14T07:15:34.6492349Z 2025-03-14T07:15:34.6492901Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1732 2025-03-14T07:15:34.6493542Z 2025-03-14T07:15:34.6494044Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1740 2025-03-14T07:15:34.6494695Z 2025-03-14T07:15:34.6495396Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1828 2025-03-14T07:15:34.6496083Z 2025-03-14T07:15:34.6496646Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 1984 2025-03-14T07:15:34.6497211Z 2025-03-14T07:15:34.6497754Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2028 2025-03-14T07:15:34.6498340Z 2025-03-14T07:15:34.6498918Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 1092 2025-03-14T07:15:34.6499610Z 2025-03-14T07:15:34.6500101Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2052 2025-03-14T07:15:34.6500662Z 2025-03-14T07:15:34.6501297Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2100 2025-03-14T07:15:34.6502533Z 2025-03-14T07:15:34.6503082Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2108 2025-03-14T07:15:34.6503776Z 2025-03-14T07:15:34.6504276Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2156 2025-03-14T07:15:34.6504967Z 2025-03-14T07:15:34.6505457Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2196 2025-03-14T07:15:34.6506075Z 2025-03-14T07:15:34.6506575Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2204 2025-03-14T07:15:34.6507151Z 2025-03-14T07:15:34.6507741Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2284 2025-03-14T07:15:34.6508452Z 2025-03-14T07:15:34.6509079Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2408 2025-03-14T07:15:34.6509790Z 2025-03-14T07:15:34.6510187Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2604 2025-03-14T07:15:34.6510722Z 2025-03-14T07:15:34.6511321Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2688 2025-03-14T07:15:34.6511909Z 2025-03-14T07:15:34.6512456Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2696 2025-03-14T07:15:34.6513274Z 2025-03-14T07:15:34.6513738Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2704 2025-03-14T07:15:34.6514338Z 2025-03-14T07:15:34.6514831Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2712 2025-03-14T07:15:34.6515463Z 2025-03-14T07:15:34.6516020Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2732 2025-03-14T07:15:34.6516672Z 2025-03-14T07:15:34.6517146Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2740 2025-03-14T07:15:34.6517752Z 2025-03-14T07:15:34.6518281Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2748 2025-03-14T07:15:34.6518850Z 2025-03-14T07:15:34.6519329Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2764 2025-03-14T07:15:34.6519937Z 2025-03-14T07:15:34.6520477Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2996 2025-03-14T07:15:34.6521095Z 2025-03-14T07:15:34.6521497Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3048 2025-03-14T07:15:34.6522008Z 2025-03-14T07:15:34.6522687Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2072 2025-03-14T07:15:34.6523394Z 2025-03-14T07:15:34.6523858Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2388 2025-03-14T07:15:34.6524417Z 2025-03-14T07:15:34.6525049Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3144 2025-03-14T07:15:34.6525831Z 2025-03-14T07:15:34.6526433Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3560 2025-03-14T07:15:34.6527205Z 2025-03-14T07:15:34.6527777Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4092 2025-03-14T07:15:34.6528429Z 2025-03-14T07:15:34.6528927Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 4000 2025-03-14T07:15:34.6529566Z 2025-03-14T07:15:34.6531303Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 2644 2025-03-14T07:15:34.6533056Z 2025-03-14T07:15:34.6533745Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 3684 2025-03-14T07:15:34.6534938Z 2025-03-14T07:15:34.6535296Z vds.exe C:\Windows\System32\vds.exe 468 2025-03-14T07:15:34.6535845Z 2025-03-14T07:15:34.6536474Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4776 2025-03-14T07:15:34.6537125Z 2025-03-14T07:15:34.6537689Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3744 2025-03-14T07:15:34.6538329Z 2025-03-14T07:15:34.6538706Z msdtc.exe C:\Windows\System32\msdtc.exe 932 2025-03-14T07:15:34.6539175Z 2025-03-14T07:15:34.6539772Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1816 2025-03-14T07:15:34.6540467Z 2025-03-14T07:15:34.6540991Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1244 2025-03-14T07:15:34.6541595Z 2025-03-14T07:15:34.6542110Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 872 2025-03-14T07:15:34.6542730Z 2025-03-14T07:15:34.6543437Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3268 2025-03-14T07:15:34.6544254Z 2025-03-14T07:15:34.6545781Z amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.exe" -config C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.toml -envconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\env-config.json -otelconfig C:\ProgramData\Amazon\AmazonCloudWatchAgent\amazon-cloudwatch-agent.yaml 2852 2025-03-14T07:15:34.6547518Z 2025-03-14T07:15:34.6547923Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1292 2025-03-14T07:15:34.6548414Z 2025-03-14T07:15:34.6548973Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 3816 2025-03-14T07:15:34.6549625Z 2025-03-14T07:15:34.6550185Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3920 2025-03-14T07:15:34.6550893Z 2025-03-14T07:15:34.6551387Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3984 2025-03-14T07:15:34.6551983Z 2025-03-14T07:15:34.6552729Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1568 2025-03-14T07:15:34.6553508Z 2025-03-14T07:15:34.6553916Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 952 2025-03-14T07:15:34.6554405Z 2025-03-14T07:15:34.6554889Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4548 2025-03-14T07:15:34.6555487Z 2025-03-14T07:15:34.6555963Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3256 2025-03-14T07:15:34.6556533Z 2025-03-14T07:15:34.6557076Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4552 2025-03-14T07:15:34.6557651Z 2025-03-14T07:15:34.6558043Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3288 2025-03-14T07:15:34.6558573Z 2025-03-14T07:15:34.6559263Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1796 2025-03-14T07:15:34.6559911Z 2025-03-14T07:15:34.6560431Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1456 1052 4596 2025-03-14T07:15:34.6561036Z 2025-03-14T07:15:34.6561497Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1184 2025-03-14T07:15:34.6561987Z 2025-03-14T07:15:34.6562398Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 2796 2025-03-14T07:15:34.6562933Z 2025-03-14T07:15:34.6563715Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\bad2243a-e3c1-44bc-ba9a-036f0bfaca44.ps1'" 5388 2025-03-14T07:15:34.6564628Z 2025-03-14T07:15:34.6565251Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4736 2025-03-14T07:15:34.6565925Z 2025-03-14T07:15:34.6565928Z 2025-03-14T07:15:34.6565932Z 2025-03-14T07:15:34.7466702Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T07:15:34.7466999Z with: 2025-03-14T07:15:34.7467189Z shell: bash 2025-03-14T07:15:34.7467381Z timeout_minutes: 5 2025-03-14T07:15:34.7467599Z max_attempts: 3 2025-03-14T07:15:34.7467810Z retry_wait_seconds: 90 2025-03-14T07:15:34.7468781Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-03-14T07:15:34.7469864Z polling_interval_seconds: 1 2025-03-14T07:15:34.7470132Z warning_on_retry: true 2025-03-14T07:15:34.7470365Z continue_on_error: false 2025-03-14T07:15:34.7470618Z env: 2025-03-14T07:15:34.7470810Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:34.7471184Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:34.7471723Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:34.7472197Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:34.7472585Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:34.7472981Z EXTRA_DELETE_DIR: 2025-03-14T07:15:34.7473203Z ##[endgroup] 2025-03-14T07:15:34.8624714Z + '[' -n '' ']' 2025-03-14T07:15:34.8636794Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./defs.bzl ./docker.Makefile ./docs ./functorch ./logs-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip ./test-reports ./test-reports-test-default-1-3-windows.4xlarge.nonephemeral_38755242165.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-03-14T07:15:56.8937193Z Command completed after 1 attempt(s). 2025-03-14T07:15:56.9091529Z ##[group]Run handle C:\actions-runner\_work\ 2025-03-14T07:15:56.9091897Z handle C:\actions-runner\_work\ 2025-03-14T07:15:56.9107277Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T07:15:56.9107727Z env: 2025-03-14T07:15:56.9107937Z GIT_DEFAULT_BRANCH: main 2025-03-14T07:15:56.9108320Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T07:15:56.9108928Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T07:15:56.9109407Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T07:15:56.9109820Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T07:15:56.9110180Z ##[endgroup] 2025-03-14T07:15:57.2513781Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T07:15:57.2578524Z Finished 2025-03-14T07:15:57.3062210Z 2025-03-14T07:15:57.3062532Z Nthandle v5.0 - Handle viewer 2025-03-14T07:15:57.3062876Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T07:15:57.3063185Z Sysinternals - www.sysinternals.com 2025-03-14T07:15:57.3063415Z 2025-03-14T07:15:57.3339778Z powershell.exe pid: 3004 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:15:57.3340394Z handle.exe pid: 3604 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:15:57.3340957Z handle.exe pid: 5216 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:15:57.3341531Z handle64.exe pid: 2440 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:15:57.4616019Z Post job cleanup. 2025-03-14T07:15:57.4726998Z Post job cleanup. 2025-03-14T07:15:58.1602433Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T07:15:58.1839900Z git version 2.47.1.windows.2 2025-03-14T07:15:58.1898336Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e5b0a7c0-83a6-43bd-801d-e250dddf8760\.gitconfig' 2025-03-14T07:15:58.1915023Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e5b0a7c0-83a6-43bd-801d-e250dddf8760' before making global git config changes 2025-03-14T07:15:58.1915955Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T07:15:58.1924910Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T07:15:58.2177446Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T07:15:58.2422246Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T07:15:58.5872077Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T07:15:58.6063309Z http.https://github.com/.extraheader 2025-03-14T07:15:58.6105418Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-03-14T07:15:58.6363587Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T07:15:59.0091592Z Cleaning up orphan processes